Initial styling of index page

This commit is contained in:
Remy
2011-08-04 19:30:38 -07:00
parent 01e9595d7e
commit bb8b3730c4
3 changed files with 51 additions and 9 deletions

View File

@@ -86,15 +86,27 @@ a:hover { color: #036; }
\\ ========================================== //
*/
container { }
body { background-color: #EBF4FB }
header { height: 68px; padding: 0 10px 0 10px; background-color: #F5F5F5; margin-bottom: 20px; }
header { height: 68px; padding: 0 10px 0 10px; background-color: #CDC9C9; }
div#logo { float: left; }
ul#nav { margin-top: 25px; float: left; white-space: nowrap; list-style-type: none; }
ul#nav li { margin: 40px 5px auto 15px; display: inline; }
ul#nav li a { font-size: 16px; font-weight: bold; color: #330000; text-decoration: none; }
ul#nav li a:hover { background-color: #EE0000; }
div#searchbar { margin: 24px auto auto 30px; float: left; }
table#artist_table th#name { width: 30%; }
table#artist_table th#status { width: 10%; }
table#artist_table th#latestalbum { width: 35%; }
table#artist_table th#have { width: 20%; }
footer { margin: 20px auto 20px auto; }
div#version { text-align: center; font-weight: bold; }
div#donate { text-align: center; margin: 20px auto 20px auto; }
@@ -122,7 +134,7 @@ table#artist_table th#have { width: 20%; }
@media screen and (max-device-width: 480px) {
/* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; }
}