File: style.css

package info (click to toggle)
pike7.6 7.6.93-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 116,100 kB
  • ctags: 24,114
  • sloc: ansic: 257,624; xml: 5,235; makefile: 2,574; sh: 1,565; lisp: 655; asm: 237; pascal: 66; sed: 34; perl: 3
file content (91 lines) | stat: -rw-r--r-- 1,356 bytes parent folder | download | duplicates (11)
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
86
87
88
89
90
91
body, td, th {
	font-family: arial,helvetica,sans-serif;
	font-size: 95%;
}

em {
	font-weight: bold;
	font-style: italic;
}

.error {
        color: #cc0000;
}

.newsDate {
	font-size: 85%;
	font-style: italic;
	color: #6666cc;
}

.sidebar {
	font-size: 95%;
}


pre,code {
	font-family: "andale mono", "monotype.com", "courier new", monospace;
	font-size: 90%;
}

h1 {
	font-family: arial,helvetica,sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #000066;
}

h2 {
	font-family: arial,helvetica,sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #000066;
}

h3 {
	font-family: arial,helvetica,sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #000066;
}

small {
	font-family: arial,helvetica,sans-serif;
	font-size: 75%;
}

a.small {
	font-family: arial,helvetica,sans-serif;
	font-size: 75%;
	text-decoration: none;
}

.tableTitle {
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
}

.tableExtras {
	font-family: arial,helvetica,sans-serif;
	font-size: 85%;
	color: #FFFFFF;
}


input {
	font-family: arial,helvetica,sans-serif;
}

textarea {
	font-family: "andale mono", "monotype.com", "courier new", monospace;
}

input.small, select.small {
	font-family: arial,helvetica,sans-serif;
	font-size: 75%;
}

textarea.small {
	font-family: "andale mono", "monotype.com", "courier new", monospace;
	font-size: 75%;
}