MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Alrik
Wechseln zu:Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* HEADER */
.p-navbar .mw-list-item{
.p-navbar .mw-list-item{
     white-space:nowrap;
     white-space:nowrap;
Zeile 25: Zeile 27:
}
}


/* HYPHENS */
body p {
body p {
     hyphens: auto;
     hyphens: auto;
Zeile 33: Zeile 36:
}
}


/* INFOBOXES */
.infobox {
.infobox {
     float: right;
     float: right;
Zeile 46: Zeile 50:
}
}


th {
/* LISTS */
    text-align: center;
}
 
.mw-content-ltr ul+p,  
.mw-content-ltr ul+p,  
.mw-content-ltr ol+p {
.mw-content-ltr ol+p {
Zeile 55: Zeile 56:
}
}


.float-right {
/* TABLES */
     clear: right;
th {
    float: right;
     text-align: center;
    margin: 1em 0 1em 1em;
}
}


Zeile 65: Zeile 65:
}
}


.illusory-script {
/* EXAMPLES */
    opacity:0;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select: none;
}
 
.beispiel {
.beispiel {
     border: 1px solid #a2a9b1;
     border: 1px solid #a2a9b1;
Zeile 95: Zeile 88:
.beispielbody p {
.beispielbody p {
     margin: 0;
     margin: 0;
}
/* MISC */
.float-right {
    clear: right;
    float: right;
    margin: 1em 0 1em 1em;
}
.illusory-script {
    opacity:0;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select: none;
}
}

Version vom 3. September 2022, 16:56 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

/* HEADER */
.p-navbar .mw-list-item{
    white-space:nowrap;
}

.p-navbar .p-logo  a::after{
    content: "ALRIK";
    padding-left: 5px;
}

.p-navbar .p-logo a:hover{
    text-decoration: none;
}

.p-navbar .p-logo a:link{
    text-decoration: none;
}

.p-navbar .p-logo a:visited{
    text-decoration: none;
}

.p-navbar .p-logo a:active{
    text-decoration: none;
}

/* HYPHENS */
body p {
    hyphens: auto;
}

body .toctext {
    hyphens: auto;
}

/* INFOBOXES */
.infobox {
    float: right;
    clear: right;
    color: black;
    font-size: 88%;
    line-height: 1.5em;
    margin: 0 0 1em 1em;
}

.infoheader {
    background-color: #9dbabf;
}

/* LISTS */
.mw-content-ltr ul+p, 
.mw-content-ltr ol+p {
    margin-top: 1rem;
}

/* TABLES */
th {
    text-align: center;
}

.table-wrapper {
    overflow: auto;
}

/* EXAMPLES */
.beispiel {
    border: 1px solid #a2a9b1;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.beispiel .mw-collapsible-toggle {
    padding-right: 3px; 
}

.beispielheader {
    background-color: #eaecf0;
    padding-left: 3px;
    margin: 2px;
}

.beispielbody p {
    padding: 5px;
}

.beispielbody p {
    margin: 0;
}

/* MISC */
.float-right {
    clear: right;
    float: right;
    margin: 1em 0 1em 1em;
}

.illusory-script {
    opacity:0;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select: none;
}