MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Gronkh-Wiki
Wechseln zu: Navigation, Suche
(Nicht mehr nötig)
Zeile 11: Zeile 11:
 
padding-bottom: 10px;
 
padding-bottom: 10px;
 
padding-top: 10px;
 
padding-top: 10px;
}
 
 
/* Vorlage: Folge / Tabelle */
 
.folgediv {
 
width: 300px;
 
float: right;
 
margin-left: 15px;
 
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 .footer {
 
font-size: 15pt;
 
background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #FFF1A3), color-stop(0.99, #FFD600), color-stop(0.01, #F5A521), color-stop(0, #F9C87A) );
 
text-align: center;
 
padding-left: 5px;
 
padding-right: 5px;
 
padding-bottom: 10px;
 
padding-top: 10px;
 
opacity: 0.7;
 
}
 
.folgediv .pic {
 
width: 100%;
 
background: #EAEAEA;
 
text-align: center;
 
overflow: hidden;
 
padding: 2px;
 
border-bottom: 2px solid #aaa;
 
}
 
.folgediv .pic img {
 
-webkit-box-shadow: inset 0px 0px 10px 3px #888;
 
-moz-box-shadow: inset 0px 0px 10px 3px #888;
 
box-shadow: inset 0px 0px 10px 3px #888;
 
}
 
.folgediv table {
 
width: 100%;
 
 
}
 
.folgediv table tr:nth-child(odd) {
 
background-color: #f9f9f9;
 
 
}
 
}

Version vom 3. März 2012, 16:02 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;
}