MediaWiki:Common.css: Unterschied zwischen den Versionen

K
keine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 5: Zeile 5:
ul.float-left,
ul.float-left,
.float-left {
.float-left {
clear: left;
clear: left;
float: left;
float: left;
margin: 1em 1em 1em 0;
margin: 1em 1em 1em 0;
}
}
/* @noflip */div.float-right,
/* @noflip */
div.float-right,
table.float-right,
table.float-right,
ul.float-right,
ul.float-right,
.float-right {
.float-right {
clear: right;
clear: right;
float: right;
float: right;
margin: 1em 0 1em 1em;
margin: 1em 0 1em 1em;
}
}


Zeile 55: Zeile 56:


span.Zitat-Anfuehrungszeichen {
span.Zitat-Anfuehrungszeichen {
        font-size:25px;
font-size:25px;
}
}


div.Zitat-Quelle {
div.Zitat-Quelle {
        font-family: 'Alegreya', serif;
font-family: 'Alegreya', serif;
        font-variant: small-caps;
font-variant: small-caps;
        color: grey;
color: grey;
}
}


Zeile 68: Zeile 69:
.action-view.page-Musikwiki_Hauptseite #contentSub,
.action-view.page-Musikwiki_Hauptseite #contentSub,
.action-view.page-Musikwiki_Hauptseite #catlinks {
.action-view.page-Musikwiki_Hauptseite #catlinks {
display: none;
display: none;
}
}


Zeile 74: Zeile 75:


.column {
.column {
    float: left;
float: left;
    width: 50%;
width: 50%;
}
}


/* Clear floats after the columns */
/* Clear floats after the columns */
.row:after {
.row:after {
    content: "";
content: "";
    display: table;
display: table;
    clear: both;
clear: both;
}  
}  


Zeile 156: Zeile 157:
/* Design der Kästen im Kopf der Projektseiten */
/* Design der Kästen im Kopf der Projektseiten */
div.projekt-box {
div.projekt-box {
        clear: both;
clear: both;
        background:#F9F9F9;
background:#F9F9F9;
        border:1px solid #AAA;
border:1px solid #AAA;
        padding:5px;
padding:5px;
        width: 100%;
width: 100%;
        font-size:100%;
font-size:100%;
}
}


div.projekt-box-ueberschrift {
div.projekt-box-ueberschrift {
        background:#ababab;
background:#ababab;
        margin-bottom:2px;
margin-bottom:2px;
        text-align:center;
text-align:center;
        font-size:118%;
font-size:118%;
        font-weight:bold;
font-weight:bold;
}
}


/* Setlisten-Tabellen in Tournee oder Lied-Artikeln */
/* Setlisten-Tabellen in Tournee oder Lied-Artikeln */
.setliste-stadt {
.setliste-stadt {
        background-color: #dddddd;
background-color: #dddddd;
        text-align: center;
text-align: center;
}
}


.setliste-stadt-titel {
.setliste-stadt-titel {
        font-weight: bold;
font-weight: bold;
}
}