MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(9 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 20: Zeile 20:
}
}


#footer-info-lastmod { display: none; }
.last-modified-bar { display: none; }
/* hide Toolbox from anonymous users */
body.anon #p-tb {
body.anon #p-tb {
     display: none;
     display: none;
Zeile 35: Zeile 40:
     float: left !important;
     float: left !important;
     width: 200px !important;
     width: 200px !important;
    background: none !important;
    padding: 1rem !important;
    border: 0 !important;
}
.img-left-element {
    float: left !important;
    width: 300px !important;
     background: none !important;
     background: none !important;
     padding: 1rem !important;
     padding: 1rem !important;
Zeile 47: Zeile 60:
     align-items: center;
     align-items: center;
     margin-bottom: 0;
     margin-bottom: 0;
}
.wikitable {
    background-color: #FFFFFF;
}
}


Zeile 78: Zeile 95:
     background-color: #f8f9fa;
     background-color: #f8f9fa;
     padding: 1rem;
     padding: 1rem;
    padding-left:2rem;
     border: 1px solid #ddd;
     border: 1px solid #ddd;
     margin: -1px 0 0 -1px; /* Kompensiert gap */
     margin: -1px 0 0 -1px;
     min-height: 0; /* Verhindert Überlaufprobleme */
     min-height: auto;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
 
.mw-redirectedfrom {
    display: none;
}
}