/* site_colors.css */ /* this is for all styles regarding site colorization */ body { color : #000000; background-color: #2e526e; } div#div_main { background: transparent; } div#div_content { background-color: #d0e1f5; } div.coverbar { background-color: #2e526e; } .textshadow.front { color: #000000; } .textshadow.back { color: #7d9fc4; background-color: #d0e1f5; } .headbox { background-color: #7d9fc4; color: #ffffff; border-color: #000000; } .headbox a:hover { color: #ffffff; } h1.announcement, h2.announcement, h3.announcement, h4.announcement, h5.announcement, h6.announcement { background-color: #7d9fc4; color: #000000; } a { color: #000000; } a.inactive { color: #888888; } a.leftmenu:link, a.leftmenu:visited { background-color: #d0e1f5; border-color: #000000; } a.leftmenu:hover { background-color: #98c2f0; border-color: #000000; } a:hover { background-color: #98c2f0; } a.linktarget:hover { background-color: #d0e1f5; } div.announcement { border-color: #000000; } div.box { background: rgb(192,224,255); } .warning { background-color: #ff0000; color: #000000; } .confirmation { background-color: #00aa00; color: #000000; } tr.dbhead { background: #7d9fc4; color: rgb(255,255,255); } tr.db1 { background: rgb(192,224,255); } tr.db0 { background: rgb(192,255,255); } td.db { border-color: #7d9fc4; }