File: styles.css

package info (click to toggle)
sqlrelay 1%3A0.37.1-3.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 13,084 kB
  • ctags: 6,691
  • sloc: cpp: 48,136; python: 10,118; ansic: 9,673; java: 9,195; php: 8,839; perl: 8,827; sh: 8,554; ruby: 8,516; tcl: 5,039; makefile: 3,665
file content (85 lines) | stat: -rw-r--r-- 1,098 bytes parent folder | download | duplicates (3)
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
body {
	background:	white;
	color:		black;
	font-family:	arial;
	font-weight:	medium;
	font-size:	10pt;
}

.heading1 {
	color:		black;
	font-family:	arial;
	font-weight:	bold;
	font-size:	20pt;
}

.heading2 {
	color:		black;
	font-family:	arial;
	font-weight:	bold;
	font-size:	16pt;
}

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

.heading4 {
	color:		black;
	font-family:	arial;
	font-weight:	bold;
	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;
}

p {
	background:	white;
	color:		black;
	font-family:	arial;
	font-weight:	medium;
	font-size:	10pt;
}

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