Subversion-Projekte lars-tiefland.nagios-php

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
 
2
/***************** common to all pages, moved to this stylesheet ********************/
3
 
4
/* default font size for all elements */
5
* {font-size:8pt;}
6
 
7
body {
8
	font-family: verdana,arial,serif;
9
	font-weight: normal;
10
	}
11
 
12
/* most other link color scheme blue/light blue */
13
a:link,a:visited {
14
  text-decoration: none;
15
  color: #40529b; /* blue */
16
  /* color: #DEE7C6; pale yellow */
17
}
18
a:hover,a:active {
19
  text-decoration: underline;
20
  /* color: #3f5bcd; gold */
21
  color: #8391cd;      /*dark blue */
22
  /*color: #8391cd; */
23
}
24
 
25
table {border-collapse:collapse;}
26
th {  font-size: 10pt;  text-align: left;  background-color: #999797;  }
27
 
28
.infoBox { border: 1px solid #AAA;  padding: 2px; font-size:8pt; margin-bottom:3px;}
29
.linkBox { padding: 3px; font-size:8pt; border: 1px solid #AAA;}
30
.infoBoxTitle {  font-size: 10pt;  font-weight: bold;  }
31
.infoBoxTitle {   font-size: 10pt;  font-weight: bold; }
32
.infoBoxBadProcStatus { color: red; }
33
a.homepageURL:hover {  color: red; }
34
 
35
 
36
/* feedback messages */
37
.errorMessage {  text-align: center;  color: red;  font-weight: bold;  font-size: 12pt; }
38
.errorDescription {  text-align: center;  font-weight: bold;  font-size: 12pt; }
39
.warningMessage {  text-align: center;  color: red;  font-weight: bold;  font-size: 10pt; }
40
.infoMessage {  text-align: center;  color: red;  font-weight: bold; }
41
 
42
/* nav and option boxes on several pages */
43
.navBoxTitle {  font-size: 10pt;  font-weight: bold; }
44
.navBoxItem {  font-size: 8pt;  font-weight: bold;  color: red; }
45
.navBoxDate {  font-size: 8pt;  font-weight: bold; }
46
.navBoxFile {  font-size: 8pt;  font-weight: bold;  text-align: center; }
47
/* option boxes */
48
.optBox { font-size: 10pt;  font-weight: bold; }
49
.optBoxItem {  font-size: 8pt;  font-weight: bold;  color: red; }
50
.optBoxTitle {  font-weight: bold;  font-size: 10pt; }
51
.optBoxValue {  font-size: 8pt;  font-style: italic; }
52
 
53
 
54
 
55
/* *********navbar frame specific styles ********************* */
56
 
57
/* navbar */
58
body.navbar {
59
	background-color: black;
60
	color: white;
61
	}
62
/* navbar links
63
body.navbar a:link,a:visited {
64
  text-decoration: none;
65
  color: #DEE7C6;  pale yellow
66
}
67
body.navbar a:hover,a:active {
68
 text-decoration: underline;
69
  color: #3f5bcd; gold
70
}
71
*/
72
.navbarlogo {
73
	margin: 0 0 10px 0;
74
	}
75
 
76
.navsection {
77
	margin: 5px 0 10px 0;
78
	/*color: #AAA; */
79
	}
80
 
81
.navsectiontitle {
82
	font-size: 9pt;
83
	font-weight: bold;
84
	border:1px solid #AAA;
85
	padding: 2px;
86
	text-align:center;
87
	}
88
 
89
div.navsectionlinks {
90
	margin: 3px 0 0 0;
91
	}
92
 
93
ul.navsectionlinks {
94
	margin: 0px;
95
	padding: 0px;
96
	list-style: none;
97
	}
98
 
99
ul.navsectionlinks li {
100
	}
101
 
102
/* main nav links */
103
ul.navsectionlinks li a:link,ul.navsectionlinks li a:visited {
104
	/*color: #DEE7C6; */
105
	font-weight: bold;
106
	font-size: 8pt;
107
	text-decoration: none;
108
	padding: 0 0 0 15px;
109
	background: transparent url(../images/greendot.gif) no-repeat scroll 0 0;
110
  	color: #DEE7C6; /* pale yellow */
111
	}
112
ul.navsectionlinks li a:hover ,ul.navsectionlinks li a:active{
113
	/*color: #8391cd;*/
114
	color:#FFC47F;   /*    this one was working before   */
115
	background: transparent url(../images/orangedot.gif) no-repeat scroll 0 0;
116
  /*	color: #3f5bcd;  gold */
117
	}
118
 
119
 
120
ul.navsectionlinks li ul {
121
	margin: 0px;
122
	padding: 0 0 0 30px;
123
	}
124
 
125
ul.navsectionlinks li ul li {
126
	}
127
 
128
 
129
/* sub links on main nav */
130
ul.navsectionlinks li ul li a:link,ul.navsectionlinks li ul li a:visited  {
131
/*	color: #DEE7C6;  */
132
	background: none;
133
	padding: 0;
134
	font-weight: normal;
135
  	color: #DEE7C6; /* pale yellow */
136
	}
137
 
138
ul.navsectionlinks li ul li a:hover,ul.navsectionlinks li ul li a:active  {
139
	background: none;
140
	color:#FFC47F;
141
	}
142
 
143
ul.navsectionlinks li ul li ul {
144
	margin: 0px;
145
	padding: 0 0 0 15px;
146
	}
147
 
148
 
149
.navbarsearch {
150
	margin: 5px 0 0 0;
151
	}
152
 
153
.navbarsearch fieldset {
154
	border: none;
155
	}
156
 
157
.navbarsearch fieldset legend {
158
	font-size: 8pt;
159
	}
160
 
161
.navbarsearch input{
162
/*	font-size: 8pt; */
163
	color: black;
164
	background-color: white;
165
	}
166
 
167
 
168
 
169
 
170
 
171
/* **************** main page *********************** */
172
#splashpage{
173
	text-align: center;
174
	}
175
 
176
#mainbrandsplash{
177
	font-size: 12pt;
178
	font-weight: bold;
179
	margin: 0 0 35px 0;
180
	}
181
 
182
#maincopy{
183
	margin: 0 0 15px 0;
184
	}
185
 
186
#currentversioninfo{
187
	font-size: 12pt;
188
	}
189
#currentversioninfo .product{
190
	font-size: 14pt;
191
	font-weight: bold;
192
	}
193
#currentversioninfo .version{
194
	font-size: 14pt;
195
	font-weight: bold;
196
	}
197
#currentversioninfo .releasedate{
198
	font-size: 11pt;
199
	margin: 5px 0 0 0;
200
	}
201
#currentversioninfo .checkforupdates{
202
	font-size: 11pt;
203
	font-weight: bold;
204
	}
205
#currentversioninfo .whatsnew{
206
	font-size: 11pt;
207
	font-weight: bold;
208
	margin: 50px 0 0 0;
209
	}
210
 
211
#updateversioninfo{
212
	margin: 15px auto 35px auto;
213
	width: 400px;
214
	}
215
.updatechecksdisabled{
216
	background-color: #FF9F9F;
217
	border: 1px solid red;
218
	padding: 10px;
219
	}
220
.updatechecksdisabled div.warningmessage{
221
	font-weight: bold;
222
	}
223
#updateversioninfo div.submessage{
224
	clear: left;
225
	}
226
.updateavailable{
227
	background-color: #9FD4FF;
228
	border: 1px solid blue;
229
	padding: 10px;
230
	}
231
.updateavailable div.updatemessage{
232
	font-size: 12pt;
233
	font-weight: bold;
234
	}
235
 
236
#splashpage #mainfooter{
237
	/*margin: 100px 0 0 0;*/
238
	clear: both;
239
	font-size: 8pt;
240
	}
241
#splashpage #mainfooter .disclaimer{
242
	/*width: 80%;*/
243
	margin: auto;
244
	}
245
#splashpage #mainfooter .logos{
246
	margin: 15px 0 0 0;
247
	}
248
 
249
 
250
a img {
251
	border: none;
252
	}
253
 
254
#splashboxes {
255
 
256
	/*border: 1px solid blue;*/
257
	clear:both;
258
	width: 800px;
259
	height:300px;
260
	margin-left: auto;
261
	margin-right:auto;
262
	line-height:1.2em; /* added for better X-browser/OS viewing */
263
 
264
	}
265
#topsplashbox {
266
	height:150px;
267
	}
268
#bottomsplashbox {
269
	height:150px;
270
	}
271
 
272
.splashbox {
273
	padding: 5px;
274
	margin: 5px;
275
	border: 1px solid #AAAAAA;
276
	float: left;
277
	text-align: left;
278
	width:375px;
279
	}
280
 
281
.splashbox h2{
282
	margin: 0px;
283
	font-size: 12pt;
284
	}
285
.splashbox ul{
286
    margin: 0;
287
    padding: 5px 5px 5px 15px;
288
	}
289
.splashbox ul li{
290
	clear: both;
291
	}
292
#splashbox1 {
293
	}
294
#splashbox2 {
295
	}