User:DerIdiot/anidb.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(265 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
@import "http://www.anidb.net/css/blue/blue.css" | /*@import "http://www.anidb.net/css/blue/blue.css"*/ | ||
/*@import "http://baxxt.ath.cx/testxanidb/bits/anidbstyle.css";*/ | |||
/*@import "http://baxxt.ath.cx/testxanidb/bits/blue.css";*/ | |||
@import "http://baxxt.ath.cx/testxanidb/css/subs.css"; | |||
#layout-content | #layout-content div.anime_table table.eplist, | ||
#layout-content div.ep_all table.filelist | |||
{ | { | ||
width: 98%; | |||
} | } | ||
#layout-content div. | #layout-content div.ed2kexport_all pre | ||
{ | { | ||
white-space: pre-wrap; | |||
white-space: -moz-pre-wrap; | |||
} | } | ||
#layout-content div. | /*#layout-content div.anime_awards | ||
{ | { | ||
text-align: center; | text-align: center; | ||
}*/ | |||
} | |||
#layout-content div. | #layout-content div.mylist_list table td.rating.votes span.count | ||
{ | { | ||
display: none; | |||
} | } | ||
#layout-content div. | #layout-content div.anime_mylist table td | ||
{ | { | ||
padding: 1em; | |||
} | } | ||
#layout-content div.anime_mylist table td span.i_icon | |||
#layout-content | |||
{ | { | ||
margin-left: 1em; | |||
} | } | ||
#layout-content div.mylist_list div.g_actionlist | |||
#layout-content div. | |||
{ | { | ||
margin-top: 1em; | |||
margin-bottom: 1em; | |||
margin- | |||
margin- | |||
} | } | ||
/*div.anime_mylist table | |||
{ | { | ||
width: 100%; | width: 100%; | ||
} | }*/ | ||
#layout-content | #layout-content | ||
{ | { | ||
min-height: 40em; | |||
} | } | ||
#layout-content div. | #layout-content div.ed2kdump_box textarea | ||
{ | { | ||
width: 98%; | width: 98%; | ||
} | } | ||
#layout-content div. | #layout-content div.stats table, | ||
#layout-content div.dbstats table | |||
#layout-content div. | |||
{ | { | ||
border: none; | |||
border-spacing: 1em; | |||
} | } | ||
#layout-content div. | #layout-content div.stats table tr, | ||
#layout-content div.dbstats table tr | |||
{ | { | ||
background-color: inherit; | |||
} | } | ||
#layout-content div. | #layout-content div.stats table td, | ||
#layout-content div.dbstats table td | |||
{ | { | ||
border: none; | |||
} | } | ||
#layout-content div. | #layout-content div.block div.image | ||
{ | { | ||
/*display: table-cell;*/ | |||
float: left; | |||
/*vertical-align: middle;*/ | |||
padding-right: 10px; | |||
} | } |
Latest revision as of 18:40, 7 January 2007
/*@import "http://www.anidb.net/css/blue/blue.css"*/ /*@import "http://baxxt.ath.cx/testxanidb/bits/anidbstyle.css";*/ /*@import "http://baxxt.ath.cx/testxanidb/bits/blue.css";*/ @import "http://baxxt.ath.cx/testxanidb/css/subs.css"; #layout-content div.anime_table table.eplist, #layout-content div.ep_all table.filelist { 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; } #layout-content div.anime_mylist table td { padding: 1em; } #layout-content div.anime_mylist table td span.i_icon { margin-left: 1em; } #layout-content div.mylist_list div.g_actionlist { margin-top: 1em; margin-bottom: 1em; } /*div.anime_mylist table { width: 100%; }*/ #layout-content { min-height: 40em; } #layout-content div.ed2kdump_box textarea { width: 98%; } #layout-content div.stats table, #layout-content div.dbstats table { border: none; border-spacing: 1em; } #layout-content div.stats table tr, #layout-content div.dbstats table tr { background-color: inherit; } #layout-content div.stats table td, #layout-content div.dbstats table td { border: none; } #layout-content div.block div.image { /*display: table-cell;*/ float: left; /*vertical-align: middle;*/ padding-right: 10px; }