User:Pelican/anidb.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Lighter) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 21: | Line 21: | ||
} | } | ||
td.nav | td.nav | ||
{ | { | ||
background-color: # | background-color: #F0F0F0; | ||
} | |||
*.g_odd | |||
{ | |||
background-color: #D8D8D8 !important; | |||
} | } | ||
Latest revision as of 19:08, 23 November 2006
@import "http://www.anidb.net/css/blue/blue.css"; /* Stuff I don't like */ #layout-menu *.up2date, *.mynav { display: none; } /* Stuff that needed to be shifted from bits I don't like to those I do */ #layout-menu *.mycreqs { margin-bottom: 1.2em !important; } /* Grey. Possibly of the gooey variety. */ body { background-color: #B8B8B8; color: #202020; } td.nav { background-color: #F0F0F0; } *.g_odd { background-color: #D8D8D8 !important; } #layout-nav { background-color: #C0C0C0; border-right: .3em solid #D8D8D8; } #layout-nav:hover { background-color: #808080; border-right-color: #606060; } #layout-content :link, #layout-content :visited { color: #000000; } #layout-search form input.text { color: #e0e0e0; background-color: #505050; border: 1px inset; } /* Compensate for the border */ #layout-nav + #layout-content { margin-left: 13.3em; } /* Big text? What's this for? */ #layout-content { font-size: larger; } /* Tasteless link style modification */ :link, :visited { text-decoration: underline !important; } :link:hover, :visited:hover { text-decoration: line-through !important; } /* What did this do? :/ */ #layout-content div.anime_info div.image { border: 0px none !important; padding: none; } #layout-content div.anime_info div.image img { border: 0px none !important; padding: none; } /* Simpler footer */ #layout-footer { text-align: right; } #layout-footer:after { content: ""; }