MediaWiki:Common.css

Aus Shadowhelix
Zur Navigation springen Zur Suche springen

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 Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */

/* Vorlagen - CSS Style */

.infobox, .bildinfo, .karteninfo, .infotable {
  background-color: #c2c2d8;
}

.infobox_title, .infobox_separator, table.infotable th, table.infotable_row_alternate th {
  background-color: #d6d6ec;
}

table.infotable_row_alternate tr:nth-child(even) {
  background-color: #c2c2d8;
}

table.infotable_row_alternate tr:nth-child(odd) {
  background-color: #dadaf2;
}

.reftable {
  background-color: #d2d2d2;
}

.infobox {
  width           : 250px;
  border          : 1px solid gray;
  border-collapse : collapse;
  margin          : 10px;
  margin-right    : 0px;
  font-size       : 3mm;
}

.infobox_entry {
  padding-left    : 10px;
  padding-right   : 10px;
  text-align      : left;
  border          : 1px solid gray;
}

.infobox_title {
  width           : 100%;
  text-align      : center;
  border          : 1px solid gray;
}

.infobox_separator {
  width           : 100%;
  text-align      : center;
  border          : 1px solid gray;
}

.infobox_bild {
  background-color: #aeaec4;
  width           : 100%;
  text-align      : center;
}

.shadowtalkbox {
  background-color: #ddddee;
  border          : 1px dotted black;
  padding         : 2px;
  margin          : 2px 30px;
}

.zeitleiste_infobox {
  background-color: #e6e6fa;
  width           : 25%;
  border          : 1px solid gray;
  padding         : 10px;
  margin          : 10px;
  margin-right    : 0px;
  font-size       : 3mm;
}

.folgenleiste {
  background-color: #f5f5ff;
  width           : 100%;
  border          : 1px solid black;
  padding         : 5px;
  font-size       : 95%;
}

.hinweisbox {
  background-color: #e2e2e8;
  border          : 1px solid black;
  padding         : 10px;
  width           : 75%;
  margin          : auto;
}

.warnbox {
  background-color: #ff9999;
  border          : 1px solid black;
  padding         : 10px;
  width           : 75%;
  margin          : auto;
}

.bildinfo, .karteninfo {
  border          : 1px solid black;
  padding         : 2px;
  width           : 70%;
  margin          : 12px;
}

.navigationsleiste_title {
  background-color: #f5f5ff;
}

.navigationsleiste {
  background-color: #ffffff;
  border          : 1px solid black;
}

.infotable {
  border           : 1px solid gray;
  border-collapse  : collapse;
  margin           : 12px;
}

table.infotable th {
  padding : 5px;
  border  : 1px solid gray;
}

table.infotable td {
  padding : 5px;
  border  : 1px solid gray;
}

table.creditstable td {
  vertical-align : top;
}

.reftable {
  border           : 1px solid gray;
  border-collapse  : collapse;
  margin           : 12px;
}

table.reftable th {
  padding : 5px;
  border  : 1px solid gray;
}

table.reftable td {
  padding : 5px;
  border  : 1px solid gray;
}

#p-cactions li.selected a {
	background-color: #cccccc;
}
#p-cactions li a:hover {
	background-color: #cccccc;
}
#content {
	-moz-border-radius-topleft: 5px;
	background: #f2f2f2 url(images/4/40/Gradient1.png) repeat-x;
}
.greybox1 {
	background: #f2f2f2 url(images/4/40/Gradient1.png) repeat-x;
	border: 1px solid black;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
}
.greybox2 {
	background: #b2b2b2 url(images/b/b4/Gradient2.png) repeat-x;
	border: 1px solid black;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
}
.greybox_red {
	background: #cccccc url(images/a/a3/Gradient_red.png) repeat-x;
	border: 1px solid black;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
}
.greybox_pink {
	background: #cccccc url(images/6/6c/Gradient_pink.png) repeat-x;
	border: 1px solid black;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
}
.greybox_purple {
	background: #cccccc url(images/9/9b/Gradient_purple.png) repeat-x;
	border: 1px solid black;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
}
.greybox_blue {
	background: #cccccc url(images/b/bc/Gradient_blue.png) repeat-x;
	border: 1px solid black;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
}
.greybox_cyan {
	background: #cccccc url(images/c/ca/Gradient_cyan.png) repeat-x;
	border: 1px solid black;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
}
.greybox_green {
	background: #cccccc url(images/2/2d/Gradient_green.png) repeat-x;
	border: 1px solid black;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
}
.greybox_yellow {
	background: #cccccc url(images/7/79/Gradient_yellow.png) repeat-x;
	border: 1px solid black;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
}
.greybox_orange {
	background: #cccccc url(images/c/c6/Gradient_orange.png) repeat-x;
	border: 1px solid black;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
}
div.tright {
	clear: right;
	float: right;
	padding: 1em;
	margin-left: .5em;
	background: #b2b2b2 url(images/b/b4/Gradient2.png) repeat-x;
	border: 1px solid black;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
}
div.tleft {
	float: left;
	clear: left;
	padding: 1em;
	margin-right: .5em;
	background: #b2b2b2 url(images/b/b4/Gradient2.png) repeat-x;
	border: 1px solid black;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
}
div.thumbinner {
	border: none;
	background-color: transparent;
}
html .thumbimage {
	border: 1px solid #333;
}

/* make the Cite extension list of references look smaller and highlight clicked reference in blue */
ol.references { font-size: 90%; }
ol.references li:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }

/* Ensure refs in table headers and the like aren't bold or italic */
sup.reference {
    font-weight: normal;
    font-style: normal;
}

/* Reduce line-height for <sup> and <sub> */
sup, sub {
    line-height: 1em;
}

/* link not underlined */
span.mw-cite-backlink a {text-decoration:none;}
span.no-underline-link a {text-decoration:none;}
sup.reference a {text-decoration:none;}

#bodyContent .reflink a {
	color: DarkMagenta;
}

tr.highlight_on_targeting:target {
   background-color: #dd4444;
}