Benutzer:OliD/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
 /* don't use any logo, move the boxes onto that area instead */
 #p-logo{display:none}
 #column-one{padding-top:3em;}

 .metadata{display:block;}

 /* style the search box and the buttons below it */
 input.searchButton{
 background-color:#efefef!important;
 border:1pxoutset!important;
 }

 /* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
 #p-cactionsulli,#p-cactionsullia{
 -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;
 }

 /* same following the css3 draft specs, any browsers supporting this? */
 #p-cactionsulli,#p-cactionsullia{
 border-radius-topleft:1em;
 border-radius-topright:1em;
 }
 #content{
 border-radius-topleft:1em;
 border-radius-bottomleft:1em;
 }
 div.pBody{
 border-radius-topright:1em;
 border-radius-bottomright:1em;
 }
Abgerufen von „https://de.wikipedia.org/w/index.php?title=Benutzer:OliD/monobook.css&oldid=6925023"