Benutzer:Ankkah/monobook.css

Aus DarkfleetWiki
Wechseln zu: Navigation, Suche
Hinweis
Nach dem Speichern sollte zunächst der Browser-Cache geleert werden, bevor man die Auswirkungen der Änderung sehen kann.
  • Mozilla/Firefox/Safari: Strg + R (Mactaste + R bei Macintosh) drücken
  • Konqueror: F5 drücken
  • Opera: kompletten Cache unter Extras → Internetspuren löschen → Individuelle Auswahl leeren
  • Internet Explorer/Chrome: Strg + F5


#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  border-radius-topleft: 1em;
  border-radius-topright: 1em;
}
#content { 
  -moz-border-radius-bottomleft: 1em;
  border-radius-bottomleft: 1em;
}
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
  border-radius-topright: 1em;
  border-radius-bottomright: 1em;
}
#p-cactions ul { margin-left:0.4em; }
#p-cactions ul li a { background: #EAEAEA; }