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
 /* ********* Seitenlayout: ********* */

 /* Hintergrund und Rahmen: lime, normale Schriftgröße */
 body, #globalWrapper {background: #ccffcc; font-size: 100%; }

 /* Seitenlayout - Breite des Hauptfelds: */
 #column-content {
    left:  0px;
    width: 830px;
    float: right;
    margin: 2.5em 1em 1em 0em;
    padding:0;
 }
 
 /* Seitenlayout - Inhalt des Hauptfelds: */
 #content {
    margin: 0em;
    padding: 1em;
    background: #FFFFEE;
    border: 1px solid #aaaaaa;
    border-right: none;
    line-height: 1.5em;
    position: relative;
 }

 /* Seitenlayout - Erste Spalte ganz nach oben, weil das Logo ausgeblendet wird: */
 #column-one {
    padding-top: 5px;
 }
 
 #wikiPreview {
    background-image:url(http://upload.wikimedia.org/wikipedia/de/f/fd/EditRaster.png);
    background-repeat:repeat;
    background-position:0px 93px;
 }

 /* Seitenboxen: */

 /* Navigationsbox */
 #p-navigation  {  width: 140px; }  

 /* Mitmachen-Box: */
 #p-Mitmachen   {   width: 140px; }  

 /* Toolbox: */
 #p-tb          {   width: 140px; }

 /* Suchbox: */
 #p-search      {   width: 140px; }

 #searchInput    {width: 90%; }  /* Eingabefeld schmaler    % zur Suchbox */
 #searchGoButton {width: 41%; }  /* Artikel-Button anpassen % zur Suchbox */

 /* Interwikibox */
 #p-lang        {   width: 140px; /* display:none; */ }


 /* Reiterleiste: */

 /* #mytabs  { background: #ffff80; }   */

 /* Reiterleiste - gesamt: */
 #p-cactions {
   left:  150px;
   font-size:smaller;
 }

 /* Reiterleiste - Tabfarbe allgemein  */
 #p-cactions ul li a { background: #ffffee; }  

 /* Reiterleiste - Tabfarbe ausgewählt: */
 #p-cactions li.selected a { background-color: #FFFF88; }

 /* Reiterleiste - Blinde Links  fettrot: */
 #p-cactions .new a, a.new, a:visited.new {color: #ff0000; font-weight:bold; } 


 /* Edit-Warnung bei fremden Benutzereiten:
 Erst allgemein mit Symbol versehen und dann die Ausnahmen definieren */
 li#ca-edit a[href*="title=Benutzer:"] { background: left url(http://upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Stop_hand.png/32px-Stop_hand.png); }
 li#ca-edit a[href*="title=Benutzer:Augiasstallputzer/"] { background: none; }
 li#ca-edit a[href*="title=Benutzer:Augiasstallputzer&"] { background: none; }

 /* Personal-Bar: link auf die Watchlist fett */
 li#pt-watchlist { font-weight:bold; }


 /* =========== DIVERSE AUSBLENDUNGEN ================ */

 #n-currentevents,              /* Navigation: "Aktuelles"          */
 #n-sitesupport,                /* Navigation: "Spenden"            */
 #n-aboutsite,                  /* Navigation: "Über Wikipedia"     */
 #n-randompage,                 /* Navigation: "Zufälliger Artikel" */
 #p-logo,                       /* Wikipedia-Logo oben links        */
 #t-recentchangeslinked,        /* Änderungen verlinkte Seiten      */
 /* #t-upload,             */   /* Werkzeuge: "Hochladen"           */
 #t-print,                      /* Druckversion                     */  
 /* #t-emailuser,          */   /* E-Mail an User                   */
 #editpage-copywarn-copywarn,   /* Copyright-Warnung - gelesen      */
 #editpage-longpagewarning,     /* Kein Problem */
 #footer,                       /* Fußzeile */
 #newarticletext,
 #fundraising,
 #siteNotice
 { display:none }


 /* Auszeichnungen */
 table {background-color:transparent; font-size: 100%;}

 p      { font-family:'Arial',serif;                             font-size:100%;}
 h2     { font-family:'Arial',serif;           font-weight:bold; font-size:124%;}
 h3     { font-family:'Arial',serif;           font-weight:bold; font-size:116%;}
 h4     { font-family:'Arial',serif;           font-weight:bold; font-size:108%;}
 pre    { font-family:'Courier New',serif;     font-weight:bold; font-size:100%; width:78;}
 tt     { font-family:'Courier New',serif;     font-weight:bold; font-size:111%;}
 em     { font-family:'Courier New',serif;     font-weight:bold; font-size:100%;}
 strong { font-family:'Arial Black',Arial;     font-weight:bold; font-size:100%;}
 code   { font-family:'Cumberland',serif;      font-weight:bold; font-size:100%;}
 kbd    { font-family:'Carr Keys',Arial,serif; font-weight:bold; font-size:200%;}
 sup    { font-size:85%; position:relative; top:-0.2em;}

 /* Links */
 #content a:link{ text-decoration:underline}
 
 /* *** Klassendefinitionen *** */
 /* Gewöhnliche Links blau, besuchte Links gleichfarbig */
 
 a, a:visited { color: #0000A0; }      
 a.interwiki  { color: #FFCC33; }
 a.external   { color: #FFCC33; }
 .plainlinks  { font-size:large; font-weight:800; }

 span.chemieformel {font-weight:bold;}
 span.chemieformel sub {color:#0000cc; font-size:smaller; position:relative; top:4px}
 .buttonlink { border: 0.2em solid; border-color: #D0D0D0 #B0B0B0 #B0B0B0 #D0D0D0; padding: 0 0.3em; background: #E0E0E0; }

/* Eigenen Link blau und Botlink magenta hervorheben */
 a[href$="Benutzer:Augiasstallputzer"]         {font-weight: bold; color: #0000ff; }
 a:visited[href$="Benutzer:Augiasstallputzer"] {font-weight: bold; color: #0000ff; }
 a[href$="Benutzer:PortalBot"]                 {font-weight: bold; color: #ff00ff; }
 a:visited[href$="Benutzer:PortalBot"]         {font-weight: bold; color: #ff00ff; }

/* NavigationBarShowDefault = 0;  Navileisten extra ausklappen */

 .ns-4 toclevel-1 > a[href*="erledigt"]     {color:gray;}
 .ns-4 toclevel-1 > a[href*="gel.C3.B6scht"]{color:red;}
 .ns-4 toclevel-1 > a[href*="bleibt"]       {color:green;}

 #Vorlage_Stub { display: block; }  /* Stubvorlage anzeigen */
 /* table.metadata { display:block; } */


 /* Darstellung der Versionsunterschiede */
 /* Unterschiede fett darstellen */
 span.diffchange {font-weight: bold; } 
 td.diff-context  {font-size:90%}
 td.diff-deletedline td.diff-addedline {font-size:111%; font-weight:bold;letter-spacing:0.1ex;}
 td.diff-deletedline {text-decoration:line-through;}
 td.diff-addedline   {text-decoration:underline; }

 /* Bestimmte Kategorien hervorheben*/
 p.catlinks  span a[href*="/wiki/Kategorie:Arbeitskategorie"] { display:inline; color: #dd00dd; font-weight:bold; }

 p.catlinks  span a[href="/wiki/Kategorie:Wikipedia:Schnelll%C3%B6schen"] { color: #000000; background:#ff0000; font-weight:bold; }



 table.gallery {
    background: transparent;
    margin:0;
    border:1px #00dd00 solid;
    padding:0;
    left:15px;
    width:800px;
 }

 table.gallery td {
    text-align:center;
    vertical-align:top; 
    background: transparent;
    margin:0;
    border:none;
    padding:0;
    width:200px;
 }


 div.gallerybox div.thumb {
    text-align:center;
    vertical-align:top; 
    background: transparent;
    margin:0;
    border:none;
    padding:0;
 }


 div.gallerybox div.thumb img {
    text-align:center;
    vertical-align:top; 
    margin:0;
    border:none;
    padding:0;
    width:100%;
 }

 table.imagelist.TablePager {width:100%; }

 /* *********************************************************** */

 .float-left { float: left; clear: left; }
 .float-right { float: right; clear: right; margin: 1em 0 1em 1em; }
 .centered { margin-left: auto; margin-right: auto; }

 .noborder {  border-style: none; }

 .mw-hierotable { border-style: none; }

 hiero th, hiero td {border: none;} /* kommt bestimmt noch */

/* *********************************************************** */