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
/* Anzeige von Byte-Änderungen */
.mw-plusminus-pos {font-weight: normal; color: #2e8b57;}
.mw-plusminus-neg {font-weight: normal; color: #ff0000;}
.mw-plusminus-null {display: none;}

.updatedmarker {display:none;}
.page-Spezial_Beobachtungsliste strong.mw-watched {font-weight:normal; color:#4f4f4f;}
.wp_vote {display: inline !important;}
#wpTextbox1 {font: 1.0em Verdana;}

.fr-comment-box {display: inline;}

*.diff-addedline {background-color: #fff; color: #191970;}
*.diff-deletedline {background-color: #fff; color: #191970;}

#bodyContent a[href *="wikipedia"] {background:inherit !important;
padding-right:inherit !important;}

table.metadata {display: table; margin-top: 20px; font-size: 0.8em; backround-color: #f8f8ff;}

div.NavFrame {margin-top: 10px;}

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

@media screen, projection {
  /* ... Formatdefinitionen zur Bildschirmausgabe ... */
  #reftogglespanhead { font-size:90%; }
  #reftogglespandown { margin-bottom:15px; margin-left:3.2em; font-size:90%; }
}

@media print {
  /* ... Formatdefinitionen zum Drucken ... */
  .reftoggle { display:none; }
}

.usermessage {text-align: center; width: 500px; background-color:#fef69e; border:2px solid red; fontyy-size:bigger;padding: 3px; margin: 1ex auto;}

#p-cactions { /*Die Leiste oben zum Artikel bearbeiten usw.*/
position: fixed; 
background-color: #f8f8ff;
font-size: 95%;
z-index: 5; /*in den Vordergrund holen*/
top: 1.15em; /*sonst bildet sich eine hässliche Spalte zu p-personal*/
width: 100%; /* das Ding ist normal – warum auch immer – nicht auf voller Breite*/
}

#p-personal { /*Die persönliche Leiste oben mit Benutzername ... Abmelden*/
position:fixed; 
background-color: #f8f8ff;
z-index:5;
line-height: 1.3em;
}

#searchInput {
    border-style: solid;
    border-width: 1px; 
   border-color: #a0a0a0; 
}
input { 
    border-style: solid; 
    border-width: 1px;  
    border-color: #a0a0a0; 
    background-color: #f0f0f0; 
    color: #000; 
}

/* DIVERSE AUSBLENDUNGEN */
#watchlistfor,
#n-currentevents, 
#n-sitesupport,
#editpage-copywarn,
#editpage-copywarn-copywarn,
#fundraising,
#confirmemail,
#privacy,
#about,
#disclaimer,
#f-list,
#f-copyrightico, 
#f-poweredbyico,
#fromWikipedia,
#footer,
#lastmod,
#copyright,
.magnify,
.printfooter,
.history-size
{
    display: none; 
    font-size: 0%;
}

/* Das Männchen vor dem Benutzernamen (Bild:User.gif) entfernen */
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
    background: url('');
    padding-left: 20px;
    text-transform: none;
}

.mw-tag-markers{
    font-size: 75%;
}

/* anderes Logo 
http://upload.wikimedia.org/wikipedia/commons/0/04/Wikipedia-LGBT.png
http://upload.wikimedia.org/wikipedia/commons/9/93/Color-chars-logo.png
*/
#p-logo {top: 15px;}
#p-logo a {background: url('http://upload.wikimedia.org/wikipedia/commons/9/93/Color-chars-logo.png') 35% 50% no-repeat !important; }
#column-one { padding-top: 170px; }

/* Markierung von Redirects in Spezial:Alle Seiten und Spezial:Beobachtungsliste */
.allpagesredirect {
    font-style: normal;
    background-color: #b4cdcd;
}
.watchlistredir {
    font-style: normal;
    background-color: #b4cdcd;
}

a.mw-redirect {    
    font-style: normal;
    background-color: #b4cdcd;
}

a.new {    
    color: #ff0000;
}

#p-cactions .new a { 
    color:#ff0000; 
}

/* Runde Fensterecken mit Gecko (Mozilla, Firefox etc.) */
#p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 1em; -moz-border-radius-topright: 1em; }
#content                               { -moz-border-radius-topleft: 1em; -moz-border-radius-bottomleft: 1em; }
div.pBody                              { -moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em; }

/* Runde Fensterecken mit Gecko (Mozilla, Firefox etc.) für Tabellen*/
div#bodyContent table, div#bodyContent pre, div#bodyContent div{
-moz-border-radius-topright:1em; 
-moz-border-radius-topleft:1em;
-moz-border-radius-bottomright:1em;
-moz-border-radius-bottomleft:1em;}

a[href$="St-fl"]  { background:yellow; font-weight:bold; } /* meine Signatur */
a[href$="Stefan"]  { background:yellow; font-weight:bold; } /* nach Umbenennung */
li#pt-watchlist { font-weight:bold; } /* Link zur Beobachtungsliste fett */

/* macht kleine Rahmen um die Personal-Bar oben rechts. sieht dann so aus wie bei den Artikellinks */
#p-personal ul li 
 { background-color:white; border:1px solid #aaa; margin:0 .3em 0 0; padding:0 .8em .3em .8em;
   -moz-border-radius-bottomleft:0.5em; -moz-border-radius-bottomright:0.5em; 
 }

/* kleine farbliche Spielerei mit den Buttons unterm Textfenster */
input[type="submit"]                                    { color:#666666; font-weight:bold; }
input[type="submit"]:hover, input[type="submit"]:focus  { color:#000000; font-weight:bold; }

/*================================*/
/* TRYING TO GET DIFF SECTIONS OVERFLOW WITH A SCROLLBAR INSTEAD OF UGLIES */

pre,
td.diff-addedline, 
td.diff-deletedline, 
td.diff-context {
    overflow: auto;
}

li#ca-edit a[href*="title=Benutzer:"] {
    background-color: #ff0000;
}
li#ca-edit a[href*="title=Benutzer:St-fl/"] {
    background: none;
}
li#ca-edit a[href*="title=Benutzer:St-fl&"] {
    background: none; 
}
li#ca-edit a[href*="title=Benutzer:Stefan/"] {
    background: none;
}
li#ca-edit a[href*="title=Benutzer:Stefan&"] {
    background: none; 
}

select, option {
    background-color:#f3f3ff; 
    border:0px;
}

table.gallery td {
    vertical-align: top;
    background-color: #f3f3ff;
    border: solid 1px #aaa;
}

/* bottom tab styling (not for IE currently) */
#mytabs {
    margin: -0.3em 0 0  11.5em;
    white-space:nowrap;
    line-height: 1.1em;
    overflow: visible;
    border-collapse: collapse;
    padding: 0 0 0 1em;
    list-style: none;
    font-size: 95%;
    background: none;
}
#mytabs .hiddenStructure { display: none; }
#mytabs li {
    display: inline;
    border: 1px solid #aaa;
    border-top: none;
    padding: 0.1em 0 0 0;
    margin: 0 0.3em 0 0;
    overflow: visible;
    background: none;
}
#mytabs li.selected {
    border-color: #fabd23;
    padding: 0.2em 0 0 0;
}
#mytabs li a {
    background-color: #fff;
    color: #002bb8;
    border: none;
    padding: 0.3em 0.8em 0 0.8em;
    text-decoration: none;
    position: relative;
    margin: 0;
}
#mytabs li.selected a { z-index: 3; }
#mytabs .new a { color:#ff0000; }
#mytabs li a:hover {
    z-index: 3;
    text-decoration: none;
}
#mytabs h5 { display: none; }
#mytabs li.istalk { margin-right: 0; }
#mytabs li.istalk a { padding-right: 0.5em; }
#mytabs-ca-addsection a { 
    padding-left: 0.4em;
    padding-right: 0.4em;
}

li#mytabs-ca-talk { margin-right: 1.6em; }
li#mytabs-ca-watch, 
li#mytabs-ca-unwatch, 
li#mytabs-ca-varlang-0, 
li#mytabs-ca-print { 
    margin-left: 1.6em; 
}

#mytabs li, #mytabs li a { 
    -moz-border-radius-bottomleft: 1em;
    -moz-border-radius-bottomright: 1em;
}

.page-Spezial_Beobachtungsliste .mw-rollback-link { display:none; }