User:Rar/anidb.css: Difference between revisions

From AniDB
Jump to navigation Jump to search
m (exp did this to companies page when?)
m (...precedence...)
Line 21: Line 21:
}
}


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

Revision as of 07:57, 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 td /* needs normalising */
{
	background-color: #6FC279;
}