MediaWiki:Mobile.css: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
(Der Seiteninhalt wurde durch einen anderen Text ersetzt: „{{subst:MediaWiki:Common.css}}“)
Markierungen: Ersetzt Mobile Bearbeitung Mobile Web-Bearbeitung
Keine Bearbeitungszusammenfassung
Zeile 176: Zeile 176:


/* Tables */
/* Tables */
.content .wikitable tbody {
min-width: 100%;
display: table;
}
.wikitable th {
text-align: center;
}
.mw-tablefooter {
    font-size: 0.8em;
    color: gray;
    text-align: right;
}
.mw-tablefooter a:link,
.mw-tablefooter a:visited,
.mw-tablefooter a:active,
.mw-tablefooter a:hover {
    color: gray;
}
.infobox {
.infobox {
position: relative;
position: relative;
Zeile 227: Zeile 248:
     border: none;
     border: none;
     margin: 0.8em 0;
     margin: 0.8em 0;
}
.mw-tablefooter {
    font-size: 0.8em;
    color: gray;
    text-align: right;
}
.mw-tablefooter a:link,
.mw-tablefooter a:visited,
.mw-tablefooter a:active,
.mw-tablefooter a:hover {
    color: gray;
}
}


Zeile 270: Zeile 278:
.alert {
.alert {
     /*border-radius: 4px;*/
     /*border-radius: 4px;*/
     padding: 8px;
     padding: 8px 16px;
     margin: 8px;
     margin: 0.5em -16px;
     font-size: 0.9em;
     font-size: 0.9rem;
     border: 1px solid rgba(0, 0, 0, .125);
     border: 1px solid rgba(0, 0, 0, .125);
    border-left: 0;
    border-right: 0;
     color: #fff;
     color: #fff;
}
}
Zeile 325: Zeile 335:
.hgdrawer,
.hgdrawer,
.hgborder {
.hgborder {
    margin-top: 0.5em;
     padding: 8px 16px;
    margin-bottom: 0.5em;
     padding: 8px;
     border: 1px solid rgba(0, 0, 0, .25);
     border: 1px solid rgba(0, 0, 0, .25);
    margin: 0.5em -16px;
    border-left: 0;
    border-right: 0;
}
}


Zeile 360: Zeile 371:
.hgdrawer {
.hgdrawer {
     border-left: 9px solid rgba(0, 0, 0, .25);
     border-left: 9px solid rgba(0, 0, 0, .25);
    padding-left: 7px;
}
}


Zeile 365: Zeile 377:
     border: 2px solid #212529;
     border: 2px solid #212529;
     background: rgba(0, 0, 0, 0);
     background: rgba(0, 0, 0, 0);
    padding-left: 14px;
    padding-right: 14px;
}
}


Zeile 394: Zeile 408:


.hintbox {
.hintbox {
     font-size: 0.95em;
     font-size: 0.95rem;
     background: #EEE;
     background: #EEE;
     /*border: 1px solid gray;*/
     /*border: 1px solid gray;*/