mod-base 1.0.8-beta.2 → 1.0.8-beta.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-base",
3
- "version": "1.0.8-beta.2",
3
+ "version": "1.0.8-beta.3",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -0,0 +1 @@
1
+ Instructions for Updating our Icon Fonts: https://quinstreet.atlassian.net/wiki/spaces/FEE/pages/7780499737/Mod+Style
@@ -0,0 +1 @@
1
+ Instructions for Updating our Icon Fonts: https://quinstreet.atlassian.net/wiki/spaces/FEE/pages/7780499737/Mod+Style
@@ -0,0 +1 @@
1
+ Instructions for Updating our Icon Fonts: https://quinstreet.atlassian.net/wiki/spaces/FEE/pages/7780499737/Mod+Style
@@ -0,0 +1 @@
1
+ Instructions for Updating our Icon Fonts: https://quinstreet.atlassian.net/wiki/spaces/FEE/pages/7780499737/Mod+Style
@@ -1,7 +0,0 @@
1
- Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
2
-
3
- To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts
4
-
5
- You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
6
-
7
- You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection.
@@ -1,152 +0,0 @@
1
- body {
2
- padding: 0;
3
- margin: 0;
4
- font-family: sans-serif;
5
- font-size: 1em;
6
- line-height: 1.5;
7
- color: #555;
8
- background: #fff;
9
- }
10
- h1 {
11
- font-size: 1.5em;
12
- font-weight: normal;
13
- }
14
- small {
15
- font-size: .66666667em;
16
- }
17
- a {
18
- color: #e74c3c;
19
- text-decoration: none;
20
- }
21
- a:hover, a:focus {
22
- box-shadow: 0 1px #e74c3c;
23
- }
24
- .bshadow0, input {
25
- box-shadow: inset 0 -2px #e7e7e7;
26
- }
27
- input:hover {
28
- box-shadow: inset 0 -2px #ccc;
29
- }
30
- input, fieldset {
31
- font-family: sans-serif;
32
- font-size: 1em;
33
- margin: 0;
34
- padding: 0;
35
- border: 0;
36
- }
37
- input {
38
- color: inherit;
39
- line-height: 1.5;
40
- height: 1.5em;
41
- padding: .25em 0;
42
- }
43
- input:focus {
44
- outline: none;
45
- box-shadow: inset 0 -2px #449fdb;
46
- }
47
- .glyph {
48
- font-size: 16px;
49
- width: 15em;
50
- padding-bottom: 1em;
51
- margin-right: 4em;
52
- margin-bottom: 1em;
53
- float: left;
54
- overflow: hidden;
55
- }
56
- .liga {
57
- width: 80%;
58
- width: calc(100% - 2.5em);
59
- }
60
- .talign-right {
61
- text-align: right;
62
- }
63
- .talign-center {
64
- text-align: center;
65
- }
66
- .bgc1 {
67
- background: #f1f1f1;
68
- }
69
- .fgc1 {
70
- color: #999;
71
- }
72
- .fgc0 {
73
- color: #000;
74
- }
75
- p {
76
- margin-top: 1em;
77
- margin-bottom: 1em;
78
- }
79
- .mvm {
80
- margin-top: .75em;
81
- margin-bottom: .75em;
82
- }
83
- .mtn {
84
- margin-top: 0;
85
- }
86
- .mtl, .mal {
87
- margin-top: 1.5em;
88
- }
89
- .mbl, .mal {
90
- margin-bottom: 1.5em;
91
- }
92
- .mal, .mhl {
93
- margin-left: 1.5em;
94
- margin-right: 1.5em;
95
- }
96
- .mhmm {
97
- margin-left: 1em;
98
- margin-right: 1em;
99
- }
100
- .mls {
101
- margin-left: .25em;
102
- }
103
- .ptl {
104
- padding-top: 1.5em;
105
- }
106
- .pbs, .pvs {
107
- padding-bottom: .25em;
108
- }
109
- .pvs, .pts {
110
- padding-top: .25em;
111
- }
112
- .unit {
113
- float: left;
114
- }
115
- .unitRight {
116
- float: right;
117
- }
118
- .size1of2 {
119
- width: 50%;
120
- }
121
- .size1of1 {
122
- width: 100%;
123
- }
124
- .clearfix:before, .clearfix:after {
125
- content: " ";
126
- display: table;
127
- }
128
- .clearfix:after {
129
- clear: both;
130
- }
131
- .hidden-true {
132
- display: none;
133
- }
134
- .textbox0 {
135
- width: 3em;
136
- background: #f1f1f1;
137
- padding: .25em .5em;
138
- line-height: 1.5;
139
- height: 1.5em;
140
- }
141
- #testDrive {
142
- display: block;
143
- padding-top: 24px;
144
- line-height: 1.5;
145
- }
146
- .fs0 {
147
- font-size: 16px;
148
- }
149
- .fs1 {
150
- font-size: 32px;
151
- }
152
-
@@ -1,30 +0,0 @@
1
- if (!('boxShadow' in document.body.style)) {
2
- document.body.setAttribute('class', 'noBoxShadow');
3
- }
4
-
5
- document.body.addEventListener("click", function(e) {
6
- var target = e.target;
7
- if (target.tagName === "INPUT" &&
8
- target.getAttribute('class').indexOf('liga') === -1) {
9
- target.select();
10
- }
11
- });
12
-
13
- (function() {
14
- var fontSize = document.getElementById('fontSize'),
15
- testDrive = document.getElementById('testDrive'),
16
- testText = document.getElementById('testText');
17
- function updateTest() {
18
- testDrive.innerHTML = testText.value || String.fromCharCode(160);
19
- if (window.icomoonLiga) {
20
- window.icomoonLiga(testDrive);
21
- }
22
- }
23
- function updateSize() {
24
- testDrive.style.fontSize = fontSize.value + 'px';
25
- }
26
- fontSize.addEventListener('change', updateSize, false);
27
- testText.addEventListener('input', updateTest, false);
28
- testText.addEventListener('change', updateTest, false);
29
- updateSize();
30
- }());
@@ -1,346 +0,0 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title>ModIcons-Basic Demo</title>
6
- <meta name="description" content="An Icon Font Generated By IcoMoon.io">
7
- <meta name="viewport" content="width=device-width, initial-scale=1">
8
- <link rel="stylesheet" href="demo-files/demo.css">
9
- <link rel="stylesheet" href="style.css"></head>
10
- <body>
11
- <div class="bgc1 clearfix">
12
- <h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> ModIcons-Basic <small class="fgc1">(Glyphs:&nbsp;22)</small></h1>
13
- </div>
14
- <div class="clearfix mhl ptl">
15
- <h1 class="mvm mtn fgc1">Grid Size: Unknown</h1>
16
- <div class="glyph fs1">
17
- <div class="clearfix bshadow0 pbs">
18
- <span class="icon-arrow-down"></span>
19
- <span class="mls"> icon-arrow-down</span>
20
- </div>
21
- <fieldset class="fs0 size1of1 clearfix hidden-false">
22
- <input type="text" readonly value="e900" class="unit size1of2" />
23
- <input type="text" maxlength="1" readonly value="&#xe900;" class="unitRight size1of2 talign-right" />
24
- </fieldset>
25
- <div class="fs0 bshadow0 clearfix hidden-true">
26
- <span class="unit pvs fgc1">liga: </span>
27
- <input type="text" readonly value="" class="liga unitRight" />
28
- </div>
29
- </div>
30
- <div class="glyph fs1">
31
- <div class="clearfix bshadow0 pbs">
32
- <span class="icon-arrow-left"></span>
33
- <span class="mls"> icon-arrow-left</span>
34
- </div>
35
- <fieldset class="fs0 size1of1 clearfix hidden-false">
36
- <input type="text" readonly value="e901" class="unit size1of2" />
37
- <input type="text" maxlength="1" readonly value="&#xe901;" class="unitRight size1of2 talign-right" />
38
- </fieldset>
39
- <div class="fs0 bshadow0 clearfix hidden-true">
40
- <span class="unit pvs fgc1">liga: </span>
41
- <input type="text" readonly value="" class="liga unitRight" />
42
- </div>
43
- </div>
44
- <div class="glyph fs1">
45
- <div class="clearfix bshadow0 pbs">
46
- <span class="icon-arrow-right"></span>
47
- <span class="mls"> icon-arrow-right</span>
48
- </div>
49
- <fieldset class="fs0 size1of1 clearfix hidden-false">
50
- <input type="text" readonly value="e902" class="unit size1of2" />
51
- <input type="text" maxlength="1" readonly value="&#xe902;" class="unitRight size1of2 talign-right" />
52
- </fieldset>
53
- <div class="fs0 bshadow0 clearfix hidden-true">
54
- <span class="unit pvs fgc1">liga: </span>
55
- <input type="text" readonly value="" class="liga unitRight" />
56
- </div>
57
- </div>
58
- <div class="glyph fs1">
59
- <div class="clearfix bshadow0 pbs">
60
- <span class="icon-arrow-up"></span>
61
- <span class="mls"> icon-arrow-up</span>
62
- </div>
63
- <fieldset class="fs0 size1of1 clearfix hidden-false">
64
- <input type="text" readonly value="e903" class="unit size1of2" />
65
- <input type="text" maxlength="1" readonly value="&#xe903;" class="unitRight size1of2 talign-right" />
66
- </fieldset>
67
- <div class="fs0 bshadow0 clearfix hidden-true">
68
- <span class="unit pvs fgc1">liga: </span>
69
- <input type="text" readonly value="" class="liga unitRight" />
70
- </div>
71
- </div>
72
- <div class="glyph fs1">
73
- <div class="clearfix bshadow0 pbs">
74
- <span class="icon-hamburger"></span>
75
- <span class="mls"> icon-hamburger</span>
76
- </div>
77
- <fieldset class="fs0 size1of1 clearfix hidden-false">
78
- <input type="text" readonly value="e904" class="unit size1of2" />
79
- <input type="text" maxlength="1" readonly value="&#xe904;" class="unitRight size1of2 talign-right" />
80
- </fieldset>
81
- <div class="fs0 bshadow0 clearfix hidden-true">
82
- <span class="unit pvs fgc1">liga: </span>
83
- <input type="text" readonly value="" class="liga unitRight" />
84
- </div>
85
- </div>
86
- <div class="glyph fs1">
87
- <div class="clearfix bshadow0 pbs">
88
- <span class="icon-caret-down"></span>
89
- <span class="mls"> icon-caret-down</span>
90
- </div>
91
- <fieldset class="fs0 size1of1 clearfix hidden-false">
92
- <input type="text" readonly value="e905" class="unit size1of2" />
93
- <input type="text" maxlength="1" readonly value="&#xe905;" class="unitRight size1of2 talign-right" />
94
- </fieldset>
95
- <div class="fs0 bshadow0 clearfix hidden-true">
96
- <span class="unit pvs fgc1">liga: </span>
97
- <input type="text" readonly value="" class="liga unitRight" />
98
- </div>
99
- </div>
100
- <div class="glyph fs1">
101
- <div class="clearfix bshadow0 pbs">
102
- <span class="icon-caret-left"></span>
103
- <span class="mls"> icon-caret-left</span>
104
- </div>
105
- <fieldset class="fs0 size1of1 clearfix hidden-false">
106
- <input type="text" readonly value="e906" class="unit size1of2" />
107
- <input type="text" maxlength="1" readonly value="&#xe906;" class="unitRight size1of2 talign-right" />
108
- </fieldset>
109
- <div class="fs0 bshadow0 clearfix hidden-true">
110
- <span class="unit pvs fgc1">liga: </span>
111
- <input type="text" readonly value="" class="liga unitRight" />
112
- </div>
113
- </div>
114
- <div class="glyph fs1">
115
- <div class="clearfix bshadow0 pbs">
116
- <span class="icon-caret-right"></span>
117
- <span class="mls"> icon-caret-right</span>
118
- </div>
119
- <fieldset class="fs0 size1of1 clearfix hidden-false">
120
- <input type="text" readonly value="e907" class="unit size1of2" />
121
- <input type="text" maxlength="1" readonly value="&#xe907;" class="unitRight size1of2 talign-right" />
122
- </fieldset>
123
- <div class="fs0 bshadow0 clearfix hidden-true">
124
- <span class="unit pvs fgc1">liga: </span>
125
- <input type="text" readonly value="" class="liga unitRight" />
126
- </div>
127
- </div>
128
- <div class="glyph fs1">
129
- <div class="clearfix bshadow0 pbs">
130
- <span class="icon-caret-up"></span>
131
- <span class="mls"> icon-caret-up</span>
132
- </div>
133
- <fieldset class="fs0 size1of1 clearfix hidden-false">
134
- <input type="text" readonly value="e908" class="unit size1of2" />
135
- <input type="text" maxlength="1" readonly value="&#xe908;" class="unitRight size1of2 talign-right" />
136
- </fieldset>
137
- <div class="fs0 bshadow0 clearfix hidden-true">
138
- <span class="unit pvs fgc1">liga: </span>
139
- <input type="text" readonly value="" class="liga unitRight" />
140
- </div>
141
- </div>
142
- <div class="glyph fs1">
143
- <div class="clearfix bshadow0 pbs">
144
- <span class="icon-close"></span>
145
- <span class="mls"> icon-close</span>
146
- </div>
147
- <fieldset class="fs0 size1of1 clearfix hidden-false">
148
- <input type="text" readonly value="e909" class="unit size1of2" />
149
- <input type="text" maxlength="1" readonly value="&#xe909;" class="unitRight size1of2 talign-right" />
150
- </fieldset>
151
- <div class="fs0 bshadow0 clearfix hidden-true">
152
- <span class="unit pvs fgc1">liga: </span>
153
- <input type="text" readonly value="" class="liga unitRight" />
154
- </div>
155
- </div>
156
- <div class="glyph fs1">
157
- <div class="clearfix bshadow0 pbs">
158
- <span class="icon-add"></span>
159
- <span class="mls"> icon-add</span>
160
- </div>
161
- <fieldset class="fs0 size1of1 clearfix hidden-false">
162
- <input type="text" readonly value="e90a" class="unit size1of2" />
163
- <input type="text" maxlength="1" readonly value="&#xe90a;" class="unitRight size1of2 talign-right" />
164
- </fieldset>
165
- <div class="fs0 bshadow0 clearfix hidden-true">
166
- <span class="unit pvs fgc1">liga: </span>
167
- <input type="text" readonly value="" class="liga unitRight" />
168
- </div>
169
- </div>
170
- <div class="glyph fs1">
171
- <div class="clearfix bshadow0 pbs">
172
- <span class="icon-subtract"></span>
173
- <span class="mls"> icon-subtract</span>
174
- </div>
175
- <fieldset class="fs0 size1of1 clearfix hidden-false">
176
- <input type="text" readonly value="e90b" class="unit size1of2" />
177
- <input type="text" maxlength="1" readonly value="&#xe90b;" class="unitRight size1of2 talign-right" />
178
- </fieldset>
179
- <div class="fs0 bshadow0 clearfix hidden-true">
180
- <span class="unit pvs fgc1">liga: </span>
181
- <input type="text" readonly value="" class="liga unitRight" />
182
- </div>
183
- </div>
184
- <div class="glyph fs1">
185
- <div class="clearfix bshadow0 pbs">
186
- <span class="icon-ellipsis"></span>
187
- <span class="mls"> icon-ellipsis</span>
188
- </div>
189
- <fieldset class="fs0 size1of1 clearfix hidden-false">
190
- <input type="text" readonly value="e90c" class="unit size1of2" />
191
- <input type="text" maxlength="1" readonly value="&#xe90c;" class="unitRight size1of2 talign-right" />
192
- </fieldset>
193
- <div class="fs0 bshadow0 clearfix hidden-true">
194
- <span class="unit pvs fgc1">liga: </span>
195
- <input type="text" readonly value="" class="liga unitRight" />
196
- </div>
197
- </div>
198
- <div class="glyph fs1">
199
- <div class="clearfix bshadow0 pbs">
200
- <span class="icon-Facebook"></span>
201
- <span class="mls"> icon-Facebook</span>
202
- </div>
203
- <fieldset class="fs0 size1of1 clearfix hidden-false">
204
- <input type="text" readonly value="e90d" class="unit size1of2" />
205
- <input type="text" maxlength="1" readonly value="&#xe90d;" class="unitRight size1of2 talign-right" />
206
- </fieldset>
207
- <div class="fs0 bshadow0 clearfix hidden-true">
208
- <span class="unit pvs fgc1">liga: </span>
209
- <input type="text" readonly value="" class="liga unitRight" />
210
- </div>
211
- </div>
212
- <div class="glyph fs1">
213
- <div class="clearfix bshadow0 pbs">
214
- <span class="icon-Link"></span>
215
- <span class="mls"> icon-Link</span>
216
- </div>
217
- <fieldset class="fs0 size1of1 clearfix hidden-false">
218
- <input type="text" readonly value="e90e" class="unit size1of2" />
219
- <input type="text" maxlength="1" readonly value="&#xe90e;" class="unitRight size1of2 talign-right" />
220
- </fieldset>
221
- <div class="fs0 bshadow0 clearfix hidden-true">
222
- <span class="unit pvs fgc1">liga: </span>
223
- <input type="text" readonly value="" class="liga unitRight" />
224
- </div>
225
- </div>
226
- <div class="glyph fs1">
227
- <div class="clearfix bshadow0 pbs">
228
- <span class="icon-Pinterest"></span>
229
- <span class="mls"> icon-Pinterest</span>
230
- </div>
231
- <fieldset class="fs0 size1of1 clearfix hidden-false">
232
- <input type="text" readonly value="e90f" class="unit size1of2" />
233
- <input type="text" maxlength="1" readonly value="&#xe90f;" class="unitRight size1of2 talign-right" />
234
- </fieldset>
235
- <div class="fs0 bshadow0 clearfix hidden-true">
236
- <span class="unit pvs fgc1">liga: </span>
237
- <input type="text" readonly value="" class="liga unitRight" />
238
- </div>
239
- </div>
240
- <div class="glyph fs1">
241
- <div class="clearfix bshadow0 pbs">
242
- <span class="icon-Twitter"></span>
243
- <span class="mls"> icon-Twitter</span>
244
- </div>
245
- <fieldset class="fs0 size1of1 clearfix hidden-false">
246
- <input type="text" readonly value="e910" class="unit size1of2" />
247
- <input type="text" maxlength="1" readonly value="&#xe910;" class="unitRight size1of2 talign-right" />
248
- </fieldset>
249
- <div class="fs0 bshadow0 clearfix hidden-true">
250
- <span class="unit pvs fgc1">liga: </span>
251
- <input type="text" readonly value="" class="liga unitRight" />
252
- </div>
253
- </div>
254
- <div class="glyph fs1">
255
- <div class="clearfix bshadow0 pbs">
256
- <span class="icon-website"></span>
257
- <span class="mls"> icon-website</span>
258
- </div>
259
- <fieldset class="fs0 size1of1 clearfix hidden-false">
260
- <input type="text" readonly value="e911" class="unit size1of2" />
261
- <input type="text" maxlength="1" readonly value="&#xe911;" class="unitRight size1of2 talign-right" />
262
- </fieldset>
263
- <div class="fs0 bshadow0 clearfix hidden-true">
264
- <span class="unit pvs fgc1">liga: </span>
265
- <input type="text" readonly value="" class="liga unitRight" />
266
- </div>
267
- </div>
268
- <div class="glyph fs1">
269
- <div class="clearfix bshadow0 pbs">
270
- <span class="icon-linkedin"></span>
271
- <span class="mls"> icon-linkedin</span>
272
- </div>
273
- <fieldset class="fs0 size1of1 clearfix hidden-false">
274
- <input type="text" readonly value="e912" class="unit size1of2" />
275
- <input type="text" maxlength="1" readonly value="&#xe912;" class="unitRight size1of2 talign-right" />
276
- </fieldset>
277
- <div class="fs0 bshadow0 clearfix hidden-true">
278
- <span class="unit pvs fgc1">liga: </span>
279
- <input type="text" readonly value="" class="liga unitRight" />
280
- </div>
281
- </div>
282
- <div class="glyph fs1">
283
- <div class="clearfix bshadow0 pbs">
284
- <span class="icon-instagram"></span>
285
- <span class="mls"> icon-instagram</span>
286
- </div>
287
- <fieldset class="fs0 size1of1 clearfix hidden-false">
288
- <input type="text" readonly value="e913" class="unit size1of2" />
289
- <input type="text" maxlength="1" readonly value="&#xe913;" class="unitRight size1of2 talign-right" />
290
- </fieldset>
291
- <div class="fs0 bshadow0 clearfix hidden-true">
292
- <span class="unit pvs fgc1">liga: </span>
293
- <input type="text" readonly value="" class="liga unitRight" />
294
- </div>
295
- </div>
296
- <div class="glyph fs1">
297
- <div class="clearfix bshadow0 pbs">
298
- <span class="icon-tiktok"></span>
299
- <span class="mls"> icon-tiktok</span>
300
- </div>
301
- <fieldset class="fs0 size1of1 clearfix hidden-false">
302
- <input type="text" readonly value="e914" class="unit size1of2" />
303
- <input type="text" maxlength="1" readonly value="&#xe914;" class="unitRight size1of2 talign-right" />
304
- </fieldset>
305
- <div class="fs0 bshadow0 clearfix hidden-true">
306
- <span class="unit pvs fgc1">liga: </span>
307
- <input type="text" readonly value="" class="liga unitRight" />
308
- </div>
309
- </div>
310
- <div class="glyph fs1">
311
- <div class="clearfix bshadow0 pbs">
312
- <span class="icon-youtube"></span>
313
- <span class="mls"> icon-youtube</span>
314
- </div>
315
- <fieldset class="fs0 size1of1 clearfix hidden-false">
316
- <input type="text" readonly value="e915" class="unit size1of2" />
317
- <input type="text" maxlength="1" readonly value="&#xe915;" class="unitRight size1of2 talign-right" />
318
- </fieldset>
319
- <div class="fs0 bshadow0 clearfix hidden-true">
320
- <span class="unit pvs fgc1">liga: </span>
321
- <input type="text" readonly value="" class="liga unitRight" />
322
- </div>
323
- </div>
324
- </div>
325
-
326
- <!--[if gt IE 8]><!-->
327
- <div class="mhl clearfix mbl">
328
- <h1>Font Test Drive</h1>
329
- <label>
330
- Font Size: <input id="fontSize" type="number" class="textbox0 mbm"
331
- min="8" value="48" />
332
- px
333
- </label>
334
- <input id="testText" type="text" class="phl size1of1 mvl"
335
- placeholder="Type some text to test..." value=""/>
336
- <div id="testDrive" class="icon-" style="font-family: 'ModIcons-Basic'">&nbsp;
337
- </div>
338
- </div>
339
- <!--<![endif]-->
340
- <div class="bgc1 clearfix">
341
- <p class="mhl">Generated by <a href="https://icomoon.io/app">IcoMoon</a></p>
342
- </div>
343
-
344
- <script src="demo-files/demo.js"></script>
345
- </body>
346
- </html>
@@ -1,7 +0,0 @@
1
- Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
2
-
3
- To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts
4
-
5
- You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
6
-
7
- You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection.