MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Gronkh-Wiki
(Die Seite wurde neu angelegt: „→Das folgende CSS wird für alle Benutzeroberflächen geladen.: #footer-info-viewcount { display: none; }“) |
|||
Zeile 2: | Zeile 2: | ||
#footer-info-viewcount { display: none; } | #footer-info-viewcount { display: none; } | ||
+ | |||
+ | |||
+ | /* Vorlage: Folge / Tabelle */ | ||
+ | .folgediv { | ||
+ | width: 300px; | ||
+ | float: right; | ||
+ | border: 1px solid #aaa; | ||
+ | } | ||
+ | .folgediv .cation { | ||
+ | width: 100%; | ||
+ | |||
+ | } |
Version vom 28. Januar 2012, 10:07 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ #footer-info-viewcount { display: none; } /* Vorlage: Folge / Tabelle */ .folgediv { width: 300px; float: right; border: 1px solid #aaa; } .folgediv .cation { width: 100%; }