User:Rar/anidb.css: Difference between revisions

From AniDB
Jump to navigation Jump to search
m (*sigh*)
m (exp did this to companies page when?)
Line 19: Line 19:
{
{
width: 90%;
width: 90%;
}
#layout-content div.company tr.mylist /* needs normalising */
{
background-color: #6FC279;
}
}

Revision as of 07:54, 3 August 2006

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

#layout-content div.g_notebox
{
	border: 1px solid #AFAF00;
}

#layout-content div.g_notebox h3
{
	color: #AFAF00;
}

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

textarea
{
	width: 90%;
}

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