User:Der Idiot/tab.css: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
No edit summary  | 
				No edit summary  | 
				||
| Line 31: | Line 31: | ||
/*awards*/  | /*awards*/  | ||
#layout-content div.anime_all div.awards  | /*#layout-content div.anime_all div.awards  | ||
{  | {  | ||
	overflow: auto;  | 	overflow: auto;  | ||
| Line 37: | Line 37: | ||
	margin-right: auto;  | 	margin-right: auto;  | ||
	width: 100%;  | 	width: 100%;  | ||
}  | }*/  | ||
*.i_award  | *.i_award  | ||
| Line 44: | Line 44: | ||
	height: 50px;  | 	height: 50px;  | ||
	padding: 0.2em;  | 	padding: 0.2em;  | ||
	background-repeat: no-repeat;  | 	background-repeat: no-repeat;  | ||
	float:left;  | |||
	position:relative;  | |||
	left:50%;  | |||
	text-align:left;  | |||
}  | }  | ||
Revision as of 21:41, 27 January 2008
@import "http://static.anidb.net/css-dev/sub-silver/sub-silver.css";
/*somewhat of a personal fix to get rid of the retarded boxes around icons when shifting the text to the left out of the screen - works fine in opera and FF. IE breaks badly*/
/**.i_icon
{
	text-indent: 0px;
	overflow: hidden;
	line-height: 500px;
}*/
/*fix for the list table header color - see animelist for instance*/
div.g_section th a
{
	color: inherit;
}
/*reviews*/
div.animeatt_reviews div.review div.block div.body div.text
{
	border: 1px #98AAB1 solid;
	padding:0.5em;
	background: #FBFBFB url(http://static.anidb.net/css/sub-silver/images/sub-bg-layout2.gif) repeat-x;
}
div.animeatt_reviews div.review h4.header,
div.animeatt_reviews div.review h4.header a,
div.animeatt_reviews div.review h4.header span
{
	font-size:11.5px;
	font-weight: bold;
}
/*awards*/
/*#layout-content div.anime_all div.awards
{
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}*/
*.i_award
{
	width: 300px;
	height: 50px;
	padding: 0.2em;
	background-repeat: no-repeat;
	float:left;
	position:relative;
	left:50%;
	text-align:left;
}
#layout-content div.anime_all div.awards span.text
{
	display: none;
}