MediaWiki:Common.css

aus dem Chronist-Wiki, der deutschen BIONICLE-Enzyklopädie
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 */

#content{
	background: rgba(255,255,255,0.7);
}

a, a:visited{
	color: #4a371f;
}

a:hover{
	text-decoration: underline;
}

a[href*=redlink]{
	color: #a00;
}

li[id*=pt-] a{
	color: #ccc;
}

/* Bilder für Links*/
#bodyContent a.external{
	background: url(http://chronistwiki.de/uploads/icons/http.png) center right no-repeat;
	padding: 0 13px 0 0;
}

#bodyContent a.external[href*="pdf"], .link-document{
	background: url(http://chronistwiki.de/uploads/icons/pdf.png) center right no-repeat;
	padding: 0 12px 0 0;
}

#bodyContent a.external[href^="https://"], .link-https{
	background: url(http://chronistwiki.de/uploads/icons/https.png) center right no-repeat;
	padding: 0 16px 0 0;
}


/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */
.my-buttons {
	padding: .5em;
}
.my-buttons a {
	color: black;
	background-color: #cde !important;
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
	border: thin #069 outset;
	padding: 0 .1em .1em;
}
.my-buttons a:hover, .my-buttons a:active {
	background-color: #bcd;
	border-style: inset;
}


/* Thumbnail configuration */
.thumbinner {
    min-width: 100px;
}

/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
.wikitable th,
.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
.wikitable caption,
.prettytable caption {
    font-weight: bold;
}

/* Put a chequered background behind images, only visible if they have transparency */
.gallerybox .thumb img,
#file img {
    background: white url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
}
/* But not on articles, user pages, portals or with opt-out. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img, 
.nochecker .gallerybox .thumb img {
    background: white;
}

#catlinks {
   background-image: url(http://www.chronistwiki.de/w/images/catlinks.png);
   background-repeat: no-repeat;
   background-position: center right;
   padding-right: 50px;
}

body {                /* Fix the background image, too, so it looks nice as you scroll */
    background-attachment: fixed;
}

/* Margins for <ol> and <ul> */
#content ol, #content ul,
#mw_content ol, #mw_content ul {
  margin-bottom: 0.5em;
}

/* User highlights */
[title*="Benutzer:"]{
	font-weight: bold;
	color: #4a471f;
}

[title*="Benutzer:Bioniclemaster724"], [title*="Benutzer:Fippe"], [title*="Benutzer:Vezon23"]{
	color: #f60;
}

[title*="Benutzer:Nuhrii the Metruan"]{
	color: #a00;
}

/* Infobox */
.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
    text-align:left;
}