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 15: Zeile 15:
/*TODO: Lupe weg?*/
/*TODO: Lupe weg?*/
div.tright {
div.tright {
max-width: 40%;
max-width: 30%;
margin: 0 0 0 1.4em;
margin: 0 0 0 1.4em;
height: auto;
height: auto;
Zeile 21: Zeile 21:
max-width: 100%;
max-width: 100%;
.thumbcaption{
.thumbcaption{
font-size:70%;
font-size:75%;
padding: 5px 1px 0px;
padding: 5px 1px 0px;
}
}

Version vom 2. Februar 2016, 09:38 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;
	}
}