isite 2022.8.1 → 2022.8.4

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.
@@ -1,285 +1,285 @@
1
1
  @media all {
2
- .pointer {
3
- cursor: pointer;
4
- }
5
-
6
- .bold {
7
- font-weight: bold;
8
- }
9
-
10
- .italic {
11
- font-style: italic;
12
- }
13
-
14
- .center,
15
- .center p,
16
- .center span,
17
- .center label,
18
- .center b,
19
- .center i,
20
- .center img {
21
- margin: 0 auto !important;
22
- text-align: center !important;
23
- }
24
-
25
- .float-none{
26
- float: none !important;
27
- }
28
- .center i.center {
29
- vertical-align: text-bottom;
30
- }
31
-
32
- .left {
33
- float: left !important;
34
- }
35
-
36
- .right {
37
- float: right !important;
38
- }
39
-
40
- .text-center {
41
- text-align: center !important;
42
- }
43
-
44
- .text-left {
45
- text-align: left !important;
46
- }
47
-
48
- .text-right {
49
- text-align: right !important;
50
- }
51
-
52
- .border {
53
- border: 1px solid #bbb;
54
- }
55
-
56
- .dashed {
57
- border: 2px dashed #030303;
58
- }
59
-
60
- .margin {
61
- margin: 3px;
62
- }
63
-
64
- .padding {
65
- padding: 3px;
66
- }
67
-
68
- .text-shadow {
69
- text-shadow: 1px 1px 1px #000;
70
- }
71
-
72
- .box-shadow {
73
- box-shadow: 1px 1px 8px 2px #000;
74
- }
75
-
76
- .block {
77
- display: block;
78
- }
79
-
80
- .none {
81
- display: none;
82
- }
83
-
84
- .inline {
85
- display: inline-block;
86
- }
87
-
88
- .inline-grid {
89
- display: inline-grid;
90
- }
91
-
92
- .small {
93
- font-size: small;
94
- }
95
-
96
- .smaller {
97
- font-size: smaller;
98
- }
99
-
100
- .x-small {
101
- font-size: x-small;
102
- }
103
-
104
- .xx-small {
105
- font-size: xx-small;
106
- }
107
-
108
- .medium {
109
- font-size: medium;
110
- }
111
-
112
- .large {
113
- font-size: large;
114
- }
115
-
116
- .larger {
117
- font-size: larger;
118
- }
119
-
120
- .v {
121
- font-size: x-large;
122
- }
123
-
124
- .error {
125
- text-align: center;
126
- color: red;
127
- }
128
-
129
- .xx-large {
130
- font-size: xx-large;
131
- }
132
-
133
- .appearance-none {
134
- -moz-appearance: none;
135
- -webkit-appearance: none;
136
- appearance: none;
137
- }
138
-
139
- .no-border {
140
- border: none !important;
141
- }
142
-
143
- .no-border-left {
144
- border-left: none !important;
145
- }
146
-
147
- .no-border-right {
148
- border-right: none !important;
149
- }
150
-
151
- .no-border-top {
152
- border-top: none !important;
153
- }
154
-
155
- .no-border-bottom {
156
- border-bottom: none !important;
157
- }
158
-
159
- .no-border-radius {
160
- border-radius: 0px !important;
161
- }
162
-
163
- .paper {
164
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 10px 0 -5px #eee, 0 10px 1px -4px rgba(0, 0, 0, 0.15), 0 20px 0 -10px #eee, 0 20px 1px -9px rgba(0, 0, 0, 0.15);
165
- }
166
-
167
- .full-width {
168
- width: 100%;
169
- margin: 0px;
170
- }
171
-
172
- .hover-scale:hover {
173
- transform: scale(1.1);
174
- }
175
-
176
- .multi-lines {
177
- white-space: pre-wrap;
178
- }
179
-
180
- .ww {
181
- width: 250px !important;
182
- white-space: pre-line !important;
183
- }
184
- .w0 {
185
- width: 1px !important;
186
- white-space: nowrap !important;
187
- }
188
-
189
- .w50,
190
- .w50 input {
191
- min-width: 50px !important;
192
- width: 50px !important;
193
- white-space: pre-line !important;
194
- }
195
-
196
- .w100,
197
- .w100 input {
198
- width: 100px !important;
199
- min-width: 100px !important;
200
- white-space: pre-line !important;
201
- }
202
-
203
- .w125,
204
- .w125 input {
205
- width: 125px !important;
206
- min-width: 125px !important;
207
- white-space: pre-line !important;
208
- }
209
-
210
- .w150,
211
- .w150 input {
212
- width: 150px !important;
213
- min-width: 150px !important;
214
- white-space: pre-line !important;
215
- }
216
-
217
- .w175,
218
- .w175 input {
219
- width: 175px !important;
220
- min-width: 175px !important;
221
- white-space: pre-line !important;
222
- }
223
-
224
- .w200,
225
- .w200 input {
226
- width: 200px !important;
227
- min-width: 200px !important;
228
- white-space: pre-line !important;
229
- }
230
-
231
- .w225,
232
- .w225 input {
233
- width: 225px !important;
234
- min-width: 225px !important;
235
- white-space: pre-line !important;
236
- }
237
-
238
- .w250,
239
- .w250 input {
240
- width: 250px !important;
241
- min-width: 250px !important;
242
- white-space: pre-line !important;
243
- }
244
-
245
- .w275,
246
- .w275 input {
247
- width: 275px !important;
248
- min-width: 275px !important;
249
- white-space: pre-line !important;
250
- }
251
-
252
- .w300,
253
- .w300 input {
254
- width: 300px !important;
255
- min-width: 300px !important;
256
- white-space: pre-line !important;
257
- }
258
-
259
- .w350,
260
- .w350 input {
261
- width: 350px !important;
262
- min-width: 350px !important;
263
- white-space: pre-line !important;
264
- }
265
-
266
- .w400,
267
- .w400 input {
268
- width: 400px !important;
269
- min-width: 400px !important;
270
- white-space: pre-line !important;
271
- }
272
-
273
- .w450,
274
- .w450 input {
275
- width: 450px !important;
276
- min-width: 450px !important;
277
- white-space: pre-line !important;
278
- }
279
- .w500,
280
- .w500 input {
281
- width: 500px !important;
282
- min-width: 500px !important;
283
- white-space: pre-line !important;
284
- }
2
+ .pointer {
3
+ cursor: pointer;
4
+ }
5
+
6
+ .bold {
7
+ font-weight: bold;
8
+ }
9
+
10
+ .italic {
11
+ font-style: italic;
12
+ }
13
+
14
+ .center,
15
+ .center p,
16
+ .center span,
17
+ .center label,
18
+ .center b,
19
+ .center i,
20
+ .center img {
21
+ margin: 0 auto !important;
22
+ text-align: center !important;
23
+ }
24
+
25
+ .float-none {
26
+ float: none !important;
27
+ }
28
+ .center i.center {
29
+ vertical-align: text-bottom;
30
+ }
31
+
32
+ .left {
33
+ float: left !important;
34
+ }
35
+
36
+ .right {
37
+ float: right !important;
38
+ }
39
+
40
+ .text-center {
41
+ text-align: center !important;
42
+ }
43
+
44
+ .text-left {
45
+ text-align: left !important;
46
+ }
47
+
48
+ .text-right {
49
+ text-align: right !important;
50
+ }
51
+
52
+ .border {
53
+ border: 1px solid var(--theme-color);
54
+ }
55
+
56
+ .dashed {
57
+ border: 2px dashed var(--theme-color);
58
+ }
59
+
60
+ .margin {
61
+ margin: 3px;
62
+ }
63
+
64
+ .padding {
65
+ padding: 3px;
66
+ }
67
+
68
+ .text-shadow {
69
+ text-shadow: 1px 1px 1px #000;
70
+ }
71
+
72
+ .box-shadow {
73
+ box-shadow: 1px 1px 8px 2px #000;
74
+ }
75
+
76
+ .block {
77
+ display: block;
78
+ }
79
+
80
+ .none {
81
+ display: none;
82
+ }
83
+
84
+ .inline {
85
+ display: inline-block;
86
+ }
87
+
88
+ .inline-grid {
89
+ display: inline-grid;
90
+ }
91
+
92
+ .small {
93
+ font-size: small;
94
+ }
95
+
96
+ .smaller {
97
+ font-size: smaller;
98
+ }
99
+
100
+ .x-small {
101
+ font-size: x-small;
102
+ }
103
+
104
+ .xx-small {
105
+ font-size: xx-small;
106
+ }
107
+
108
+ .medium {
109
+ font-size: medium;
110
+ }
111
+
112
+ .large {
113
+ font-size: large;
114
+ }
115
+
116
+ .larger {
117
+ font-size: larger;
118
+ }
119
+
120
+ .v {
121
+ font-size: x-large;
122
+ }
123
+
124
+ .error {
125
+ text-align: center;
126
+ color: red;
127
+ }
128
+
129
+ .xx-large {
130
+ font-size: xx-large;
131
+ }
132
+
133
+ .appearance-none {
134
+ -moz-appearance: none;
135
+ -webkit-appearance: none;
136
+ appearance: none;
137
+ }
138
+
139
+ .no-border {
140
+ border: none !important;
141
+ }
142
+
143
+ .no-border-left {
144
+ border-left: none !important;
145
+ }
146
+
147
+ .no-border-right {
148
+ border-right: none !important;
149
+ }
150
+
151
+ .no-border-top {
152
+ border-top: none !important;
153
+ }
154
+
155
+ .no-border-bottom {
156
+ border-bottom: none !important;
157
+ }
158
+
159
+ .no-border-radius {
160
+ border-radius: 0px !important;
161
+ }
162
+
163
+ .paper {
164
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 10px 0 -5px #eee, 0 10px 1px -4px rgba(0, 0, 0, 0.15), 0 20px 0 -10px #eee, 0 20px 1px -9px rgba(0, 0, 0, 0.15);
165
+ }
166
+
167
+ .full-width {
168
+ width: 100%;
169
+ margin: 0px;
170
+ }
171
+
172
+ .hover-scale:hover {
173
+ transform: scale(1.1);
174
+ }
175
+
176
+ .multi-lines {
177
+ white-space: pre-wrap;
178
+ }
179
+
180
+ .ww {
181
+ width: 250px !important;
182
+ white-space: pre-line !important;
183
+ }
184
+ .w0 {
185
+ width: 1px !important;
186
+ white-space: nowrap !important;
187
+ }
188
+
189
+ .w50,
190
+ .w50 input {
191
+ min-width: 50px !important;
192
+ width: 50px !important;
193
+ white-space: pre-line !important;
194
+ }
195
+
196
+ .w100,
197
+ .w100 input {
198
+ width: 100px !important;
199
+ min-width: 100px !important;
200
+ white-space: pre-line !important;
201
+ }
202
+
203
+ .w125,
204
+ .w125 input {
205
+ width: 125px !important;
206
+ min-width: 125px !important;
207
+ white-space: pre-line !important;
208
+ }
209
+
210
+ .w150,
211
+ .w150 input {
212
+ width: 150px !important;
213
+ min-width: 150px !important;
214
+ white-space: pre-line !important;
215
+ }
216
+
217
+ .w175,
218
+ .w175 input {
219
+ width: 175px !important;
220
+ min-width: 175px !important;
221
+ white-space: pre-line !important;
222
+ }
223
+
224
+ .w200,
225
+ .w200 input {
226
+ width: 200px !important;
227
+ min-width: 200px !important;
228
+ white-space: pre-line !important;
229
+ }
230
+
231
+ .w225,
232
+ .w225 input {
233
+ width: 225px !important;
234
+ min-width: 225px !important;
235
+ white-space: pre-line !important;
236
+ }
237
+
238
+ .w250,
239
+ .w250 input {
240
+ width: 250px !important;
241
+ min-width: 250px !important;
242
+ white-space: pre-line !important;
243
+ }
244
+
245
+ .w275,
246
+ .w275 input {
247
+ width: 275px !important;
248
+ min-width: 275px !important;
249
+ white-space: pre-line !important;
250
+ }
251
+
252
+ .w300,
253
+ .w300 input {
254
+ width: 300px !important;
255
+ min-width: 300px !important;
256
+ white-space: pre-line !important;
257
+ }
258
+
259
+ .w350,
260
+ .w350 input {
261
+ width: 350px !important;
262
+ min-width: 350px !important;
263
+ white-space: pre-line !important;
264
+ }
265
+
266
+ .w400,
267
+ .w400 input {
268
+ width: 400px !important;
269
+ min-width: 400px !important;
270
+ white-space: pre-line !important;
271
+ }
272
+
273
+ .w450,
274
+ .w450 input {
275
+ width: 450px !important;
276
+ min-width: 450px !important;
277
+ white-space: pre-line !important;
278
+ }
279
+ .w500,
280
+ .w500 input {
281
+ width: 500px !important;
282
+ min-width: 500px !important;
283
+ white-space: pre-line !important;
284
+ }
285
285
  }
@@ -1,52 +1,56 @@
1
- .image{
2
- width : 400px;
3
- height: 300px;
4
- border-radius: 10px;
1
+ .image {
2
+ width: 400px;
3
+ height: 300px;
4
+ border-radius: 10px;
5
5
  }
6
- .logo{
7
- width : 48px;
8
- height: 48px;
9
- border-radius: 5px;
6
+ .logo {
7
+ width: 48px;
8
+ height: 48px;
9
+ border-radius: 5px;
10
10
  }
11
11
 
12
-
13
-
14
-
15
-
16
-
17
- i-image img{
18
- width : 200px;
19
- height: 200px;
20
- border:var(--i-image-border);
21
- padding: 5px;
22
- transition: all .5s ease;
23
- -moz-transition: all .5s ease;
24
- -webkit-transition: all .5s ease;
25
- -ms-transition: all .5s ease;
12
+ i-image {
13
+ width: auto !important;
14
+ height: auto !important;
15
+ margin: 5px;
26
16
  }
27
-
28
- i-image.full img{
29
- width : 100%;
30
- height: auto;
31
- border:var(--i-image-border);
32
- padding: 5px;
17
+ i-image img {
18
+ width: 128px;
19
+ height: 128px;
20
+ transition: all 0.5s ease;
21
+ -moz-transition: all 0.5s ease;
22
+ -webkit-transition: all 0.5s ease;
23
+ -ms-transition: all 0.5s ease;
24
+ background-image: url('/x-images/no.jpg');
25
+ background-size: contain;
26
+ background-repeat: no-repeat;
27
+ border: 1px dashed var(--theme-color);
33
28
  }
34
29
 
35
- i-image.logo img{
36
- width : 48px;
37
- height: 48px;
30
+ i-image.full img {
31
+ width: 100%;
32
+ height: auto;
33
+ border: var(--i-image-border);
34
+ padding: 5px;
38
35
  }
39
36
 
40
- i-image.photo img{
41
- width : 200px;
42
- height: 200px;
37
+ i-image.logo img {
38
+ width: 48px;
39
+ height: 48px;
43
40
  }
44
-
45
- i-image.hover img:hover{
46
- transform: scale(1.1);
41
+ i-image.logo64 img {
42
+ width: 64px;
43
+ height: 64px;
44
+ }
45
+ i-image.photo img {
46
+ width: 256px;
47
+ height: 256px;
47
48
  }
48
49
 
49
- i-image[view] img{
50
- border:var(--i-image-view-border);
50
+ i-image.hover img:hover {
51
+ transform: scale(1.1);
51
52
  }
52
53
 
54
+ i-image[view] img {
55
+ border: var(--i-image-view-border);
56
+ }