foist
[kismet-logviewer.git] / logviewer / static / css / jquery.kismet.alert.css
1 div.ka-top-icon {
2     display: inline-block;
3     font-size: 10px;
4     font-weight: normal;
5     padding-left: 5px;
6     padding-right: 5px;
7 }
8
9 div.ka-dialog-content {
10     height: 100%;
11     display: flex;
12
13     flex-direction: column;
14 }
15
16 div.ka-dialog-header {
17     background-color: #AAAAAA;
18     height: 20px;
19 }
20
21 div.ka-dialog-main {
22     height: 100%;
23     flex: 1;
24 }
25
26 div.ka-dialog-footer {
27     background-color: #CCCCCC;
28     height: 20px;
29 }
30
31 i.ka-top-bg-normal {
32     color: #707070;
33 }
34
35 i.ka-top-bg-alert {
36     color: red !important;
37 }
38
39 i.ka-header-icon {
40     margin: 5px;
41     font-size: 14px;
42     color: red;
43 }
44
45 b.ka-header-text {
46     font-size: 14px;
47 }
48
49 .ka-bottom-text {
50     margin: auto;
51     display: table;
52 }
53
54 span.ka-header-close {
55     position: absolute;
56     right: 5px;
57     top: 5px;
58 }
59
60 .ka-dialog-center {
61     position: absolute;
62     top: 50%;
63     left: 50%;
64     transform: translateX(-50%) translateY(-50%);
65 }
66
67 .ka-no-text {
68     font-size: 18px;
69     line-height: 100%;
70     white-space: nowrap;
71 }
72
73 .ka-big-icon {
74     font-size: 150px;
75     color: #E0E0E0;
76     text-align: center;
77 }
78
79 div.ka-alert-list {
80     position: absolute;
81     top: 20;
82     bottom: 20;
83     left: 0;
84     overflow-y: auto;
85 }
86
87 div.ka-alert-line {
88     padding-left: 8px;
89     padding-right: 8px;
90     padding-top: 2px;
91     padding-bottom: 4px;
92 }
93
94 div.ka-alert-line:hover {
95     background-color: #CCCCCC;
96 }
97
98 span.ka-alert-line-date {
99     font-weight: bold;
100     font-family: monospace;
101     margin-right: 5px;
102 }
103
104 span.ka-alert-line-type {
105     font-family: monospace;
106     margin-right: 5px;
107 }
108
109 i.ka-alert-line-icon {
110     margin-right: 5px;
111 }
112
113 div.ka-alert-line-text {
114     margin-left: 10px;
115 }
116
117 div.ka-alert-line-footer {
118     margin-left: 10px;
119     font-size: 10px;
120 }
121
122 i.ka-alert-line-arrow {
123     margin-left: 2px;
124     margin-right: 2px;
125 }
126
127