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

From AniDB
Jump to navigation Jump to search
No edit summary
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
@import "http://static.anidb.net/css/anigoogle-menu/anigoogle-menu.css";
/* Main */
 
body               { margin:15px;font: 10pt "Trebuchet MS"; }
#layout-content,
/* Links */
#layout-main div.g_definitionlist table,
a.sort              { text-decoration:none; color: #001337; font-weight: bold; font-size: 15pt; }
#layout-main div.tabbed_pane div.body
a                  { color:#303D50;text-decoration:none;font-weight:bold; }
{
a:hover            { color:#303D50;text-decoration:underline;font-weight:bold; }
        color: #2E3C55;
/* Tabelle */
        background: #E5E5E5 url(http://static.anidb.net/css/sub-silver/images/sub-bg-body.gif) repeat-x;
th,td              { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;font-size: 12px; }
}
table.main          { padding:0px; border-spacing:0px; width=42%; }
 
table.tv {border: 1px #808080 solid; padding:0px; border-spacing:0px;}
span.link,
table.tv tr th      { padding:3px; background-color:#ccc; border-bottom: 1px #808080 solid; text-align:left;}
a:link,a:active,a:visited
table.tv tr td      { padding:6px;}
{
table.tv tr:hover  { background-color: #B0B0B0 }
        color : #006699;
table.tv tr td + td, table.tv th + th {border-left: 1px #808080 solid;}
}
table.tv tr + tr td {border-top: 1px #808080 solid;}
 
span.link:hover,
a:hover
{
        color : #f26522/*#DD6900*/;
}
 
html,
#layout-main div.animeatt_reviews div.review div.text
{
        background: #FBFBFB url(http://static.anidb.net/css/sub-silver/images/sub-bg-layout2.gif) repeat-x;
}
#layout-nav
{
        background: url(http://static.anidb.net/css/sub-silver/images/sub-nav.gif) repeat-y;
}
 
#layout-footer
{
        background-color: #FBFBFB;
}
 
#layout-main th,
#layout-main tr.header th a
{
        color: #FFA34F;
}
 
#layout-main th
{
        background: #3a95c2 url(http://static.anidb.net/css/sub-silver/images/sub-bg-th.gif) repeat-x;
}
 
#layout-main h1
{
        color: #efefef;
        background: #3a95c2 url(http://static.anidb.net/css/sub-silver/images/sub-bg-th.gif) repeat-x;
}
 
#layout-main div.g_timedentry,
#layout-main div.desc
{
        background-color: #fafafa;
}
 
#layout-tabs ul li a,
#layout-tabs ul li.g_odd a,
#layout-menu ul,
#layout-main ul,
#layout-main tr,
#layout-main .g_list,
#layout-main .g_description,
#layout-main div.addepm div.ep
{
        background-color: #f4f4f4
}
 
#layout-main div.g_timedentry h4,
#layout-main tr.g_odd,
#layout-main li.g_odd,
#layout-main span.g_odd
{
        background-color: #dee3e7;
}
 
#layout-main table table.filelist tr,
#layout-main div.g_definitionlist tr
{
        background-color: transparent;
}
 
#layout-main div.g_definitionlist tr th
{
        color: inherit;
        background-image: none;
        background-color: transparent;
}
 
#layout-menu ul li:hover
{
        background-color: #fafafa;
}
 
#layout-tabs ul li a:hover,
#layout-main div.tabbed_pane ul.tabs li:hover
{
        background-color: white;
}
 
#layout-tabs ul li.selected a
{
        background-color: #E5E5E5;
}
#layout-main div.tabbed_pane ul.tabs li.selected
{
        background: #FFFFFF;
}
#layout-main div.tabbed_pane ul.tabs li
{
        background-color: #E5E5E5;
}
 
div.pagination span a
{
        border: 1px solid #BABABA;
}
 
div.pagination span a
{
        background-color: #ECEDEE;
        border-color: #B4BAC0;
        color: #5C758C;
}
 
div.pagination span a:hover,
div.pagination span strong
{
        border: 1px solid #BFBFBF;
        background-color: #4692BF;
        border-color: #4692BF;
        color: #FFFFFF;
}
 
#layout-main div.tagcloud
{
        border:1px solid #D1D7DC;
        background-color:#FAFAFA;
}
 
#layout-main div.export_all div.exportblock div.inner,
#layout-main div.export_all div.exportblock .rbottom *,
#layout-main div.export_all div.exportblock .rtop *
{
        background-color:#CADCEB;
}
 
#layout-main div div.explanation div.description
{
        background-color:#F4F4F4;
}
 
#layout-main div.userpage_all > div.g_section > h4
{
        background-color:#DEE3E7;
}

Latest revision as of 23:44, 19 January 2011

/* Main */
body                { margin:15px;font: 10pt "Trebuchet MS"; }
/* Links */
a.sort              { text-decoration:none; color: #001337; font-weight: bold; font-size: 15pt; }
a                   { color:#303D50;text-decoration:none;font-weight:bold; }
a:hover             { color:#303D50;text-decoration:underline;font-weight:bold; }
/* Tabelle */
th,td               { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;font-size: 12px; }
table.main          { padding:0px; border-spacing:0px; width=42%; }
table.tv {border: 1px #808080 solid; padding:0px; border-spacing:0px;}
table.tv tr th      { padding:3px; background-color:#ccc; border-bottom: 1px #808080 solid; text-align:left;}
table.tv tr td      { padding:6px;}
table.tv tr:hover   { background-color: #B0B0B0 }
table.tv tr td + td, table.tv th + th {border-left: 1px #808080 solid;}
table.tv tr + tr td {border-top: 1px #808080 solid;}