User:DerIdiot/anidbsilver.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
/*@import " | /* | ||
@import "../bits/anidbstyle.css"; | |||
*/ | |||
/*@import "../bits/blue.css";*/ | |||
/*@import " | |||
@import " | @import "subs.css"; | ||
@import "http:// | /*@import "http://www.anidb.net/css/blue/blue.css"*/ | ||
#layout-content div.producer_all table tr.mylist | |||
{ | |||
background-color: #6fc279; | |||
} | |||
#layout-content div.anime_table table.eplist | |||
{ | |||
width: 98%; | |||
} | |||
#layout-content div.ed2kexport_all pre | |||
{ | |||
white-space: pre-wrap; | |||
white-space: -moz-pre-wrap; | |||
} | |||
#layout-content div.anime_awards | |||
{ | |||
text-align: center; | |||
} | |||
#layout-content div.mylist_list table td.rating.votes span.count | |||
{ | |||
display: none; | |||
} |
Revision as of 16:58, 2 January 2007
/* @import "../bits/anidbstyle.css"; */ /*@import "../bits/blue.css";*/ @import "subs.css"; /*@import "http://www.anidb.net/css/blue/blue.css"*/ #layout-content div.producer_all table tr.mylist { background-color: #6fc279; } #layout-content div.anime_table table.eplist { width: 98%; } #layout-content div.ed2kexport_all pre { white-space: pre-wrap; white-space: -moz-pre-wrap; } #layout-content div.anime_awards { text-align: center; } #layout-content div.mylist_list table td.rating.votes span.count { display: none; }