MediaWiki:Common.css
Aus Bromptonauten-Wiki
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
<html>
<head>
<style type="text/css">
body { background-color:#663333; color:#FFCC99; }
a:link { color:#CD0000; }
a:visited { color:#CD5555; }
a:active { color:#FF0000; }
</style>
</head>
</html>