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

From AniDB
Jump to navigation Jump to search
No edit summary
No edit summary
 
(25 intermediate revisions by the same user not shown)
Line 1: Line 1:
@import "http://static.anidb.net/css-dev/test/test.css";
/* Main */
 
body                { margin:15px;font: 10pt "Trebuchet MS"; }
/*
/* Links */
#layout-menu li.sub-menu ul li#user-xauth
a.sort              { text-decoration:none; color: #001337; font-weight: bold; font-size: 15pt; }
{
a                  { color:#303D50;text-decoration:none;font-weight:bold; }
margin:3px 2px 3px 10px;
a:hover            { color:#303D50;text-decoration:underline;font-weight:bold; }
float:left;
/* Tabelle */
}
th,td              { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;font-size: 12px; }
 
table.main          { padding:0px; border-spacing:0px; width=42%; }
#layout-menu li.sub-menu ul li#user-signup
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;}
float:right;
table.tv tr td      { padding:6px;}
margin:3px 10px 3px 2px;
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;}

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