Welcome to mirror list, hosted at ThFree Co, Russian Federation.

main.css « darkblue « themes « styles « php « frontends - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 805cec917675bba3ea48556fee23c43462b86e85 (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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
/*
** Zabbix
** Copyright (C) 2001-2014 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation; either version 2 of the License, or
** (at your option) any later version.
**
** This program is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
**
** You should have received a copy of the GNU General Public License
** along with this program; if not, write to the Free Software
** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
**/

/* Black and Blue Theme by Aly*/
@import "jquery-ui.css";

@media print {
	body{
		background-color:#A5A5A5;
	}
}

@media screen {
	body{
		background-color:#000E19;
		color: #0088FF;
	}
}

span.divider { color: #77B7DA; }

.delimiter{
	color:#B0D5EC;
}

.textcolorstyles{
	color: #77B7DA;
}

.textblackwhite{
	color: #EAEAEA;
}

.pum_oheader {
	background: #3C759B url(images/bg_i-soft_25.png) 50% 50% repeat-x;
}

.pum_o_item, .pum_o_submenu {
	background-color: #1D4161;
}

.pum_o_item:hover, .pum_b_submenu:hover, .pum_o_submenu:hover, .pum_b_submenu  {
	background-color: #245078;
}

.right_header { border-color: #77B7DA; }

.normal		{ background-color: #AADDDD; }

a { color: #99C7E4; }
a:hover, a:active { color: #B0D5EC; }

a.highlight { font-size: 10px; font-weight: bold; }
a.highlight:link, a.highlight:visited { color: #FFFFFF; }
a.highlight:hover, a.highlight:active { color: #FFCC00; }

a.footer { color: #77B7DA; }

a.history:link, a.history:visited { color: #77B7DA; }
a.history:hover, a.history:active { color: #B0D5EC; }

a.disabled, a.disabled:visited, a.disabled:active { color: #EE0000; }
a.disabled:hover { color: #CC4444; }

a.on:link, a.on:visited, a.on:active, .ui-widget-content a.on { color: #EE0000; }
a.on:hover, .ui-widget-content a.on:hover { color: #CC4444; }

.unknown, a.unknown { color: #999999; }
a.unknown:hover { color: #BBB; }
/*////////////////	TABLES	////////////////////*/
table{
	color: #FFFFFF;
}

table.page_footer{
	background: #3C759B url(images/bg_i-soft_25.png) 50% 50% repeat-x;
	margin-top:20px;
	border:1px solid #77B7DA;
}

table.formtable {
	background-color: #245078;
	color: #FFFFFF;
	border-color: #77B7DA;
}

table.formtable tr td {
	color: #FFFFFF;
	background-color: #022744;
}

table.formtable tr td.form_row_first{
	background: #3C759B url(images/bg_i-soft_25.png) 50% 50% repeat-x;
}
table.formtable tr td.form_row_last {
	background: #3C759B url(images/bg_i-soft_25.png) 50% 50% repeat-x;
}

table.formtable tr.new td{
	background-color: #245078;
}

td.form_row_l_simple { /* left cell simple */
	border-color: #77B7DA;
}

td.form_row_r_simple { /* right cell simple */
	border-color: #77B7DA;
}

table.formlongtable tr td.form_row_first{
	background: #3C759B url(images/bg_i-soft_25.png) 50% 50% repeat-x;
	border-color: #77B7DA;
}

table.formlongtable tr td.form_row_last {
	background: #3C759B url(images/bg_i-soft_25.png) 50% 50% repeat-x;
	border-color: #77B7DA;
}

table.formlongtable tr td.form_row_l { /* left cell */
	border-color:	#77B7DA;
}
table.formlongtable tr td.form_row_c { /* center cell */
	border-color: #77B7DA;
}
table.formlongtable tr td.form_row_r { /* right cell */
	border-color: #77B7DA;
}

table.tabletree tr.footer td {
	background: #3C759B url(images/bg_i-soft_25.png) 50% 50% repeat-x;
}

table.filter { border: 1px solid #383838; }
table.filter tr td { border: 1px solid #383838; }

table.filter .subfilter_disabled{
	color: #FF3333;
}

table.filter .subfilter_active{
	color: #77B7DA;
}

/*****************************************/
/*************** Table Info **************/

table.tableinfo{
	color: #FFFFFF;
	background-color: #001C31;
}
table.tableinfo caption {
	background: #3C759B url(images/bg_i-soft_25.png) 50% 50% repeat-x;
}

table.tableinfo tr td {
}

table.tableinfo tr.header td {
	background: #3C759B url('../../../images/gradients/header_footer_blue.png') repeat-x top left;
}

table.tableinfo tr.header td.hover_grey {
	background: #3C759B url('../../../images/gradients/header_link_blue.png') repeat-x top left;
}

table.tableinfo tr.header td.hover_grey:hover {
	color: #B0D5EC;
	background: #245078 url('../../../images/gradients/header_footer_blue.png') repeat-x top left;
}

table.tableinfo tr.vertical_header td {
	background-color:#3C759B;
}

table.tableinfo tr.vertical_header td.hover_grey:hover{
	background-color:#245078;
}

table.tableinfo tr.odd_row > td { background-color: #022744; }
table.tableinfo tr.odd_row:hover > td { background-color: #245078; }

table.tableinfo tr.even_row > td { background-color: #1D4161; }
table.tableinfo tr.even_row:hover > td{ background-color: #245078; }

table.tableinfo tr.selected > td { background-color: #2F56A6; }
table.tableinfo tr.selected:hover > td { background-color: #3663BF; }

table.tableinfo tr > td.active				{	background-color: #99EE9E;	border: 1px #99EE9E solid; }
table.tableinfo tr:hover > td.active			{	background-color: #99EE99;	border: 1px #99EE99 solid; }

table.tableinfo tr > td.inactive				{	background-color: #FF8888;	border: 1px #FF8888 solid; }
table.tableinfo tr:hover > td.inactive			{	background-color: #FA8388;	border: 1px #FA8388 solid; }

table.tableinfo tr.red						{	background-color: #FFBBBB; border: 1px #FFBBBB solid; }
table.tableinfo tr.red:hover				{	background-color: #EEAAAA; border: 1px #EEAAAA solid; }

table.tableinfo tr.green					{	background-color: #BBFFBB; border: 1px #BBFFBB solid; }
table.tableinfo tr.green:hover				{	background-color: #AAEEAA; border: 1px #AAEEAA solid; }

table.tableinfo tr.blue 					{	background-color: #BBBBFF; border: 1px #BBBBFF solid; }
table.tableinfo tr.blue:hover 				{	background-color: #AAAAEE; border: 1px #AAAAEE solid; }

table.tableinfo tr.footer td{
	background: #3C759B url(images/bg_i-soft_25.png) 50% 50% repeat-x;
}
/**************************************************/
/**************************************************/

table.tablestripped{
	border: 1px solid #77B7DA;
	border-top: 0 solid #245078;
}

table.tablestripped tr.form_odd_row td{
	color: #FFFFFF;
	background-color:#1D4161;
}

table.tablestripped tr.form_even_row td{
	color: #FFFFFF;
	background-color:#022744;
}

table.tablestripped tr.footer td {
	background: #3C759B url(images/bg_i-soft_25.png) 50% 50% repeat-x;
}


table.header{
	background: #3C759B url(images/bg_i-soft_25.png) 50% 50% repeat-x;
	border: 1px solid #77B7DA;
}

table.flicker{
	background: #5989AA url('../../../images/gradients/menu_not_active_blue.png') repeat-x bottom left;
}

table.ack_msgs tr.title {
	background: #3C759B url(images/bg_i-soft_25.png) 50% 50% repeat-x;
}

table.menu tr{
	background: #5889AA url('../../../images/gradients/menu_not_active_blue.png') repeat-x top left;
}

table.menu tr td{
	border-color: #245078;
}

table.menu tr td.active{
	color: #FFFFFF;
	border-color: #022744;
	background: #3C759B url(images/bg_i-soft_25.png) 50% 50% repeat-x;
}

table.sub_menu {
	border: 1px #77B7DA solid;
}

table.sub_menu tr{
	background: #3C759B url(images/bg_i-soft_25.png) 50% 50% repeat-x;
}

table.sub_menu tr td span.active a.highlight{
	color: #FFCC00;
}

table.triggers_info tr td.header {
	background: #3C759B url(images/bg_i-soft_25.png) 50% 50% repeat-x;
}

/* host info module */
table.hosts_info tr td.header { background: #3C759B url(images/bg_i-soft_25.png) 50% 50% repeat-x; }
table.hosts_info tr td.total { color: inherit; }

/* server information module */
table.server_info { border: 1px #77B7DA solid; }
table.server_info tr td { background-color: #1D4161; }
table.server_info tr td.header { background: #3C759B url(images/bg_i-soft_25.png) 50% 50% repeat-x; }
table.server_info tr.footer td { background: #3C759B url(images/bg_i-soft_25.png) 50% 50% repeat-x; }

table.history td.caption{
	color: #77B7DA;
}

/* MESSAGES */
table.msgok{
	border: 1px #245078 solid;
}

table.msgok tr td.clr{
	background-color: #77B7DA;
}

table.msgok tr td.msg{
	background-color: #FFBB33;
}

/*  SCREENS */
table.screen_edit{
	background-color: #022644;
}

table.screen_edit td{
	background-color: #022644;
}

table.screen_view{
	background-color: #022644;
}

table.screen_view td{
	background-color: #022644;
}

table.header_wide{
	color: #FFFFFF;

	border: 1px #77B7DA solid;
	background-color:#5989AA;
}

table.header_wide tr.first td.header_l{
	color: #FFFFFF;
}

table.header_wide tr.first td.header_r{
	color: #FFFFFF;
}

table.chart{
	background-color: #245078;
}
table.calendarhat{
	background-color:#000E19;
}
table.calendarhat tr td{
	color: #FFFFFF;
}
table.calendartab{
	background-color:#77B7DA;
}
table.calendartab tr td{
	background-color:#000E19;
	color: #77B7DA;
}
table.calendartab tr td.hollyday{
	background-color:#022744;
}
table.calendartab tr td.selected{
	background-color: #77B7DA;
	color: #000000;
	font-weight: bolder;
}

table.right_table.calculated select, table.right_table.calculated option { background: #0B1823; }
table.right_table .read_write option { color: #00AD00; }
table.right_table .deny option { color: #F20000; }

/*////////////////	DIVS	////////////////////*/
/* calendar */
div.calendar{
	border: 1px #77B7DA solid;
}
div.calendartime{
	background-color:#000E19;
	height: 38px;
}

div.calendardays{
	border:0;
}
div.calendar span.title{
	color:#77B7DA;
}
div.calendar span.clndr_right_arrow:hover{
	color: #77B7DA;
}
div.calendar span.clndr_left_arrow:hover{
	color: #77B7DA;
}

div.calendar input.calendar_textbox{
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #022744;
}

/* SCROLLBAR */
div.scrollbar { background-color: #001C31; border: 1px solid #3C759B; }

div.scrollbar .info .zoom .text { color: #FFFFFF; }

div.scrollbar .subline .info_period { color: #FFFFFF; }

div.scrollbar .subline .nav_links .text { color: #FFFFFF; }

/* MESSAGES */
div.messagecontainer .message .messagebox {
	margin-right: 15px;
	margin-left: 0;
	margin-bottom: 0;
}

.thin_header { background: #3C759B url(images/bg_i-soft_25.png) 50% 50% repeat-x; }
div.zabbix_logo { background-image:url('../../../images/general/zabbix_bb.png'); }
.iconzbxavailable { background-image: url('../../../images/general/zabbix_available_bb.png'); }
.iconsnmpavailable { background-image: url('../../../images/general/snmp_available_bb.png'); }
.iconjmxavailable { background-image: url('../../../images/general/jmx_available_bb.png'); }
.iconipmiavailable { background-image: url('../../../images/general/ipmi_available_bb.png'); }
.sla_green { background-image: url('../../../images/gradients/sla_blue15.png'); }
.icon_sortup { background-image: url('../../../images/general/sort_up_blue.png'); }
.icon_sortdown { background-image: url('../../../images/general/sort_down_blue.png'); }

.menu_icon:hover { background-color: #77B7DA; }
div.iconmenu_b { background-color: transparent; }

div.messagecontainer{ background-color: #245078;}
div#scrolltableft{ color: #00CCFF; }
div#scrolltabright{ color: #00CCFF; }
div#selection_box{ filter:alpha(opacity=60); opacity:.60; background-color:#6666FF; }

div.formElement{ border: 1px solid #77B7DA;}

div.objectgroup { border-color: #4B7489; }
div.border_dotted { border: 1px dotted #4B7489; }

.footer .dt input.main{ border-color: #77B7DA; }
.footer .dt input.main:hover{ border-color: #77B7DA; }


ul.objectlist li{ color: #FFFFFF; }


.formElementTable tr td{ color: #FFFFFF; }

span.info{ color:	#B0D5EC; }

span.link{ color: #77B7DA; }
span.link:hover{ color: #B0D5EC; }

span.darklink{ color: #3C759B; }span.darklink:hover{ color: #77B7DA; }

/*////////////////	FORMS	////////////////////*/
.input, .input[disabled]:hover, input.formlist[type="button"],
div.calendar input[type="button"], input[type="button"].input[disabled].formlist,
input[type="submit"].input[disabled].formlist {
	border: 1px solid #B3C9D6;
	background: #2F6487;
	color: #FFF;
}
.input option { background: #2F6487; color: #FFFFFF; }
.input:focus, .input:hover { border-color: #77B7DA; }

.input[readonly], .input[disabled], .input[readonly]:hover, .input[disabled]:hover,
input.input.formlist[type="button"][disabled], input.input.formlist[type="submit"][disabled] {
	border-color: #4e738c;
	background: #2b495e;
	/* ignored by IE for <select> */
	color: #aca899;
}

/* disabled <select> font color for IE 9+ */
select[disabled="disabled"]::-ms-value {
	color: #aca899;
}

select[disabled="disabled"] option { background: #2b495e; }

/* disabled form buttons */
.input.button[disabled]:hover {
	background-color: #000e19;
	border-color: #77b7da;
	color: #77b7da;
}

/* disabled save button */
.jqueryinput.input.button[disabled]:hover {
	border-color: #77b7da;
	color: #77b7da;
}

.shadow {}
.shadow:hover{ -webkit-box-shadow: 0 0 6px #77B7DA; -moz-box-shadow: 0 0 6px #77B7DA; box-shadow: 0 0 6px #77B7DA; }

.shadow[disabled]:hover {
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
}

.select { margin: 1px 4px 1px 1px; }
.button{  border-color: #77B7DA; background: #022744; color: #77B7DA; }
.button:hover { border-color: #022744; color: #022744; background: #77B7DA; text-decoration: none; }

.link_menu { border: 0; background: none; color: #77B7DA; border-bottom: 1px dotted #77B7DA; }
.link_menu:hover { color: #B0D5EC; border-bottom-color: #B0D5EC; }
.link_menu[disabled], .link_menu[disabled]:hover { color: #ACA899; border: 0; cursor: default; background: none; }

.column .widget .header{ border: 1px solid #77B7DA;}
.column .widget .footer{ border: 0; background: #245078 url('../../../images/gradients/header_footer_blue.png') repeat-x top left;}

ul.formlist li.new { background: #022744; }

.dropArea { background-color: #005089; }

table.ack_msgs tr.msg { background-color: #022744; }

#zbx_search input[type="text"], #zbx_search input { border-color: #EFEFEF; }
#zbx_search input.button { color: #FBFBFB; }

div.control-severity label span {
	color: #77B7DA;
}
div.control-severity label span:hover {
	color: #000;
}

div.preloader {
	background: url("images/preloader.gif") no-repeat;
}

/* multiselect */
.multiselect input[type="text"] { color: #FFFFFF; }
.multiselect input[type="text"]:hover { background: none; border: none; outline: none; }
.multiselect .selected ul { border: 1px solid #B3C9D6; background: #001C31; }
.multiselect .selected ul.active { border: 1px solid #41789D; }
.multiselect .selected ul li {
	border: 1px solid #B3C9D6; background: #32698E; color: #FFFFFF;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #2F6588), color-stop(15%, #3A7AA6));
	background-image: -webkit-linear-gradient(top, #2F6588 1%, #3A7AA6 15%);
	background-image: -moz-linear-gradient(top, #2F6588 1%, #3A7AA6 15%);
	background-image: -o-linear-gradient(top, #2F6588 1%, #3A7AA6 15%);
	background-image: linear-gradient(#2F6588 1%, #3A7AA6 15%);
}
.multiselect .selected ul li.pressed { background: #285473; }
.multiselect .available { background: #001C31; border: 1px solid #285473; }
.multiselect .available .prefix { color: #77B7DA; }
.multiselect .available ul li.hover { background: #4A7FA2; }
.multiselect .available ul li.hover .prefix { color: #F1F1F1; }

/* suggest */
div.suggest { border-color: #285473; }
table.suggest tr { background-color: #001C31; }
table.suggest tr.highlight { background-color: #4A7FA2; }

/* menu popup */
.menuPopup { border: 1px solid #022744; }
.menuPopup .title { color: #ffffff; background: #022744 url('../../../images/gradients/header_footer_blue.png') repeat-x top left; }
.menuPopup .ui-menu { border: 1px solid #022744; }