-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
overlay.css
87 lines (81 loc) · 1.23 KB
/
overlay.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
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
.widget-AlertBox {
position: relative;
}
body,
html {
height: 100%;
width: 100%;
overflow: hidden;
}
#wrap {
position: relative;
height: 100%;
width: 100%;
}
#alert-box {
height: 100%;
width: 100%;
position: absolute;
}
#alert-box.hidden,
.hidden {
opacity: 0;
}
#alert-text {
padding: 20px;
}
#alert-message,
#alert-user-message {
text-align: left;
}
#alert-user-message img {
vertical-align: middle;
height: 1em;
}
#alert-image {
position: relative;
}
#alert-image video {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
#alert-message > span > span {
display: inline-block;
}
#alert-image {
z-index: 6;
position: relative;
}
#alert-text {
z-index: 6;
position: relative;
}
#alert-text-wrap {
z-index: 6;
position: relative;
}
#alert-message {
font-family: consolas, monospace !important;
}
.awc-term {
background-color: #2d0922;
padding: 12px;
width: 720px;
}
.awc-name-wrapper {
padding-right: 50px;
}
.awc-name {
overflow: hidden;
white-space: nowrap;
}
.awc-name span::after {
content: "...............";
display: inline-block;
}
.awc-passed {
background-color: #4e9a06;
}