MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Gronkh-Wiki
Zeile 17: | Zeile 17: | ||
border-radius: 3px 3px 0px 0px; | border-radius: 3px 3px 0px 0px; | ||
} | } | ||
− | .folgediv . | + | .folgediv .caption { |
width: 100%; | width: 100%; | ||
height: 30px; | height: 30px; |
Version vom 28. Januar 2012, 10:20 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ #footer-info-viewcount { display: none; } /* Vorlage: Folge / Tabelle */ .folgediv { width: 300px; float: right; overflow:hidden; border: 1px solid #aaa; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; -webkit-border-radius: 3px 3px 0px 0px; border-radius: 3px 3px 0px 0px; } .folgediv .caption { width: 100%; height: 30px; 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-top: 10px; }