User:Rar/anidb.css: Difference between revisions
< User:Rar
| m (Prettier?) | m (Balance) | ||
| Line 11: | Line 11: | ||
| 	display: block; | 	display: block; | ||
| 	margin-left: 8em; | 	margin-left: 8em; | ||
| 	margin-right: -8em; | |||
| } | } | ||
Revision as of 16:23, 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;
	margin-right: -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;
}