MediaWiki:Common.css

Aus WikiSpeicher
Version vom 28. Februar 2022, 22:34 Uhr von Admin (Diskussion | Beiträge) (Die Seite wurde neu angelegt: «@media screen { body.page-Hauptseite h1.firstHeading, body.page-Hauptseite #contentSub, #mw-pages h2 { display: none; } a, a:visited { text-decoration: none; color: #108ec7; background: none; } a:hover, a:focus, a:active { text-decoration: none; color: #006592; } a.stub, a.external, a.external:visited, .mw-body a.external, .mw-body a.external:visited { color: #108ec7; } a.new, #p-personal a.new { color: #888; }…»)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Ctrl+F5 oder Ctrl+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Ctrl+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Ctrl+F5 drücken oder Ctrl drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Ctrl+F5
@media screen {

	body.page-Hauptseite h1.firstHeading,
	body.page-Hauptseite #contentSub,
	#mw-pages h2 {
	  display: none;
	}
	a,
	a:visited {
	  text-decoration: none;
	  color: #108ec7;
	  background: none;
	}
	a:hover,
	a:focus,
	a:active {
	  text-decoration: none;
	  color: #006592;
	}
	a.stub,
	a.external,
	a.external:visited,
	.mw-body a.external,
	.mw-body a.external:visited {
	  color: #108ec7;
	}
	a.new,
	#p-personal a.new {
	  color: #888;
	}
	a.new:visited,
	#p-personal a.new:visited {
	  color: #888;
	}
	a.new:hover,
	a.new:focus,
	#p-personal a.new:hover,
	#p-personal a.new:visited,
	#p-views a:hover {
	  color: #006592;
	}
	.kategorieContainer {
	  display: inline-block;
	  width: 43%;
	  margin: 0 6% 8px 0;
	  min-width: 290px;
	  vertical-align: top;
	  min-height: 160px;
	}
	.clear {
	  clear: both;
	}
	.catlinks {
	  border: none;
	  border-top: 1px solid #ddd;
	  background-color: white;
	  padding: 0.8em 0 0 0;
	  margin-top: 3em;
	  font-size: 0.8em;
	}
	.homeRightColumn {
	  float: right;
	  max-width: 40%;
	  margin: 0px 0px 20px 30px;
	}
	.homeTeaserButton {
	  position: relative;
	  margin-bottom: 2em;
	}
	.homeTeaserButton img {
	  max-width: 100%;
	  height: auto;
	  margin-top: -30px;
	}
	.tagCloudContainer {
	  margin-top: 30px;
	}
	.tagcloud {
	  box-sizing: border-box;
	  font-family: Georgia, serif;
	  font-size: 1.3em;
	  margin-top: 30px;
	  width: 100%;
	  text-align: center;
	  background-color: #FDFDFD;
	  border: 1px solid #EEEEEE;
	  padding: 15px;
	  overflow: hidden;
	  line-height: 1.3;
	}
	.tagcloud a {
	  display: inline-block;
	  padding: 4px;
	}
	table.mw_metadata {
	  margin: 20px 0 20px 0;
	}
	#mw-pages > p {
	  padding-top: 1em;
	  margin-top: 2em;
	  border-top: 1px solid #ddd;
	}
	#mw-pages ul,
	.mw-category ul {
	  margin-left: 0;
	  list-style: none;
	}
	div.thumbinner {
	  border: 0;
	}
	.mw-category {
	  -webkit-column-width: auto;
	  -moz-column-width: auto;
	  column-width: auto;
	}
	
	.mw-category-group {
		display: inline-block;
		width: 100%;
	}
	#toc {
	  display: block;
	  margin: 1em 0;
	  border: none;
	  background-color: white;
	  border: 1px solid #ddd;
	  border-left: none;
	  border-right: none;
	  width: auto;
	  text-align: left;
	  padding: 2em 0;
	}
	#toc #toctitle {
	  text-align: left;
	}
	.warning {
	  color: #252525;
	}
	fieldset {
	  border-color: #aaa;
	}
	div#mw-panel div#p-tb {
	  padding-top: 0.5em;
	}
	#userlogin2 {
	  width: 400px;
	}
	
	div#jump-to-nav {
		display:none;
	}
}