@nebularstreams/statify 3.0.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.
- package/dist/.DS_Store +0 -0
- package/dist/website.simple/webfonts/fa-brands-400.woff2 +0 -0
- package/dist/website.simple/webfonts/fa-solid-900.eot +0 -0
- package/dist/website.simple/webfonts/fa-solid-900.svg +4649 -0
- package/dist/website.simple/webfonts/fa-solid-900.ttf +0 -0
- package/dist/website.simple/webfonts/fa-solid-900.woff +0 -0
- package/dist/website.simple/webfonts/fa-solid-900.woff2 +0 -0
- package/dist/website.simple/website.css +32 -0
- package/dist/website.simple/website.min.js +6 -0
- package/dist/website.software/webfonts/fa-brands-400.woff2 +0 -0
- package/dist/website.software/webfonts/fa-solid-900.eot +0 -0
- package/dist/website.software/webfonts/fa-solid-900.svg +4649 -0
- package/dist/website.software/webfonts/fa-solid-900.ttf +0 -0
- package/dist/website.software/webfonts/fa-solid-900.woff +0 -0
- package/dist/website.software/webfonts/fa-solid-900.woff2 +0 -0
- package/dist/website.software/website.css +32 -0
- package/dist/website.software/website.min.js +6 -0
- package/dist/website.worlds/webfonts/fa-brands-400.woff2 +0 -0
- package/dist/website.worlds/webfonts/fa-solid-900.eot +0 -0
- package/dist/website.worlds/webfonts/fa-solid-900.svg +4649 -0
- package/dist/website.worlds/webfonts/fa-solid-900.ttf +0 -0
- package/dist/website.worlds/webfonts/fa-solid-900.woff +0 -0
- package/dist/website.worlds/webfonts/fa-solid-900.woff2 +0 -0
- package/dist/website.worlds/website.css +32 -0
- package/dist/website.worlds/website.min.js +6 -0
- package/package.json +49 -0
- package/readme.md +105 -0
- package/src/publisher-lib.js +179 -0
- package/src/publisher-list.js +91 -0
- package/src/publisher.js +38 -0
- package/src/util/cdn/nobj.cdn.js +88 -0
- package/src/util/htmlroute.js +39 -0
- package/src/util/markdown/lib.showdown.icon.js +62 -0
- package/src/util/markdown/lib.showdown.yt.js +54 -0
- package/src/util/markdown/markdown.js +144 -0
- package/src/util/navibar/util.navibar.js +63 -0
- package/src/util/sha.js +20 -0
- package/src/util/tokenizer.js +234 -0
- package/src/util/widgets/NoticeWidget.js +30 -0
- package/src/util/widgets/app.widgets.js +70 -0
- package/src/util/widgets/util.definewidget.js +14 -0
- package/src/widgets/Cookies.js +55 -0
- package/src/widgets/Frameset-simple.js +114 -0
- package/src/widgets/Frameset.js +124 -0
- package/src/widgets/Page.js +356 -0
- package/src/widgets/RightSide.js +93 -0
- package/src/widgets/Snippets.js +75 -0
- package/src/widgets/Tail.js +11 -0
- package/src/widgets/Widgets.js +10 -0
- package/src/widgets.client/Client.js +22 -0
- package/src/widgets.features/FeatureList.js +364 -0
- package/src/widgets.features/Youtube.js +23 -0
- package/src/widgets.features/bootcol.js +29 -0
- package/src/widgets.features/css/feature.css +112 -0
- package/src/widgets.features/css/tail.css +4 -0
- package/src/widgets.howto/Faq.js +201 -0
- package/src/widgets.howto/HowTo.js +419 -0
- package/src/widgets.howto/Tiles.js +51 -0
- package/src/widgets.howto/script-contractable.js +31 -0
- package/src/widgets.markdown/Document.js +84 -0
- package/src/widgets.market/MarketItem.js +278 -0
- package/src/widgets.market/MarketItem.orig.js +268 -0
- package/src/widgets.market/MarketItem.strips.js +276 -0
- package/src/widgets.market/StoryLicenseWIdget.js +45 -0
- package/src/widgets.market/app.utils.js +238 -0
- package/src.website/css/app/animations.css +27 -0
- package/src.website/css/app/ismobile.css +7 -0
- package/src.website/css/app/style.css +51 -0
- package/src.website/css/app/style.fullheight.css +9 -0
- package/src.website/css/app/style.mdblocks.css +59 -0
- package/src.website/css/app/style.putosafari.css +3 -0
- package/src.website/css/bootstrap/bootstrap-tiny-core.css +47 -0
- package/src.website/css/bootstrap/bootstrap-tiny-media-columns.css +1276 -0
- package/src.website/css/bootstrap/bootstrap-tiny-media-custom.css +59 -0
- package/src.website/css/bootstrap/bootstrap-tiny-media-display.css +279 -0
- package/src.website/css/bootstrap/bootstrap-tiny-media-flex.css +881 -0
- package/src.website/css/bootstrap/bootstrap-tiny-media-fonts.css +39 -0
- package/src.website/css/bootstrap/bootstrap-tiny-media-paddings.css +1348 -0
- package/src.website/css/css-core/core.ext.css +65 -0
- package/src.website/css/css-core/frontpage.css +28 -0
- package/src.website/css/css-core/root.css +34 -0
- package/src.website/css/css-core/root.fullheight.css +12 -0
- package/src.website/css/css-core/ui.dialog.round.css +14 -0
- package/src.website/css/css-core/ui.navibar.css +28 -0
- package/src.website/css/css-core/ui.notifications.css +12 -0
- package/src.website/css/css-featurelist/feature.css +196 -0
- package/src.website/css/css-featurelist/tail.css +4 -0
- package/src.website/css/css-screens/doc.css +22 -0
- package/src.website/css/css-screens/screens-meta.css +3 -0
- package/src.website/css/css-unsplash/unsplash.css +32 -0
- package/src.website/css/css-videos/youtube.css +28 -0
- package/src.website/css/css-wiki/wiki.css +206 -0
- package/src.website/css/css-wiki/wiki.sidepane.css +16 -0
- package/src.website/css/fontawesome/fa-brands.css +18 -0
- package/src.website/css/fontawesome/fa-solid.css +16 -0
- package/src.website/css/fontawesome/fa.css +4359 -0
- package/src.website/css/skin/mierda.css +15 -0
- package/src.website/css/skin/skin.dark.css +85 -0
- package/src.website/css/skin/skin.light.css +27 -0
- package/src.website/css/skin/vars.font.css +8 -0
- package/src.website/css/skin/vars.sizes.css +4 -0
- package/src.website/package-lock.json +2160 -0
- package/src.website/package.json +28 -0
- package/src.website/public/webfonts/fa-brands-400.woff2 +0 -0
- package/src.website/public/webfonts/fa-solid-900.eot +0 -0
- package/src.website/public/webfonts/fa-solid-900.svg +4649 -0
- package/src.website/public/webfonts/fa-solid-900.ttf +0 -0
- package/src.website/public/webfonts/fa-solid-900.woff +0 -0
- package/src.website/public/webfonts/fa-solid-900.woff2 +0 -0
- package/src.website/rollup.simple.mjs +36 -0
- package/src.website/rollup.software.mjs +36 -0
- package/src.website/rollup.terser.mjs +24 -0
- package/src.website/rollup.worlds.mjs +36 -0
- package/src.website/src/app/app.style.mjs +36 -0
- package/src.website/src/app/index.mjs +118 -0
- package/src.website/src/config.js +8 -0
- package/src.website/src/core/cdnmodel.mjs +7 -0
- package/src.website/src/core/clientruntime.mjs +41 -0
- package/src.website/src/core.cookies/analytics.mjs +96 -0
- package/src.website/src/core.cookies/cookiemanager.mjs +128 -0
- package/src.website/src/core.cookies/css/cookies.css +80 -0
- package/src.website/src/core.cookies/css/nocookies.css +48 -0
- package/src.website/src/core.extra/css/contractable.css +12 -0
- package/src.website/src/core.extra/css/faq.css +42 -0
- package/src.website/src/core.extra/css/howto.css +81 -0
- package/src.website/src/core.extra/extra.document.mjs +83 -0
- package/src.website/src/core.extra/extra.faq.mjs +30 -0
- package/src.website/src/core.extra/extra.mjs +62 -0
- package/src.website/src/main.simple.mjs +4 -0
- package/src.website/src/main.software.mjs +10 -0
- package/src.website/src/main.worlds.mjs +9 -0
- package/src.website/src/support/ismobile.mjs +4 -0
- package/src.website/src/support/nonce.mjs +4 -0
- package/src.website/src/support/persistsettings.mjs +41 -0
- package/src.website/src/support/qrcode.mjs +1269 -0
- package/src.website/src/support/timeutils.mjs +237 -0
- package/src.website/src/widgets/index.mjs +22 -0
- package/src.website/src.widgets/widgets.market/index.mjs +11 -0
- package/src.website/src.widgets/widgets.market/widgets/market/DiscoverWidget.mjs +401 -0
- package/src.website/src.widgets/widgets.market/widgets/market/EmptyNew.mjs +28 -0
- package/src.website/src.widgets/widgets.market/widgets/market/MarketDetail.mjs +78 -0
- package/src.website/src.widgets/widgets.market/widgets/market/MarketItem.mjs +349 -0
- package/src.website/src.widgets/widgets.market/widgets/market/MarketWidget.mjs +437 -0
- package/src.website/src.widgets/widgets.market/widgets/market/StoryLicenseWidget.mjs +34 -0
- package/src.website/src.widgets/widgets.market/widgets/market/css/market.css +394 -0
- package/src.website/src.widgets/widgets.market/widgets/market/css/notice.css +6 -0
- package/src.website/src.widgets/widgets.market/widgets/navibar/NaviBarWidget.mjs +58 -0
- package/src.website/src.widgets/widgets.market/widgets/navibar/css/titlebar.css +68 -0
- package/src.website/src.widgets/widgets.market/widgets/navibar/css/ui.navibar.css +28 -0
- package/src.website/src.widgets/widgets.software/index.mjs +9 -0
- package/src.website/src.widgets/widgets.software/widgets/BootStrapColumnWidget.mjs +17 -0
- package/src.website/src.widgets/widgets.software/widgets/DownloadWidget.mjs +210 -0
- package/src.website/src.widgets/widgets.software/widgets/LicenseWidget.js +103 -0
- package/src.website/src.widgets/widgets.software/widgets/css/download/download.css +110 -0
- package/src.website/src.widgets/widgets.software/widgets/css/license/beta.css +28 -0
- package/src.website/src.widgets/widgets.software/widgets/css/license/button.css +30 -0
- package/src.website/src.widgets/widgets.software/widgets/css/license/front.css +46 -0
- package/src.website/src.widgets/widgets.software/widgets/css/license/licenses.css +13 -0
- package/src.website/src.widgets/widgets.software/widgets/css/license/overstate.css +15 -0
- package/src.website/src.widgets/widgets.software/widgets/css/license/story.css +8 -0
- package/src.website/src.widgets/widgets.software/widgets/css/license/toolbar.css +9 -0
- package/src.website/src.widgets/widgets.software/widgets/support/version.mjs +88 -0
- package/src.website/src.widgets/widgets.worlds/index.mjs +11 -0
- package/src.website/src.widgets/widgets.worlds/widgets/LocalBrowser.mjs +386 -0
- package/src.website/src.widgets/widgets.worlds/widgets/LocalLauncher.code.mjs +247 -0
- package/src.website/src.widgets/widgets.worlds/widgets/LocalLauncher.mjs +239 -0
- package/src.website/src.widgets/widgets.worlds/widgets/css/input.css +32 -0
- package/src.website/src.widgets/widgets.worlds/widgets/css/localprojects.css +188 -0
- package/templates/documentation/assets/docs.css +7 -0
- package/templates/documentation/assets/images/right.webp +0 -0
- package/templates/documentation/images.json +12 -0
- package/templates/documentation/metadata.json +120 -0
- package/templates/documentation/pages/cookies.md +25 -0
- package/templates/documentation/pages/index.md +13 -0
- package/templates/documentation/pages/privacy.md +50 -0
- package/templates/documentation/pages/tos.md +49 -0
- package/templates/landing/assets/res/carousel/image-1.webp +0 -0
- package/templates/landing/assets/res/carousel/image-2.webp +0 -0
- package/templates/landing/assets/res/carousel/image-3.webp +0 -0
- package/templates/landing/assets/res/custom.css +122 -0
- package/templates/landing/assets/res/logos/favicon.ico +0 -0
- package/templates/landing/assets/res/logos/favicon.png +0 -0
- package/templates/landing/assets/res/logos/logo.medallion.png +0 -0
- package/templates/landing/assets/res/logos/logo.white.png +0 -0
- package/templates/landing/assets/res/proj/banda-tech-client.webp +0 -0
- package/templates/landing/assets/res/proj/banda-tech-server.webp +0 -0
- package/templates/landing/assets/res/proj/proj-common-ground.webp +0 -0
- package/templates/landing/assets/res/proj/proj-fieldnote.webp +0 -0
- package/templates/landing/assets/res/proj/proj-tribes.webp +0 -0
- package/templates/landing/images.json +932 -0
- package/templates/landing/metadata.json +115 -0
- package/templates/landing/pages/index.json +268 -0
- package/tool/cli.js +183 -0
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
.al-left {
|
|
2
|
+
text-align: left;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.al-right {
|
|
6
|
+
text-align: right;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.al-center {
|
|
10
|
+
text-align: center;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
@media (min-width: 768px) {
|
|
16
|
+
/* md */
|
|
17
|
+
.al-md-left {
|
|
18
|
+
text-align: left;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.al-md-right {
|
|
22
|
+
text-align: right;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.al-md-center {
|
|
26
|
+
text-align: center;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
@media (min-width: 992px) {
|
|
32
|
+
/* lg */
|
|
33
|
+
.al-lg-left {
|
|
34
|
+
text-align: left;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.al-lg-right {
|
|
38
|
+
text-align: right;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.al-lg-center {
|
|
42
|
+
text-align: center;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
@media (min-width: 1920px) {
|
|
47
|
+
/* xl */
|
|
48
|
+
.al-xl-left {
|
|
49
|
+
text-align: left;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.al-xl-right {
|
|
53
|
+
text-align: right;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.al-xl-center {
|
|
57
|
+
text-align: center;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
@@ -0,0 +1,279 @@
|
|
|
1
|
+
|
|
2
|
+
.d-none {
|
|
3
|
+
display: none !important
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.d-inline {
|
|
7
|
+
display: inline !important
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.d-inline-block {
|
|
11
|
+
display: inline-block !important
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.d-block {
|
|
15
|
+
display: block !important
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.d-table {
|
|
19
|
+
display: table !important
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.d-table-row {
|
|
23
|
+
display: table-row !important
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.d-table-cell {
|
|
27
|
+
display: table-cell !important
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.d-flex {
|
|
31
|
+
display: -ms-flexbox !important;
|
|
32
|
+
display: flex !important
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.d-inline-flex {
|
|
36
|
+
display: -ms-inline-flexbox !important;
|
|
37
|
+
display: inline-flex !important
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
@media (min-width: 320px) {
|
|
41
|
+
.d-xs-none {
|
|
42
|
+
display: none !important
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.d-xs-inline {
|
|
46
|
+
display: inline !important
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.d-xs-inline-block {
|
|
50
|
+
display: inline-block !important
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.d-xs-block {
|
|
54
|
+
display: block !important
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.d-xs-table {
|
|
58
|
+
display: table !important
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.d-xs-table-row {
|
|
62
|
+
display: table-row !important
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.d-xs-table-cell {
|
|
66
|
+
display: table-cell !important
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.d-xs-flex {
|
|
70
|
+
display: -ms-flexbox !important;
|
|
71
|
+
display: flex !important
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.d-xs-inline-flex {
|
|
75
|
+
display: -ms-inline-flexbox !important;
|
|
76
|
+
display: inline-flex !important
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
@media (min-width: 576px) {
|
|
82
|
+
.d-sm-none {
|
|
83
|
+
display: none !important
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.d-sm-inline {
|
|
87
|
+
display: inline !important
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.d-sm-inline-block {
|
|
91
|
+
display: inline-block !important
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.d-sm-block {
|
|
95
|
+
display: block !important
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.d-sm-table {
|
|
99
|
+
display: table !important
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.d-sm-table-row {
|
|
103
|
+
display: table-row !important
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.d-sm-table-cell {
|
|
107
|
+
display: table-cell !important
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.d-sm-flex {
|
|
111
|
+
display: -ms-flexbox !important;
|
|
112
|
+
display: flex !important
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.d-sm-inline-flex {
|
|
116
|
+
display: -ms-inline-flexbox !important;
|
|
117
|
+
display: inline-flex !important
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
@media (min-width: 768px) {
|
|
122
|
+
.d-md-none {
|
|
123
|
+
display: none !important
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.d-md-inline {
|
|
127
|
+
display: inline !important
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.d-md-inline-block {
|
|
131
|
+
display: inline-block !important
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.d-md-block {
|
|
135
|
+
display: block !important
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.d-md-table {
|
|
139
|
+
display: table !important
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.d-md-table-row {
|
|
143
|
+
display: table-row !important
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.d-md-table-cell {
|
|
147
|
+
display: table-cell !important
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.d-md-flex {
|
|
151
|
+
display: -ms-flexbox !important;
|
|
152
|
+
display: flex !important
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.d-md-inline-flex {
|
|
156
|
+
display: -ms-inline-flexbox !important;
|
|
157
|
+
display: inline-flex !important
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
@media (min-width: 992px) {
|
|
162
|
+
.d-lg-none {
|
|
163
|
+
display: none !important
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.d-lg-inline {
|
|
167
|
+
display: inline !important
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.d-lg-inline-block {
|
|
171
|
+
display: inline-block !important
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.d-lg-block {
|
|
175
|
+
display: block !important
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.d-lg-table {
|
|
179
|
+
display: table !important
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.d-lg-table-row {
|
|
183
|
+
display: table-row !important
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.d-lg-table-cell {
|
|
187
|
+
display: table-cell !important
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.d-lg-flex {
|
|
191
|
+
display: -ms-flexbox !important;
|
|
192
|
+
display: flex !important
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.d-lg-inline-flex {
|
|
196
|
+
display: -ms-inline-flexbox !important;
|
|
197
|
+
display: inline-flex !important
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
@media (min-width: 1200px) {
|
|
202
|
+
.d-xl-none {
|
|
203
|
+
display: none !important
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
.d-xl-inline {
|
|
207
|
+
display: inline !important
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.d-xl-inline-block {
|
|
211
|
+
display: inline-block !important
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.d-xl-block {
|
|
215
|
+
display: block !important
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.d-xl-table {
|
|
219
|
+
display: table !important
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.d-xl-table-row {
|
|
223
|
+
display: table-row !important
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.d-xl-table-cell {
|
|
227
|
+
display: table-cell !important
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.d-xl-flex {
|
|
231
|
+
display: -ms-flexbox !important;
|
|
232
|
+
display: flex !important
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.d-xl-inline-flex {
|
|
236
|
+
display: -ms-inline-flexbox !important;
|
|
237
|
+
display: inline-flex !important
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
@media (min-width: 1920px) {
|
|
242
|
+
.d-xxl-none {
|
|
243
|
+
display: none !important
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.d-xxl-inline {
|
|
247
|
+
display: inline !important
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.d-xxl-inline-block {
|
|
251
|
+
display: inline-block !important
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.d-xxl-block {
|
|
255
|
+
display: block !important
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.d-xxl-table {
|
|
259
|
+
display: table !important
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.d-xxl-table-row {
|
|
263
|
+
display: table-row !important
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.d-xxl-table-cell {
|
|
267
|
+
display: table-cell !important
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
.d-xxl-flex {
|
|
271
|
+
display: -ms-flexbox !important;
|
|
272
|
+
display: flex !important
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.d-xxl-inline-flex {
|
|
276
|
+
display: -ms-inline-flexbox !important;
|
|
277
|
+
display: inline-flex !important
|
|
278
|
+
}
|
|
279
|
+
}
|