2.217
Bearbeitungen
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
Zeile 5: | Zeile 5: | ||
ul.float-left, | ul.float-left, | ||
.float-left { | .float-left { | ||
clear: left; | |||
float: left; | |||
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; | |||
float: right; | |||
margin: 1em 0 1em 1em; | |||
} | } | ||
Zeile 55: | Zeile 56: | ||
span.Zitat-Anfuehrungszeichen { | span.Zitat-Anfuehrungszeichen { | ||
font-size:25px; | |||
} | } | ||
div.Zitat-Quelle { | div.Zitat-Quelle { | ||
font-family: 'Alegreya', serif; | |||
font-variant: small-caps; | |||
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; | |||
} | } | ||
Zeile 74: | Zeile 75: | ||
.column { | .column { | ||
float: left; | |||
width: 50%; | |||
} | } | ||
/* Clear floats after the columns */ | /* Clear floats after the columns */ | ||
.row:after { | .row:after { | ||
content: ""; | |||
display: table; | |||
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; | |||
background:#F9F9F9; | |||
border:1px solid #AAA; | |||
padding:5px; | |||
width: 100%; | |||
font-size:100%; | |||
} | } | ||
div.projekt-box-ueberschrift { | div.projekt-box-ueberschrift { | ||
background:#ababab; | |||
margin-bottom:2px; | |||
text-align:center; | |||
font-size:118%; | |||
font-weight:bold; | |||
} | } | ||
/* Setlisten-Tabellen in Tournee oder Lied-Artikeln */ | /* Setlisten-Tabellen in Tournee oder Lied-Artikeln */ | ||
.setliste-stadt { | .setliste-stadt { | ||
background-color: #dddddd; | |||
text-align: center; | |||
} | } | ||
.setliste-stadt-titel { | .setliste-stadt-titel { | ||
font-weight: bold; | |||
} | } |