@pageboard/html 0.14.19 → 0.14.21
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/elements/accordion.js +1 -1
- package/elements/fieldsets.js +1 -1
- package/elements/form.js +2 -2
- package/elements/grid.js +1 -1
- package/elements/image.js +1 -1
- package/elements/input-file.js +2 -2
- package/elements/input-property.js +12 -13
- package/elements/inputs.js +5 -5
- package/elements/layout.js +1 -1
- package/elements/link.js +2 -2
- package/elements/menu.js +2 -2
- package/elements/navigation.js +1 -1
- package/elements/page.js +1 -1
- package/elements/paragraph.js +2 -2
- package/elements/query-tags.js +1 -1
- package/elements/tab.js +1 -1
- package/elements/table.js +1 -1
- package/elements/template.js +1 -1
- package/package.json +3 -8
- package/ui/card.css +3 -3
- package/ui/components/accordion.css +241 -0
- package/ui/components/accordion.js +613 -0
- package/ui/components/ad.css +275 -0
- package/ui/components/api.js +1167 -0
- package/ui/components/breadcrumb.css +122 -0
- package/ui/components/button.css +3525 -0
- package/ui/components/card.css +939 -0
- package/ui/components/checkbox.css +604 -0
- package/ui/components/checkbox.js +831 -0
- package/ui/components/colorize.js +274 -0
- package/ui/components/comment.css +268 -0
- package/ui/components/container.css +149 -0
- package/ui/components/dimmer.css +224 -0
- package/ui/components/dimmer.js +733 -0
- package/ui/components/divider.css +253 -0
- package/ui/components/dropdown.css +1448 -0
- package/ui/components/dropdown.js +3955 -0
- package/ui/components/embed.css +160 -0
- package/ui/components/embed.js +706 -0
- package/ui/components/feed.css +281 -0
- package/ui/components/flag.css +1035 -0
- package/ui/components/form.css +1011 -0
- package/ui/components/form.js +1706 -0
- package/ui/components/grid.css +1941 -0
- package/ui/components/header.css +719 -0
- package/ui/components/icon.css +4777 -0
- package/ui/components/image.css +310 -0
- package/ui/components/input.css +469 -0
- package/ui/components/item.css +464 -0
- package/ui/components/label.css +1281 -0
- package/ui/components/list.css +943 -0
- package/ui/components/loader.css +339 -0
- package/ui/components/menu.css +1940 -0
- package/ui/components/message.css +468 -0
- package/ui/components/modal.css +617 -0
- package/ui/components/modal.js +1034 -0
- package/ui/components/nag.css +145 -0
- package/ui/components/nag.js +507 -0
- package/ui/components/placeholder.css +229 -0
- package/ui/components/popup.css +640 -0
- package/ui/components/popup.js +1532 -0
- package/ui/components/progress.css +502 -0
- package/ui/components/progress.js +931 -0
- package/ui/components/rail.css +152 -0
- package/ui/components/rating.css +257 -0
- package/ui/components/rating.js +508 -0
- package/ui/components/reset.css +476 -0
- package/ui/components/reveal.css +260 -0
- package/ui/components/search.css +431 -0
- package/ui/components/search.js +1505 -0
- package/ui/components/segment.css +824 -0
- package/ui/components/shape.css +143 -0
- package/ui/components/shape.js +921 -0
- package/ui/components/sidebar.css +537 -0
- package/ui/components/sidebar.js +1033 -0
- package/ui/components/site.css +184 -0
- package/ui/components/site.js +487 -0
- package/ui/components/state.js +708 -0
- package/ui/components/statistic.css +534 -0
- package/ui/components/step.css +566 -0
- package/ui/components/sticky.css +73 -0
- package/ui/components/sticky.js +959 -0
- package/ui/components/tab.css +89 -0
- package/ui/components/tab.js +952 -0
- package/ui/components/table.css +1108 -0
- package/ui/components/transition.css +1792 -0
- package/ui/components/transition.js +1095 -0
- package/ui/components/video.css +121 -0
- package/ui/components/video.js +532 -0
- package/ui/components/visibility.js +1311 -0
- package/ui/components/visit.js +517 -0
- package/ui/item.css +2 -2
- package/ui/layout.css +1 -1
- package/ui/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/ui/themes/default/assets/fonts/brand-icons.svg +1008 -0
- package/ui/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/ui/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/ui/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/ui/themes/default/assets/fonts/icons.eot +0 -0
- package/ui/themes/default/assets/fonts/icons.otf +0 -0
- package/ui/themes/default/assets/fonts/icons.svg +1518 -0
- package/ui/themes/default/assets/fonts/icons.ttf +0 -0
- package/ui/themes/default/assets/fonts/icons.woff +0 -0
- package/ui/themes/default/assets/fonts/icons.woff2 +0 -0
- package/ui/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/ui/themes/default/assets/fonts/outline-icons.svg +366 -0
- package/ui/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/ui/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/ui/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/ui/themes/default/assets/images/flags.png +0 -0
|
@@ -0,0 +1,275 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* # Semantic UI 2.4.1 - Ad
|
|
3
|
+
* http://github.com/semantic-org/semantic-ui/
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* Copyright 2013 Contributors
|
|
7
|
+
* Released under the MIT license
|
|
8
|
+
* http://opensource.org/licenses/MIT
|
|
9
|
+
*
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
/*******************************
|
|
14
|
+
Advertisement
|
|
15
|
+
*******************************/
|
|
16
|
+
|
|
17
|
+
.ui.ad {
|
|
18
|
+
display: block;
|
|
19
|
+
overflow: hidden;
|
|
20
|
+
margin: 1em 0em;
|
|
21
|
+
}
|
|
22
|
+
.ui.ad:first-child {
|
|
23
|
+
margin: 0em;
|
|
24
|
+
}
|
|
25
|
+
.ui.ad:last-child {
|
|
26
|
+
margin: 0em;
|
|
27
|
+
}
|
|
28
|
+
.ui.ad iframe {
|
|
29
|
+
margin: 0em;
|
|
30
|
+
padding: 0em;
|
|
31
|
+
border: none;
|
|
32
|
+
overflow: hidden;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
/*--------------
|
|
36
|
+
Common
|
|
37
|
+
---------------*/
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
/* Leaderboard */
|
|
41
|
+
.ui.leaderboard.ad {
|
|
42
|
+
width: 728px;
|
|
43
|
+
height: 90px;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
/* Medium Rectangle */
|
|
47
|
+
.ui[class*="medium rectangle"].ad {
|
|
48
|
+
width: 300px;
|
|
49
|
+
height: 250px;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
/* Large Rectangle */
|
|
53
|
+
.ui[class*="large rectangle"].ad {
|
|
54
|
+
width: 336px;
|
|
55
|
+
height: 280px;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/* Half Page */
|
|
59
|
+
.ui[class*="half page"].ad {
|
|
60
|
+
width: 300px;
|
|
61
|
+
height: 600px;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
/*--------------
|
|
65
|
+
Square
|
|
66
|
+
---------------*/
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
/* Square */
|
|
70
|
+
.ui.square.ad {
|
|
71
|
+
width: 250px;
|
|
72
|
+
height: 250px;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
/* Small Square */
|
|
76
|
+
.ui[class*="small square"].ad {
|
|
77
|
+
width: 200px;
|
|
78
|
+
height: 200px;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
/*--------------
|
|
82
|
+
Rectangle
|
|
83
|
+
---------------*/
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
/* Small Rectangle */
|
|
87
|
+
.ui[class*="small rectangle"].ad {
|
|
88
|
+
width: 180px;
|
|
89
|
+
height: 150px;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
/* Vertical Rectangle */
|
|
93
|
+
.ui[class*="vertical rectangle"].ad {
|
|
94
|
+
width: 240px;
|
|
95
|
+
height: 400px;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
/*--------------
|
|
99
|
+
Button
|
|
100
|
+
---------------*/
|
|
101
|
+
|
|
102
|
+
.ui.button.ad {
|
|
103
|
+
width: 120px;
|
|
104
|
+
height: 90px;
|
|
105
|
+
}
|
|
106
|
+
.ui[class*="square button"].ad {
|
|
107
|
+
width: 125px;
|
|
108
|
+
height: 125px;
|
|
109
|
+
}
|
|
110
|
+
.ui[class*="small button"].ad {
|
|
111
|
+
width: 120px;
|
|
112
|
+
height: 60px;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
/*--------------
|
|
116
|
+
Skyscrapers
|
|
117
|
+
---------------*/
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
/* Skyscraper */
|
|
121
|
+
.ui.skyscraper.ad {
|
|
122
|
+
width: 120px;
|
|
123
|
+
height: 600px;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
/* Wide Skyscraper */
|
|
127
|
+
.ui[class*="wide skyscraper"].ad {
|
|
128
|
+
width: 160px;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
/*--------------
|
|
132
|
+
Banners
|
|
133
|
+
---------------*/
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
/* Banner */
|
|
137
|
+
.ui.banner.ad {
|
|
138
|
+
width: 468px;
|
|
139
|
+
height: 60px;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
/* Vertical Banner */
|
|
143
|
+
.ui[class*="vertical banner"].ad {
|
|
144
|
+
width: 120px;
|
|
145
|
+
height: 240px;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
/* Top Banner */
|
|
149
|
+
.ui[class*="top banner"].ad {
|
|
150
|
+
width: 930px;
|
|
151
|
+
height: 180px;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
/* Half Banner */
|
|
155
|
+
.ui[class*="half banner"].ad {
|
|
156
|
+
width: 234px;
|
|
157
|
+
height: 60px;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
/*--------------
|
|
161
|
+
Boards
|
|
162
|
+
---------------*/
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
/* Leaderboard */
|
|
166
|
+
.ui[class*="large leaderboard"].ad {
|
|
167
|
+
width: 970px;
|
|
168
|
+
height: 90px;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
/* Billboard */
|
|
172
|
+
.ui.billboard.ad {
|
|
173
|
+
width: 970px;
|
|
174
|
+
height: 250px;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
/*--------------
|
|
178
|
+
Panorama
|
|
179
|
+
---------------*/
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
/* Panorama */
|
|
183
|
+
.ui.panorama.ad {
|
|
184
|
+
width: 980px;
|
|
185
|
+
height: 120px;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
/*--------------
|
|
189
|
+
Netboard
|
|
190
|
+
---------------*/
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
/* Netboard */
|
|
194
|
+
.ui.netboard.ad {
|
|
195
|
+
width: 580px;
|
|
196
|
+
height: 400px;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
/*--------------
|
|
200
|
+
Mobile
|
|
201
|
+
---------------*/
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
/* Large Mobile Banner */
|
|
205
|
+
.ui[class*="large mobile banner"].ad {
|
|
206
|
+
width: 320px;
|
|
207
|
+
height: 100px;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
/* Mobile Leaderboard */
|
|
211
|
+
.ui[class*="mobile leaderboard"].ad {
|
|
212
|
+
width: 320px;
|
|
213
|
+
height: 50px;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
/*******************************
|
|
218
|
+
Types
|
|
219
|
+
*******************************/
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
/* Mobile Sizes */
|
|
223
|
+
.ui.mobile.ad {
|
|
224
|
+
display: none;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
@media (width <= 767px) {
|
|
228
|
+
.ui.mobile.ad {
|
|
229
|
+
display: block;
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
/*******************************
|
|
235
|
+
Variations
|
|
236
|
+
*******************************/
|
|
237
|
+
|
|
238
|
+
.ui.centered.ad {
|
|
239
|
+
margin-left: auto;
|
|
240
|
+
margin-right: auto;
|
|
241
|
+
}
|
|
242
|
+
.ui.test.ad {
|
|
243
|
+
position: relative;
|
|
244
|
+
background: #545454;
|
|
245
|
+
}
|
|
246
|
+
.ui.test.ad::after {
|
|
247
|
+
position: absolute;
|
|
248
|
+
top: 50%;
|
|
249
|
+
left: 50%;
|
|
250
|
+
width: 100%;
|
|
251
|
+
text-align: center;
|
|
252
|
+
transform: translateX(-50%) translateY(-50%);
|
|
253
|
+
content: 'Ad';
|
|
254
|
+
color: #FFFFFF;
|
|
255
|
+
font-size: 1em;
|
|
256
|
+
font-weight: bold;
|
|
257
|
+
}
|
|
258
|
+
.ui.mobile.test.ad::after {
|
|
259
|
+
font-size: 0.8571em;
|
|
260
|
+
}
|
|
261
|
+
.ui.test.ad[data-text]::after {
|
|
262
|
+
content: attr(data-text);
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
/*******************************
|
|
267
|
+
Theme Overrides
|
|
268
|
+
*******************************/
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
/*******************************
|
|
273
|
+
User Variable Overrides
|
|
274
|
+
*******************************/
|
|
275
|
+
|