User:Pelican/anidb.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Class name change? mynav->nav) |
||
Line 3: | Line 3: | ||
/* Stuff I don't like */ | /* Stuff I don't like */ | ||
#layout-menu *.up2date, | #layout-menu *.up2date, | ||
*. | *.nav | ||
{ | { | ||
display: none; | display: none; |
Revision as of 22:26, 2 October 2006
@import "http://www.anidb.net/css/blue/blue.css"; /* Stuff I don't like */ #layout-menu *.up2date, *.nav { 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; } #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: ""; }