MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Musikwiki
Zur Navigation springen Zur Suche springen
(Zurück zum Anfang.)
(Versionsgeschichte #hauptseite und .h-* siehe: https://de.wikipedia.org/w/index.php?title=MediaWiki:Common.css&action=history // Überarbeitung Hauptseite)
Zeile 85: Zeile 85:
}  
}  


div.hauptseite-box {
#hauptseite h2 {
        background:#F9F9F9;
background:#b7b7b7;
        border:1px solid #AAA;
border:1px solid #8b8b8b;
        padding:5px;
font-family:serif;
        width: 100%;
font-size:1.2em;
        font-size:90%;  
font-weight:bold;
        overflow:auto;
line-height:1.5;
margin:0;
padding:.1em 0
}
#hauptseite .h-willkommen h2 {
font-size:1.8em
}
#hauptseite .inhalt {
background:#e7e7e7;
border:1px solid #8b8b8b;
border-top:0;
min-height:0;
padding:.3em .8em .4em
}
#hauptseite .inhalt .mehr {
clear:both;
font-size:85%;
margin-top:.8em;
text-align:right
}
#hauptseite.h-box {
background:#F9F9F9;
border:1px solid #8b8b8b;
padding: .2em;
overflow:auto
}
}
 
.h-willkommen,.h-links,.h-rechts {
div.hauptseite-ueberschrift {
margin-bottom:.2em
        background:#ababab;
        margin: 0;
        border:1px solid #AAA;
        text-align:center;
        font-size:145%;
        font-weight:bold;
}
}
 
.h-links {
div.hauptseite-inhalte-links,
margin-right:.1em
div.hauptseite-inhalte-rechts,
div.hauptseite-einleitung {
        background: #c7c7c7;
        border:1px solid #AAA;
        padding: 2px;
}
}
 
.h-rechts {
div.hauptseite-inhalte-links {
margin-left:.1em
        margin: 2px 2px 0 0;
}
}
 
.h-willkommen h2,.h-unten h2 {
div.hauptseite-inhalte-rechts {
text-align:center
        margin: 2px 0 0 0;
}
}
 
.h-links h2,.h-rechts h2 {
div.hauptseite-einleitung {
text-indent:.5em
        margin: 2px 0 0 0;
        text-align:center;
}
}


Zeile 142: Zeile 151:
}
}


/* Überschriften auf der Hauptseite */
/* Setlisten-Tabellen in Tournee oder Lied-Artikeln */
 
span.hauptseite-ueberschrift {
        font-family: font-family: Linux Libertine, Georgia, Times, serif;
        font-weight: bold;
        font-size: 175%;
}
 
/* Zusatzlinks auf der Hauptseite */
div.hauptseite-weiteres {
        font-size:85%;
        text-align: right;
}
 
/* Setlisten-Tabellen in Tournee-Artikeln */
.setliste-stadt {
.setliste-stadt {
         background-color: #dddddd;
         background-color: #dddddd;

Version vom 28. Juli 2018, 15:44 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 */

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

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

#hauptseite h2 {
 background:#b7b7b7;
 border:1px solid #8b8b8b;
 font-family:serif;
 font-size:1.2em;
 font-weight:bold;
 line-height:1.5;
 margin:0;
 padding:.1em 0 
}
#hauptseite .h-willkommen h2 {
 font-size:1.8em 
}
#hauptseite .inhalt {
 background:#e7e7e7;
 border:1px solid #8b8b8b;
 border-top:0;
 min-height:0;
 padding:.3em .8em .4em 
}
#hauptseite .inhalt .mehr {
 clear:both;
 font-size:85%;
 margin-top:.8em;
 text-align:right 
}
#hauptseite.h-box {
 background:#F9F9F9;
 border:1px solid #8b8b8b;
 padding: .2em;
 overflow:auto
}
.h-willkommen,.h-links,.h-rechts {
 margin-bottom:.2em 
}
.h-links {
 margin-right:.1em 
}
.h-rechts {
 margin-left:.1em 
}
.h-willkommen h2,.h-unten h2 {
 text-align:center
}
.h-links h2,.h-rechts h2 {
 text-indent:.5em
}

/* 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:#ababab;
        margin-bottom:2px;
        text-align:center;
        font-size:118%;
        font-weight:bold;
}

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

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