MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Gronkh-Wiki
Wechseln zu: Navigation, Suche
Zeile 36: Zeile 36:
 
-moz-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;
 
box-shadow: inset 0px 0px 10px 3px #888;
 +
}
 +
.folgediv table {
 +
width: 100%;
 +
 +
}
 +
.folgediv table td:nth-child(odd) {
 +
background-color: #f9f9f9;
 
}
 
}

Version vom 28. Januar 2012, 11:36 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;
}
.folgediv .pic {
width: 100%;
background: #EAEAEA;
text-align: center;
overflow: hidden;
padding: 2px;
}
.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 td:nth-child(odd) {
background-color: #f9f9f9;
}