expack_gem 0.2.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,209 +0,0 @@
1
- @charset "UTF-8";
2
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
3
- @import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&display=swap");
4
- @font-face {
5
- font-family: "Alegreya Sans SC", sans-serif;
6
- src: url("https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&display=swap");
7
- }
8
- @font-face {
9
- font-family: "Roboto", sans-serif;
10
- src: url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
11
- }
12
- [data-font=alegreya] {
13
- font-family: "Alegreya Sans SC", sans-serif;
14
- }
15
-
16
- [data-font=arial] {
17
- font-family: Arial, Helvetica, sans-serif;
18
- }
19
-
20
- [data-font=roboto] {
21
- font-family: "Roboto", sans-serif;
22
- }
23
-
24
- [data-font=times-roman] {
25
- font-family: "Times New Roman", Times, serif;
26
- }
27
-
28
- [data-font=trebuchet] {
29
- font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
30
- }
31
-
32
- [data-popup=modal] [data-modal=content] .global_header__IlGen {
33
- font-weight: bold;
34
- text-decoration: none;
35
- font-family: "Alegreya Sans SC", sans-serif;
36
- }
37
-
38
- [data-popup=modal] {
39
- /*
40
- display: block;
41
- position: fixed;
42
- z-index: 1;
43
- */
44
- top: 0;
45
- left: 0;
46
- height: 100%;
47
- width: 100%;
48
- overflow: auto;
49
- box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.5);
50
- }
51
- [data-popup=modal] [data-modal=content] {
52
- margin: 15%, auto;
53
- padding: 2em;
54
- width: 80%;
55
- }
56
-
57
- [data-tool=tooltip] {
58
- position: relative;
59
- display: inline-block;
60
- border-bottom: 1px dotted black;
61
- pointer-events: none;
62
- }
63
- [data-tool=tooltip] [data-tip=tooltip] {
64
- visibility: hidden;
65
- position: absolute;
66
- }
67
- [data-tool=tooltip] [data-tool=tooltip]:hover [data-tip=tooltip] {
68
- display: inline;
69
- position: absolute;
70
- bottom: calc(100% + 5px);
71
- left: 50%;
72
- transform: translate(-50%);
73
- text-align: center;
74
- visibility: visible;
75
- position: top;
76
- }
77
-
78
- nav {
79
- margin: auto;
80
- }
81
- nav ul.global_nav-list__pDZv2 {
82
- list-style-type: none;
83
- margin: 0;
84
- padding: 0;
85
- overflow: hidden;
86
- }
87
- nav ul.global_nav-list__pDZv2 li.global_nav-item__5FV3J {
88
- float: left;
89
- padding: 5px;
90
- }
91
- nav ul.global_nav-list__pDZv2 li.global_nav-item__5FV3J .global_brand__9j8I3::before {
92
- content: "!";
93
- }
94
- nav ul.global_nav-list__pDZv2 li.global_nav-item__5FV3J a.global_nav-link__F1Uas {
95
- text-align: center;
96
- text-decoration: none;
97
- }
98
- nav ul.global_nav-list__pDZv2 li.global_nav-item__5FV3J a.global_nav-link__F1Uas:hover {
99
- filter: brightness(150%);
100
- }
101
- nav ul.global_nav-list__pDZv2 li.global_profile__uSBuY {
102
- float: right;
103
- padding: 5px;
104
- }
105
- nav ul.global_nav-list__pDZv2 img.global_nav-icon__gslqH {
106
- height: 40px;
107
- width: 40px;
108
- }
109
-
110
- nav .global_sidenav__-Z4oT ul.global_nav-list__pDZv2 {
111
- list-style-type: none;
112
- margin: 0;
113
- padding: 0;
114
- }
115
- nav .global_sidenav__-Z4oT ul.global_nav-list__pDZv2 li.global_nav-item__5FV3J {
116
- padding: 5px;
117
- }
118
- nav .global_sidenav__-Z4oT ul.global_nav-list__pDZv2 li.global_nav-item__5FV3J .global_brand__9j8I3::before {
119
- content: "!";
120
- }
121
- nav .global_sidenav__-Z4oT ul.global_nav-list__pDZv2 li.global_nav-item__5FV3J li.global_profile__uSBuY {
122
- float: right;
123
- padding: 5px;
124
- }
125
- nav .global_sidenav__-Z4oT ul.global_nav-list__pDZv2 li.global_nav-item__5FV3J a.global_nav-link__F1Uas {
126
- text-align: center;
127
- text-decoration: none;
128
- }
129
- nav .global_sidenav__-Z4oT ul.global_nav-list__pDZv2 li.global_nav-item__5FV3J a.global_nav-link__F1Uas:hover {
130
- filter: brightness(150%);
131
- }
132
- nav .global_sidenav__-Z4oT ul.global_nav-list__pDZv2 img.global_nav-icon__gslqH {
133
- height: 40px;
134
- width: 40px;
135
- }
136
-
137
- .global_align-left__RHxSb {
138
- float: left;
139
- }
140
-
141
- .global_align-center__hV74U {
142
- justify-content: center;
143
- display: flex;
144
- text-align: center;
145
- margin: 0 auto;
146
- }
147
-
148
- .global_align-right__ZGT5c {
149
- float: right;
150
- }
151
-
152
- .global_justify-left__PyPDA {
153
- justify-content: left;
154
- }
155
-
156
- .global_justify-center__MZme1 {
157
- justify-content: center;
158
- }
159
-
160
- .global_justify-right__u1a6a {
161
- justify-content: right;
162
- }
163
-
164
- .global_math__08ce8 .global_times-x__-56vN::before {
165
- content: "×";
166
- }
167
- .global_math__08ce8 .global_divide__2Cux1::before {
168
- content: "÷";
169
- }
170
- .global_math__08ce8 .global_mean__fMsl4::before {
171
- content: "x̄";
172
- }
173
- .global_math__08ce8 .global_sigma__FqIDQ::before {
174
- content: "Σ";
175
- }
176
- .global_math__08ce8 .global_delta__jDnRj::before {
177
- content: "Δ";
178
- }
179
-
180
- .global_close__rVQEY {
181
- color: #aaa;
182
- float: right;
183
- font-size: 28px;
184
- font-weight: bold;
185
- }
186
- .global_close__rVQEY::before {
187
- content: "×";
188
- }
189
- .global_close__rVQEY:hover, .global_close__rVQEY:focus {
190
- color: black;
191
- text-decoration: none;
192
- cursor: pointer;
193
- }
194
-
195
- .global_place-hrz__L1bNO {
196
- display: inline;
197
- }
198
-
199
- iframe {
200
- margin: auto;
201
- }
202
- iframe .global_no-border__cEHI5 {
203
- border: none;
204
- }
205
-
206
- .global_disable__OR46N {
207
- cursor: move;
208
- }
209
- /*# sourceMappingURL=expack.esm.css.map */