User:Der Idiot/tab.css

From AniDB
Revision as of 05:03, 27 January 2008 by Rar (talk | contribs) (Fix award align test)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@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;
	display: table;
}

*.i_award
{
	width: 300px;
	height: 50px;
	float:left;
	padding: 0.2em;
}