MediaWiki:Common.css
Zur Navigation springen
Zur Suche springen
Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
- Opera: Strg+F5
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* @noflip */
div.float-left,
table.float-left,
ul.float-left,
.float-left {
clear: left;
float: left;
margin: 1em 1em 1em 0;
}
/* @noflip */div.float-right,
table.float-right,
ul.float-right,
.float-right {
clear: right;
float: right;
margin: 1em 0 1em 1em;
}
/**
* Styling for links generated by [[MediaWiki:Edittools]]
* @source https://www.mediawiki.org/wiki/Extension:CharInsert#Styling
* @updated 2012-02-29
*/
.mw-charinsert-buttons {
margin-top: 10px;
border: 1px solid #aaaaaa;
padding: 1px;
text-align: center;
font-size: 110%;
}
.mw-charinsert-buttons a {
color: black;
background-color: #cde !important;
font-weight: bold;
font-size: .9em;
text-decoration: none;
border: thin #069 outset;
padding: 0 .1em .1em;
}
.mw-charinsert-buttons a:hover,
.mw-charinsert-buttons a:active {
background-color: #bcd;
border-style: inset;
}
.client-js .mw-edittools-section {
display: inline;
}
.client-js .mw-edittools-section input[type="button"] {
font-size: 0.9em;
padding-left: 1px;
padding-right: 1px;
margin-left: 1px;
}
span.Zitat-Anfuehrungszeichen {
font-size:25px;
}
div.Zitat-Quelle {
font-family: 'Alegreya', serif;
font-variant: small-caps;
color: grey;
}
/* Überschrift, Weiterleitungshinweis und Kategorie verbergen */
.action-view.page-Musikwiki_Hauptseite h1.firstHeading,
.action-view.page-Musikwiki_Hauptseite #contentSub,
.action-view.page-Musikwiki_Hauptseite #catlinks {
display: none;
}
/* Design der Hauptseite */
div.hauptseite-box {
background:#F9F9F9;
border:1px solid #AAA;
padding:5px;
width: 100%;
font-size:90%;
overflow:auto;
}
div.hauptseite-ueberschrift {
background:#8c9e9e;
margin: 0;
border:1px solid #AAA;
text-align:center;
font-size:145%;
font-weight:bold;
}
div.hauptseite-inhalte-links,
div.hauptseite-inhalte-rechts,
div.hauptseite-einleitung {
background: #adbaba;
border:1px solid #AAA;
padding: 2px;
}
div.hauptseite-inhalte-links {
margin: 2px 2px 0 0;
}
div.hauptseite-inhalte-rechts {
margin: 2px 0 0 0;
}
div.hauptseite-einleitung {
margin: 2px 0 0 0;
text-align:center;
}
div.hauptseite-weiteres {
font-size:85%;
text-align: right;
}
/* Design der Kästen im Kopf der Projektseiten */
div.projekt-box {
clear: both;
background:#F9F9F9;
border:1px solid #AAA;
padding:5px;
width: 100%;
font-size:100%;
}
div.projekt-box-ueberschrift {
background:#8c9e9e;
margin-bottom:2px;
text-align:center;
font-size:118%;
font-weight:bold;
}