Update of /cvsroot/phpicalendar/phpicalendar/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14182/templates/default
Modified Files:
default.css
Log Message:
More color updates.
Index: default.css
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/default.css,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** default.css 12 May 2004 06:41:29 -0000 1.12
--- default.css 12 May 2004 06:53:15 -0000 1.13
***************
*** 29,38 ****
.eventbg { background-color: #6699CC; }
! .eventbg_1 { background-color: #006699; }
.eventbg_2 { background-color: #53A062; }
.eventbg_3 { background-color: #E84F25; }
! .eventbg_4 { background-color: #6B84C7; }
! .eventbg_5 { background-color: #9999CC; }
! .eventbg_6 { background-color: #6876E7; }
.eventbg_7 { background-color: #73738C; }
--- 29,38 ----
.eventbg { background-color: #6699CC; }
! .eventbg_1 { background-color: #557CA3; }
.eventbg_2 { background-color: #53A062; }
.eventbg_3 { background-color: #E84F25; }
! .eventbg_4 { background-color: #B257A2; }
! .eventbg_5 { background-color: #D42020; }
! .eventbg_6 { background-color: #CCB21F; }
.eventbg_7 { background-color: #73738C; }
***************
*** 42,48 ****
.eventbg2_2 { background-color: #4FC464; border-right: 1px solid #fff; }
.eventbg2_3 { background-color: #FF6D3B; border-right: 1px solid #fff; }
! .eventbg2_4 { background-color: #6B84C7; border-right: 1px solid #fff; }
! .eventbg2_5 { background-color: #9999CC; border-right: 1px solid #fff; }
! .eventbg2_6 { background-color: #6876E7; border-right: 1px solid #fff; }
.eventbg2_7 { background-color: #73738C; border-right: 1px solid #fff; }
--- 42,48 ----
.eventbg2_2 { background-color: #4FC464; border-right: 1px solid #fff; }
.eventbg2_3 { background-color: #FF6D3B; border-right: 1px solid #fff; }
! .eventbg2_4 { background-color: #EA62D4; border-right: 1px solid #fff; }
! .eventbg2_5 { background-color: #FF5E56; border-right: 1px solid #fff; }
! .eventbg2_6 { background-color: #FFEB4A; border-right: 1px solid #fff; }
.eventbg2_7 { background-color: #73738C; border-right: 1px solid #fff; }
|