File: style.css

package info (click to toggle)
pygdchart2 0.beta1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 508 kB
  • ctags: 308
  • sloc: python: 1,268; ansic: 1,029; makefile: 6; sh: 1
file content (8 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
        BODY { font-family: verdana,arial,helvetica,sans-serif; font-size:medium; color: #333333; }
		CODE { font-size: medium; color: blue;}
		code.TEMPLATE { color: blue; }
		code.OUTPUT { color: green; }
        A:link { text-decoration:none; color: #6666aa; }
        A:visited { text-decoration:none; color: #6666aa; }
        A:active { text-decoration:none; color: #6666aa; }
        A:hover { text-decoration; color:#FF0000 }