Subversion-Projekte lars-tiefland.prado

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
body {
2
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
3
	font-weight:normal;
4
	font-size:10pt;
5
	color:black;
6
	margin:0px 0px 0px 0px;
7
	padding:0px;
8
}
9
 
10
h1 {
11
	font-size:13pt;
12
}
13
 
14
h2 {
15
	font-size:12pt;
16
}
17
 
18
h3 {
19
	font-size:10pt;
20
	font-weight:bold;
21
}
22
 
23
#header {
24
	font-size:13pt;
25
	font-weight:bold;
26
	background:#fff;
27
	height:40px;
28
	padding:5px;
29
}
30
 
31
#menu {
32
	padding:3px;
33
	padding-right:10px;
34
	background:#00487D;
35
	color:white;
36
	text-align:right;
37
}
38
 
39
#menu a {
40
	color:#BFE4FF;
41
	text-decoration:none;
42
}
43
 
44
#menu a:hover {
45
	color:white;
46
}
47
 
48
#toc {
49
	background:#BFE4FF;
50
	width:200px;
51
	padding:5px;
52
}
53
 
54
#content {
55
	background:#fff;
56
	padding:10px;
57
}
58
 
59
#footer {
60
	clear:both;
61
	color: gray;
62
	font-size:8pt;
63
	text-align:center;
64
	margin-top:25px;
65
	padding:10px;
66
}
67
 
68
.topic {
69
	font-size: 10pt;
70
	padding: 0px 0px 10px 0px;
71
}
72
 
73
.topic span {
74
	font-size: 11pt;
75
	font-weight:bold;
76
	color:#00487D;
77
}
78
 
79
.topic a {
80
	color:#00487D;
81
	padding-left:10px;
82
}
83
 
84
.topic a:hover {
85
	color:red;
86
}
87
 
88
.source {
89
	padding: 0.5em;
90
	border-style:dotted;
91
	border-width:1px;
92
	border-color:#cccccc;
93
	background-color:#ffffee;
94
	font-family: "Courier New", Courier, mono;
95
	margin-top: 0.2em;
96
	margin-bottom: 0.5em;
97
}
98
 
99
.source pre {
100
	font-family: "Courier New", Courier, mono;
101
	margin: 0;
102
}
103
 
104
.runbar a:link, .runbar a:visited {
105
	background-color:#BFE4FF;
106
	font-size: 12px;
107
	font-weight: bold;
108
	padding: 3px;
109
	padding-left: 6px;
110
	padding-right: 6px;
111
	border-top: 1px solid white;
112
	border-left: 1px solid white;
113
	border-bottom: 1px solid #aaaaaa;
114
	border-right: 1px solid #aaaaaa;
115
	text-decoration: none;
116
}
117
 
118
.runbar a:link.active, .runbar a:visited.active, .runbar a:hover {
119
	background-color:#BFE4FF;
120
	font-size: 12px;
121
	font-weight: bold;
122
	padding: 3px;
123
	padding-left: 6px;
124
	padding-right: 6px;
125
	border-top: 1px solid #aaaaaa;
126
	border-left: 1px solid #aaaaaa;
127
	border-bottom: 1px solid white;
128
	border-right: 1px solid white;
129
}
130
 
131
#sourceList {
132
	background-color:#BFE4FF;
133
	margin:10px 10px 0px 10px;
134
	padding:10px;
135
	border:1px solid silver;
136
}
137
 
138
#sourceView {
139
	font-family: "Courier New", Courier, mono;
140
	background-color:#ffffee;
141
	margin:5px 10px 10px 10px;
142
	border:1px solid silver;
143
	padding:10px;
144
}
145
 
146
code {
147
	font-family: "Courier New", Courier, mono;
148
}
149
 
150
tt {
151
	font-family: "Courier New", Courier, mono;
152
	border-bottom: 1px dotted silver;
153
}
154
 
155
.sampleheader {
156
	background:#00487D;
157
	color:white;
158
	padding:3px;
159
}
160
 
161
.sampleheader a {
162
	color:white;
163
}
164
 
165
.samplepanel {
166
	margin: 0px;
167
	border: 1px solid silver;
168
	padding: 10px;
169
	margin-bottom:10px;
170
}
171
 
172
.sampletitle {
173
	width: 100%;
174
	border-bottom:1px solid silver;
175
	font-weight:bold;
176
	margin-bottom:5px;
177
}
178
 
179
.sampletable {
180
	width: 100%;
181
	border-collapse: collapse;
182
}
183
 
184
td.samplenote {
185
	width: 300px;
186
	text-align: right;
187
	background: #BFE4FF;
188
	border: 1px solid silver;
189
	padding: 5px;
190
	vertical-align: top;
191
}
192
 
193
td.sampleaction {
194
	background: #ffffee;
195
	border: 1px solid silver;
196
	padding: 5px;
197
	vertical-align: top;
198
}