MediaWiki:Common.css
Aus Gamedevwiki
Hinweis: Leere nach dem Veröffentlichen 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/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
- Opera: Strg+F5
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.systemmessage {
font-size:1em;
border-radius:5px;
padding-left:45px;
padding-right:45px;
padding-top:0.5em;
padding-bottom:0.7em;
margin:5px
}
.systemmessage p {
padding:0;
margin:0
}
.info {
color:#00529B;
border:1px solid #0052FC;
background:#BDE5F8 url(/public/images/systemicons/information.png) top left no-repeat;
background-position:5px 5px
}
.success {
color:#4F8A10;
border:1px solid #5F9B10;
background:#DFF2BF url(/public/images/systemicons/accept.png) top left no-repeat;
background-position:5px 5px
}
.warning {
color:#9F6000;
border:1px solid #5B5000;
background:#FEEFB3 url(/public/images/systemicons/warning.png) top left no-repeat;
background-position:5px 5px
}
.error {
color:#D8000C;
border:1px solid #E9000C;
background:#FFBABA url(/public/images/systemicons/cancel.png) top left no-repeat;
background-position:5px 5px
}
.infobox {
float:right;
border:1px solid lightsteelblue;
padding:5px;
width:25em;
margin:0 0 0.5em 1em;
font-size:85%;
background:#F9F9F9
}
.infobox-header {
background:lightsteelblue;
margin-bottom:2px;
text-align:center;
font-size:118%;
font-weight:bold;
width:100%
}
.flex-container {
display:flex;
width:100%;
flex-flow:row wrap;
justify-content:space-between
}
.flex-item {
flex-grow:1;
flex-basis:0;
background:#fcfcfc;
border:solid #eeeeee;
border-top-width:medium;
border-right-width:medium;
border-bottom-width:medium;
border-left-width:medium;
border-width:1px 1px 0.2em;
padding:.8em .8em;
box-shadow:0 1px 2px 1px rgba(0,0,0,0.02);
margin:.5em;
line-height:1.125;
word-wrap:break-word
}
.fbox {
flex:1;
min-width:210px;
background:#fcfcfc;
border:solid #eeeeee;
border-top-width:medium;
border-right-width:medium;
border-bottom-width:medium;
border-left-width:medium;
border-width:1px 1px 0.2em;
padding:.8em .8em;
box-shadow:0 1px 2px 1px rgba(0,0,0,0.02);
margin:5px;
line-height:1.125;
word-wrap:break-word
}
.fbox-heading {
font-weight:bold;
text-decoration:underline;
padding:0;
margin:0
}