diff --git a/wp-content/themes/score/lib/images/foundation.png b/wp-content/themes/score/lib/images/foundation.png new file mode 100644 index 0000000..94a6ae6 Binary files /dev/null and b/wp-content/themes/score/lib/images/foundation.png differ diff --git a/wp-content/themes/score/lib/images/search.png b/wp-content/themes/score/lib/images/search.png new file mode 100644 index 0000000..939ccdf Binary files /dev/null and b/wp-content/themes/score/lib/images/search.png differ diff --git a/wp-content/themes/score/style-asong2u.css b/wp-content/themes/score/style-asong2u.css index 46df3bd..aa81573 100644 --- a/wp-content/themes/score/style-asong2u.css +++ b/wp-content/themes/score/style-asong2u.css @@ -46,7 +46,7 @@ input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hove /*************************** Header ***************************/ #header { - margin-bottom: 20px; + margin-bottom: 0px; } /* Header */ @@ -56,6 +56,7 @@ input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hove padding: 0; width: 100%; overflow: hidden; + height: 42px; } /* Logo */ #logo span { @@ -105,15 +106,15 @@ input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hove /*************************** User Details ***************************/ ul.navmenu { - width: 330px; + width: 269px; float: right; } ul.navmenu li { float: left; - width: 60px; + width: 50px; height: 100px; - margin-left: 20px; + margin-left: 15px; box-shadow: 2px 1px 4px #999; background: #1586ae; border: 1px solid #1b7695; @@ -124,7 +125,7 @@ ul.navmenu li { ul.navmenu li a { background-color: transparent; display: block; - width: 60px; + width: 50px; height: 100px; } @@ -138,25 +139,25 @@ ul.navmenu li a span { ul.navmenu li a.friends { background-image: url(lib/images/friends-icon.png); - background-position: center; + background-position: 50% 40%; background-repeat: no-repeat; } ul.navmenu li a.groups { background-image: url(lib/images/forum-icon.png); - background-position: center; + background-position: 50% 20%; background-repeat: no-repeat; } ul.navmenu li a.dedications { background-image: url(lib/images/dedications-icon.png); - background-position: center; + background-position: 50% 40%; background-repeat: no-repeat; } ul.navmenu li a.profile { background-image: url(lib/images/profile-icon.png); - background-position: center; + background-position: 50% 30%; background-repeat: no-repeat; } @@ -173,17 +174,28 @@ ul.navmenu li a.profile { } /*************************** Search panel ****************************/ +#searchform { + float: right; +} + #search-panel { - background: url(lib/images/bg-search.png) repeat-x scroll 0 0 transparent; + /*background: url(lib/images/bg-search.png) repeat-x scroll 0 0 transparent; border: 1px solid #E9E9E9; margin-top: 10px; - padding: 5px; + padding: 5px;*/ float: right; + padding: 5px 0px 5px; } #searchbar { - background: url(lib/images/bg-search-inp.png) repeat-x scroll 0 0 transparent; + background: url("lib/images/search.png") repeat scroll 0 0 transparent; + border-style: none; + height: 14px; + padding-left: 26px; + width: 147px; + margin: 0; + /*background: url(lib/images/bg-search-inp.png) repeat-x scroll 0 0 transparent; border: 1px solid #D9D8D8; color: #666666; font-size: 11px; @@ -191,16 +203,18 @@ ul.navmenu li a.profile { line-height: 27px; margin-right: 7px; padding: 0 10px; - width: 265px; + width: 265px;*/ } #searchsubmit { - background: url(lib/images/bg-search-btn.png) repeat scroll center center transparent; + /*background: url(lib/images/bg-search-btn.png) repeat scroll center center transparent; border: 1px solid #D9D8D8; cursor: pointer; height: 29px; text-indent: -9999px; - width: 26px; + width: 26px;*/ + height: 14px; + display: none; } #search-icon { @@ -316,11 +330,18 @@ ul.navmenu li a.profile { width:32px; height:32px; vertical-align:middle; + margin-top: -8px; } #dedication-data-panel span { + font-size: 18px; + font-weight: bold; display: inline-block; - margin-right: 20px; + margin-right: 10px; +} + +#dedication-data-panel a { + color: #576a7b; } #dedicationComments_container {