@topvisor/ui 1.0.30 → 1.0.32

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.
@@ -0,0 +1,158 @@
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
+ .fs2 {
153
+ font-size: 14px;
154
+ }
155
+ .fs3 {
156
+ font-size: 8px;
157
+ }
158
+
package/icomoon/demo.html CHANGED
@@ -9,7 +9,7 @@
9
9
  <link rel="stylesheet" href="style.css"></head>
10
10
  <body>
11
11
  <div class="bgc1 clearfix">
12
- <h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> Topvisor-2 <small class="fgc1">(Glyphs:&nbsp;259)</small></h1>
12
+ <h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> Topvisor-2 <small class="fgc1">(Glyphs:&nbsp;263)</small></h1>
13
13
  </div>
14
14
  <div class="clearfix mhl ptl">
15
15
  <h1 class="mvm mtn fgc1">Grid Size: 24</h1>
@@ -153,6 +153,20 @@
153
153
  <input type="text" readonly value="" class="liga unitRight" />
154
154
  </div>
155
155
  </div>
156
+ <div class="glyph fs1">
157
+ <div class="clearfix bshadow0 pbs">
158
+ <span class="icon2-threads"></span>
159
+ <span class="mls"> icon2-threads</span>
160
+ </div>
161
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
162
+ <input type="text" readonly value="ea06" class="unit size1of2" />
163
+ <input type="text" maxlength="1" readonly value="&#xea06;" class="unitRight size1of2 talign-right" />
164
+ </fieldset>
165
+ <div class="fs0 bshadow0 clearfix hidden-false">
166
+ <span class="unit pvs fgc1">liga: </span>
167
+ <input type="text" readonly value="" class="liga unitRight" />
168
+ </div>
169
+ </div>
156
170
  <div class="glyph fs1">
157
171
  <div class="clearfix bshadow0 pbs">
158
172
  <span class="icon2-searcher-101"></span>
@@ -237,6 +251,34 @@
237
251
  <input type="text" readonly value="" class="liga unitRight" />
238
252
  </div>
239
253
  </div>
254
+ <div class="glyph fs1">
255
+ <div class="clearfix bshadow0 pbs">
256
+ <span class="icon2-expand-in"></span>
257
+ <span class="mls"> icon2-expand-in</span>
258
+ </div>
259
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
260
+ <input type="text" readonly value="ea03" class="unit size1of2" />
261
+ <input type="text" maxlength="1" readonly value="&#xea03;" class="unitRight size1of2 talign-right" />
262
+ </fieldset>
263
+ <div class="fs0 bshadow0 clearfix hidden-false">
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="icon2-expand-out"></span>
271
+ <span class="mls"> icon2-expand-out</span>
272
+ </div>
273
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
274
+ <input type="text" readonly value="ea04" class="unit size1of2" />
275
+ <input type="text" maxlength="1" readonly value="&#xea04;" class="unitRight size1of2 talign-right" />
276
+ </fieldset>
277
+ <div class="fs0 bshadow0 clearfix hidden-false">
278
+ <span class="unit pvs fgc1">liga: </span>
279
+ <input type="text" readonly value="" class="liga unitRight" />
280
+ </div>
281
+ </div>
240
282
  <div class="glyph fs1">
241
283
  <div class="clearfix bshadow0 pbs">
242
284
  <span class="icon2-arrows-expand-horizontal"></span>
@@ -755,6 +797,20 @@
755
797
  <input type="text" readonly value="" class="liga unitRight" />
756
798
  </div>
757
799
  </div>
800
+ <div class="glyph fs1">
801
+ <div class="clearfix bshadow0 pbs">
802
+ <span class="icon2-credit-card"></span>
803
+ <span class="mls"> icon2-credit-card</span>
804
+ </div>
805
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
806
+ <input type="text" readonly value="ea05" class="unit size1of2" />
807
+ <input type="text" maxlength="1" readonly value="&#xea05;" class="unitRight size1of2 talign-right" />
808
+ </fieldset>
809
+ <div class="fs0 bshadow0 clearfix hidden-false">
810
+ <span class="unit pvs fgc1">liga: </span>
811
+ <input type="text" readonly value="" class="liga unitRight" />
812
+ </div>
813
+ </div>
758
814
  <div class="glyph fs1">
759
815
  <div class="clearfix bshadow0 pbs">
760
816
  <span class="icon2-phone"></span>
@@ -0,0 +1,30 @@
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
+ }());
Binary file
@@ -282,4 +282,8 @@
282
282
  <glyph unicode="&#xea00;" glyph-name="folder-minus" data-tags="folder-minus" d="M213.333 554.667h195.66l115.503-115.503c8-8.001 18.854-12.497 30.17-12.497h256c23.565 0 42.667-19.103 42.667-42.667v-85.333c0-23.565 19.102-42.667 42.667-42.667s42.667 19.102 42.667 42.667v85.333c0 70.692-57.306 128-128 128h-238.327l-115.503 115.503c-8 8.001-18.854 12.497-30.17 12.497h-213.333c-70.692 0-128-57.308-128-128v-469.333c0-70.694 57.308-128 128-128h213.333c23.565 0 42.667 19.102 42.667 42.667s-19.102 42.667-42.667 42.667h-213.333c-23.564 0-42.667 19.102-42.667 42.667v469.333c0 23.564 19.103 42.667 42.667 42.667zM597.333 42.667c0-23.565 19.102-42.667 42.667-42.667h213.333c23.565 0 42.667 19.102 42.667 42.667s-19.102 42.667-42.667 42.667h-213.333c-23.565 0-42.667-19.102-42.667-42.667z" />
283
283
  <glyph unicode="&#xea01;" glyph-name="folder-multiply" data-tags="folder-multiply" d="M213.333 554.667c-23.564 0-42.667-19.103-42.667-42.667v-469.333c0-23.565 19.103-42.667 42.667-42.667h298.667c23.565 0 42.667-19.102 42.667-42.667s-19.102-42.667-42.667-42.667h-298.667c-70.692 0-128 57.306-128 128v469.333c0 70.692 57.308 128 128 128h213.333c11.315 0 22.17-4.495 30.17-12.497l115.503-115.503h238.327c70.694 0 128-57.308 128-128v-42.667c0-23.565-19.102-42.667-42.667-42.667s-42.667 19.102-42.667 42.667v42.667c0 23.564-19.102 42.667-42.667 42.667h-256c-11.315 0-22.17 4.495-30.17 12.497l-115.503 115.503h-195.66zM652.497 200.836c16.661 16.661 43.678 16.661 60.339 0l76.497-76.497 76.497 76.497c16.661 16.661 43.678 16.661 60.339 0s16.661-43.678 0-60.339l-76.497-76.497 76.497-76.497c16.661-16.661 16.661-43.678 0-60.339s-43.678-16.661-60.339 0l-76.497 76.497-76.497-76.497c-16.661-16.661-43.678-16.661-60.339 0s-16.661 43.678 0 60.339l76.497 76.497-76.497 76.497c-16.661 16.661-16.661 43.678 0 60.339z" />
284
284
  <glyph unicode="&#xea02;" glyph-name="folder-cloud" data-tags="folder-cloud" d="M213.333 554.667h195.66l115.503-115.503c8-8.001 18.854-12.497 30.17-12.497h256c23.565 0 42.667-19.103 42.667-42.667v-85.333c0-23.565 19.102-42.667 42.667-42.667s42.667 19.102 42.667 42.667v85.333c0 70.692-57.306 128-128 128h-238.327l-115.503 115.503c-8 8.001-18.854 12.497-30.17 12.497h-213.333c-70.692 0-128-57.308-128-128v-469.333c0-70.694 57.308-128 128-128h85.333c23.564 0 42.667 19.102 42.667 42.667s-19.103 42.667-42.667 42.667h-85.333c-23.564 0-42.667 19.102-42.667 42.667v469.333c0 23.564 19.103 42.667 42.667 42.667zM523.964 124.292c5.926 72.883 67.029 131.708 143.121 131.708 68.386 0 125.606-47.808 140.058-111.825 72.593-2.359 131.524-62.020 131.524-136.055 0-75.174-60.945-136.119-136.119-136.119h-247.881c-70.694 0-128 57.306-128 128 0 60.109 41.434 110.541 97.297 124.292zM667.085 170.667c-34.645 0-61.632-30.063-57.907-64.512l1.758-16.23c1.301-12.045-2.577-24.077-10.671-33.092-8.090-9.015-19.635-14.165-31.748-14.165h-13.85c-23.565 0-42.667-19.102-42.667-42.667s19.102-42.667 42.667-42.667h247.881c28.049 0 50.786 22.737 50.786 50.786 0 29.107-24.414 52.262-53.478 50.718l-29.594-1.57c-11.691-0.619-23.125 3.593-31.62 11.648s-13.308 19.251-13.308 30.959v12.544c0 32.171-26.078 58.249-58.249 58.249z" />
285
+ <glyph unicode="&#xea03;" glyph-name="expand-in" data-tags="expand-in" d="M171.266 171.068c-11.991 0-22.316-4.331-30.976-12.992-7.994-7.991-11.991-17.984-11.991-29.978 0-11.989 3.997-22.315 11.991-30.976 8.66-7.991 18.985-11.989 30.976-11.989h109.914l-182.857-182.857c-8.66-7.996-12.99-17.984-12.99-29.978 0-11.989 4.33-21.982 12.99-29.978 7.994-8.657 17.986-12.988 29.977-12.988s21.983 4.331 29.976 12.988l182.857 182.861v-109.914c0-11.994 3.997-21.986 11.991-29.978 8.66-8.661 18.985-12.992 30.976-12.992s21.983 4.331 29.977 12.992c8.66 7.991 12.991 17.984 12.991 29.978v212.83c0 11.994-4.332 21.986-12.991 29.978-7.994 8.661-17.986 12.992-29.977 12.992h-212.834zM639.902 340.932c-11.994 0-22.319 3.998-30.976 11.992-7.996 8.66-11.994 18.985-11.994 30.976v212.834c0 11.991 3.998 21.983 11.994 29.976 8.657 8.66 18.982 12.99 30.976 12.99 11.989 0 21.982-4.33 29.973-12.99 8.661-7.994 12.992-17.986 12.992-29.976v-109.914l182.857 182.857c7.996 8.66 17.984 12.99 29.978 12.99 11.989 0 21.982-4.33 29.978-12.99 8.657-7.994 12.988-17.986 12.988-29.977s-4.331-21.983-12.988-29.976l-182.861-182.857h109.914c11.994 0 21.986-4.33 29.978-12.99 8.661-7.994 12.992-17.986 12.992-29.976s-4.331-22.316-12.992-30.976c-7.991-7.994-17.984-11.992-29.978-11.992h-212.83z" />
286
+ <glyph unicode="&#xea04;" glyph-name="expand-out" data-tags="expand-out" d="M341.134-170.667c11.991 0 21.983 4.331 29.976 12.988 8.66 7.996 12.99 17.988 12.99 29.978 0 11.994-4.33 22.319-12.99 30.976-7.994 7.996-17.986 11.994-29.976 11.994h-109.914l182.857 182.857c8.66 7.991 12.991 17.984 12.991 29.973 0 11.994-4.332 21.986-12.991 29.978-7.994 8.661-17.986 12.992-29.977 12.992s-21.983-4.331-29.976-12.992l-182.857-182.857v109.914c0 11.989-4.33 21.982-12.99 29.978-7.994 8.661-17.986 12.988-29.976 12.988s-22.316-4.326-30.976-12.988c-7.994-7.996-11.991-17.988-11.991-29.978v-212.834c0-11.989 3.997-21.982 11.991-29.978 8.66-8.657 18.985-12.988 30.976-12.988h212.834zM895.701 682.667c11.989 0 21.982-4.33 29.978-12.99 8.657-7.994 12.988-17.986 12.988-29.977v-212.834c0-11.991-4.331-22.316-12.988-30.976-7.996-7.994-17.988-11.991-29.978-11.991-11.994 0-22.319 3.997-30.976 11.991-7.996 8.66-11.994 18.985-11.994 30.976v109.914l-182.857-182.857c-7.991-8.66-17.984-12.991-29.973-12.991-11.994 0-21.986 4.332-29.978 12.991-8.661 7.994-12.992 17.986-12.992 29.977s4.331 21.983 12.992 29.976l182.857 182.857h-109.914c-11.989 0-22.315 3.997-30.976 11.991-7.996 8.66-11.989 18.985-11.989 30.976s3.994 21.983 11.989 29.977c8.661 8.66 18.987 12.99 30.976 12.99h212.834z" />
287
+ <glyph unicode="&#xea05;" glyph-name="credit-card" data-tags="credit-card" d="M853.333 341.333h-682.667v-279.458c0-34.611 27.622-61.871 60.708-61.875h561.248c33.088 0.004 60.71 27.264 60.71 61.875v279.458zM384 213.333c23.564 0 42.667-19.102 42.667-42.667v-42.667c0-23.565-19.103-42.667-42.667-42.667h-85.333c-23.564 0-42.667 19.102-42.667 42.667v42.667c0 23.565 19.103 42.667 42.667 42.667h85.333zM853.333 450.125c0 34.611-27.622 61.87-60.71 61.875h-561.248c-33.086-0.005-60.708-27.264-60.708-61.875v-23.458h682.667v23.458zM938.667 61.875c0-80.849-64.943-147.204-146.044-147.209h-561.248c-81.101 0.004-146.042 66.359-146.042 147.209v388.25c0 80.848 64.941 147.203 146.042 147.209h561.248c81.101-0.005 146.044-66.361 146.044-147.209v-388.25z" />
288
+ <glyph unicode="&#xea06;" glyph-name="threads" data-tags="threads" d="M701.875 287.168c-3.409 1.758-6.886 3.465-10.411 5.073-6.114 121.365-67.772 190.858-171.319 191.561-59.746 0.427-113.233-25.774-146.56-80.158l56.943-42.012c23.689 38.649 60.864 46.88 88.239 46.88h0.934c34.095-0.226 59.836-10.892 76.476-31.672 12.113-15.159 20.233-36.066 24.247-62.464-30.242 5.521-62.916 7.228-97.877 5.069-98.436-6.101-161.727-67.836-157.48-153.617 2.147-43.541 22.31-80.96 56.756-105.429 29.124-20.681 66.654-30.797 105.626-28.484 51.507 3.008 91.878 24.141 120.073 62.763 21.397 29.342 34.935 67.362 40.909 115.247 24.529-15.915 42.709-36.868 52.766-62.067 17.058-42.812 18.065-113.182-35.332-170.556-46.767-50.266-103.010-72-187.985-72.678-94.282 0.751-165.577 33.28-211.926 96.649-43.407 59.328-65.835 145.033-66.675 254.729 0.84 109.697 23.267 195.402 66.675 254.73 46.348 63.369 117.644 95.894 211.926 96.647 94.938-0.753 167.471-33.428 215.616-97.099 23.595-31.22 41.378-70.496 53.116-116.272l66.722 19.148c-14.212 56.342-36.57 104.904-67.025 145.184-61.705 81.639-151.927 123.45-268.194 124.329h-0.465c-116.035-0.879-205.277-42.865-265.208-124.805-53.35-72.905-80.864-174.371-81.775-301.559v-0.606c0.91-127.189 28.425-228.655 81.775-301.559 59.93-81.941 149.173-123.951 265.208-124.804h0.465c103.151 0.777 175.872 29.815 235.78 94.187 78.366 84.198 76.006 189.73 50.172 254.528-18.53 46.455-53.862 84.203-102.191 109.12zM523.763 107.076c-43.127-2.611-87.962 18.223-90.176 62.818-1.634 33.075 21.888 69.995 92.834 74.385 8.124 0.503 16.102 0.755 23.923 0.755 25.762 0 49.873-2.688 71.787-7.859-8.171-109.769-56.107-127.59-98.368-130.099z" />
285
289
  </font></defs></svg>
Binary file
Binary file