MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Football-Regeln-Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „→‎Das folgende CSS wird für alle Benutzeroberflächen geladen.: .infobox.float-right { float:right; }“)
 
 
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.infobox.float-right {
+
.box {
float:right;
+
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;
 
}
 
}

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;
}