Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Foxwiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(12 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
.mw-body .mw-heading1 {
div#mw-content-text.mw-body-content div.mw-content-ltr.mw-parser-output div.mw-heading.mw-heading1 {
margin: 4em 0 1em 0;
font-family: sans-serif;
    font-family: sans-serif !important;  
margin-top: 3.5em;
border-bottom: solid lightgrey;
font-weight: bold;
margin-bottom: 1em;
}
}
.mw-body .mw-heading2 {
 
margin: 4em 0 1em 0;
div#mw-content-text.mw-body-content div.mw-content-ltr.mw-parser-output div.mw-heading.mw-heading2 {
    font-family: sans-serif !important;  
font-family: sans-serif;
margin-top: 3.5em;
border-bottom: solid lightgrey;
font-weight: bold;
margin-bottom: 1em;
}
}


.mw-heading .mw-heading3 {
div#mw-content-text.mw-body-content div.mw-content-ltr.mw-parser-output div.mw-heading.mw-heading3 {
margin: 4em 0 1em 0 !important;
margin: 4em 0 1em 0 !important;
}
}
.mw-heading .mw-heading4 {
 
div#mw-content-text.mw-body-content div.mw-content-ltr.mw-parser-output div.mw-heading.mw-heading4 {
margin: 4em 0 1em 0 !important;
margin: 4em 0 1em 0 !important;
}
}


.mw-heading .mw-heading5 {
div#mw-content-text.mw-body-content div.mw-content-ltr.mw-parser-output div.mw-heading.mw-heading5 {
margin: 4em 0 1em 0 !important;
margin: 4em 0 1em 0 !important;
}
}


.mw-heading .mw-heading6 {
div#mw-content-text.mw-body-content div.mw-content-ltr.mw-parser-output div.mw-heading.mw-heading6 {
margin: 4em 0 1em 0 !important;
margin: 4em 0 1em 0 !important;
}
}


dl {
#bodyContent #mw-content-text.mw-body-content .mw-content-ltr.mw-parser-output dl dt {
margin: 4em 0 1em 0 !important;
font-size: 1em;
font-family: sans-serif;
margin-top: 3.5em;
border-bottom: solid lightgrey;
font-weight: bold;
margin-bottom: 1em;
}
 
a.new {
color:gray;
}
 
/* Allgemeiner Stil für Links innerhalb des Containers (Buttons) */
.custom-nav-container a {
  /*display: inline-block;*/
  /*display: flex;*/
  padding: 6px 12px;
  border-radius: 2px;
  font-family: sans-serif;
  font-weight: bold;
  text-decoration: none !important;
  transition: background-color 100ms;
}
 
/* Stil für den linken "Zurück"-Button (hell) */
.custom-nav-prev a {
float: left;
background-color: #f8f9fa;
color: #202122;
border: 1px solid #a2a9b1;
}
 
.custom-nav-prev a:hover {
float: left;
background-color: #ffffff;
}
 
/* Stil für den rechten "Weiter"-Button (blau, hervorgehoben) */
.custom-nav-next a {
float: right;
background-color: #3366cc;
color: #ffffff !important;
border: 1px solid #3366cc;
}
 
.custom-nav-next a:hover {
background-color: #2b56a8;
  float: right;
}
}

Aktuelle Version vom 5. August 2026, 19:15 Uhr

div#mw-content-text.mw-body-content div.mw-content-ltr.mw-parser-output div.mw-heading.mw-heading1 {
	font-family: sans-serif;
	margin-top: 3.5em;
	border-bottom: solid lightgrey;
	font-weight: bold;
	margin-bottom: 1em;
}

div#mw-content-text.mw-body-content div.mw-content-ltr.mw-parser-output div.mw-heading.mw-heading2 {
	font-family: sans-serif;
	margin-top: 3.5em;
	border-bottom: solid lightgrey;
	font-weight: bold;
	margin-bottom: 1em;
}

div#mw-content-text.mw-body-content div.mw-content-ltr.mw-parser-output div.mw-heading.mw-heading3 {
	margin: 4em 0 1em 0 !important;
}

div#mw-content-text.mw-body-content div.mw-content-ltr.mw-parser-output div.mw-heading.mw-heading4 {
	margin: 4em 0 1em 0 !important;
}

div#mw-content-text.mw-body-content div.mw-content-ltr.mw-parser-output div.mw-heading.mw-heading5 {
	margin: 4em 0 1em 0 !important;
}

div#mw-content-text.mw-body-content div.mw-content-ltr.mw-parser-output div.mw-heading.mw-heading6 {
	margin: 4em 0 1em 0 !important;
}

#bodyContent #mw-content-text.mw-body-content .mw-content-ltr.mw-parser-output dl dt {
	font-size: 1em;
	font-family: sans-serif;
	margin-top: 3.5em;
	border-bottom: solid lightgrey;
	font-weight: bold;
	margin-bottom: 1em;
}

a.new {
 	color:gray;
}

/* Allgemeiner Stil für Links innerhalb des Containers (Buttons) */
.custom-nav-container a {
  /*display: inline-block;*/
  /*display: flex;*/
  padding: 6px 12px;
  border-radius: 2px;
  font-family: sans-serif;
  font-weight: bold;
  text-decoration: none !important;
  transition: background-color 100ms;
}

/* Stil für den linken "Zurück"-Button (hell) */
.custom-nav-prev a {
	float: left;
	background-color: #f8f9fa;
	color: #202122;
	border: 1px solid #a2a9b1;
}

.custom-nav-prev a:hover {
	float: left;
	background-color: #ffffff;
}

/* Stil für den rechten "Weiter"-Button (blau, hervorgehoben) */
.custom-nav-next a {
	float: right;
	background-color: #3366cc;
	color: #ffffff !important;
	border: 1px solid #3366cc;
}

.custom-nav-next a:hover {
	background-color: #2b56a8;
  	float: right;
}