forked from Cacti/plugin_syslog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsyslog.css
62 lines (54 loc) · 1.4 KB
/
syslog.css
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
body {
font-family:Verdana,Arial,Helvetica,sans-serif;
}
table {
width: 100%;
border: 1px solid rgba(138,179,105,1);
border-spacing: 0;
border-collapse: collapse;
}
th {
background: rgba(138,179,105,1);
background: -moz-linear-gradient(top, rgba(138,179,105,1) 0%, rgba(63,117,15,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(138,179,105,1)), color-stop(100%, rgba(63,117,15,1)));
background: -webkit-linear-gradient(top, rgba(138,179,105,1) 0%, rgba(63,117,15,1) 100%);
background: -o-linear-gradient(top, rgba(138,179,105,1) 0%, rgba(63,117,15,1) 100%);
background: -ms-linear-gradient(top, rgba(138,179,105,1) 0%, rgba(63,117,15,1) 100%);
background: linear-gradient(to bottom, rgba(138,179,105,1) 0%, rgba(63,117,15,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ab369', endColorstr='#3f750f', GradientType=0 );
color: snow;
vertical-align: bottom;
text-align: left;
font-size: 10px;
}
tr.odd {
background-color: #F5F5F5;
}
tr.even {
background-color: snow;
}
td.date {
color: black;
text-align: left;
font-size: 10px;
width: 10%;
white-space: nowrap;
vertical-align: top;
padding: 2px;
}
td.message {
color: black;
text-align: left;
font-size: 10px;
width: 90%;
vertical-align: top;
padding: 2px;
}
h1 {
text-align:center;
font-size:16px;
}
p {
text-align:left;
font-size:12px;
}