by Jalokim on Thu Apr 02, 2009 1:07 pm
holy hell ... you css is wicked ...
lol it needs to be revised ... it has stuff that is really not needed, some classes have been placed in really odd places.
to fix your green problem find this in your css:
- Code:
#tabs .activetab a {
background-position: 0 0;
margin-bottom: -1px;
border-bottom: 1px solid #02710e;
background-color: #02710e;
change the #02710e to #c6e5f7 ... both of them...
- Code:
#tabs a:hover {
background-position: 0 -70px;
background-color: #02710e;
in this one change the #02710e to #aedbf5
to fix the calendar:
- Code:
.row3{
background-color: #02710e;
}
change it to c6e5f7