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:#FF9900; }
a:active { color:#FFFFFF; }
</style>
</head>
</html>