MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Football-Regeln-Wiki
Zur Navigation springen Zur Suche springen
K
 
Zeile 21: Zeile 21:
 
.float-right {
 
.float-right {
 
float:right;
 
float:right;
 +
clear: both;
 
}
 
}
 
.box.Seite {
 
.box.Seite {

Aktuelle Version vom 15. Dezember 2020, 19:29 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.box {
margin-bottom: 1em;
border: 1px solid #8898bf;
}

.box h2 {
	background: #d8e8ff;
	border-bottom: 1px solid #8898bf;
	font-family: inherit;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
	padding: .1em 0;
text-align:center;
}
.box .inhalt {
padding: 0 1em;
}
.float-right {
float:right;
clear: both;
}
.box.Seite {
	display: inline-grid;
	width: 33%;
}
.box.SeiteLinks {
	display: inline-grid;
	width: 33%;
}
.Liste {
width:100%;
display:block;
}
div.NavFrame {
	border: 0.15em solid #aaa;
	clear: both;
	font-size: 95%;
	margin-top: 1.5em;
	min-height: 0;
	padding: 0.2em;
	text-align: center;
}
div.NavPic {
	float: left;
	padding: 2px;
}
div.NavHead {
	background: #efefef;
	font-weight: bold;
}