User:Rar/anidb.css: Difference between revisions
< User:Rar
|  (Updates) | m (Prettier?) | ||
| Line 4: | Line 4: | ||
| { | { | ||
| 	display: block; | 	display: block; | ||
| 	vertical-align: top; | |||
| } | |||
| #layout-content div.main_edit label * | |||
| { | |||
| 	display: block; | |||
| 	margin-left: 8em; | |||
| } | } | ||
Revision as of 16:22, 9 August 2006
@import "http://www.anidb.net/css/blue/blue.css";
#layout-content div.main_edit label
{
	display: block;
	vertical-align: top;
}
#layout-content div.main_edit label *
{
	display: block;
	margin-left: 8em;
}
#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;
}