User:Der Idiot/test.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(18 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* Main */ | |||
body { margin:15px;font: 10pt "Trebuchet MS"; } | |||
/* Links */ | |||
margin: | 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;} | |||
} | |||
{ | |||
} | |||
{ | |||
# | |||
} | |||
{ | |||
} | |||
{ | |||
} | |||
{ | |||
} | |||
{ | |||
# | |||
} | |||
{ | |||
} | |||
{ | |||
# | |||
} | |||
{ | |||
# | |||
} | |||
{ | |||
} |
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;}