MediaWiki:Common.css
Hinweis: Leere nach dem Speichern den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Internet Explorer: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
- Opera: Gehe zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body,
.flex-item{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cbc8f7+0,d3e1ff+48&1+0,0+47 */
background: -moz-linear-gradient(-45deg, rgba(203,200,247,1) 0%, rgba(211,224,255,0) 47%, rgba(211,225,255,0) 48%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(203,200,247,1) 0%,rgba(211,224,255,0) 47%,rgba(211,225,255,0) 48%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(203,200,247,1) 0%,rgba(211,224,255,0) 47%,rgba(211,225,255,0) 48%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbc8f7', endColorstr='#00d3e1ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
background-attachment: fixed;
background-position: top;
}
#mw-page-base{
background-color: transparent;
background-image: none;
}
.flex-container {
padding: 0;
margin: 0;
list-style: none;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
justify-content: space-around;
}
.flex-item {
padding: 5px;
margin: 5px;
min-width: 200px;
min-height: 150px;
margin-top: 10px;
line-height: 150px;
color: white;
font-weight: bold;
font-size: 3em;
text-align: center;
border: 1px solid #a7d7f9 /*rgba(203,200,247,1)*/;
border-radius: 10px;
background-attachment: inherit;
}
#p-views,
#p-views ul li:first-child,
#p-personal,
#p-namespaces ul li:first-child{
-webkit-border-top-left-radius: 10px;
-moz-border-radius-top: 10px;
border-top-left-radius: 10px;
}
#p-namespaces ul,
#p-namespaces ul li:last-child,
#p-namespaces ul li:last-child span{
-webkit-border-top-right-radius: 10px;
-moz-border-radius-top: 10px;
border-top-right-radius: 10px;
}
#p-namespaces{
-webkit-border-top-left-radius: 11px;
-moz-border-radius-top: 11px;
border-top-left-radius: 11px;
-webkit-border-top-right-radius: 11px;
border-top-right-radius: 11px;
}
#content{
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
}