Update of /cvsroot/phpcvsview/phpcvsview/Themes/Yellow
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26740/Themes/Yellow
Modified Files:
theme.css
Log Message:
Corrected colors in this theme to be yellow not blue.
Index: theme.css
===================================================================
RCS file: /cvsroot/phpcvsview/phpcvsview/Themes/Yellow/theme.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** theme.css 17 Sep 2005 06:47:39 -0000 1.5
--- theme.css 27 Nov 2005 00:03:24 -0000 1.6
***************
*** 24,33 ****
a:link, a:active, a:visited {
! color: #009;
text-decoration: none;
}
a:hover {
! color: #009;
text-decoration: underline;
}
--- 24,33 ----
a:link, a:active, a:visited {
! color: #990;
text-decoration: none;
}
a:hover {
! color: #990;
text-decoration: underline;
}
***************
*** 38,50 ****
.head {
! background-color: #bbf;
}
.row1 {
! background-color: #eef;
}
.row2 {
! background-color: #ddf;
}
--- 38,50 ----
.head {
! background-color: #ffb;
}
.row1 {
! background-color: #ffe;
}
.row2 {
! background-color: #ffd;
}
|