Benutzer:John N./monobook.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
#content, #mytabs li.selected a, #p-cactions li.selected a {
    background-color: #DCDCDC;
}

}

div.pBody {
   -moz-border-radius-topright: 5px;
   -moz-border-radius-bottomright: 5px;
}

/* Dotted borders on pre look ugly, replace with a solid one */
#bodyContent pre {
    border: 1px solid #aaa;
}

/* Dont need this copyright notice on every page */

li#f-copyright,
li#f-lastmod,
#editpage-copywarn { display: none; }

}
/* make round corners for the rest */
input[type="text"], input[type="submit"], textarea, pre, #toc {
   -moz-border-radius: 2px;
}

/* Categories */
#catlinks {
  border: 1px solid #AAAAAA;
  background: #EEEEEE;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  padding:5px;
  margin-top: 1em;
  clear: both;
}

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */

   1. p-cactions ul li, #p-cactions ul li a {

 -moz-border-radius-topleft: 1em;
 -moz-border-radius-topright: 1em;

}

   1. content {

 -moz-border-radius-topleft: 1em; 
 -moz-border-radius-bottomleft: 1em;

} div.pBody {

 -moz-border-radius-topright: 1em;
 -moz-border-radius-bottomright: 1em;

}

/* same following the css3 draft specs, any browsers supporting this? */

   1. p-cactions ul li, #p-cactions ul li a {

 border-radius-topleft: 1em;
 border-radius-topright: 1em;

}

   1. content {

 border-radius-topleft: 1em;
 border-radius-bottomleft: 1em;

} div.pBody {

 border-radius-topright: 1em;
 border-radius-bottomright: 1em;

}


/* Links nicht unterstreichen */

a { 
       text-decoration: underline; 
}