summaryrefslogtreecommitdiffstats
path: root/frontends/php/styles/div.css
blob: 43d530299d95f7a5b3a80db2ba57778f06c9ee7d (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
/* CSS Document */

div.disaster{
	background-color: #FF0000;
	width: 100%;
	height: 100%;
	padding-left: 2px;
	margin-right: 5px;
}
div.high{
	background-color: #FF8888;
	width: 100%;
	height: 100%;
	padding-left: 2px;
	margin-right: 5px;
}

div.average{
	background-color: #DDAAAA;
	width: 100%;
	height: 100%;
	padding-left: 2px;
	margin-right: 5px;
}
div.warning{
	background-color: #EFEFCC;
	width: 100%;
	height: 100%;
	padding-left: 2px;
	margin-right: 5px;
}

div.zabbix_logo{
	height: 31px;
	width: 118px;
	background: #FFFFFF url('../images/general/zabbix.png') no-repeat;
}

div.iconminus{
	height: 18px;
	width: 18px;
	background-image: url('../images/general/bttn/minus.png');
	background-repeat:no-repeat;
}
div.iconminus:hover{
	cursor:pointer;
}

div.iconplus{
	height: 18px;
	width: 18px;
	background-image: url('../images/general/bttn/plus.png');
	background-repeat:no-repeat;
}
div.iconplus:hover{
	cursor:pointer;
}

div.iconmenu{
	height: 18px;
	width: 18px;
	background-image: url('../images/general/bttn/menu.png');
	background-repeat:no-repeat;
}

div.iconmenu:hover{
	cursor:pointer;
}

div.arrowup{
	height: 18px;
	width: 18px;
	background-image: url('../images/general/bttn/arrowup.png');
	background-repeat:no-repeat;
}

div.arrowup:hover{
	cursor:pointer;
}

div.arrowdown{
	height: 18px;
	width: 18px;
	background-image: url('../images/general/bttn/arrowdown.png');
	background-repeat:no-repeat;
}

div.arrowdown:hover{
	cursor:pointer;
}

div.filterclosed{
	height: 9px;
	width: 9px;
	background-image: url('../images/general/closed.gif');
	background-repeat:no-repeat;
}

div.filterclosed:hover{
	cursor:pointer;
}

div.filteropened{
	height: 9px;
	width: 9px;
	background-image: url('../images/general/opened.gif');
	background-repeat:no-repeat;
}

div.filteropened:hover{         
	cursor:pointer;
}

span.footer_sign{
	padding-right: 5px;
	padding-left: 5px;
}

span.divider{	
	color: #000000;	
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	font-weight: normal;
}

/********** REQUIREMENTS TABLE *************/
span.ok{
	white-space: normal;
	color:		#00AA00;
	font-weight:	bold;
}

span.fail{
	color:		#AA0000;
	font-weight:	bold;
}

span.green{
	color:		#00AA00;
}

span.red{
	color:		#AA0000;
}

span.orange{
	color:		#EE6000;
}