Max (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
K (Korrektur der vertikalen Positionen von "Impressum" und "Entdecken" in der Navigationsleiste) |
||
(50 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 6: | Zeile 6: | ||
background-image:none; | 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*/ | |||
.gallery-center { | |||
text-align: center; | |||
margin: auto; | |||
} | |||
.gallery-center li { | |||
margin: 0px 40px; | |||
} | |||
/* Link Farben */ | |||
.mw-body a:link { color: #E53C2E !important; } /* normal unvisited links */ | |||
.mw-body a:link:visited { color: #E53C2E !important; } /* visited links */ | |||
.mw-body a:link:active { color: #E53C2E !important; } /* active links */ | |||
.mw-body a:link.new { color: #00AAB5 !important; } /* new links */ | |||
.mw-body a:link.interwiki { color: #E53C2E !important; } /* interwiki links */ | |||
.mw-body a:link.external { color: #E53C2E !important; } /* external links */ | |||
.mw-body a:link.stub { color: #262626 !important; } /* hovered links */ | |||
.mw-body a:visited.new { color: #00AAB5 !important; } | |||
/* Cookie Banner */ | |||
.mw-cookiewarning-container { padding-bottom: 50px; } | |||
/* Alle Überschriften fett (soweit sie das nicht schon sind) */ | |||
#mw-content h2 { | |||
font-weight: bold; | |||
} | |||
#mw-content h4 { | |||
font-weight: bold; | |||
} | |||
/* Positions-Korrekturen für die Navigation */ | |||
#p-Impressum-label { | |||
margin-top: 5px; | |||
} | |||
#p-Entdecken-label { | |||
margin-bottom: 2px; | |||
} | } |
Aktuelle Version vom 20. April 2024, 09:54 Uhr
/* 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*/
.gallery-center {
text-align: center;
margin: auto;
}
.gallery-center li {
margin: 0px 40px;
}
/* Link Farben */
.mw-body a:link { color: #E53C2E !important; } /* normal unvisited links */
.mw-body a:link:visited { color: #E53C2E !important; } /* visited links */
.mw-body a:link:active { color: #E53C2E !important; } /* active links */
.mw-body a:link.new { color: #00AAB5 !important; } /* new links */
.mw-body a:link.interwiki { color: #E53C2E !important; } /* interwiki links */
.mw-body a:link.external { color: #E53C2E !important; } /* external links */
.mw-body a:link.stub { color: #262626 !important; } /* hovered links */
.mw-body a:visited.new { color: #00AAB5 !important; }
/* Cookie Banner */
.mw-cookiewarning-container { padding-bottom: 50px; }
/* Alle Überschriften fett (soweit sie das nicht schon sind) */
#mw-content h2 {
font-weight: bold;
}
#mw-content h4 {
font-weight: bold;
}
/* Positions-Korrekturen für die Navigation */
#p-Impressum-label {
margin-top: 5px;
}
#p-Entdecken-label {
margin-bottom: 2px;
}