User:Der Idiot/tab.css: Difference between revisions

From AniDB
Jump to navigation Jump to search
(Try out sub-silver fix)
(Fix bg)
Line 6: Line 6:
border: none;
border: none;
padding: 0;
padding: 0;
background: none;
}
}
#layout-main
#layout-main
Line 12: Line 13:
padding: 1em;
padding: 1em;
padding-bottom: 0;
padding-bottom: 0;
background: #FBFBFB url(images/sub-bg-layout2.gif) repeat-x;
}
}
/* sub-silver emu end */
/* sub-silver emu end */

Revision as of 18:57, 4 January 2008

@import "http://static.anidb.net/css/sub-silver/sub-silver.css";

/* sub-silver emu */
#layout-content
{
	border: none;
	padding: 0;
	background: none;
}
#layout-main
{
	border: 1px #98AAB1 solid;
	padding: 1em;
	padding-bottom: 0;
	background: #FBFBFB url(images/sub-bg-layout2.gif) repeat-x;
}
/* sub-silver emu end */

#layout-tabs
{
	text-align: left;
}

#layout-tabs ul
{
	display: inline;
	border: none;
	background-color: inherit;
}
#layout-tabs ul li
{
	display: inline;
	cursor: pointer;
	margin-left: 6px;
	padding: 1px 6px 1px 6px;
	border: 1px #867f6a solid;
	border-bottom: 0;
}
#layout-tabs ul li:hover,
#layout-tabs ul li.selected
{
	background-color: silver;
}
#layout-tabs ul li.selected
{
	border-bottom: 2px solid #inherit;
}

*.i_icon
{
	text-indent: 0px;
	overflow: hidden;
	line-height: 500px;
}

*.icons
{
	float: right;
}