-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme_traditional.css
More file actions
147 lines (122 loc) · 2.81 KB
/
Copy paththeme_traditional.css
File metadata and controls
147 lines (122 loc) · 2.81 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
145
146
147
@font-face {
font-family: 'Noto Sans TC';
src: url('./fonts/noto-sans-tc-v10-latin_chinese-traditional-regular.woff2')
format('woff2');
}
@font-face {
font-family: 'Noto Sans SC';
src: url('./fonts/noto-sans-sc-v11-latin_chinese-simplified-regular.woff2')
format('woff2');
}
#tooltip {
position: absolute;
width: auto;
height: auto;
padding: 5px;
background-color: white;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
pointer-events: none;
font-family: sans-serif;
font-size: 12px;
z-index: 2;
}
.tooltipTable {
font-family: Open Sans, Helvetica, Arial, sans-serif;
border: 0px;
border-collapse: collapse;
table-layout: auto;
}
.focus {
font-weight: bold;
}
.hidden {
display: none;
}
.hover {
background-color: #ffffbb;
}
.reportTable {
font-family: Open Sans, Helvetica, Arial, Noto Sans TC, Noto Sans SC,
sans-serif;
border-collapse: separate;
border-spacing: 3px;
table-layout: fixed;
}
th.headerCell {
position: sticky !important;
top: 0;
border-bottom: 1px solid #000000 !important;
font-weight: bold;
padding: 5px;
background: #fff;
color: #000;
}
.headerCell.merged {
text-align: center !important;
background-color: #ffffff !important;
}
.headerCell.transposed.dimension.merged {
text-align: center !important;
background-color: #ffffff !important;
}
.indexCell.transposed {
font-weight: bold;
}
.indexCell.transposed.merged {
background-color: #ffffff !important;
}
.rowCell {
vertical-align: super;
padding-left: 5px;
}
.rowCell.merged {
background-color: #ffffff !important;
}
.rowCell.transposed.dimension.merged {
background-color: #ffffff !important;
}
.nonNumeric {
text-align: left;
}
.numeric {
text-align: right;
}
.negative {
color: red;
}
.estimate {
color: darkgray !important;
}
.singleIndex {
padding-left: 15px !important;
}
.subtotal {
font-style: italic;
font-weight: bold !important;
}
.total {
border-top: 2px solid #000000;
font-weight: bold !important;
}
.total.transposed {
border-top: 0px !important;
}
.dimension.transposed {
font-weight: bold;
}
.rectElem.animated {
font-family: Open Sans, Helvetica, Arial, sans-serif;
padding: 4px;
}
.headerCell.animated {
border-bottom: 4px solid #ffffff;
box-shadow: inset 0px -1px 0px 0px #000000 !important;
font-weight: bold;
padding: 5px;
box-sizing: border-box;
}