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. */
@import url("extensions/TinyMCE/tinymce/plugins/fontawesome/css/font- awesome.min.css");
#wpTextbox1_ifr {
background: #fff;
color:#000000;
background-image:none;
}
.mw-indicator {
display:none;
}
.cosmos-articleHeader-actions {
padding: 15px 32px;
display:none;
}
.cosmos-actionsList-dropdownIcon {
margin: 0px;
}
.cosmos-button-action {
height: 28px;
}
.cosmos-button {
font-size: 10px;
padding:2px;
}
.cosmos-button-icon {
width: 12px;
height: 12px;
}
#cosmos-actionsList-list {
font-size: 10px;
min-width: 20px;
padding: 0;
}
.inhalt {
background: #fff;
border: 2px solid #262626;
min-height: 0;
padding: .3em .8em .4em;
}
*/ Benutzerprofil Punkte und Rang anzeige /*
#honorific-level {
font-size: 18px!important;
}
#points-level {
background-color: #ffffff!important;
font-size: 18px!important;
}
*/ Design der Infoboxen von Antares/*
.infobox {
float: right;
width: 300px;
background-color: rgb(234, 234, 234);
color: rgb(58, 58, 58);
margin: 0px 0px 15px 15px;
}
.infobox div:first-child {
background-color: rgb(38, 38, 38);
color: white;
font-size: large;
text-align: center;
font-weight: bold;
padding: 14px 10px 14px 14px;
}
.infobox table {
width: 100%;
font-size: small;
border-spacing: 0px;
}
.infobox td {
padding: 10px 14px;
}
.infobox td:first-child {
font-weight: bold;
}
.infobox .section td {
padding: 0px;
}
.infobox .section div {
background-color: rgb(38, 38, 38);
color: white;
text-align: center;
padding: 10px 14px 10px 14px;
font-size: medium;
font-weight: bold;
}
.ib-right td:last-child {
text-align: right;
}
.ib-episode tr:last-child td {
padding: 0px 14px 10px 14px;
font-weight: normal;
}
.ib-episode tr:nth-last-child(2) td {
padding: 10px 14px 6px 14px;
font-weight: bold;
}
.ib-episode tr:nth-last-child(-n+2) td:last-child {
text-align: left;
background-color: rgb(214, 214, 214)
}
/* Zentriert die Galerie auf der Demid Startseite*/
.mw-content-ltr {
text-align: center;
list-style: inside;
}