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

From AniDB
Jump to navigation Jump to search
No edit summary
No edit summary
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
@import "http://static.anidb.net/css-dev/sub-silver/sub-silver.css";
@import "http://static.anidb.net/css/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*/
#layout-menu ul li
div.g_section th a
    margin-top: 0;
{
    border-top-width: 0;
color: inherit;
    padding-top: 0;
}
    margin-bottom: -2px;
 
    border-bottom-width: 0;
/*reviews*/
    padding-bottom: 0;
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
{
clear:both;
text-align:center;
}
 
*.i_award
{
width: 300px;
height: 50px;
padding: 0.2em;
display: -moz-inline-box;
display: inline-block;
}
 
#layout-content div.anime_all div.awards a span
{
display: none;
}
 
div.profile_all #tab2_pane
{
clear:both;
text-align:center;
}
 
div.profile_all #tab2_pane div.left,
div.profile_all #tab2_pane div.center,
div.profile_all #tab2_pane div.right
{
display: -moz-inline-box;
display: inline-block;
}
}

Latest revision as of 01:30, 17 February 2008

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

#layout-menu ul li
    margin-top: 0;
    border-top-width: 0;
    padding-top: 0;
    margin-bottom: -2px;
    border-bottom-width: 0;
    padding-bottom: 0;
}