-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexist.css
More file actions
144 lines (144 loc) · 3.13 KB
/
Copy pathexist.css
File metadata and controls
144 lines (144 loc) · 3.13 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
@charset "utf-8";
table, thead, tr, td {
border: 0px;
}
.exist-bg1, #exist-h-row {
background-color: rgba(0, 0, 8, 0.4);
}
.exist-bg2, #exist-data-info, #exist-title-row, #exist-chart-info, #exist-attr-row, #exist-l-row, #exist-h-load, #exist-t-load, #exist-h-more, #exist-data-xtra {
background-color: rgba(0, 0, 8, 0.8);
}
.exist-center {
text-align: center;
}
.exist-left {
text-align: left;
}
.exist-right {
text-align: right;
}
.exist-label {
margin: 0;
padding: 0px 4px 2px 4px;
font-size: 75%;
white-space: nowrap;
border: 1px solid rgb(255, 255, 255);
border-radius: 4px;
vertical-align: top;
}
.exist-icon {
height: 18px;
width: 22px;
vertical-align: middle;
margin: 0px 1px 0px -2px;
padding: 0;
}
canvas {
vertical-align: middle;
margin: 0px;
padding: 0px;
}
#exist-front, #exist-table, #exist-view, #exist-more {
width: 100%;
max-width: 100%;
border: 2px solid rgb(16, 16, 128);
border-radius: 4px;
vertical-align: middle;
margin-bottom: 16px;
}
#exist-view {
table-layout: fixed;
}
#exist-table time {
white-space: nowrap;
}
#exist-t-row {
height: 40px;
}
#exist-t-title, #exist-attr-row, #exist-h-load, #exist-t-load {
color: rgb(255, 255, 255);
text-shadow: -1px -1px 5px rgb(0, 0, 255);
}
#exist-data-avatar {
float: right;
clear: both;
}
#exist-data-xtra-labels span {
font-size: 80%;
}
#exist-data-avatar img, #exist-login img {
width: 20px;
height: 20px;
border: 1px solid rgb(32, 32, 192);
border-radius: 4px;
-webkit-filter: drop-shadow( -1px -1px 5px rgb(0, 0, 255));
filter: drop-shadow(-1px -1px 5px rgb(0, 0, 255));
}
#exist-data-span p {
display: inline;
}
#exist-reload, #exist-getmore {
cursor: pointer;
text-decoration: none;
}
#exist-t-numurl, #exist-t-url {
color: rgb(255, 255, 255);
font-weight: 600;
}
.exist-nomargins p {
margin: 0px;
}
#exist-h-row, #exist-data-info, #exist-data-row, #exist-chart-row, #exist-data-xtra,
#exist-data-info, #exist-data-avatar, #exist-data-span {
vertical-align: middle;
}
#exist-status {
color: rgb(240, 240, 255);
text-shadow: -1px -1px 4px rgb(0, 0, 255);
}
#exist-inner-row > th, #exist-inner-finish > th, #exist-inner-submit > th {
color: rgb(240, 240, 255);
text-shadow: -1px -1px 4px rgb(0, 0, 255);
font-weight: 600;
font-size: 16px;
}
#exist-inner {
max-width: 100%;
border: 0px;
vertical-align: middle;
margin-bottom: 16px;
}
#exist-range {
font-size: 14px;
font-weight: 600;
}
.exist-chart-header {
float: left;
text-align: left;
margin: 6px 6px 12px 6px;
}
.exist-chart-scale {
float: right;
text-align: right;
margin: 8px 6px 2px 6px;
font-size: 11px;
font-weight: 700;
}
.exist-chart-container {
border: 2px solid rgb(16, 16, 128);
border-radius: 4px;
padding: 2px 8px 0px 8px;
margin: 6px 0px 0px 0px;
page-break-inside: avoid;
page-break-after: auto;
}
#exist-calendar {
float: right;
clear: both;
}
@media screen and (max-width: 1280px) {
#exist-calendar {
float: none;
text-align: center;
}
}