Benutzer:Llf-tec/vector.css

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

/* -----------------------------------------------------------------
Anfang: Links (aussehen stark verändert)
-------------------------------------------------------------------- */

a:link { color:green; text-decoration:none; } // Umgebaut
a:visited { color:red; text-decoration:none; } // Umgebaut
a:hover { text-decoration:underline; color:yellow; }
a.new { color:red; text-decoration:none; }
a.new:visited { color:red; text-decoration:none; }
a.new:hover { text-decoration:underline; color:yellow; }
a.stub { color:#559977; }

/* -----------------------------------------------------------------
Ende: Links (aussehen stark verändert)
-------------------------------------------------------------------- */

/*-------------------------------------------------------------------- 
Achtung: Veränderungen von diesem Teil können zu starken Veränderungen von der Seite oder zu Problemen führen.
-------------------------------------------------------------------- */
body {
    color: Black;
    margin: 0;
    padding: 0;
    font-size: 18px;
}
/*-------------------------------------------------------------------- 
Ende
-------------------------------------------------------------------- */

/*-------------------------------------------------------------------- 
Anfang: Überschriften-Style
-------------------------------------------------------------------- */
h1, h2, h3, h4, h5 {
    font-family: Verdana, Geneva, sans-serif;
}

h1 {
	color:#000;
}

h1:hover {
	color:#C60;
}

h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }

/*-------------------------------------------------------------------- 
Ende: Überschriften-Style
-------------------------------------------------------------------- */

/* -----------------------------------------------------------------
Anfang: Symbol für noch nicht kontrollierte Änderungen
-------------------------------------------------------------------- */

.unpatrolled {
    color: #ff3300;
    font-weight:bold;
    font-size:150%;
    padding-left: 7px;
    padding-right: 0px;
}

/* -----------------------------------------------------------------
Ende: Symbol für noch nicht kontrollierte Änderungen
-------------------------------------------------------------------- */

/* -----------------------------------------------------------------------
Anfang: Formatierung für die Shortcuts (Regionalwikilinks und dsa4forum)
-------------------------------------------------------------------------- */

#shortcut {
     display: inline;
     position:absolute; z-index:1; border:none; background:none; right:20px; top:-4.5em; float:right; margin:0.0em;
     padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:90%; text-transform:none; white-space:normal;
}

/* -----------------------------------------------------------------------
Ende: Formatierung für die Shortcuts (Regionalwikilinks und dsa4forum)
-------------------------------------------------------------------------- */

/*-----------------------------------------------------------------------------*/
/* Anfang: Navigationsleisten                                                  */
/*-----------------------------------------------------------------------------*/
/* Format für den Link zum Aus- und Einklappen der Navigationsleisten */

 .NavToggle { font-size: x-small; float:right; }
 .NavToggleEnglish { font-size: x-small; float:right; }

/* Standard Navigationsleisten */

div.BoxenVerschmelzen, div.NavFrame {
    margin: 0px;
    padding: 2px;
    border: 1px solid #aaaaaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
        clear:both;
 }
 div.BoxenVerschmelzen div.NavFrame {
    border-style: none;
    border-style: hidden;
 }
 div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
 }
 div.NavPic {
    background-color: #ffffff;
    margin: 0px;
    padding: 2px;
    float: left;
 }
 div.NavFrame div.NavHead {
    font-weight: bold;

    font-size: 100%;
    background-color: #efefef;
 }
 div.NavEnd {
    margin: 0px;
    padding: 0px;
    line-height: 1px;
    clear: both;
 }

/*-----------------------------------------------------------------------------*/
/* Ende: Navigationsleisten                                                    */
/*-----------------------------------------------------------------------------*/

/*-------------------------------------------------------------------- 
Anfang: Tabellenstyle für Hauptseiten
-------------------------------------------------------------------- */

.maintable {
    margin: 4px 2px 0 2px;
    background: #f9f9f9;
    border: 1px #DEB887 solid;
    border-spacing:0px;
    border-collapse: collapse;
    empty-cells:show;
    width:100%;
}

.maintabletop {
    text-align:center;
    border: 1px #DEB887 solid;
    background-color:#FFF7A5;
    font-weight: bold;
}

.maintablebottom {
    border-top-width:0px;
    border: 1px #DEB887 solid;
    padding:10px;
}

/*-------------------------------------------------------------------- 
Ende: Tabellenstyle für Hauptseiten
-------------------------------------------------------------------- */

/*-------------------------------------------------------------------- 
Anfang: Tabellenstyle für Systemhinweise
-------------------------------------------------------------------- */

.notetable {
    -moz-border-radius:10px;
    margin-bottom: 2px;
    width: 100%;
    background: #FFEC8B;
    border: 1px #DEB887 solid;
    font-size: 95%;
    padding:5px;
}

/*-------------------------------------------------------------------- 
Ende: Tabellenstyle für Systemhinweise
-------------------------------------------------------------------- */

/*-------------------------------------------------------------------- 
Anfang: Tabellenstyle für Infoboxen
-------------------------------------------------------------------- */

.infobox {
    -moz-border-radius:10px;
    margin-left: 3px;
    margin-right:0px;
    margin-top:10px;
    margin-bottom: 2px;
    width: 300px;
    background: #FFF7A5;
    border: 1px #DEB887 solid;
    font-size: 95%;
    padding:1px;
}

/*-------------------------------------------------------------------- 
Ende: Tabellenstyle für Infoboxen
-------------------------------------------------------------------- */

/*-------------------------------------------------------------------- 
Anfang: Tabellenstyle für Listen
-------------------------------------------------------------------- */

.wikitable {
    margin: 1em 1em 1em 5px;
    border: 1px #DEB887 solid;
    empty-cells:show;
    font-size: 95%;
}

.wikitable th, .wikitable td {
    border: 1px #DEB887 solid;
    padding:5px;
}

.wikitable th {
    background: #FFEC8B;
    text-align: center;
}

.wikitable caption {
    margin-left: inherit;
    margin-right: inherit;
}

/*-------------------------------------------------------------------- 
Ende: Tabellenstyle für Listen
-------------------------------------------------------------------- */

/*-------------------------------------------------------------------- 
Anfang: Float-right
-------------------------------------------------------------------- */

/* z.B. für [[Vorlage:TOCright]] */
.float-right { float: right; clear: right; margin: 1em 0 1em 1em; }

/*-------------------------------------------------------------------- 
Ende: Float-right
-------------------------------------------------------------------- */ 

/*-------------------------------------------------------------------- 
Anfang: Farben im Wiki
-------------------------------------------------------------------- */

.vordergrund {
    background-color: #FFEC8B;
}

.hintergrund {
    background-color: #FFF7A5;
}

.rahmen {
    border-color: #DEB887;
    border-width: 1px;
}

/*-------------------------------------------------------------------- 
Ende: Farben im Wiki
-------------------------------------------------------------------- */


/*-------------------------------------------------------------------- 
Anfang: Interwikilinks
-------------------------------------------------------------------- */

/* Interne Links */

#bodyContent a[href ^="http://www.wiki-aventurica.de"], #bodyContent a[href ^="http://www.wiki-aventurica.de"]:active {
    color: #0000E0;
    background: url("../images/e/ed/KeinBild.png") center left no-repeat;
    padding-left: 0px;
    padding-right: 0px;
}

#bodyContent a[href ^="http://www.dsa4.de"], #bodyContent a[href ^="http://www.dsa4forum.de"], #bodyContent a[href ^="http://www.dsa4.de"]:active, #bodyContent a[href ^="http://www.dsa4forum.de"]:active {
    color: #002bb8;
    background: url("../images/1/1b/Dsa4de_Logo.png") center left no-repeat;
    padding-left: 19px ! important;
    padding-right: 0px;
}

/* Wikipedia allgemein */

#bodyContent a[href ^="http://www.wikipedia.org/"], #bodyContent a[href ^="http://www.wikipedia.org/"]:active {
    color: #707070;
    background: url("../images/9/9c/Wikipedia-usuk.png") center left no-repeat;
    padding-left: 29px ! important;
    padding-right: 0px;
}

/* Deutsche Wikipedia */

#bodyContent a[href ^="http://www.wikipedia.org/wiki/de:"], #bodyContent a[href ^="http://www.wikipedia.org/wiki/de:"]:active, #bodyContent a[href ^="http://de.wikipedia.org/wiki/"], #bodyContent a[href ^="http://de.wikipedia.org/wiki/"]:active {
    color: #707070;
    background: url("../images/1/12/Wikipedia.png") center left no-repeat;
    padding-left: 17px ! important;
    padding-right: 0px;
}

/* Englische Wikipedia */

#bodyContent a[href ^="http://www.wikipedia.org/wiki/en:"], #bodyContent a[href ^="http://www.wikipedia.org/wiki/en:"]:active, #bodyContent a[href ^="http://en.wikipedia.org/wiki/"], #bodyContent a[href ^="http://en.wikipedia.org/wiki/"]:active {
    color: #707070;
    background: url("../images/9/9c/Wikipedia-usuk.png") center left no-repeat;
    padding-left: 29px ! important;
    padding-right: 0px;
}

/* Französische Wikipedia */

#bodyContent a[href ^="http://www.wikipedia.org/wiki/fr:"], #bodyContent a[href ^="http://www.wikipedia.org/wiki/fr:"]:active, #bodyContent a[href ^="http://fr.wikipedia.org/wiki/"], #bodyContent a[href ^="http://fr.wikipedia.org/wiki/"]:active {
    color: #707070;
    background: url("../images/d/d0/Wikipedia-fr.png") center left no-repeat;
    padding-left: 29px ! important;
    padding-right: 0px;
}

/* Niederländische Wikipedia */

#bodyContent a[href ^="http://www.wikipedia.org/wiki/nl:"], #bodyContent a[href ^="http://www.wikipedia.org/wiki/nl:"]:active, #bodyContent a[href ^="http://nl.wikipedia.org/wiki/"], #bodyContent a[href ^="http://nl.wikipedia.org/wiki/"]:active {
    color: #707070;
    background: url("../images/e/ec/Wikipedia-nl.png") center left no-repeat;
    padding-left: 29px ! important;
    padding-right: 0px;
}

/* Italienische Wikipedia */

#bodyContent a[href ^="http://www.wikipedia.org/wiki/it:"], #bodyContent a[href ^="http://www.wikipedia.org/wiki/it:"]:active, #bodyContent a[href ^="http://it.wikipedia.org/wiki/"], #bodyContent a[href ^="http://it.wikipedia.org/wiki/"]:active {
    color: #707070;
    background: url("../images/8/80/Wikipedia-it.png") center left no-repeat;
    padding-left: 29px ! important;
    padding-right: 0px;
}

/* Spanische Wikipedia */

#bodyContent a[href ^="http://www.wikipedia.org/wiki/es:"], #bodyContent a[href ^="http://www.wikipedia.org/wiki/es:"]:active, #bodyContent a[href ^="http://es.wikipedia.org/wiki/"], #bodyContent a[href ^="http://es.wikipedia.org/wiki/"]:active {
    color: #707070;
    background: url("../images/7/70/Wikipedia-es.png") center left no-repeat;
    padding-left: 29px ! important;
    padding-right: 0px;
}

/* Regionalwikilinks */

#bodyContent a[href ^="http://albernia.westlande.info"], #bodyContent a[href ^="http://albernia.westlande.info"]:active {
    color: #707070;
    background: url("../images/8/87/AlberniaWiki_Favicon.png") center left no-repeat;
    padding-left: 19px ! important;
    padding-right: 0px;
}
#bodyContent a[href ^="http://www.garetien.de/"], #bodyContent a[href ^="http://www.garetien.de/"]:active {
    color: #707070;
    background: url("../images/c/c6/Favicon_GGP-Wiki_Mittelreich.png") center left no-repeat;
    padding-left: 21px ! important;
    padding-right: 0px;
}
#bodyContent a[href ^="http://www.garetien.de/index.php?title=Garetien:"], #bodyContent a[href ^="http://www.garetien.de/index.php?title=Garetien:"]:active {
    color: #707070;
    background: url("../images/7/74/Favicon_GGP-Wiki_Garetien.png") center left no-repeat;
    padding-left: 21px ! important;
    padding-right: 0px;
}
#bodyContent a[href ^="http://www.garetien.de/index.php?title=Greifenfurt:"], #bodyContent a[href ^="http://www.garetien.de/index.php?title=Greifenfurt:"]:active {
    color: #707070;
    background: url("../images/a/a9/Favicon_GGP-Wiki_Greifenfurt.png") center left no-repeat;
    padding-left: 21px ! important;
    padding-right: 0px;
}
#bodyContent a[href ^="http://www.garetien.de/index.php?title=Perricum:"], #bodyContent a[href ^="http://www.garetien.de/index.php?title=Perricum:"]:active {
    color: #707070;
    background: url("../images/2/29/Favicon_GGP-Wiki_Perricum_RS.png") center left no-repeat;
    padding-left: 21px ! important;
    padding-right: 0px;
}

#bodyContent a[href ^="http://www.koschwiki.de/"], #bodyContent a[href ^="http://www.koschwiki.de/"]:active {
    color: #707070;
    background: url("../images/1/14/KoschWiki_Favicon.png") center left no-repeat;
    padding-left: 19px ! important;
    padding-right: 0px;
}
#bodyContent a[href ^="http://darpatien.com/darpatienwiki"], #bodyContent a[href ^="http://darpatien.com/darpatienwiki"]:active {
    color: #707070;
    background: url("../images/e/ea/DarpatienWiki_Favicon.png") center left no-repeat;
    padding-left: 16px ! important;
    padding-right: 0px;
}
#bodyContent a[href ^="http://www.memoria.myrana.de/wiki"], #bodyContent a[href ^="http://www.memoria.myrana.de/wiki"]:active {
    color: #707070;
    background: url("../images/b/b6/WikiMyrana_Favicon.jpg") center left no-repeat;
    padding-left: 22px ! important;
    padding-right: 0px;
}
#bodyContent a[href ^="http://liebliches-feld.net/wiki"], #bodyContent a[href ^="http://liebliches-feld.net/wiki"]:active {
    color: #707070;
    background: url("../images/4/4f/Lfwiki_favicon.png") center left no-repeat;
    padding-left: 22px ! important;
    padding-right: 0px;
}
#bodyContent a[href ^="http://windhag.westlande.info"], #bodyContent a[href ^="http://windhag.westlande.info"]:active {
    color: #707070;
    background: url("../images/0/08/WindhagWiki_Favicon.png") center left no-repeat;
    padding-left: 19px ! important;
    padding-right: 0px;
}
#bodyContent a[href ^="http://wiki.punin.de"], #bodyContent a[href ^="http://wiki.punin.de"]:active {
    color: #707070;
    background: url("../images/d/db/Almada-Favicon.png") center left no-repeat;
    padding-left: 17px ! important;
    padding-right: 0px;
}

#bodyContent a[href ^="http://thorwal.hlawatsch.org"], #bodyContent a[href ^="http://thorwal.hlawatsch.org"]:active {
    color: #707070;
    background: url("../images/f/f0/Thorwal.png") center left no-repeat;
    padding-left: 17px ! important;
    padding-right: 0px;
}

#bodyContent a[href ^="http://www.wiki.nordmarken.de"], #bodyContent a[href ^="http://www.wiki.nordmarken.de"]:active {
    color: #707070;
    background: url("../images/9/9f/Favicon_Nordmarken_Wiki.png") center left no-repeat;
    padding-left: 17px ! important;
    padding-right: 0px;
}

/*-------------------------------------------------------------------- 
Ende: Interwikilinks
-------------------------------------------------------------------- */

/*-------------------------------------------------------------------- 
Anfang: DSA-Links
-------------------------------------------------------------------- */

/* Links zu offiziellen DSA-Seiten */

#bodyContent a[href ^="http://ulisses-spiele.de"], #bodyContent a[href ^="http://www.ulisses-spiele.de"],
#bodyContent a[href ^="http://www.ulisses-forum.de"], #bodyContent a[href ^="http://blog.ulisses-spiele.de"],
#bodyContent a[href ^="http://ulisses-spiele.de"]:active, #bodyContent a[href ^="http://www.ulisses-spiele.de"]:active,
#bodyContent a[href ^="http://www.ulisses-forum.de"]:active, #bodyContent a[href ^="http://blog.ulisses-spiele.de"]:active {
    color: #5a3696;
    background: url("../images/6/6c/Ulisses_Logo.gif") center left no-repeat;
    padding-left: 19px ! important;
    padding-right: 0px;
}
#bodyContent a[href ^="http://www.dasschwarzeauge.de"], #bodyContent a[href ^="http://www.dasschwarzeauge.de"]:active {
    color: #5a3696;
    background: url("../images/5/59/DSA_Logo.gif") center left no-repeat;
    padding-left: 20px ! important;
    padding-right: 0px;
}
#bodyContent a[href ^="http://www.f-shop.de"], #bodyContent a[href ^="http://www.f-shop.de"]:active {
    color: #5a3696;
    background: url("../images/7/7d/F-Shop_Favicon.gif") center left no-repeat;
    padding-left: 20px ! important;
    padding-right: 0px;
}

/* Fanprojekte */

#bodyContent a[href ^="http://vinsalt.regioconnect.net"], #bodyContent a[href ^="http://vinsalt.regioconnect.net"]:active {
    color: #5a3696;
    background: url("../images/0/04/Vinsaltico.png") center left no-repeat;
    padding-left: 18px ! important;
    padding-right: 0px;
}
#bodyContent a[href ^="http://borbarad-projekt.de"], #bodyContent a[href ^="http://www.borbarad-projekt.de"],
#bodyContent a[href ^="http://borbarad-projekt.de"]:active, #bodyContent a[href ^="http://www.borbarad-projekt.de"]:active {
    color: #5a3696;
    background: url("../images/d/d4/Bp_logo.gif") center left no-repeat;
    padding-left: 20px ! important;
    padding-right: 0px;
}
#bodyContent a[href ^="http://www.epenschmiede.de"], #bodyContent a[href ^="http://www.epenschmiede.de"]:active {
    color: #5a3696;
    background: url("../images/b/b0/Epenschmiede_Favicon.png") center left no-repeat;
    padding-left: 20px ! important;
    padding-right: 0px;
}
#bodyContent a[href ^="http://nandurion.de/"], #bodyContent a[href ^="http://nandurion.de/"]:active, #bodyContent a[href ^="http://rezensionen.nandurion.de/"], #bodyContent a[href ^="http://rezensionen.nandurion.de/"]:active, #bodyContent a[href ^="http://webzine.nandurion.de/"], #bodyContent a[href ^="http://webzine.nandurion.de/"]:active {
    color: #5a3696;
    background: url("../images/1/18/Nandurion-Favicon.png") center left no-repeat;
    padding-left: 20px ! important;
    padding-right: 0px;
}
#bodyContent a[href ^="http://www.orkenspalter.de"], #bodyContent a[href ^="http://www.orkenspalter.de"]:active, #bodyContent a[href ^="http://www.downloads.orkenspalter.de"], #bodyContent a[href ^="http://www.downloads.orkenspalter.de"]:active {
    color: #5a3696;
    background: url("../images/8/8f/Favicon_Orkenspalter.png") center left no-repeat;
    padding-left: 20px ! important;
    padding-right: 0px;
}
#bodyContent a[href ^="http://www.selemer-tagebuecher.de"], #bodyContent a[href ^="http://www.selemer-tagebuecher.de"]:active {
    color: #5a3696;
    background: url("../images/8/8e/Selemer_Tagebücher_Favicon.png") center left no-repeat;
    padding-left: 20px ! important;
    padding-right: 0px;
}
#bodyContent a[href ^="http://www.dsa-hexenkessel.de"], #bodyContent a[href ^="http://www.dsa-hexenkessel.de"]:active {
    color: #5a3696;
    background: url("../images/3/30/Favicon_Hexenkessel.png") center left no-repeat;
    padding-left: 20px ! important;
    padding-right: 0px;
}

/* DereGlobus */

#bodyContent a[href ^="http://www.dereglobus.orkenspalter.com"], #bodyContent a[href ^="http://www.dereglobus.orkenspalter.com"]:active {
    color: #5a3696;
    background: url("../images/e/ed/KeinBild.png") center left no-repeat;
    padding-left: 0px;
    padding-right: 0px;
}
#bodyContent a[href ^="http://globus.pc-hosting.de"], #bodyContent a[href ^="http://www.dereglobus.org"],
#bodyContent a[href ^="http://dereglobus.orkenspalter.de"], #bodyContent a[href ^="http://www.dereglobus.orkenspalter.de"],
#bodyContent a[href ^="http://globus.pc-hosting.de"]:active, #bodyContent a[href ^="http://www.dereglobus.org"]:active,
#bodyContent a[href ^="http://dereglobus.orkenspalter.de"]:active, #bodyContent a[href ^="http://www.dereglobus.orkenspalter.de"]:active {
    color: #5a3696;
    background: url("../images/d/d7/Dere-Globus_Favicon.png") center left no-repeat;
    padding-left: 19px ! important;
    padding-right: 0px;
}

/*-------------------------------------------------------------------- 
Ende: DSA-Links
-------------------------------------------------------------------- */

/*-------------------------------------------------------------------- 
Anfang: Linkaussehen bei speziellen Dateien
-------------------------------------------------------------------- */

#bodyContent a.external[href $=".ogg"], #bodyContent a.external[href $=".ogg"]:active,
#bodyContent a.external[href $=".mid"], #bodyContent a.external[href $=".mid"]:active,
#bodyContent a.external[href $=".midi"], #bodyContent a.external[href $=".midi"]:active,
#bodyContent a.external[href $=".mp3"], #bodyContent a.external[href $=".mp3"]:active,
#bodyContent a.external[href $=".wav"], #bodyContent a.external[href $=".wav"]:active,
#bodyContent a.external[href $=".wma"], #bodyContent a.external[href $=".wma"]:active,
.link-audio {
	background: url("../skins/monobook/audio.png") center right no-repeat;
        padding-left: 0px ! important;
	padding-right: 13px;
}
#bodyContent a.external[href $=".ogm"], #bodyContent a.external[href $=".ogm"]:active,
#bodyContent a.external[href $=".avi"], #bodyContent a.external[href $=".avi"]:active,
#bodyContent a.external[href $=".mpeg"], #bodyContent a.external[href $=".mpeg"]:active,
#bodyContent a.external[href $=".mpg"], #bodyContent a.external[href $=".mpg"]:active,
.link-video {
	background: url("../skins/monobook/video.png") center right no-repeat;
        padding-left: 0px ! important;
	padding-right: 13px;
}
#bodyContent a.external[href $=".pdf"], #bodyContent a.external[href $=".pdf"]:active,
#bodyContent a.external[href *=".pdf#"], #bodyContent a.external[href *=".pdf#"]:active,
#bodyContent a.external[href *=".pdf?"], #bodyContent a.external[href *=".pdf?"]:active,
.link-document {
	background: url("../skins/monobook/document.png") center right no-repeat;
        padding-left: 0px ! important;
	padding-right: 12px;
}

/*-------------------------------------------------------------------- 
Ende: Linkaussehen bei speziellen Dateien
-------------------------------------------------------------------- */