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

From AniDB
Jump to navigation Jump to search
No edit summary
No edit summary
 
(24 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-search input,
/* Links */
#user-xname input,
a.sort              { text-decoration:none; color: #001337; font-weight: bold; font-size: 15pt; }
#user-xpass input,
a                  { color:#303D50;text-decoration:none;font-weight:bold; }
#user-xname input,
a:hover            { color:#303D50;text-decoration:underline;font-weight:bold; }
#user-xpass input,
/* Tabelle */
select,
th,td              { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;font-size: 12px; }
textarea,
table.main          { padding:0px; border-spacing:0px; width=42%; }
input[type="text"],
table.tv {border: 1px #808080 solid; padding:0px; border-spacing:0px;}
input[type="password"],
table.tv tr th      { padding:3px; background-color:#ccc; border-bottom: 1px #808080 solid; text-align:left;}
input[type="checkbox"]
table.tv tr td      { padding:6px;}
{
table.tv tr:hover  { background-color: #B0B0B0 }
font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
table.tv tr td + td, table.tv th + th {border-left: 1px #808080 solid;}
font-size:130%;
table.tv tr + tr td {border-top: 1px #808080 solid;}
}
 
#layout-menu li.sub-menu ul li#user-xpass input,
#layout-menu li.sub-menu ul li#user-xname input
{
font-size:13px;
}
 
#layout-menu li.sub-menu ul li#user-signup a,
#layout-menu li.sub-menu ul li#user-xauth button
{
cursor:pointer;
}
 
#layout-main  div.spoiler input.button
{
font-weight: normal;
}

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;}