@topvisor/ui 1.0.30 → 1.0.31

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;262)</small></h1>
13
13
  </div>
14
14
  <div class="clearfix mhl ptl">
15
15
  <h1 class="mvm mtn fgc1">Grid Size: 24</h1>
@@ -237,6 +237,34 @@
237
237
  <input type="text" readonly value="" class="liga unitRight" />
238
238
  </div>
239
239
  </div>
240
+ <div class="glyph fs1">
241
+ <div class="clearfix bshadow0 pbs">
242
+ <span class="icon2-expand-in"></span>
243
+ <span class="mls"> icon2-expand-in</span>
244
+ </div>
245
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
246
+ <input type="text" readonly value="ea03" class="unit size1of2" />
247
+ <input type="text" maxlength="1" readonly value="&#xea03;" class="unitRight size1of2 talign-right" />
248
+ </fieldset>
249
+ <div class="fs0 bshadow0 clearfix hidden-false">
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="icon2-expand-out"></span>
257
+ <span class="mls"> icon2-expand-out</span>
258
+ </div>
259
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
260
+ <input type="text" readonly value="ea04" class="unit size1of2" />
261
+ <input type="text" maxlength="1" readonly value="&#xea04;" 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>
240
268
  <div class="glyph fs1">
241
269
  <div class="clearfix bshadow0 pbs">
242
270
  <span class="icon2-arrows-expand-horizontal"></span>
@@ -755,6 +783,20 @@
755
783
  <input type="text" readonly value="" class="liga unitRight" />
756
784
  </div>
757
785
  </div>
786
+ <div class="glyph fs1">
787
+ <div class="clearfix bshadow0 pbs">
788
+ <span class="icon2-credit-card"></span>
789
+ <span class="mls"> icon2-credit-card</span>
790
+ </div>
791
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
792
+ <input type="text" readonly value="ea05" class="unit size1of2" />
793
+ <input type="text" maxlength="1" readonly value="&#xea05;" class="unitRight size1of2 talign-right" />
794
+ </fieldset>
795
+ <div class="fs0 bshadow0 clearfix hidden-false">
796
+ <span class="unit pvs fgc1">liga: </span>
797
+ <input type="text" readonly value="" class="liga unitRight" />
798
+ </div>
799
+ </div>
758
800
  <div class="glyph fs1">
759
801
  <div class="clearfix bshadow0 pbs">
760
802
  <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,7 @@
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" />
285
288
  </font></defs></svg>
Binary file
Binary file