User Lookup Codes
Change background colour
<style>
body { background: #00FFFF; }
#main { background: none; border: 0px; }
</style>
body { background: #00FFFF; }
#main { background: none; border: 0px; }
</style>
background: #00FFFF;
Change top bar drop down colours
<style>
#header .dropdown { background: #FF00FF; border: #0000FF solid 1px; }
#header .dropdown li a { color: #FFFFFF; }
#header .dropdown li a:hover { color: #FFFF00; }
</style>
#header .dropdown { background: #FF00FF; border: #0000FF solid 1px; }
#header .dropdown li a { color: #FFFFFF; }
#header .dropdown li a:hover { color: #FFFF00; }
</style>
background: #FF00FF;
border: #0000FF solid 1px;
color: #FFFFFF;
color: #FFFF00;
Change "User Lookup: username [?]" colour
<style>
.content div { color: #000000; }
</style>
.content div { color: #000000; }
</style>
color: #000000;
Change section title background and text colours
<style>
.contentModuleHeader, .contentModuleHeaderAlt { background: #FFFF00; color: #FF0000; }
</style>
.contentModuleHeader, .contentModuleHeaderAlt { background: #FFFF00; color: #FF0000; }
</style>
background: #FFFF00;
color: #FF0000;
Change section background and text colours
<style>
.contentModule div table { background: #00FF00; color: #0000FF; }
.medText { background: none; }
</style>
.contentModule div table { background: #00FF00; color: #0000FF; }
.medText { background: none; }
</style>
background: #00FF00;
color: #0000FF;
Change section border colours
<style>
.contentModule, .contentModuleTable { border: #FF00FF solid 1px; }
</style>
.contentModule, .contentModuleTable { border: #FF00FF solid 1px; }
</style>
border: #FF00FF solid 1px;