MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Gronkh-Wiki
Wechseln zu: Navigation, Suche
Zeile 8: Zeile 8:
 
width: 300px;
 
width: 300px;
 
float: right;
 
float: right;
 +
overflow:hidden;
 
border: 1px solid #aaa;
 
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 .cation {
 
.folgediv .cation {
 
width: 100%;
 
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;
 
}
 
}

Version vom 28. Januar 2012, 11:18 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 .cation {
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;
}