File: stylesheet.sample

package info (click to toggle)
rmagic 2.21%2Bgit20140406.581eda2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,620 kB
  • sloc: perl: 4,531; makefile: 35
file content (15 lines) | stat: -rw-r--r-- 583 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 A sample stylesheet that will produce the same styles that are in rmagic.sample
 Make sure to copy this to the reports/ folder!
*/
body {}
th {background-color:#9999CC;}
th.total {background-color:#FFCC66;}
td {font-family:Helvetica,Arial,sans-serif;}
td.alt1 {background-color:#D0FFD0;}
td.alt2 {background-color:#F0FFF0;} 
h1 {text-align:CENTER; font-size:20pt;}
h2 {background-color:#000000; font-weight:bold; width:95%; font-size:12pt; border:none; font-family:Helvetica,Arial,sans-serif; padding:3pt; color:#FFCC00;}
.fineprint {font-size:7pt;}
.smallfont {font-size:8pt;}