[phpcvsview-cvs-updates] phpcvsview/Themes/Default theme.css,1.3,1.4
Status: Pre-Alpha
Brought to you by:
bcheesem
From: Sijis A. <si...@us...> - 2004-10-11 05:52:32
|
Update of /cvsroot/phpcvsview/phpcvsview/Themes/Default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22165/Themes/Default Modified Files: theme.css Log Message: - added class to stylize numbered lines Index: theme.css =================================================================== RCS file: /cvsroot/phpcvsview/phpcvsview/Themes/Default/theme.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** theme.css 4 Oct 2004 11:40:17 -0000 1.3 --- theme.css 11 Oct 2004 05:52:01 -0000 1.4 *************** *** 11,18 **** --- 11,20 ---- color: #ffff99; } + img { border: none; } + a:link,a:active,a:visited { *************** *** 21,24 **** --- 23,27 ---- font-weight: bold; } + a:hover { *************** *** 27,42 **** --- 30,49 ---- font-weight: bold; } + .head { background-color: #666677; } + .row1 { background-color: #000011; } + .row2 { background-color: #222233; } + .footer { *************** *** 44,47 **** --- 51,55 ---- text-align: center; } + .quicknav { *************** *** 50,53 **** --- 58,62 ---- font-weight: bold; } + .title { *************** *** 58,61 **** --- 67,71 ---- color: white; } + table { *************** *** 66,71 **** --- 76,87 ---- border-collapse: collapse; } + td { padding: 3px; } + + .numberedLine + { + color: #666; + } |