Update of /cvsroot/phpcvsview/phpcvsview/Themes/Default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5416/Themes/Default
Modified Files:
theme.css
Log Message:
- Fixed theme.css to correctly work with GeSHi.
Index: theme.css
===================================================================
RCS file: /cvsroot/phpcvsview/phpcvsview/Themes/Default/theme.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** theme.css 11 Oct 2004 05:52:01 -0000 1.4
--- theme.css 19 Dec 2004 03:14:24 -0000 1.5
***************
*** 11,20 ****
color: #ffff99;
}
-
img
{
border: none;
}
-
a:link,a:active,a:visited
{
--- 11,18 ----
***************
*** 23,27 ****
font-weight: bold;
}
-
a:hover
{
--- 21,24 ----
***************
*** 30,49 ****
font-weight: bold;
}
-
.head
{
background-color: #666677;
}
-
.row1
{
background-color: #000011;
}
-
.row2
{
background-color: #222233;
}
-
.footer
{
--- 27,42 ----
***************
*** 51,55 ****
text-align: center;
}
-
.quicknav
{
--- 44,47 ----
***************
*** 58,62 ****
font-weight: bold;
}
-
.title
{
--- 50,53 ----
***************
*** 67,71 ****
color: white;
}
-
table
{
--- 58,61 ----
***************
*** 76,80 ****
border-collapse: collapse;
}
-
td
{
--- 66,69 ----
***************
*** 82,87 ****
}
! .numberedLine
{
! color: #666;
}
--- 71,159 ----
}
!
!
!
!
! /* GeSHi (c) Nigel McNie 2004 (http://qbnz.com/highlighter) */
! .geshi .de1,
! .geshi .de2
{
! font-family: 'Courier New', Courier, monospace;
! font-weight: normal;
! }
!
! .geshi .imp
! {
! font-weight: bold;
! color: red;
! }
!
! .geshi .kw1
! {
! color: #b1b100;
! }
!
! .geshi .kw2
! {
! color: #ffffff;
! font-weight: bold;
! }
!
! .geshi .kw3
! {
! color: #6666cc;
! }
!
! .geshi .co1
! {
! color: #808080;
! font-style: italic;
! }
!
! .geshi .co2
! {
! color: #808080;
! font-style: italic;
! }
!
! .geshi .coMULTI
! {
! color: #808080;
! font-style: italic;
! }
!
! .geshi .es0
! {
! color: #000099;
! font-weight: bold;
! }
!
! .geshi .br0
! {
! color: #66cc66;
! }
!
! .geshi .st0
! {
! color: #ff0000;
! }
!
! .geshi .nu0
! {
! color: #cc66cc;
! }
!
! .geshi .me1
! {
! color: #006600;
! }
!
! .geshi .me2
! {
! color: #006600;
! }
!
! .geshi .re0
! {
! color: #0000ff;
}
|