MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Almada Wiki
Zur Navigation springen Zur Suche springen
K (Test)
Markierung: Zurückgesetzt
Keine Bearbeitungszusammenfassung
 
(15 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 21: Zeile 21:
   padding-left: 20px;
   padding-left: 20px;
}
}
:not(.client-darkmode) #bodyContent a.extiw[href*=".wiki-aventurica.de"], #bodyContent a.external[href*=".wiki-aventurica.de"] {
#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;
   background: url(https://wiki.punin.de/images/0/00/favicon-avwik.ico) top left no-repeat;
   padding-left: 20px;
   padding-left: 20px;
Zeile 28: Zeile 28:
.wiki-tabelle {
.wiki-tabelle {
background-color: #FFE7BA;
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 */
}
.client-darkmode .do-invert {
filter: invert(1);
}
.client-darkmode .dont-invert {
filter: invert(0);
}
.chronik {
background: #ADD8E6;
border-width: 4px;
border-color: #003993;
border-style: solid;
width:100%;
}
.bf-status {
background: #EFF2FB;
border-width: 4px;
border-color: #cd0000;
border-style: solid;
width:100%;
color: black;
}
.warnfarbe {
color: red;
}
.gross {
font-size: 1.5em;
}
}

Aktuelle Version vom 12. Februar 2025, 16:09 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 */
}

.client-darkmode .do-invert {
	filter: invert(1);
}
.client-darkmode .dont-invert {
	filter: invert(0);
}

.chronik {
	background: #ADD8E6;
	border-width: 4px;
	border-color: #003993;
	border-style: solid;
	width:100%; 
}
.bf-status {
	background: #EFF2FB;
	border-width: 4px;
	border-color: #cd0000;
	border-style: solid;
	width:100%;
	color: black;
}
.warnfarbe {
	color: red;
}
.gross {
	font-size: 1.5em;
}