MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus MySlug
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */


div.vectorMenu ul {
position: absolute;
background-color: white;
border: solid 1px silver;
border-top-width: 0;
list-style: none;
list-style-image: none;
list-style-type: none;
padding: 0;
margin: 0;
margin-left: -1px;
                margin-right: 3px;
text-align: left;
}


/* Seitentitel der Hauptseite ausgeblendet */
/* Seitentitel der Hauptseite ausgeblendet */

Version vom 28. Oktober 2012, 16:05 Uhr

/* CSS an dieser Stelle wirkt sich auf alle Skins aus */


/* Seitentitel der Hauptseite ausgeblendet */
body.page-Hauptseite h1.firstHeading { display:none; }


h1, h2, h3, h4, h5, h6 {
	color: #A70D0D;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
}

/* CODE Bereich geaendert */
code {
    	background-color: #FFE7A3;
}
pre {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #FFE7A3;
	line-height: 1.1em;
        font-size: 13px;
}

/* Farbe Inhaltsverzeichnis aendern */
#toc,
.toc,
.mw-warning {
	border: 1px solid #aaa;
	background-color: #d0effb;
	padding: 5px;
	font-size: 95%;
}

/* Blocksatz */
.ns-0 p { text-align:justify; }

/* Text .Inhaltsverzeichnis. an der Spitze des Inhaltsverzeichnisses nicht anzeigen */
#toctitle {display:none;}

/* div#p-navigation { font-size: 13px; } 
div#p-contents { font-size: 13px; } 
div#p-search { font-size: 13px; } 
div#p-tb { font-size: 13px; }
div#p-NSLU2 { font-size: 13px; }
div#p-Server_auf_intel_Atom { font-size: 13px; }
div#p-Crossover-Themen { font-size: 13px; } */

/*Sidebar Schriftart auf allen Browsern gleich groß*/
.pBody {font-size:100%;}