File: styles.css

package info (click to toggle)
rudiments 0.31-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 7,516 kB
  • ctags: 3,248
  • sloc: asm: 23,776; cpp: 22,792; sh: 7,769; ansic: 1,769; makefile: 1,054; xml: 169; perl: 19
file content (42 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
body {
	background:	white;
	color:		black;
	font-family:	arial;
	font-weight:	medium;
	font-size:	10pt;
}

.heading {
	color:		black;
	font-family:	arial;
	font-weight:	bold;
	font-size:	14pt;
}

.subject {
	color:		black;
	font-family:	arial;
	font-weight:	bold;
	font-size:	12pt;
}

a {
	color:		blue;
	font-family:	arial;
	font-weight:	medium;
	font-size:	10pt;
}

input {
	color:		black;
	font-family:	courier;
	font-weight:	medium;
	font-size:	10pt;
}

.login {
	color:		black;
	font-family:	arial;
	font-weight:	medium;
	font-size:	10pt;
}