MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Kallimachos
Wechseln zu:Navigation, Suche
DeletedUser (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
DeletedUser (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Zeile 65: Zeile 65:
font-size:100%;
font-size:100%;
h2, .h2, h1, .h1 {
h2, .h2, h1, .h1 {
font-size:28px;
font-size:28px!important;
}
}
h3, .h3 {
h3, .h3 {
font-size:24px;
font-size:24px!important;
}
}
}
}
Zeile 77: Zeile 77:
font-size:90%;
font-size:90%;
h2, .h2, h1, .h1 {
h2, .h2, h1, .h1 {
font-size:24px;
font-size:24px!important;
}
}
h3, .h3 {
h3, .h3 {
font-size:20px;
font-size:20px!important;
}
}
}
}
Zeile 89: Zeile 89:
font-size:80%;
font-size:80%;
h2, .h2, h1, .h1 {
h2, .h2, h1, .h1 {
font-size:20px;
font-size:20px!important;
}
}
h3, .h3 {
h3, .h3 {
font-size:16px;
font-size:16px!important;
}
}
}
}
Zeile 101: Zeile 101:
font-size:70%;
font-size:70%;
h2, .h2, h1, .h1 {
h2, .h2, h1, .h1 {
font-size:16px;
font-size:16px!important;
}
}
h3, .h3 {
h3, .h3 {
font-size:14px;
font-size:14px!important;
}
}
}
}
Zeile 113: Zeile 113:
font-size:60%;
font-size:60%;
h2, .h2, h1, .h1 {
h2, .h2, h1, .h1 {
font-size:14px;
font-size:14px!important;
}
}
h3, .h3 {
h3, .h3 {
font-size:12px;
font-size:12px!important;
}
}
}
}
}
}

Version vom 8. März 2016, 12:16 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

/*Überschrift*/
.contentHeader {
	margin: none;
	border-bottom: 0;
	padding-bottom: 0;
	display: none;
}
.ht-editsection {
display:none;
}

/*Thumbnails*/
/*TODO: Lupe weg?*/
div.tright {
	max-width: 30%;
	margin: 0 0 0 1.4em;
	height: auto;
	.thumbinner {
		max-width: 100%;
		.thumbcaption{
			font-size:75%;
			padding: 5px 1px 0px;
		}
}
	.magnify {
		display:none;
	}
}

/*Inhalt ohne Headertabs*/
.notab {
 border: 1px solid #aaaaaa;
 color: #222222;
 border-radius: 4px;
 padding: 0.2em 1.4em;
}

.toc {
 display: none;
}

h1, .h1 {
 margin-bottom: 10px;
 margin-top: 10px;
}

.bannerbar{
 margin-bottom: 0;
 border-bottom-color: #4874BD
}

.sidebar {
 border-top-color: #4874BD
}

.mw-body{
 margin-top: 10px;
}

/*Schriftskalierung*/
@media (min-width: 1000px) {
	.mw-body {
		font-size:100%;
		h2, .h2, h1, .h1 {
			font-size:28px!important;
		}
		h3, .h3 {
			font-size:24px!important;
		}
	}
}

@media (min-width: 800px) and (max-width: 1000px) {
	.mw-body {
		font-size:90%;
		h2, .h2, h1, .h1 {
			font-size:24px!important;
		}
		h3, .h3 {
			font-size:20px!important;
		}
	}
}

@media (min-width: 600px) and (max-width: 800px) {
	.mw-body {
		font-size:80%;
		h2, .h2, h1, .h1 {
			font-size:20px!important;
		}
		h3, .h3 {
			font-size:16px!important;
		}
	}
}

@media (min-width: 400px) and (max-width: 600px) {
	.mw-body {
		font-size:70%;
		h2, .h2, h1, .h1 {
			font-size:16px!important;
		}
		h3, .h3 {
			font-size:14px!important;
		}
	}
}

@media (max-width: 400px) {
	.mw-body {
		font-size:60%;
		h2, .h2, h1, .h1 {
			font-size:14px!important;
		}	
		h3, .h3 {
			font-size:12px!important;
		}
	}
}