MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 69: | Zeile 69: | ||
.action-view.page-Musikwiki_Hauptseite #catlinks { | .action-view.page-Musikwiki_Hauptseite #catlinks { | ||
display: none; | 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: #b4d1e4; | |||
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; | |||
} | } | ||
Version vom 13. Dezember 2015, 08:14 Uhr
/* 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: #b4d1e4;
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;
}