Use the webtools provided by your browser to identify the areas you want to edit. There is also a style editor in most browsers allowing you to test some changes without actually modifying the files.
div class="forabg">
.forabg {
background-color: #fff;
border: 1px green;
}
html, body {
color: #536482;
background-color: #F5F7FA;
}
#40BF00
html, body {
color: #536482 !important;
background-color: #F5F7FA;
}
#618253
Code: Select all
html, body {
color: #618253 !important;
Code: Select all
a { color: #105289; }
Code: Select all
.forumbg .header a, .forabg .header a, th a {
color: #618253;
}
Code: Select all
.forabg {
border: 5px solid #618253;
}