Max (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Max (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 57: | Zeile 57: | ||
font-size: 18px!important; | font-size: 18px!important; | ||
} | |||
.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) | |||
} | } |
Version vom 16. März 2021, 10:47 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;
}
#honorific-level {
font-size: 18px!important;
}
#points-level {
background-color: #ffffff!important;
font-size: 18px!important;
}
.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)
}