Formatvorlagen      Chronik      Charaktere      Tagebücher      Gespielte Abenteuer     

MediaWiki:Common.css

Aus Avesfeuer
Wechseln zu: Navigation, Suche

Hinweis: Leere nach dem Speichern 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: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Gehe zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */



/* -----------------------------------------------------------------
Anfang: Standardaussehen von Links
-------------------------------------------------------------------- */
 
a:link { color:#ff6600; text-decoration:none }
a:visited { color:#ff6600; text-decoration:none }
a:hover { text-decoration:underline }
a.new { color:red; text-decoration:none }
a.new:visited { color:red; text-decoration:none }
a.new:hover { text-decoration:underline }
a.stub { color:#ff6600; }


/* Format für den Link zum Aus- und Einklappen der Navigationsleisten */
.mw-collapsible-toggle { font-size: x-small; float:right; }





/*EINGEFÜGT FÜR AVESFEUER OPTIK*/

/*UEBERSCHRIFTEN Farbe und Schriftart*/

/*  Überschriften-Style */
h1, h2, h3, h4, h5 {
    font-family: Mason, Garamond, Calibri;
    color: #ff3300; 
}
h2 { font-size: 180%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }


/*Hintergrund und damit Navigationsleiste links*/
body {
	background-color: #111111;
	background-image: url(images/page-base.png);
}


portal {
        color: #ff3300;
}


/*Artikelfarbe*/
#content {
	background-color: #333333; 
	color: white;
}

/* Head */
#mw-page-base {
	background-color: #111111;
	background-image: url(images/page-fade.png);
}


/*TABS 
Ränder braucht Änderung der Graphiken --> machen und überschreiben oder eigenen Style machen*/

div.vectorTabs ul li {
	background-color: #222222;
	background-image: url(images/tab-normal-fade.png);
}
div.vectorTabs li.selected {
	background-image: url(images/tab-current-fade.png);
        background-color: #333333;
        color: #ff6600;
}
div.vectorTabs li a,
div.vectorTabs li a span {
	color: #ff6600;
	}
div.vectorTabs li.selected a,
div.vectorTabs li.selected a span,
div.vectorTabs li.selected a:visited
div.vectorTabs li.selected a:visited span {
	color: #ff0000;
}

div.vectorTabs li.new a,
div.vectorTabs li.new a span,
div.vectorTabs li.new a:visited,
div.vectorTabs li.new a:visited span {
		color: ##00ff00;                                   
	}

/*Dropdownmenü*/
div.vectorMenu ul {
	background-color: #222222;
	}
div.vectorMenu li a {
	color: #ff6600;
	}
div.vectorMenu li.selected a,
div.vectorMenu li.selected a:visited {
	color: #ff6600;
	}

/*Navigationsmenü links*/ 

#mw-panel div.portal h5 {
	color: #ff3300;
	font-size: 1.00em;
	}
#mw-panel div.portal div.body ul li a {
	color: #ff6600;
	}
#mw-panel div.portal div.body ul li a:visited {
	color: #ff6600;
	}

/* Footer */
#footer {
	background-color: #111111;
}



/*Persönliche Einstellungen*/
/* Tabs */
#preftoc {
	background-color: #222222;
}

#preftoc a,
#preftoc a:active {
	color: #ff6600;
}
#preftoc li.selected a {
	color: white;
        background-color: #333333;
	background-image: url(images/preferences-fade.png);
	}

#preferences {
	background-color: #333333;
	background-image: url(images/preferences-base.png);
}

#preferences legend {
	color: white;
}
#preferences td.htmlform-tip {
	color: white;
}


/*links*/
a {
	color: #ff6600;
}
a:visited {
	color: #ff6600;
}
a:active {
	color: #ff9900;
}

a.stub {
	color: #ff6600;
}
a.new, #p-personal a.new {
	color: #ff3300;
}
a.new:visited, #p-personal a.new:visited {
	color: #ff6600;
}



/* Inline Elements */

hr {
	color: #00ff00;
	background-color: #ff6600;

}





/*eingebundener code*/
code {
	background-color: #55555;  
}

/*vordefinierter text z.B. in Formatvorlagen*/
pre {
	color: white;
	background-color: #222222;
	border: 1px dashed white;
}

/* Tabellen*/
table {
	color: white;
	background-color: #222222;
}

/*Inhaltsverzeichnis*/
#toc,
.toc,
.mw-warning {
	background-color: #222222;
}
#toc h2,
.toc h2 {
	font-size: 125%;
}

/*Bilder*/


div.thumb {
	background-color: #222222;
}
div.thumbinner {
	background-color: #222222;
}
div.thumb tright {
	background-color: #00ff00;
}


div.gallerybox {
	background-color: #222222;
}
table.gallery {
	background-color: #222222;
}

/*??????*/
.usermessage {
	background-color: #ff6600;
	border: 1px solid #ffa500;
	color: white;
}

/* Kategorien*/
.catlinks {
	border: 1px solid #aaa;
	background-color: #222222;
}

/*Sub-Navigation*/
#contentSub, #contentSub2 {
	color: white;
}

/* Externe Links */
#content a.extiw,
#content a.extiw:active {
	color: #ff6600;
}
#content a.external {
	color: #ff6600;
}



/*Eingabetextfeld*/
textarea {
  	background-color: #222222;
        color: white;
}

fieldset {
	border: 1px solid #aaaaaa;
}
fieldset.nested {
  	background-color: #222222;;
	}


/* VERSIONENVERGLEICH HINTERGRUND*/

table.diff, td.diff-otitle, td.diff-ntitle {
	background-color: #222222;    
}

td.diff-addedline {
	color: black;
}
td.diff-deletedline {
	color: black;
}
td.diff-context {
	background: #333333;
}
.diffchange {
	color: #ff0000;
}

/*Versionen auswählen*/
#pagehistory li.selected {
	background-color: #111111;    /*HINTERGRUND IN VERSIONEN*/
	border: 1px dashed #aaaaaa;   /*RAHMEN IN VERSIONEN*/
}

/*Überchriftsbalken bei Suchergebnissen*/
div.mw-search-formheader {
	background: #222222;
}
/*sollte text im aktuellen überschriftsbalken weiß machen, tuts aber nicht*/
li.current {
        color: #999999;
}

/*sollte suchoptionen grau machen, geht aber nicht*/
div.mw-searchoptions {
	background-color: #333333;
}

h4.mw-specialpagesgroup {
	background-color: #222222;
}





/*DSA KALENDER ZEUG*/
div.dsaCalendar {
  padding: 0px;
  background-color: transparent;
}
div.dsaCalendar .cal {
  width: 664px;
  padding: 2px;
  background-color: black;
  float: left;

  background-color: rgba(0,0,0,0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: 0 0 1px #555;
  -webkit-box-shadow: 0 0 1px #555;
  -moz-box-shadow: 0 0 1px #555;
}
div.dsaCalendar .callegend {
  padding-top: 15px;
  margin-left: 680px;
}
div.dsaCalendar .callegend div {
  line-height: 25px;
}
div.dsaCalendar .callegend .square {
  padding-left: 10px;
  width: 5px;
  height: 5px;
  float: left;
  margin: 10px;
}
.dsaCalendar .jahr h4 {
  text-align: center;
}
.dsaCalendar .monat {
  float: left;
  width: 150px;
  height: 175px;
  margin: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  background-color: #333333;

  box-shadow: 0 0 1px #555;
  -webkit-box-shadow: 0 0 1px #555;
  -moz-box-shadow: 0 0 1px #555;
}
.dsaCalendar .monat table {
  margin-left: auto;
  margin-right: auto;
}
.dsaCalendar th {
  color: red;
  border-bottom: 1px solid black;
}
.dsaCalendar .tage td {
  border-bottom: 1px solid black;
  font-family: monospace;
}
.dsaCalendar td {
  text-align: center;
  padding: 1px;
  padding-left: 2px;
  padding-right: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.dsaCalendar .hilight {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 0px;
  padding-left: 2px;
  padding-right: 2px;
}
.dsaCalendar .hilight_first {
  border-left: 1px solid black;
}
.dsaCalendar .hilight_last {
  border-right: 1px solid black;
}
.dsaCalendar a {
  color: white;
}
.dsaCalendar .new {
  color: indianred !important;
}
.dsaCalendar .hilight_now {
  border: 1px solid white;
}

.dsaCalendar .namenloser {
  padding: 2px;
}
.dsaCalendar .namenloser table {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 410px;

  opacity: 0.5;
  box-shadow: 0 0 1px #555;
  -webkit-box-shadow: 0 0 1px #555;
  -moz-box-shadow: 0 0 1px #555;
}