MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Musikwiki
Zur Navigation springen Zur Suche springen
K (Versuch #1)
(Infobox verbreitert.)
 
(25 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
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;
}
}


/* Design der Hauptseite */
/* Design der Hauptseite */
div.hauptseite-box {
 
        background:#F9F9F9;
.column {
        border:1px solid #AAA;
float: left;
        padding:5px;
width: 50%;
        width: 100%;
        font-size:90%;
        overflow:auto;
}
}


div.hauptseite-ueberschrift {
/* Clear floats after the columns */
        background:#ababab;
.row:after {
        margin: 0;
content: "";
        border:1px solid #AAA;
display: table;
        text-align:center;
clear: both;
        font-size:145%;
}
        font-weight:bold;
 
#projektbox h2 {
background:#b7b7b7;
border:1px solid #8b8b8b;
font-family:serif;
font-size:1.1em;
font-weight:bold;
line-height:1.5;
margin:0;
padding:.1em 0
}
#projektbox .h-willkommen h2 {
font-size:1.5em
}
#projektbox .inhalt {
background:#e7e7e7;
border:1px solid #8b8b8b;
border-top:0;
font-size:.9em;
min-height:0;
padding:.3em .8em .4em
}
#projektbox .inhalt .mehr {
clear:both;
font-size:85%;
margin-top:.8em;
text-align:right
}
/* Muss #projektbox.box sein, da die Klasse direkt mit der Definition von id="projektbox" verwendet wird */
#projektbox.box {
background:#F9F9F9;
border:1px solid #8b8b8b;
padding: .2em;
overflow:auto
}
#projektbox .uebers {
background:#b7b7b7;
border:1px solid #8b8b8b;
font-family:serif;
font-size:1.1em;
font-weight:bold;
line-height:1.5;
text-indent:.5em;
margin:0;
padding:.1em 0
}
}


div.hauptseite-inhalte-links,
#projektbox .link {
div.hauptseite-inhalte-rechts,
font-size:1.2em;
div.hauptseite-einleitung {
text-align: center;
        background: #c7c7c7;
font-weight: bold
        border:1px solid #AAA;
}
        padding: 2px;
.abstand {
margin-bottom:.2em
}
}
 
.h-links {
div.hauptseite-inhalte-links {
margin-right:.1em
        margin: 2px 2px 0 0;
}
}
 
.h-rechts {
div.hauptseite-inhalte-rechts {
margin-left:.1em
        margin: 2px 0 0 0;
}
}
 
.h-links h2,
div.hauptseite-einleitung {
.h-rechts h2,
        margin: 2px 0 0 0;
.oben h2 {
        text-align:center;
text-indent:.5em
}
}
 
.h-willkommen,
/* Design der Kästen im Kopf der Projektseiten */
.h-kuenstler,
div.projekt-box {
.h-unten {
        clear: both;
text-align:center
        background:#F9F9F9;
        border:1px solid #AAA;
        padding:5px;
        width: 100%;
        font-size:100%;
}
}
 
/* Setlisten-Tabellen in Tournee oder Lied-Artikeln */
div.projekt-box-ueberschrift {
.setliste-stadt {
        background:#ababab;
background-color: #dddddd;
        margin-bottom:2px;
text-align: center;
        text-align:center;
        font-size:118%;
        font-weight:bold;
}
}


/* Überschriften auf der Hauptseite */
.setliste-stadt-titel {
 
font-weight: bold;
span.hauptseite-ueberschrift {
        font-family: font-family: Linux Libertine, Georgia, Times, serif;
        font-weight: bold;
        font-size: 175%;
}
}
 
#navibox {
/* Zusatzlinks auf der Hauptseite */
margin-top: 2px;
div.hauptseite-weiteres {
padding:0;
        font-size:85%;
clear: both;
        text-align: right;
background:#F9F9F9;
border:1px solid #8b8b8b;
width: 100%;
font-size:85%
}
}
 
#p-infobox.infobox {
/* Workaround für Wiki-Logo */
margin-top: 2px;
.mw-wiki-logo {
padding:0;
    background-image: url(https://musikwiki.de/w/images/3/3b/Wiki_logo.png);
background:#F9F9F9;
border:1px solid #8b8b8b;
width:30em;
font-size:85%
}
}

Aktuelle Version vom 30. Oktober 2018, 21:58 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;
} 

#projektbox h2 {
 background:#b7b7b7;
 border:1px solid #8b8b8b;
 font-family:serif;
 font-size:1.1em;
 font-weight:bold;
 line-height:1.5;
 margin:0;
 padding:.1em 0 
}
#projektbox .h-willkommen h2 {
 font-size:1.5em 
}
#projektbox .inhalt {
 background:#e7e7e7;
 border:1px solid #8b8b8b;
 border-top:0;
 font-size:.9em;
 min-height:0;
 padding:.3em .8em .4em 
}
#projektbox .inhalt .mehr {
 clear:both;
 font-size:85%;
 margin-top:.8em;
 text-align:right 
}
/* Muss #projektbox.box sein, da die Klasse direkt mit der Definition von id="projektbox" verwendet wird */
#projektbox.box {
 background:#F9F9F9;
 border:1px solid #8b8b8b;
 padding: .2em;
 overflow:auto
}
#projektbox .uebers {
 background:#b7b7b7;
 border:1px solid #8b8b8b;
 font-family:serif;
 font-size:1.1em;
 font-weight:bold;
 line-height:1.5;
 text-indent:.5em;
 margin:0;
 padding:.1em 0 
}

#projektbox .link {
 font-size:1.2em;
 text-align: center;
 font-weight: bold
}
.abstand {
 margin-bottom:.2em 
}
.h-links {
 margin-right:.1em 
}
.h-rechts {
 margin-left:.1em 
}
.h-links h2,
.h-rechts h2,
.oben h2 {
 text-indent:.5em
}
.h-willkommen,
.h-kuenstler,
.h-unten {
 text-align:center
}
/* Setlisten-Tabellen in Tournee oder Lied-Artikeln */
.setliste-stadt {
 background-color: #dddddd;
 text-align: center;
}

.setliste-stadt-titel {
 font-weight: bold;
}
#navibox {
 margin-top: 2px;
 padding:0;
 clear: both;
 background:#F9F9F9;
 border:1px solid #8b8b8b;
 width: 100%;
 font-size:85%
}
#p-infobox.infobox {
 margin-top: 2px;
 padding:0;
 background:#F9F9F9;
 border:1px solid #8b8b8b;
 width:30em;
 font-size:85%
}