User:Worf/anidb.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
} | } | ||
tr.dropped { | tr.dropped { | ||
background-color: # | background-color: #bf6269; | ||
} | } | ||
tr.invalid { | tr.invalid { | ||
background-color: # | background-color: #bf6269; | ||
} | |||
tr.good { | |||
background-color: #6FC279; | |||
} | } |
Revision as of 19:04, 3 January 2007
@import "http://www.anidb.net/css/anidbstyle/anidbstyle_hacks.css"; h3 { font-size: 122%; } tr.mylist { background-color: #6FC279; } tr.dropped { background-color: #bf6269; } tr.invalid { background-color: #bf6269; } tr.good { background-color: #6FC279; }