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