3,699
edits
mNo edit summary  | 
				No 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.producer_all table  | |||
{  | |||
	margin-top: 1em;  | |||
}  | |||
#layout-content div.producer_all tr.mylist    | #layout-content div.producer_all tr.mylist    | ||
| Line 252: | Line 257: | ||
	padding: 2px;  | 	padding: 2px;  | ||
	text-align: left;  | 	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;  | |||
}  | }  | ||
| Line 262: | Line 280: | ||
{  | {  | ||
	background-color: #BF6269;  | 	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 ul.type  | |||
{  | |||
	float: left;  | |||
}  | |||
#layout-content div.myvotes_all table ul.type li:first-child:before  | |||
{  | |||
	content: "type: ";  | |||
	font-style: normal;  | |||
}  | }  | ||