User:Der Idiot/test.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* 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;}