summaryrefslogtreecommitdiff
path: root/test/user-template/user/config/wizard/web/styles/pc_old.css
blob: a56e7a621633e09794a7a10788c097542c6e8945 (plain)
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
.doctitle {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #00CC00;
	font-weight: bold;
}
.docdescription {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: italic;
	color: #00CC00;
}
.docauthor {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: italic;
	color: #00CC00;
}
.doccreationdate {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #99CC00;
}
.doclastchangeddate {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FF0000;
}
.docfilename {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #00CC00;
}
.docfileformatinfo {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: italic;
	color: #00CC00;
}
.docnumberofpages {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #00CC00;
}
.docsizeinkb {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #00CC00;
}
body {
	background-color: #000000;
	background-image: url(images/background.gif);
}
.toctitle {
	font-family: "Courier New", Courier, mono;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #00CC00;
	background-color: #222222;
}
.tcolor {
	background-color: #000000;
	border-top-width: mittel;
	border-right-width: mittel;
	border-bottom-width: mittel;
	border-left-width: mittel;
	border-top-style: doppelt;
	border-right-style: doppelt;
	border-bottom-style: doppelt;
	border-left-style: doppelt;
	border-top-color: #333333;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #999999;
}
.ccolor {
	background-color: #222222;
}
a:link {
	font-family: "Courier New", Courier, mono;
	color: #00FF33;
}
a:visited {
	font-family: "Courier New", Courier, mono;
	color: #00CC33;
}
a:active {
	font-family: "Courier New", Courier, mono;
	color: #CC0000;
}