Zum Inhalt springen

MediaWiki:Common.css

Aus avesfeuer.at
Version vom 25. August 2010, 12:36 Uhr von Meister (Diskussion | Beiträge) (Änderung 9294 von Meister (Diskussion) rückgängig gemacht.)

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
  • Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */

/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */
 
div.Boxmerge,
div.NavFrame {
        margin: 0px;
        padding: 4px;
        border: 1px solid #aaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.Boxmerge div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}
div.NavPic {
        background-color: #fff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        background-color: #ccf;
        position:relative;
}
div.NavFrame p {
        font-size: 100%;
}
div.NavFrame div.NavContent {
        font-size: 100%;
}
div.NavFrame div.NavContent p {
        font-size: 100%;
}
div.NavEnd {
        margin: 0px;
        padding: 0px;
        line-height: 1px;
        clear: both;
}
a.NavToggle {
        position:absolute;
        top:0px;
        right:3px;
        font-weight:normal;
        font-size:smaller;
}


/*TESTWEISE NEU EINGEFÜGTE SACHEN*/
table {
	font-size: 100%;
	color: white; /*SCHRIFT IN TABELLE*/
	/* we don't want the bottom borders of <h2>s to be visible through
	   floated tables */
	background-color: #333333; /*HINTERGRUND IN TABELLE*/
border-coloer: black;

}
#content {
	background: #222222; /*farbe hintergrund artikel*/
	color: white;
	border: 1px solid #ff0000;
	border-right: none;
	line-height: 1.5em;
}

a {
	text-decoration: none;
	color: #ff6600; /*LINKS; DIE ES GIBT*/
	background: none;
}
a:visited {
	color: #ff6600; /*BESUCHTE LINKS*/
}
a:active {
	color: #aaaaaa;  /*WENN MAUS UEBER LINK DRUECKT*/
}
a.new, #p-personal a.new {
	color: #ff3300;    /*LINKS; DIE ES NOCH NICHT GIBT*/
}
a.new:visited, #p-personal a.new:visited {
	color: #ff3300;     /*EBENSO; BESUCHT*/
}

h1, h2, h3, h4, h5, h6 {
	color: #ff3300; /*UEBERSCHRIFTEN*/
	background: none;
	font-weight: normal;
	font-family:'Mason',sans-serif;  /*  UEBERSCHRIFTENSCHRIFT*/
  margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
}

body {
	font: x-small sans-serif;
/*	background: #000000 url(headbg.jpg) 0 0 no-repeat; hintergrund links unten*/
background-color: black;
	color: white;  /*text unten*/
	margin: 0;
	padding: 0;
}
code {
	background-color: #555555;     /*EINGEBUNDENER CODE*/
  color=black;
}
pre {
	padding: 1em;
	border: 1px dashed #000000; /*VORFORMATIERTER TEXT*/
	color: black;
	background-color: #555555;  
	line-height: 1.1em;
}
#contentSub, #contentSub2 {
	font-size: 84%;
	line-height: 1.2em;
	margin: 0 0 1.4em 1em;
	color: white;     /*WENN ALLGEMEINER TEXT IRGENDWO STEHT*/
	width: auto;
}