/* ------------------------------------------------------------------------ Five basic colors are used. These are: 1. Text Color 2. Border Color 3. Background Color (darker) 4. Background Color (lighter) 5. Message Color To change the above colors, just edit their respective values below. ------------------------------------------------------------------------ */ /* ###### General Color Scheme ###### */ h1, h2, h3, th, label, #header div, #header div *, #footer *, .headerTitle, .sidebar * { /* Text Color: */ color: #008500; } h1, table, td, th, #header, .sidebar, .sidebar h2 { /* Border Color: */ border-color: #008500; } #header, th, .sidebar div, .sidebar h2 { /* Background Color (darker): */ background-color: #F3FFED; } .sidebar span { /* Background Color (lighter): */ background-color: #F6FFF2; } /* ###### Special Colors ###### */ #header a { color: #008500; } #header a:hover{ color: #008500; background-color: #F6FFF2; } .sidebar a { color: #008500; } .messages { /* Message Color */ color: #3a89af; } .sidebar a:hover { color: #008500; background-color: #F3FFED; } .content a { color: #008500; background-color: #F6FFF2; } .operation{ background-color: #F6FFF2; } #footer { background-color: #F6FFF2; } #footer a { color: #008500; } #footer div { color: #008500; } .config_info .section_header { /* Text Color: */ color: #008500; /* Background Color (darker): */ background-color: #F3FFED; } .config_info tr.section_header { /* Background Color (darker): */ background-color: #ffe4c4; /* Border Color: */ border-color: #008500; }