Kategorien
|   | Bitte befüllt die Seite DarkfleetWiki:NoSpamUser in alphabetischer Reihenfolge mit den Namen von Wikibenutzern, welche keine Spam-Bots sind. |   | 
Benutzer:Ankkah/monobook.css: Unterschied zwischen den Versionen
Aus DarkfleetWiki
								
												
				|  (kleine anpassungen) | K | ||
| Zeile 15: | Zeile 15: | ||
|    border-radius-bottomright: 1em; |    border-radius-bottomright: 1em; | ||
| } | } | ||
| − | + | #p-cactions ul { margin-left:0.4em; } | |
| #p-cactions ul li a { background: #EAEAEA; } | #p-cactions ul li a { background: #EAEAEA; } | ||
Aktuelle Version vom 2. November 2010, 10:16 Uhr
#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; }

