Benutzer:DreamFlasher/monobook.css

aus Wikipedia, der freien Enzyklopädie

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
/* Fix the sidebar's position while you scroll */
div[id=column-one] {  /* Using the attribute selector hides this from IE */
    position: fixed;
    height: 100%;     /* If you shrink the browser too small, the side column will */
    overflow: auto; /*   become scrollable, so stuff is always accessible, albeit ugly */
}

/* fix body */
body {                /* Fix the background image, too, so it looks nice as you scroll */
    background-attachment: fixed;
}


/* hide stuff */
#n-currentevents, #n-sitesupport { display: none; } /* "Aktuelles" und "Spenden" */
li#pt-userpage { background: none }       /* Icon neben dem Benutzernamen aus */
li#pt-logout { display: none; }        /* Personal-Bar: "Abmelden" ausblenden*/
#footer  { display: none; }               /* blendet die Fußzeile aus */
#editpage-copywarn-copywarn  { display: none; } /* blendet die Copyright-Warnungen unterm Editier-Fenster aus, die hab ich zur Kenntnis genommen */
#editpage-longpagewarning   { display: none; } /* hab ich nie Probleme mit gehabt */
#fundraising {display: none; } /* Spendenaufruf ausblenden, zur Kenntnis genommen */
li#n-mainpage {display: none;}
#p-lang {display: none;} /* andere Sprachen ausblenden */


/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
}

#content {
   -moz-border-radius-topleft: 15px;
   -moz-border-radius-bottomleft: 15px;
}

div.pBody {
   -moz-border-radius: 11px;
   margin-left: 6px;
}


/* better visibility */

a { color: #0000FF; }

a:visited { color: #AAAAFF; }

.diff-addedline {background-color: #FFFFFF; color: #9F9FFF;}

.diff-deletedline {background-color: #FFFFFF; color: #9F9FFF;}