User:Worf/anidb.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
@import "http://www.anidb.net/css/anidbstyle/anidbstyle_hacks.css"; | @import "http://www.anidb.net/css/anidbstyle/anidbstyle_hacks.css"; | ||
#layout-content div.g_filterlist { | |||
/*clear: both;*/ | |||
} | |||
#layout-content div.g_section { | |||
/*clear: both;*/ | |||
} | |||
#layout-content div.g_section { | |||
border-top: 2px groove #BFC2CA; | |||
padding: 0.5em 0 0.5em 0; | |||
/*clear: both;*/ | |||
} | |||
#layout-content div.hint2_results { | |||
/*clear: both;*/ | |||
} | |||
#layout-content div.latest table { | |||
margin-left: auto; | |||
margin-right: auto; | |||
min-width: 80%; | |||
padding: 1em; | |||
/*clear: both;*/ | |||
} | |||
#layout-content div.latestanimes_form { | |||
/*clear: both;*/ | |||
} | |||
#layout-content div.myvotes_all table { | |||
margin-left: auto; | |||
margin-right: auto; | |||
min-width: 80%; | |||
padding: 1em; | |||
/*clear: both;*/ | |||
} | |||
h2 { | |||
text-align: center; | |||
font-size: 117%; | |||
/*clear: both;*/ | |||
} | |||
h3 { | h3 { |
Revision as of 01:46, 7 January 2007
@import "http://www.anidb.net/css/anidbstyle/anidbstyle_hacks.css"; #layout-content div.g_filterlist { /*clear: both;*/ } #layout-content div.g_section { /*clear: both;*/ } #layout-content div.g_section { border-top: 2px groove #BFC2CA; padding: 0.5em 0 0.5em 0; /*clear: both;*/ } #layout-content div.hint2_results { /*clear: both;*/ } #layout-content div.latest table { margin-left: auto; margin-right: auto; min-width: 80%; padding: 1em; /*clear: both;*/ } #layout-content div.latestanimes_form { /*clear: both;*/ } #layout-content div.myvotes_all table { margin-left: auto; margin-right: auto; min-width: 80%; padding: 1em; /*clear: both;*/ } h2 { text-align: center; font-size: 117%; /*clear: both;*/ } h3 { font-size: 122%; } #layout-content div.block div.image { float: left; padding-right: 10px; } div.g_section.mylist { background-color: #6FC279; } tr.g_even { background-color: #BFC2C9; } tr.g_odd { background-color: #B0B0B0; } tr.mylist { background-color: #6FC279; } tr.g_odd.mylist { background-color: #6FC279; } tr.complete { background-color: #6FC279; } tr.finished { background-color: #19AF96; } tr.ongoing { background-color: #BFC2C9; } tr.stalled { background-color: #D7731E; } tr.dropped { background-color: #bf6269; } tr.unknown { background-color: #BFC2C9; } tr.g_odd.complete { background-color: #6FC279; } tr.g_odd.finished { background-color: #19AF96; } tr.g_odd.ongoing { background-color: #B0B0B0; } tr.g_odd.stalled { background-color: #D7731E; } tr.g_odd.dropped { background-color: #bf6269; } tr.g_odd.unknown { background-color: #B0B0B0; } tr.invalid { background-color: #bf6269; } tr.good { background-color: #6FC279; } tr.g_odd.invalid { background-color: #B0B0B0; } tr.g_odd.good { background-color: #6FC279; }