This repository was archived by the owner on Jul 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdefault.css
More file actions
79 lines (73 loc) · 1.21 KB
/
Copy pathdefault.css
File metadata and controls
79 lines (73 loc) · 1.21 KB
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
webview {
width:100%;
height:calc(100% - 26px);
}
body {
margin: 0;
padding: 0;
background: #313131;
background-repeat:no-repeat;
margin: 0;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color: white;
}
div.settingdisplay {
margin-right: 1em;
border-top: 3px;
border-style: solid;
border-color: #313131;
vertical-align: middle;
}
div.selection {
width: 400px;
height: 100px;
position: absolute;
top:0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
font-size: 16px;
}
div.loaderframe {
width: 304px;
height: 10px;
position: absolute;
top:0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
margin: auto;
}
img {
display: inline-block;
margin: auto;
height: auto;
}
table.status {
font-size: 12px;
border-collapse: collapse;
border-style: none;
border-spacing: 0px;
white-space: nowrap;
height: 10px;
}
table.connect {
border-collapse: collapse;
border-style: none;
width: 100%;
white-space: nowrap;
}
td.padded {
padding-right: 4px;
text-align: right;
}
.fill {
display: table-cell;
width: 100%;
}
button {
font-size: 12px;
}