MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Football-Regeln-Wiki
Zur Navigation springen Zur Suche springen
Zeile 23: Zeile 23:
 
}
 
}
 
.box.Seitelinks {
 
.box.Seitelinks {
float:left;
+
 
 
width: 32.5%;
 
width: 32.5%;
  
Zeile 33: Zeile 33:
 
}
 
}
 
.box.Seite.Letzte {
 
.box.Seite.Letzte {
float:right;
+
 
 
width: 32,5%;
 
width: 32,5%;
 
margin-right: 0em;
 
margin-right: 0em;

Version vom 15. Dezember 2020, 02: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;
}
.box.Seitelinks {

width: 32.5%;

}
.box.Seite {
display: inline-block;
width: 32.5%;
margin-left: 0.78em;
}
.box.Seite.Letzte {

width: 32,5%;
margin-right: 0em;
}
.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;
}