-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprint.css
145 lines (144 loc) · 2.78 KB
/
print.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
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
145
@charset "utf-8";
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
}
.container {
width: 1600px;
}
.exist-bg1, #exist-h-row, #exist-title-row {
background-color: rgba(255, 255, 255, 0.25);
}
.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(255, 255, 255, 0.75);
}
.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: none;
vertical-align: top;
}
.exist-icon {
height: 18px;
width: 22px;
vertical-align: middle;
margin: 0px 1px 0px -2px;
padding: 0;
}
canvas {
vertical-align: middle;
}
#exist-front, #exist-table, #exist-view, #exist-more {
width: 100%;
max-width: 100%;
border: none;
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(0, 0, 0);
}
#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: none;
}
#exist-data-span p {
display: inline;
}
#exist-reload, #exist-getmore {
cursor: pointer;
text-decoration: none;
}
#exist-t-numurl, #exist-t-url {
color: rgb(0, 0, 0);
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(0, 0, 0);
}
th, td {
text-align: left;
padding: 5px 10px;
border: none;
}
dt, th {
color: rgb(0, 0, 0);
font-weight: 600;
}
.navbar {
visibility: hidden;
height: 0px;
margin: 0px;
padding: 0px;
margin-top: -60px;
}
.row {
margin: 0px;
}
#exist-header, #exist-l-row, #exist-l-data {
visibility: collapse;
height: 0px;
padding: 0px;
margin: 0px;
}
.hide-print {
border-collapse: collapse;
visibility: hidden;
display: none;
width: 0px;
height: 0px;
}
.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(0, 0, 0);
border-radius: 4px;
padding: 2px 8px 0px 8px;
margin: 6px 0px 0px 0px;
page-break-inside: avoid;
page-break-after: auto;
}