3,699
edits
Epoximator (talk | contribs) (you can cry) |
mNo edit summary |
||
Line 1: | Line 1: | ||
@import "http://www.anidb.net/css/blue/blue.css"; | @import "http://www.anidb.net/css/blue/blue.css"; | ||
#layout-content div. | #layout-content div.producer_all tr.mylist | ||
{ | { | ||
background-color: #6FC279; | background-color: #6FC279; | ||
Line 205: | Line 204: | ||
{ | { | ||
text-align: left; | text-align: left; | ||
} | |||
#layout-content div.myvotes_all | |||
{ | |||
text-align: center; | |||
} | |||
#layout-content div.myvotes_all table | |||
{ | |||
margin-left: auto; | |||
margin-right: auto; | |||
min-width: 80%; | |||
padding: 1em; | |||
clear: both; | |||
} | |||
#layout-content div.myvotes_all table td, | |||
#layout-content div.myvotes_all table th | |||
{ | |||
padding: 2px; | |||
text-align: left; | |||
} | |||
#layout-content div.myvotes_all table td.date, | |||
#layout-content div.myvotes_all table td.reviewed, | |||
#layout-content div.myvotes_all table td.action | |||
{ | |||
text-align: center; | |||
} | |||
#layout-content div.myvotes_all table td.reviewed.no a | |||
{ | |||
color: #EE0000; | |||
text-transform: uppercase; | |||
} | |||
#layout-content div.myvotes_all table td.high | |||
{ | |||
background-color: #6FC279; | |||
} | |||
#layout-content div.myvotes_all table td.low | |||
{ | |||
background-color: #BF6269; | |||
} | |||
#layout-content div.myvotes_all table td.vote, | |||
#layout-content div.myvotes_all table td.epno | |||
{ | |||
text-align: right; | |||
} | |||
#layout-content div.myvotes_all table th, | |||
#layout-content div.myvotes_all table td.date | |||
{ | |||
white-space: nowrap; | |||
} | |||
#layout-content div.myvotes_all table.anime ul.type | |||
{ | |||
float: left; | |||
} | |||
#layout-content div.myvotes_all table.anime ul.type li:first-child:before | |||
{ | |||
content: "type: "; | |||
font-style: normal; | |||
} | } |