User:Rar/anidb.css: Difference between revisions

From AniDB
Jump to navigation Jump to search
m (...precedence...)
(Updates)
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_notebox
#layout-content div.main_edit label
{
{
border: 1px solid #AFAF00;
display: block;
}
}


#layout-content div.g_notebox h3
#layout-content div.main_edit h4 /* tomerge with main_all */
{
{
color: #AFAF00;
background-color: #494D59;
color: #bbbbbb;
font-weight: normal;
margin: 0;
}
 
#layout-content div.main_edit textarea
{
height: 15em;
}
}


Line 19: Line 27:
{
{
width: 90%;
width: 90%;
}
}


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

Revision as of 16:18, 9 August 2006

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

#layout-content div.main_edit label
{
	display: block;
}

#layout-content div.main_edit h4 /* tomerge with main_all */
{
	background-color: #494D59;
	color: #bbbbbb;
	font-weight: normal;
	margin: 0;
}

#layout-content div.main_edit textarea
{
	height: 15em;
}

#layout-content > form > table
{
	width: 100%;
}

textarea
{
	width: 90%;

}

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