File: style.css

package info (click to toggle)
openldap2 2.0.23-6.3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 7,816 kB
  • ctags: 6,366
  • sloc: ansic: 86,391; sh: 9,816; makefile: 1,270; cpp: 1,107; sql: 838; php: 700; perl: 134; tcl: 40
file content (24 lines) | stat: -rw-r--r-- 352 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
	BODY,B,P,H2,H1 {
		font-family: lucida sans unicode;
	}
	BODY,P {
		font-weight: bold;
		font-size: 12pt;
	}
	.form {
		font-size: 10pt;
		color: #003333;
	}
	H3 {
		font-family: Verdana,Arial,Helvetica;
		font-size: 12pt;
		font-weight: bold;
	}
	.head {
		font-size: 13pt;
		color: #003333;
	}
	.subsection {
		font-size: 12pt;
		color: #003333;
	}