-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathstyle.css
More file actions
44 lines (35 loc) · 767 Bytes
/
style.css
File metadata and controls
44 lines (35 loc) · 767 Bytes
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
/* Stylesheet for Fail2Ban Webinterface */
* {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
}
h1 { font-size: 20px; }
h2 { font-size: 16px; }
table {
background-color: #eee;
white-space: nowrap;
border: 1px solid #aaa;
}
table.hl {
background-color: transparent;
border: 0;
padding: 0;
margin: 0;
}
table.hl > tr { background-color: transparent; }
td.bold {
font-weight: bold;
background-color: #aca; }
tr:hover {
background-color: #cac;
opacity: 0.75;
-moz-opacity: 0.75;
filter: alpha(opacity=75);
}
.msg_ok { color: #080; }
.msg_er { color: #800; }
.msg_gr { color: #666; font-style: italic; font-weight: normal; }
button > img
{ border: 0;
vertical-align: bottom;
}