User:Rar/anidb.css: Difference between revisions

From AniDB
Jump to navigation Jump to search
(Easy css modification)
 
m (Reverted edit of Der Idiot, changed back to last version by Epoximator)
 
(20 intermediate revisions by 3 users not shown)
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.g_warnbox
#layout-content div.company tr.mylist /* needs normalising
#layout-content div.company_all tr.mylist */
{
{
border: 1px solid #F46F0B;
background-color: #6FC279;
background-color: #FFF0E5;
margin: 2em;
padding: 1.2em;
}
}
#layout-content div.g_notebox
 
#layout-content div.agcmts_head
{
text-align: center;
}
#layout-content div.agcmts_entries
{
display: block;
width: 95%;
}
#layout-content div.agcmts_entries span.stamp
{
background-color: #a1b4cd;
display: block;
text-align: left;
padding: 0.1em 0.6em 0.1em 0.6em;
}
#layout-content div.agcmts_entries span.actions
{
float: right;
}
 
#layout-footer
{
margin-left: 13em;
}
#layout-content div.section,
#layout-content div.g_section
{
border-top: 1px groove #486187;
padding: 2 0 0 0;
}
#layout-content table tr.pause td,
#layout-content table td.pause
{
height: 1em;
}
#layout-content table caption
{
margin-left: auto;
margin-right: auto;
margin-top: 1em;
margin-bottom: 0.2em;
font-size: 16px;
font-weight: normal;
}
 
#layout-content dl
{
  display: table;
  margin-left: auto;
margin-right: auto;
line-height: 130%;
}
#layout-content dl dt
{
float: left;
clear: left;
}
#layout-content dl dd
{
margin-left: 120px;
text-align: left;
}
#layout-content dl dt:after
{
/*content: ": ";*/
}
 
#layout-content div.file_all table,
#layout-content div.creq_all table
{
margin-left: auto;
margin-right: auto;
border: 0;
border-collapse: separate;
}
#layout-content div.file_all table th
{
background-color: #d5def6;
text-align: center;
}
#layout-content div.file_all div
{
margin-top: 1em;
}
#layout-content div.file_all div.track_vid table,
#layout-content div.file_all div.track_aud table,
#layout-content div.file_all div.track_sub table,
#layout-content div.file_all div.external_sub table,
#layout-content div.file_all div.rel_files table,
#layout-content div.file_all div.rel_eps table
{
text-align: center;
}
 
#layout-content div.file_all h4
{
text-align: center;
margin-top: 0;
margin-bottom: 0.2em;
}
#layout-content div.file_all span.track_add
{
font-weight: normal;
}
 
#layout-content div.file_all div.nav
{
clear: both;
text-align: center;
padding-top: 1em;
}
 
#layout-content div.file_all dl.info dd
{
margin-left: 130px;
}
#layout-content div.file_all dl.info *.type,
#layout-content div.file_all dl.info *.censored,
#layout-content div.file_all dl.info *.stats,
#layout-content div.file_all dl.info *.desc,
#layout-content div.file_all dl.info *.owner
{
margin-top: 10px;
}
 
 
#layout-content span.vis_high
{
color: red;
font-weight: bold;
}
#layout-content span.vis_med
{
font-weight: bold;
}
#layout-content span.vis_low
{
{
border: 1px solid #DFDF00;
font-style: italic;
background-color: #FFFFDF;
}
margin: 2em;
#layout-content span.vis_pos
padding: 1.2em;
{
color: green;
}
}


#layout-content div.g_warnbox h3
 
#layout-content div.creq_all
{
{
color: #F46F0B;
text-align: center;
margin-left: auto;
margin-right: auto;
}
}
#layout-content div.g_notebox h3
#layout-content div.creq_all table
{
width: 90%;
}
#layout-content div.creq_all div.creq_hist table,
#layout-content div.creq_all div.entry_hist table
{
width: 700px;
}
#layout-content div.creq_all table th
{
background-color: #b5c8e1;
text-align: center;
height: 1.3em;
}
#layout-content div.creq_all table tr
{
text-align: left;
}
#layout-content div.creq_all td.ignore
{
text-align: center;
}
#layout-content div.creq_all table.header
{
text-align: left;
}
#layout-content div.creq_all table.entry_hist td
{
  text-align: center;
border: 1px solid #DFDFF6;
}
#layout-content div.creq_all div.creq_header td
{
  border: 1px solid #DFDFF6;
}
 
#layout-content div.creq_all div.states dl dd
{
margin-left: 90px;
}
 
#layout-content div.creq_all td.field,
#layout-content div.creq_all td.value
{
{
color: #FFFFDF;
text-align: left;
}
}

Latest revision as of 00:04, 7 January 2007

@import "http://www.anidb.net/css/blue/blue.css";

#layout-content div.company tr.mylist /* needs normalising 
#layout-content div.company_all tr.mylist */
{
	background-color: #6FC279;
}

#layout-content div.agcmts_head
{
	text-align: center;
}
#layout-content div.agcmts_entries
{
	display: block;
	width: 95%;
}
#layout-content div.agcmts_entries span.stamp
{
	background-color: #a1b4cd;
	display: block;
	text-align: left;
	padding: 0.1em 0.6em 0.1em 0.6em;
}
#layout-content div.agcmts_entries span.actions
{
	float: right;
}

#layout-footer
{
	margin-left: 13em;
}
#layout-content div.section,
#layout-content div.g_section
{
	border-top: 1px groove #486187;
	padding: 2 0 0 0;
}
#layout-content table tr.pause td,
#layout-content table td.pause
{
	height: 1em;
}
#layout-content table caption
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 0.2em;
	font-size: 16px;
	font-weight: normal;
}

#layout-content dl
{
  display: table;
  margin-left: auto;
	margin-right: auto;
	line-height: 130%;
}
#layout-content dl dt
{
	float: left;
	clear: left;
}
#layout-content dl dd
{
	margin-left: 120px;
	text-align: left;
}
#layout-content dl dt:after
{
	/*content: ": ";*/
}

#layout-content div.file_all table,
#layout-content div.creq_all table
{
	margin-left: auto;
	margin-right: auto;
	border: 0;
	border-collapse: separate;
}
#layout-content div.file_all table th
{
	background-color: #d5def6;
	text-align: center;
}
#layout-content div.file_all div
{
	margin-top: 1em;
}
#layout-content div.file_all div.track_vid table,
#layout-content div.file_all div.track_aud table,
#layout-content div.file_all div.track_sub table,
#layout-content div.file_all div.external_sub table,
#layout-content div.file_all div.rel_files table,
#layout-content div.file_all div.rel_eps table
{
	text-align: center;
}

#layout-content div.file_all h4
{
	text-align: center;
	margin-top: 0;
	margin-bottom: 0.2em;
}
#layout-content div.file_all span.track_add
{
	font-weight: normal;
}

#layout-content div.file_all div.nav
{
	clear: both;
	text-align: center;
	padding-top: 1em;
}

#layout-content div.file_all dl.info dd
{
	margin-left: 130px;
}
#layout-content div.file_all dl.info *.type,
#layout-content div.file_all dl.info *.censored,
#layout-content div.file_all dl.info *.stats,
#layout-content div.file_all dl.info *.desc,
#layout-content div.file_all dl.info *.owner
{
	margin-top: 10px;
}


#layout-content span.vis_high
{
	color: red;
	font-weight: bold;
}
#layout-content span.vis_med
{
	font-weight: bold;
}
#layout-content span.vis_low
{
	font-style: italic;
}
#layout-content span.vis_pos
{
	color: green;
}


#layout-content div.creq_all
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#layout-content div.creq_all table
{
	width: 90%;
}
#layout-content div.creq_all div.creq_hist table,
#layout-content div.creq_all div.entry_hist table
{
	width: 700px;
}
#layout-content div.creq_all table th
{
	background-color: #b5c8e1;
	text-align: center;
	height: 1.3em;
}
#layout-content div.creq_all table tr
{
	text-align: left;
}
#layout-content div.creq_all td.ignore
{
	text-align: center;
}
#layout-content div.creq_all table.header
{
	text-align: left;
}
#layout-content div.creq_all table.entry_hist td
{
  text-align: center;
	border: 1px solid #DFDFF6;
}
#layout-content div.creq_all div.creq_header td
{
  border: 1px solid #DFDFF6;
}

#layout-content div.creq_all div.states dl dd
{
	margin-left: 90px;	
}

#layout-content div.creq_all td.field,
#layout-content div.creq_all td.value
{
	text-align: left;
}