MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Gronkh-Wiki
(→Übersicht Let's Plays - Tabelle) |
(→Übersicht Let's Plays - Tabelle: Kleine Überarbeitung) |
||
Zeile 21: | Zeile 21: | ||
table.letsplays .dates { | table.letsplays .dates { | ||
text-align:center; | text-align:center; | ||
+ | width:55px; | ||
+ | } | ||
+ | |||
+ | table.letsplays .episodes { | ||
+ | text-align:right; | ||
+ | width:60px; | ||
} | } | ||
table.letsplays .length { | table.letsplays .length { | ||
text-align:right; | text-align:right; | ||
+ | width:85px; | ||
} | } | ||
− | + | .lp-finished { | |
background:#F06C47; | background:#F06C47; | ||
} | } | ||
− | + | .lp-paused { | |
background:#FCB058; | background:#FCB058; | ||
} | } | ||
− | + | .lp-active { | |
background:#9DD12F; | background:#9DD12F; | ||
} | } |
Version vom 3. März 2012, 16:10 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ #footer-info-viewcount { display: none; } .caption { font-size: 15pt; background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF1A3), color-stop(0.01, #FFD600), color-stop(0.99, #F5A521), color-stop(1, #F9C87A) ); text-align: center; padding-left: 5px; padding-right: 5px; padding-bottom: 10px; padding-top: 10px; } /* Übersicht Let's Plays - Tabelle */ table.letsplays { width:700px; } table.letsplays .dates { text-align:center; width:55px; } table.letsplays .episodes { text-align:right; width:60px; } table.letsplays .length { text-align:right; width:85px; } .lp-finished { background:#F06C47; } .lp-paused { background:#FCB058; } .lp-active { background:#9DD12F; }