skin-dt-32 0.0.49 → 0.0.52
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/config/vueComponents.js +5 -3
- package/general.js +0 -24
- package/package.json +1 -1
- package/stylesheet.css +26 -9
package/config/vueComponents.js
CHANGED
|
@@ -58,7 +58,6 @@ Vue.component('cabespecial-foro', {
|
|
|
58
58
|
Vue.component('controles-foro', {
|
|
59
59
|
data: function () {
|
|
60
60
|
return {
|
|
61
|
-
forumName: forumData.name,
|
|
62
61
|
maPage: 0,
|
|
63
62
|
userName: _userdata.username,
|
|
64
63
|
userAvatar: _userdata.avatar.split('src="')[1].split('"')[0],
|
|
@@ -100,7 +99,7 @@ Vue.component('controles-foro', {
|
|
|
100
99
|
</template>
|
|
101
100
|
<template v-else>
|
|
102
101
|
<a href="/" title="Ir a «Inicio»" class="top">
|
|
103
|
-
<span>
|
|
102
|
+
<span>Invitado</span>
|
|
104
103
|
</a>
|
|
105
104
|
</template>
|
|
106
105
|
<nav class="bottom">
|
|
@@ -748,7 +747,10 @@ Vue.component('tablon-superior', {
|
|
|
748
747
|
<li class="column">
|
|
749
748
|
</li>
|
|
750
749
|
<li class="column is-full is-one-third-desktop">
|
|
751
|
-
<
|
|
750
|
+
<div id="plank-help" class="plank-block">
|
|
751
|
+
<h4 class="plank-title">Ayuda</h4>
|
|
752
|
+
<links-ayuda></links-ayuda>
|
|
753
|
+
</div>
|
|
752
754
|
</li>
|
|
753
755
|
</ul>
|
|
754
756
|
</categoria-foro>
|
package/general.js
CHANGED
|
@@ -20,9 +20,6 @@ const forumNotSupportedPage = (text, to) => {
|
|
|
20
20
|
final += '<h3 class="is-tweakeable">';
|
|
21
21
|
final += '<span class="is-measurable">Informaciones</span>';
|
|
22
22
|
final += '</h3>';
|
|
23
|
-
final += '<nav id="forum-breadcrumb" class="breadcrumb has-succeeds-separator left" aria-label="breadcrumbs">';
|
|
24
|
-
final += '<ul></ul>';
|
|
25
|
-
final += '</nav>';
|
|
26
23
|
final += '</div>';
|
|
27
24
|
|
|
28
25
|
/* FIN */
|
|
@@ -256,9 +253,6 @@ document.addEventListener('DOMContentLoaded', () => {
|
|
|
256
253
|
final += '<h3 class="is-tweakeable">';
|
|
257
254
|
final += '<span class="is-measurable">Conectarse al foro</span>';
|
|
258
255
|
final += '</h3>';
|
|
259
|
-
final += '<nav id="forum-breadcrumb" class="breadcrumb has-succeeds-separator left" aria-label="breadcrumbs">';
|
|
260
|
-
final += '<ul></ul>';
|
|
261
|
-
final += '</nav>';
|
|
262
256
|
final += '</div>';
|
|
263
257
|
|
|
264
258
|
/* FIN */
|
|
@@ -345,9 +339,6 @@ document.addEventListener('DOMContentLoaded', () => {
|
|
|
345
339
|
final += '<h3 class="is-tweakeable">';
|
|
346
340
|
final += '<span class="is-measurable">Recuperar contraseña</span>';
|
|
347
341
|
final += '</h3>';
|
|
348
|
-
final += '<nav id="forum-breadcrumb" class="breadcrumb has-succeeds-separator left" aria-label="breadcrumbs">';
|
|
349
|
-
final += '<ul></ul>';
|
|
350
|
-
final += '</nav>';
|
|
351
342
|
final += '</div>';
|
|
352
343
|
|
|
353
344
|
/* FIN */
|
|
@@ -416,9 +407,6 @@ document.addEventListener('DOMContentLoaded', () => {
|
|
|
416
407
|
final += '<h3 class="is-tweakeable">';
|
|
417
408
|
final += '<span class="is-measurable">Cambiar contraseña</span>';
|
|
418
409
|
final += '</h3>';
|
|
419
|
-
final += '<nav id="forum-breadcrumb" class="breadcrumb has-succeeds-separator left" aria-label="breadcrumbs">';
|
|
420
|
-
final += '<ul></ul>';
|
|
421
|
-
final += '</nav>';
|
|
422
410
|
final += '</div>';
|
|
423
411
|
|
|
424
412
|
/* FIN */
|
|
@@ -495,9 +483,6 @@ document.addEventListener('DOMContentLoaded', () => {
|
|
|
495
483
|
final += '<h3 class="is-tweakeable">';
|
|
496
484
|
final += '<span class="is-measurable">Recuperar contraseña</span>';
|
|
497
485
|
final += '</h3>';
|
|
498
|
-
final += '<nav id="forum-breadcrumb" class="breadcrumb has-succeeds-separator left" aria-label="breadcrumbs">';
|
|
499
|
-
final += '<ul></ul>';
|
|
500
|
-
final += '</nav>';
|
|
501
486
|
final += '</div>';
|
|
502
487
|
|
|
503
488
|
/* FIN */
|
|
@@ -567,9 +552,6 @@ document.addEventListener('DOMContentLoaded', () => {
|
|
|
567
552
|
final += '<h3 class="is-tweakeable">';
|
|
568
553
|
final += '<span class="is-measurable">Registro</span>';
|
|
569
554
|
final += '</h3>';
|
|
570
|
-
final += '<nav id="forum-breadcrumb" class="breadcrumb has-succeeds-separator left" aria-label="breadcrumbs">';
|
|
571
|
-
final += '<ul></ul>';
|
|
572
|
-
final += '</nav>';
|
|
573
555
|
final += '</div>';
|
|
574
556
|
|
|
575
557
|
/* FIN */
|
|
@@ -654,9 +636,6 @@ document.addEventListener('DOMContentLoaded', () => {
|
|
|
654
636
|
final += '<h3 class="is-tweakeable">';
|
|
655
637
|
final += '<span class="is-measurable">Registro</span>';
|
|
656
638
|
final += '</h3>';
|
|
657
|
-
final += '<nav id="forum-breadcrumb" class="breadcrumb has-succeeds-separator left" aria-label="breadcrumbs">';
|
|
658
|
-
final += '<ul></ul>';
|
|
659
|
-
final += '</nav>';
|
|
660
639
|
final += '</div>';
|
|
661
640
|
|
|
662
641
|
|
|
@@ -729,9 +708,6 @@ document.addEventListener('DOMContentLoaded', () => {
|
|
|
729
708
|
final += '<h3 class="is-tweakeable">';
|
|
730
709
|
final += '<span class="is-measurable">Informaciones</span>';
|
|
731
710
|
final += '</h3>';
|
|
732
|
-
final += '<nav id="forum-breadcrumb" class="breadcrumb has-succeeds-separator left" aria-label="breadcrumbs">';
|
|
733
|
-
final += '<ul></ul>';
|
|
734
|
-
final += '</nav>';
|
|
735
711
|
final += '</div>';
|
|
736
712
|
|
|
737
713
|
/* FIN */
|
package/package.json
CHANGED
package/stylesheet.css
CHANGED
|
@@ -7,6 +7,7 @@ body {
|
|
|
7
7
|
line-height: 24px;
|
|
8
8
|
min-height: 100vh;
|
|
9
9
|
background-image: var(--pattern);
|
|
10
|
+
background-attachment: fixed;
|
|
10
11
|
background-repeat: repeat;
|
|
11
12
|
}
|
|
12
13
|
|
|
@@ -38,8 +39,6 @@ a {
|
|
|
38
39
|
background-image: var(--header);
|
|
39
40
|
background-position: center;
|
|
40
41
|
background-size: cover;
|
|
41
|
-
background-attachment: fixed;
|
|
42
|
-
background-repeat: repeat;
|
|
43
42
|
}
|
|
44
43
|
|
|
45
44
|
#forum-logo {
|
|
@@ -80,7 +79,8 @@ a {
|
|
|
80
79
|
display: flex;
|
|
81
80
|
align-items: center;
|
|
82
81
|
width: 100%;
|
|
83
|
-
font-weight:
|
|
82
|
+
font-weight: 900;
|
|
83
|
+
letter-spacing: .225rem;
|
|
84
84
|
font-size: 2rem;
|
|
85
85
|
text-transform: uppercase;
|
|
86
86
|
writing-mode: tb-rl;
|
|
@@ -95,7 +95,7 @@ a {
|
|
|
95
95
|
border-radius: 100%;
|
|
96
96
|
border: 5px solid var(--color-two);
|
|
97
97
|
box-shadow: 0 0 0 3px var(--color-contrast);
|
|
98
|
-
margin: 1rem .875rem;
|
|
98
|
+
margin: 1rem .875rem 0 .875rem;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
#forum-navbar .navbar-item {
|
|
@@ -118,7 +118,7 @@ a {
|
|
|
118
118
|
#forum-navbar .navbar-item .text {
|
|
119
119
|
font-size: .5rem;
|
|
120
120
|
margin-top: .5rem;
|
|
121
|
-
font-weight:
|
|
121
|
+
font-weight: 600;
|
|
122
122
|
text-transform: uppercase;
|
|
123
123
|
}
|
|
124
124
|
|
|
@@ -142,7 +142,7 @@ a {
|
|
|
142
142
|
background: var(--color-contrast);
|
|
143
143
|
color: var(--color-two);
|
|
144
144
|
font-size: .825rem;
|
|
145
|
-
font-weight:
|
|
145
|
+
font-weight: 600;
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
#forum-footer>.main-body {
|
|
@@ -153,7 +153,14 @@ a {
|
|
|
153
153
|
|
|
154
154
|
#forum-footer a {
|
|
155
155
|
color: var(--color-two);
|
|
156
|
-
font-weight:
|
|
156
|
+
font-weight: 600;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
#forum-credits {
|
|
160
|
+
white-space: nowrap;
|
|
161
|
+
overflow: hidden;
|
|
162
|
+
display: block;
|
|
163
|
+
text-overflow: ellipsis;
|
|
157
164
|
}
|
|
158
165
|
|
|
159
166
|
/* Topbar */
|
|
@@ -165,12 +172,22 @@ a {
|
|
|
165
172
|
margin: 0;
|
|
166
173
|
}
|
|
167
174
|
|
|
175
|
+
.plank-block {
|
|
176
|
+
padding: 2rem;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.plank-title {
|
|
180
|
+
margin-bottom: 1rem;
|
|
181
|
+
text-transform: uppercase;
|
|
182
|
+
font-weight: 900;
|
|
183
|
+
letter-spacing: .225rem;
|
|
184
|
+
}
|
|
185
|
+
|
|
168
186
|
#help-main {
|
|
169
187
|
display: flex;
|
|
170
188
|
flex-flow: row wrap;
|
|
171
189
|
justify-content: center;
|
|
172
190
|
align-items: center;
|
|
173
|
-
padding: 2rem;
|
|
174
191
|
margin: -.5rem;
|
|
175
192
|
}
|
|
176
193
|
|
|
@@ -201,7 +218,7 @@ a {
|
|
|
201
218
|
background: var(--color-contrast);
|
|
202
219
|
color: var(--color-two);
|
|
203
220
|
font-size: .825rem;
|
|
204
|
-
font-weight:
|
|
221
|
+
font-weight: 600;
|
|
205
222
|
text-transform: uppercase;
|
|
206
223
|
height: 80px;
|
|
207
224
|
margin: 0;
|