File: control.pl

package info (click to toggle)
psp 0.5.5-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 4,820 kB
  • ctags: 2,333
  • sloc: perl: 21,074; ansic: 4,553; sh: 2,407; makefile: 461; php: 11; pascal: 6
file content (16 lines) | stat: -rw-r--r-- 620 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
use vars qw(%default_style %style);

%default_style =
  ('.ledger1' => { background => '#ffffff',
		   color => '#000000' },
   '.ledger2' => { background => '#ddddff',
		   color => '#000000' },
   'body' => { background => '#ffffff' },
   'body, dl, dt, dd, ul, ol, li, td, th, .text' => { color => '#000000' },
   'a:link, a:visited' => { color => '#ff9999',
			    'font-weight' => 'bold' },
   'a:hover'    => { color => '#ffff00', 
                     'font-weight' => 'bold' },
   '.gc'        => { background => 'green',
                     color => '#fefefe',
                     'font-weight' => 'bold' });