expack_gem 0.3.0 → 0.4.1

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,233 +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
- /*.brand {
91
- &::before {
92
- content: "\0021";
93
- }
94
- }*/
95
- }
96
- nav ul.global_nav-list__pDZv2 li.global_profile__uSBuY {
97
- float: right;
98
- padding: 5px;
99
- }
100
-
101
- nav .global_sidenav__-Z4oT ul.global_sidenav-list__FnvVc {
102
- list-style-type: none;
103
- margin: 0;
104
- padding: 0;
105
- }
106
- nav .global_sidenav__-Z4oT ul.global_sidenav-list__FnvVc li.global_sidenav-item__zHgRP {
107
- padding: 5px;
108
- }
109
- nav .global_sidenav__-Z4oT ul.global_sidenav-list__FnvVc li.global_sidenav-item__zHgRP .global_brand__9j8I3::before {
110
- content: "!";
111
- }
112
- nav .global_sidenav__-Z4oT ul.global_sidenav-list__FnvVc li.global_sidenav-item__zHgRP a.global_sidenav-link__inFLg {
113
- text-align: center;
114
- text-decoration: none;
115
- }
116
- nav .global_sidenav__-Z4oT ul.global_sidenav-list__FnvVc li.global_sidenav-item__zHgRP a.global_sidenav-link__inFLg:hover {
117
- filter: brightness(150%);
118
- }
119
-
120
- img.global_nav-icon__gslqH {
121
- height: 40px;
122
- width: 40px;
123
- }
124
-
125
- a.global_nav-link__F1Uas {
126
- text-align: center;
127
- text-decoration: none;
128
- }
129
- a.global_nav-link__F1Uas:hover {
130
- filter: brightness(150%);
131
- }
132
-
133
- .global_margin-auto__S1Z7i {
134
- margin: auto;
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
- [data-math=times]::before {
165
- content: "×";
166
- }
167
-
168
- [data-math=divide]::before {
169
- content: "÷";
170
- }
171
-
172
- [data-math=mean]::before {
173
- content: "x̄";
174
- }
175
-
176
- [data-math=mean-sigma]::before {
177
- content: "σ";
178
- }
179
-
180
- [data-math=sigma-add]::before {
181
- content: "Σ";
182
- }
183
-
184
- [data-math=delta]::before {
185
- content: "Δ";
186
- }
187
-
188
- [data-math=mu-deviation]::before {
189
- content: "μ";
190
- }
191
-
192
- [data-math=theta-ordinal]::before {
193
- content: "θ";
194
- }
195
-
196
- [data-type=dropdown] [data-toggle=dropdown] ul.global_dropdown-list__me3ku {
197
- text-align: center;
198
- }
199
- [data-type=dropdown] [data-toggle=dropdown] ul.global_dropdown-list__me3ku li.global_dropdown-item__c4FH-.global_list-header__Kh3ZG {
200
- text-transform: uppercase;
201
- opacity: 50%;
202
- }
203
-
204
- .global_close__rVQEY {
205
- color: #aaa;
206
- float: right;
207
- font-size: 28px;
208
- font-weight: bold;
209
- }
210
- .global_close__rVQEY::before {
211
- content: "×";
212
- }
213
- .global_close__rVQEY:hover, .global_close__rVQEY:focus {
214
- color: black;
215
- text-decoration: none;
216
- cursor: pointer;
217
- }
218
-
219
- .global_place-hrz__L1bNO {
220
- display: inline;
221
- }
222
-
223
- iframe {
224
- margin: auto;
225
- }
226
- iframe .global_no-border__cEHI5 {
227
- border: none;
228
- }
229
-
230
- .global_disable__OR46N {
231
- cursor: move;
232
- }
233
- /*# sourceMappingURL=expack.esm.css.map */
@@ -1 +0,0 @@
1
- @charset "UTF-8";@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");@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");@font-face{font-family:Alegreya Sans SC,sans-serif;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)}@font-face{font-family:Roboto,sans-serif;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)}[data-font=alegreya]{font-family:Alegreya Sans SC,sans-serif}[data-font=arial]{font-family:Arial,Helvetica,sans-serif}[data-font=roboto]{font-family:Roboto,sans-serif}[data-font=times-roman]{font-family:Times New Roman,Times,serif}[data-font=trebuchet]{font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif}[data-popup=modal] [data-modal=content] .header{font-family:Alegreya Sans SC,sans-serif;font-weight:700;text-decoration:none}[data-popup=modal]{box-shadow:0 -10px 10px rgba(0,0,0,.5);height:100%;left:0;overflow:auto;top:0;width:100%}[data-popup=modal] [data-modal=content]{margin:15%,auto;padding:2em;width:80%}[data-tool=tooltip]{border-bottom:1px dotted #000;display:inline-block;pointer-events:none;position:relative}[data-tool=tooltip] [data-tip=tooltip]{position:absolute;visibility:hidden}[data-tool=tooltip] [data-tool=tooltip]:hover [data-tip=tooltip]{bottom:calc(100% + 5px);display:inline;left:50%;position:absolute;position:top;text-align:center;transform:translate(-50%);visibility:visible}nav{margin:auto}nav ul.nav-list{list-style-type:none;margin:0;overflow:hidden;padding:0}nav ul.nav-list li.nav-item{float:left;padding:5px}nav ul.nav-list li.profile{float:right;padding:5px}nav .sidenav ul.sidenav-list{list-style-type:none;margin:0;padding:0}nav .sidenav ul.sidenav-list li.sidenav-item{padding:5px}nav .sidenav ul.sidenav-list li.sidenav-item .brand:before{content:"!"}nav .sidenav ul.sidenav-list li.sidenav-item a.sidenav-link{text-align:center;text-decoration:none}nav .sidenav ul.sidenav-list li.sidenav-item a.sidenav-link:hover{filter:brightness(150%)}img.nav-icon{height:40px;width:40px}a.nav-link{text-align:center;text-decoration:none}a.nav-link:hover{filter:brightness(150%)}.margin-auto{margin:auto}.align-left{float:left}.align-center{display:flex;justify-content:center;margin:0 auto;text-align:center}.align-right{float:right}.justify-left{justify-content:left}.justify-center{justify-content:center}.justify-right{justify-content:right}[data-math=times]:before{content:"×"}[data-math=divide]:before{content:"÷"}[data-math=mean]:before{content:"x̄"}[data-math=mean-sigma]:before{content:"σ"}[data-math=sigma-add]:before{content:"Σ"}[data-math=delta]:before{content:"Δ"}[data-math=mu-deviation]:before{content:"μ"}[data-math=theta-ordinal]:before{content:"θ"}[data-type=dropdown] [data-toggle=dropdown] ul.dropdown-list{text-align:center}[data-type=dropdown] [data-toggle=dropdown] ul.dropdown-list li.dropdown-item.list-header{opacity:50%;text-transform:uppercase}.close{color:#aaa;float:right;font-size:28px;font-weight:700}.close:before{content:"×"}.close:focus,.close:hover{color:#000;cursor:pointer;text-decoration:none}.place-hrz{display:inline}iframe{margin:auto}iframe .no-border{border:none}.disable{cursor:move}