diff --git a/wp-content/themes/score/lib/images/background.png b/wp-content/themes/score/lib/images/background.png index a028477..c44c148 100644 Binary files a/wp-content/themes/score/lib/images/background.png and b/wp-content/themes/score/lib/images/background.png differ diff --git a/wp-content/themes/score/lib/images/logo-w2.png b/wp-content/themes/score/lib/images/logo-w2.png new file mode 100644 index 0000000..7110799 Binary files /dev/null and b/wp-content/themes/score/lib/images/logo-w2.png differ diff --git a/wp-content/themes/score/style-asong2u.css b/wp-content/themes/score/style-asong2u.css index ebee73e..90be471 100644 --- a/wp-content/themes/score/style-asong2u.css +++ b/wp-content/themes/score/style-asong2u.css @@ -9,21 +9,20 @@ html, body { } body { - border-top: 1px solid #616161; - background: #fff url(lib/images/background.png) left -25px repeat-x; + background: #fff url(lib/images/background.png) top left repeat-x; font-family: Arial, Helvetica,sans-serif; } /* Text Styling */ a { - color: #576a7b; /*#4b8cc6;*/ + color: #2e374a; /*#4b8cc6;*/ } a:hover { color: #325670; } h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { - color: #576a7b !important; + color: #2e374a !important; } h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #1eadff; @@ -227,7 +226,7 @@ ul.navmenu li a.logout:hover { .login-name { - color: #596a7c; + color: #fff; width: 40%; float: left; margin-top: 40px; @@ -325,7 +324,7 @@ ul.navmenu li a.logout:hover { #dedicationTitle { line-height:65px; margin:0; - color: #576a7b; + color: #2e374a; padding: 5px 10px; display: inline-block; white-space: nowrap; @@ -410,7 +409,7 @@ ul.navmenu li a.logout:hover { } #dedication-data-panel a { - color: #576a7b; + color: #2e374a; } #dedicationComments_container { @@ -506,7 +505,7 @@ ul.navmenu li a.logout:hover { margin: 0 auto; float: none; font-weight: bold; - color: #576a7b; + color: #2e374a; } #footer-widgets > div:first-child { @@ -549,7 +548,7 @@ ul.navmenu li a.logout:hover { } #footer .widget a { - color: #576a7b; + color: #2e374a; } #footer .widget a:hover { @@ -903,7 +902,7 @@ p.srp-widget-excerpt { font-size: 14px; font-weight: bold; margin-bottom: 20px; - color: #576A7B; + color: #2e374a; } @@ -1061,7 +1060,7 @@ h3.comments { margin: 0 0 15px; padding: 0; border: none; - color: #576A7B; + color: #2e374a; overflow: hidden; } @@ -1131,7 +1130,7 @@ h3.comments { } .yjl-pager .currentPager { - background: #576A7B; + background: #2e374a; color: white; }