Cookies helfen uns bei der Bereitstellung von KiwiThek. Durch die Nutzung von KiwiThek erklärst du dich damit einverstanden, dass wir Cookies speichern. Weitere Informationen

Änderungen

Wechseln zu: Navigation, Suche

MediaWiki:Common.css

1.538 Bytes hinzugefügt, 11:19, 14. Okt. 2020
K
keine Bearbeitungszusammenfassung
#mw-panel {
font-size: 20px;
background-image: -webkit-linear-gradient(top, #ffffff fff 2.5em, #f6f6f6 5em); background-image: -moz-linear-gradient(top, #ffffff fff 2.5em, #f6f6f6 5em); background-image: linear-gradient(#ffffff fff 2.5em, #f6f6f6 5em);} .mw-wiki-logo { background-size: contain;
}
#bodyContent .portale {
/*max-width: 750px; margin-left: auto; margin-right: auto;*/
line-height: 2.5em;
margin-left: 0;
margin-right: 0;
text-align: left;
}
 
#bodyContent .portale p {
display: grid;
column-gap: 15px;
grid-template-columns: repeat(4, 1fr);
grid-auto-rows: 1fr;
grid-auto-flow: row;
}
 
body[lang="de-easy"] #bodyContent .portale p {
grid-template-columns: repeat(3, 1fr);
}
 
@media (max-width: 1200px) {
#bodyContent .portale p {
grid-template-columns: repeat(auto-fit, minmax(25%, calc(906px / 4)));
}
 
body[lang="de-easy"] #bodyContent .portale p {
grid-template-columns: repeat(auto-fit, minmax(calc(100% / 3), calc(906px / 3)));
}
}
 
#bodyContent table {
#bodyContent table tr:nth-child(even) {
background-color: #fffffffff;
}
.clearfix {
clear: both;
}
 
.full-width,
.full-width p {
max-width: 100% !important;
}
padding-left: 5px;
padding-right: 5px;
}
 
.box__content .wibs-language-selector {
display: none;
}
 
/**
* Wikitable Alignments
*/
.wikitable.header-left th {
text-align: left;
}
 
.wikitable.header-right th {
text-align: right;
}
 
.wikitable.header-center th {
text-align: center;
}
 
.wikitable.content-left td {
text-align: left;
}
 
.wikitable.content-right td {
text-align: right;
}
 
.wikitable.content-center td {
text-align: center;
}
 
.wikitable.justify {
width: 100%;
}
 
#mw-upload-form .mw-htmlform-field-HTMLTextAreaField,
#mw-upload-form .mw-htmlform-field-Licenses,
#mw-upload-form > fieldset:nth-child(3) {
display: none;
}
 
/**
* Badges
*/
#content {
position: relative;
}
 
.badge {
display: block;
position: absolute;
right: 15px;
top: 15px;
height: 64px;
width: auto;
}
 
.badge img {
max-height: 100%;
width: auto;
}
10.360
Bearbeitungen

Navigationsmenü