-
-
diff --git a/wp-content/themes/score/home-comments.php b/wp-content/themes/score/home-comments.php
index b337982..d8a2abd 100644
--- a/wp-content/themes/score/home-comments.php
+++ b/wp-content/themes/score/home-comments.php
@@ -1,72 +1,71 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wp-content/themes/score/lib/scripts/videoslider/css/videoGallery.css b/wp-content/themes/score/lib/scripts/videoslider/css/videoGallery.css
index a810b0f..201b505 100644
--- a/wp-content/themes/score/lib/scripts/videoslider/css/videoGallery.css
+++ b/wp-content/themes/score/lib/scripts/videoslider/css/videoGallery.css
@@ -10,7 +10,7 @@
position:absolute;
top:0px;
left:0px;
- width:900px;
+ width:100%;
height:500px;
overflow:hidden;
}
@@ -191,8 +191,8 @@
position:absolute;
top:50%;
left:50%;
- margin:-25px 0px 0px -75px;
- background:#000 url('../data/loader.gif') no-repeat center center;
+ margin:-25px 0px 0px -25px;
+ background:url('../data/loader.gif') no-repeat center center;
width:50px;
height:50px;
z-index:999;
diff --git a/wp-content/themes/score/lib/scripts/videoslider/data/loader.gif b/wp-content/themes/score/lib/scripts/videoslider/data/loader.gif
index f3e45e0..a3cae33 100644
Binary files a/wp-content/themes/score/lib/scripts/videoslider/data/loader.gif and b/wp-content/themes/score/lib/scripts/videoslider/data/loader.gif differ
diff --git a/wp-content/themes/score/style-asong2u.css b/wp-content/themes/score/style-asong2u.css
index aa81573..9e02cb7 100644
--- a/wp-content/themes/score/style-asong2u.css
+++ b/wp-content/themes/score/style-asong2u.css
@@ -4,6 +4,7 @@
body {
border-top: 1px solid #616161;
background: #fff url(lib/images/background.png) left -15px repeat-x;
+ font-family: Arial, Helvetica,sans-serif;
}
/* Text Styling */
@@ -15,7 +16,7 @@ a:hover {
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
- color: #58697b !important;
+ color: #576a7b !important;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
color: #1eadff;
@@ -86,7 +87,7 @@ input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hove
/* Main Content */
#content {
- width: 720px;
+ width: 775px;
margin-bottom: 20px;
}
@@ -99,7 +100,7 @@ input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hove
/* Sidebar */
#sidebar {
- width: 230px;
+ width: 155px; /*230px;*/
}
@@ -162,6 +163,7 @@ ul.navmenu li a.profile {
}
.login-name {
+ color: #596a7c;
width: 40%;
float: left;
margin-top: 50px;
@@ -287,26 +289,29 @@ ul.navmenu li a.profile {
#dedicationFooter_container .last .button {
float: right;
- margin-left: 6px;
- margin-top: 44px;
- width: 190px;
+ margin-left: 5px;
+ margin-top: 48px;
+ width: 155px;
+ font-size: 13px;
+ font-weight: bold;
+ padding: 3px 0;
}
#dedicationFooter_container h3 {
- margin: 10px 0 5px 15px;
+ margin: 10px 0 5px 8px;
font-size: 24px;
}
#dedicationFooter_container h4 {
- margin: 0px 0 0 15px;
+ margin: 0px 0 0 8px;
}
#slider-wrapper {
- margin-bottom: 30px;
+ margin-bottom: 15px;
border-top: none;
padding: 0;
height: 650px;
- width: 100%;
+ width: 978px;
border: 1px solid #349bbc;
/*box-shadow:inset 0 0 3px #989898;
-moz-box-shadow:inset 0 0 3px #989898;*/
@@ -346,6 +351,11 @@ ul.navmenu li a.profile {
#dedicationComments_container {
display: inline-block;
+ width: 67.64% !important;
+}
+
+#dedicationComments_container #comments {
+
}
/*************************** Page/Post ***************************/
@@ -474,7 +484,7 @@ ul.navmenu li a.profile {
/* General Widget Styling */
.widget h3 {
text-align: center;
- width: 100%;
+ width: 153px;
background: #cce6f5;
border: 1px solid #2c85c7;
color: #7da0b6;
@@ -485,9 +495,13 @@ ul.navmenu li a.profile {
font-size: 14px;
}
+#sidebar-home {
+ width: 32.36% !important;
+}
+
/* Homepage Widget Styling */
#sidebar-home .widget {
- width: 230px;
+ width: 155px;
/*width: 47%;
margin-left: 3%;*/
margin-bottom: 30px;
@@ -509,7 +523,12 @@ ul.navmenu li a.profile {
/* Top members widget */
#sidebar-home .widget.top_members {
color: #bf2d2d;
- width: 240px;
+ width: 155px;
+ float: left;
+}
+
+#sidebar-home .widget.top_members .post-text {
+ text-align: center;
}
#sidebar-home .widget.top_members a.button {
@@ -523,13 +542,18 @@ ul.navmenu li a.profile {
}
/* Sidebarposts widget */
+#sidebar-home .widget.sidebarposts {
+ float: right;
+}
+.widget.top_members img,
.widget.sidebarposts img {
padding: 0;
border: 0;
margin: 5px 0;
}
+.widget.top_members .post-loop,
.widget.sidebarposts .post-loop {
width: 100% !important;
max-height: 150px;
@@ -538,14 +562,17 @@ ul.navmenu li a.profile {
padding-bottom: 0;
}
+.widget.top_members .post-loop .post-meta,
.widget.sidebarposts .post-loop .post-meta {
margin: 0;
}
+.widget.top_members .post-loop .post-thumbnail,
.widget.sidebarposts .post-loop .post-thumbnail {
margin: 0;
}
+.widget.top_members .post-loop .post-thumbnail,
.widget.sidebarposts .post-loop .post-thumbnail {
text-align: center;
}
@@ -600,41 +627,92 @@ ul.navmenu li a.profile {
/*************************** Others ***************************/
-.button {
+a.button {
text-align: center;
- padding: 5px 20px;
+ padding: 5px 10px;
cursor: pointer;
- color: #ffffff;
- background: -moz-linear-gradient(
+ color: #ffffff;
+ /*background: #576a7b;*/
+ background: -moz-linear-gradient(
top,
#179dc2 0%,
- #085988);
- background: -webkit-gradient(
- linear, left top, left bottom,
- from(#179dc2),
- to(#085988));
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border: 1px solid #0f3c5f;
- /*-moz-box-shadow:
- 0px 3px 11px rgba(000,000,000,0.5),
- inset 0px 0px 0px rgba(255,000,217,0);
- -webkit-box-shadow:
- 0px 3px 11px rgba(000,000,000,0.5),
- inset 0px 0px 0px rgba(255,000,217,0);*/
- text-shadow:
- 0px 1px 1px rgba(15,60,95,0.8),
- 0px 1px 0px rgba(255,255,255,0.3);
+ #0f3d5f);
+ background: -webkit-gradient(
+ linear, left top, left bottom,
+ from(#179dc2),
+ to(#0f3d5f));
+ border: 1px outset #34404b;
}
+a.button:hover {
+ background: #879db1;
+ border: 1px outset #34404b;
+}
+
+a.button:active {
+ background: #685f6e;
+ border: 1px inset #34404b;
+ -moz-box-shadow: inset 0 0 10px #262630;
+ -webkit-box-shadow: inset 0 0 10px #262630;
+ box-shadow: inset 0 0 10px #262630;
+}
+
+
/*************************** Comments Section ***************************/
/* Comment List */
+#comments {
+ margin: 0;
+}
+
h3.comments {
border-bottom: 1px solid #e5e5e5;
}
+.comment-box {
+ margin: 0 0 15px;
+ padding: 0;
+ border: none;
+ color: #576A7B;
+}
+
+.comment-meta {
+ width: 405px;
+}
+
+.comment-author {
+ font-size: 16px;
+}
+
+.comment-date {
+ margin: 0;
+ font-size: 12px;
+}
+
+.comment-text {
+ padding: 0;
+ font-size: 14px;
+}
+
+.comment-text p {
+ line-height: 16px;
+}
+
+.comment-text p:first-child {
+ margin: 0;
+}
+
+.more-comments {
+ width: 66%;
+ text-align: right;
+ padding-right: 34%;
+}
+
+.more-comments a {
+ color: #f5b00c;
+ font-size: 14px;
+ font-weight: bold;
+}
/*************************** Page/Post ***************************/
diff --git a/wp-content/themes/score/video-slider.php b/wp-content/themes/score/video-slider.php
index d233f3c..5d67ceb 100644
--- a/wp-content/themes/score/video-slider.php
+++ b/wp-content/themes/score/video-slider.php
@@ -55,8 +55,12 @@ if (have_posts()) {
$to_user_email = get_post_meta($post->ID, 'ghostpool_destination_user_email', true);
// Usuario actual puede ver la dedicatoria?
- if (($current_user->ID == $from_user_id) || ($current_user->user_email == $to_user_email)) {
-
+ if (get_post_status($post-ID) == 'private') {
+ if (($current_user->ID != $from_user_id) && ($current_user->user_email != $to_user_email)) {
+ continue; // me salto esta dedicatoria
+ }
+ }
+
$video = get_post_meta($post->ID, 'ghostpool_dedication_url', true);
$artist = get_post_meta($post->ID, 'ghostpool_dedication_artist', true);
$song = get_post_meta($post->ID, 'ghostpool_dedication_song', true);
@@ -109,7 +113,6 @@ if (have_posts()) {
-
@@ -138,9 +141,9 @@ if (have_posts()) {
- - 2) : ?> - / » - -
-- - -- id="li-comment-">
-
-
-
-
-
-
-
-
-
- ()
-
-
- ,
-
-
-
-
-
- comment_approved == '0') { ?>
-
-
-
-
-
-
-
-
-
-
-