[Cwispy-devel] cwispy2/admin cwispy.css,1.24,1.25
Status: Abandoned
Brought to you by:
cwispy
From: Martin J. G. <mor...@us...> - 2008-03-26 12:57:50
|
Update of /cvsroot/cwispy/cwispy2/admin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv9197/admin Modified Files: cwispy.css Log Message: fixed some html, removed some admin-only functions. Fixed my css error Index: cwispy.css =================================================================== RCS file: /cvsroot/cwispy/cwispy2/admin/cwispy.css,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- cwispy.css 26 Mar 2008 11:28:41 -0000 1.24 +++ cwispy.css 26 Mar 2008 12:57:45 -0000 1.25 @@ -1,111 +1,107 @@ A { color: black; font-weight: bold; - font-size 9pt; + font-size: 9pt; } -A.light { +a.light { color: white; font-weight: bold; - font-size 9pt; + font-size: 9pt; } -A.mailto { +a.mailto { color: blue; font-weight: normal; } -A.negative { +a.negative { color: red; } -A.positive { +a.positive { color: white; } -A.sort { +a.sort { color: black; } -BODY { +body { background-color : #FFFFFF; font-family: Arial, Helvetica, Geneva, Symbol, serif; - font-size 8pt; + font-size: 8pt; color : #000000; margin: 0; padding: 0; } -TR.odd { +tr.odd { background-color: #cccccc; - font-size 9pt; + font-size: 9pt; } -TR.even { +tr.even { background-color: #eaeaea; - font-size 9pt; + font-size: 9pt; } -TR.small { +tr.small { font-weight: bold; - font-size 9pt + font-size: 9pt } -TD.header { +td.header { font-weight: bold; color: white; - font-size 10pt; + font-size: 10pt; } -TD.negative { +td.negative { font-weight: bold; color: red; - font-size 9pt; + font-size: 9pt; } -TD.total { +td.total { font-weight: bold; color: black; - font-size 10pt; + font-size: 10pt; } -DIV.positive { +div.positive { font-weight: bold; color: black; - font-size 9pt; + font-size: 9pt; } -DIV.negative { +div.negative { font-weight: bold; color: red; - font-size 9pt; + font-size: 9pt; } -DIV.header { +div.header { color: white; font-weight: bold; - font-size 9pt; + font-size: 9pt; } -DIV.darkheader { +div.darkheader { color: black; font-weight: bold; - font-size 9pt; + font-size: 9pt; } -DIV.data { +div.data { color: black; - font-size 9pt; + font-size: 9pt; } -DIV.darkdata { +div.darkdata { color: black; - font-size 9pt; + font-size: 9pt; } -DIV.weedata { +div.weedata { color: black; - font-size 7pt; + font-size: 7pt; } -DIV.newsheading { +div.newsheading { color: black; - font-size 9pt; + font-size: 9pt; } -INPUT, TEXTAREA, SELECT { +input, textarea, select { font-family: Arial, Helvetica, Geneva, Symbol, serif; - font-size 9pt; + font-size: 9pt; } -IMG { +img { border:0; } -XTAREA, SELECT { - font-family: Arial, Helvetica, Geneva, Symbol, serif; - font-size 9pt; -} -HR { +hr { border: 0; color: #043; background-color: #043; @@ -122,7 +118,7 @@ td.topbar { font-weight: bold; color: white; - font-size 10pt; + font-size: 10pt; background-color: #2F6093; width: 80%; text-align: left; @@ -131,7 +127,7 @@ tr.topbar { font-weight: bold; color: white; - font-size 10pt; + font-size: 10pt; background-color: #2F6093; width: 100%; } |