MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Almada Wiki
Zur Navigation springen Zur Suche springen
K (Test)
Markierung: Zurückgesetzt
Keine Bearbeitungszusammenfassung
 
(10 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 26: Zeile 26:
}
}


#bodyContent .client-darkmode a.extiw[href*=".wiki-aventurica.de"], #bodyContent .client-darkmode a.external[href*=".wiki-aventurica.de"] {
.wiki-tabelle {
  background-image:none;
background-color: #FFE7BA;
  padding-left: 20px;
}
 
.hintergrund {
background-color: #003993;
color: white;
}
.client-darkmode .hintergrund {
background-color: #ffc66c;
color: black;
}
}


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

Aktuelle Version vom 12. Februar 2025, 12:43 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;
	color: white;
}
.client-darkmode .hintergrund {
	background-color: #ffc66c;
	color: black;
}

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