/* runde einige Ecke, nur für Gecko-Browser */ #p-cactions ul li, #p-cactions ul li a { -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; } /* das selbe in CSS3-Spezifikation; gibt's Browser, die das unterstützen? */ #p-cactions ul li, #p-cactions ul li a { 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; } #p-wikicities-nav { visibility: hidden; height: 0px; margin: 0px; } /*
*/ #n-Chat {display: none} #n-Forum {display: none}
#column-google {display: none} #footer {display: none}
/* ändere voreingestellte Linkfarbe */ a.new { color:#ff6633; } a.stub { color: #772233; } a.external, a.extiw { color:#999999; } a.mailto { color: #FFCC00; } #p-personal { color: #00CCFF !important; }