MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Almada Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 32: Zeile 32:
.hintergrund {
.hintergrund {
background-color: #003993;
background-color: #003993;
}
.client-darkmode .hintergrund {
background-color: #ffc66c;
}
}



Version vom 12. Februar 2025, 12:41 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* *********** Interwiki-Links für alle Skins ************* */
#bodyContent a.extiw[href*="darpatien.com"], #bodyContent a.external[href*="darpatien.com"] {
  background: url(https://wiki.punin.de/images/0/00/DarpatienWiki_Favicon.png) top left no-repeat;
  padding-left: 20px;
}
#bodyContent a.extiw[href*=".garetien.de"], #bodyContent a.external[href*=".garetien.de"] {
  background: url(https://wiki.punin.de/images/0/00/GaretienWiki_Favicon2.png) top left no-repeat;
  padding-left: 20px;
}
#bodyContent a.extiw[href*=".koschwiki.de"], #bodyContent a.external[href*=".koschwiki.de"] {
  background: url(https://wiki.punin.de/images/0/00/KoschWiki_Favicon.png) top left no-repeat;
  padding-left: 20px;
}
#bodyContent a.extiw[href*="liebliches-feld.net"], #bodyContent a.external[href*="liebliches-feld.net"] {
  background: url(https://wiki.punin.de/images/0/00/lf-wiki-favicon.ico) top left no-repeat;
  padding-left: 20px;
}
#bodyContent a.extiw[href*="www.wiki.nordmarken.de"], #bodyContent a.external[href*="www.wiki.nordmarken.de"] {
  background: url(https://wiki.punin.de/images/0/00/Nordmarkenherzogtumwappenklein.png) top left no-repeat;
  padding-left: 20px;
}
#bodyContent a.extiw[href*=".wiki-aventurica.de"], #bodyContent a.external[href*=".wiki-aventurica.de"] {
  background: url(https://wiki.punin.de/images/0/00/favicon-avwik.ico) top left no-repeat;
  padding-left: 20px;
}

.wiki-tabelle {
	background-color: #FFE7BA;
}

.hintergrund {
	background-color: #003993;
}
.client-darkmode .hintergrund {
	background-color: #ffc66c;
}

.akzent {
	color: white;
	background-color: #cd0000; /* Almadaner-Rot */
}
.client-darkmode .akzent {
	color: black; /* invertiertes Weiß */
	background: #32ffff; /* invertiertes Almadaner-Rot */
}