User:Worf/anidb.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 128: | Line 128: | ||
#layout-content div.userpage_all div.stats, | #layout-content div.userpage_all div.stats, | ||
#layout-content div.myplace_all div.stats | #layout-content div.myplace_all div.stats { | ||
{ | position: absolute; | ||
width: 13.1em; | |||
margin-top: 2em; | |||
} | |||
#layout-content div.userpage_all div.stats table, | |||
#layout-content div.userpage_all div.stats table caption, | |||
#layout-content div.myplace_all div.stats table, | |||
#layout-content div.myplace_all div.stats table caption { | |||
margin-left: 1em; | |||
} | |||
#layout-content div.userpage_all div.stats table, | |||
#layout-content div.myplace_all div.stats table { | |||
width: 14em; | |||
} | |||
#layout-content div.userpage_all div.stats table caption, | |||
#layout-content div.myplace_all div.stats table caption { | |||
width: 12em; | |||
} | |||
#layout-content div.userpage_all div.stats div table td.value, | |||
#layout-content div.myplace_all div.stats div table td.value { | |||
text-align: right; | |||
} | } |
Revision as of 22:58, 18 March 2007
@import "http://www.anidb.net/css/anidbstyle/anidbstyle_hacks.css"; h3 { font-size: 122%; } #layout-content div.creq_data ins { color: #008800; font-weight:bold; } #layout-content div.creq_data del { color: #ff0000; font-weight:bold; } #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.EDIT { } tr.DEL { background-color: #bf6269; } tr.ADD { background-color: #19AF96; } 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; } td.verified.yes, tr.yes td { background-color: #6FC279; } td.verified.no, tr.no td { background-color: #D7731E; } #layout-content div.g_menu ul.state { height: 15px; padding-top: 2px; padding-bottom: 1px; } #layout-content div.g_menu ul.state + ul { clear: both; } #layout-content div.mylist_menu { width: 115px; } #layout-content div.mylist_menu ul.filters, #layout-content div.mylist_menu ul.state, #layout-content div.mylist_menu ul.user, #layout-content div.mylist_menu ul.util { margin: 1px; width: 110px; } #layout-content div.userpage_all div.stats, #layout-content div.myplace_all div.stats { position: absolute; width: 13.1em; margin-top: 2em; } #layout-content div.userpage_all div.stats table, #layout-content div.userpage_all div.stats table caption, #layout-content div.myplace_all div.stats table, #layout-content div.myplace_all div.stats table caption { margin-left: 1em; } #layout-content div.userpage_all div.stats table, #layout-content div.myplace_all div.stats table { width: 14em; } #layout-content div.userpage_all div.stats table caption, #layout-content div.myplace_all div.stats table caption { width: 12em; } #layout-content div.userpage_all div.stats div table td.value, #layout-content div.myplace_all div.stats div table td.value { text-align: right; }