generic-skin 2.5.3 → 2.9.56

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/pages/ucp.js CHANGED
@@ -21,8 +21,8 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
21
21
  component: {
22
22
  page_name: 'Editar perfil',
23
23
  template: `
24
- <wiki-contenido data-mode="app">
25
- <panel-control data-elements="` + JSON.stringify(forumConfig.profileEdit).replace(/"/g, "'") + `" />
24
+ <wiki-contenido mode="app">
25
+ <panel-control elements="` + JSON.stringify(forumConfig.profileEdit).replace(/"/g, "'") + `" />
26
26
  </wiki-contenido>
27
27
  `
28
28
  }
@@ -34,7 +34,7 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
34
34
  component: {
35
35
  page_name: 'Multicuentas',
36
36
  template: `
37
- <wiki-contenido data-mode="app">
37
+ <wiki-contenido mode="app">
38
38
  <gestor-multicuentas />
39
39
  </wiki-contenido>
40
40
  `
@@ -42,12 +42,24 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
42
42
  });
43
43
  }
44
44
 
45
+ routes.push({
46
+ path: '/supervisados',
47
+ component: {
48
+ page_name: 'Supervisados',
49
+ template: `
50
+ <wiki-contenido mode="app">
51
+ <lista-seguidos />
52
+ </wiki-contenido>
53
+ `
54
+ }
55
+ });
56
+
45
57
  routes.push({
46
58
  path: '/bosquejos',
47
59
  component: {
48
60
  page_name: 'Bosquejos',
49
61
  template: `
50
- <wiki-contenido data-mode="app">
62
+ <wiki-contenido mode="app">
51
63
  <lista-bosquejos />
52
64
  </wiki-contenido>
53
65
  `
@@ -74,8 +86,8 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
74
86
  page_name: 'Editar',
75
87
  page_parent: 'Perfil de usuario',
76
88
  template: `
77
- <wiki-contenido data-mode="app">
78
- <panel-control data-elements="` + JSON.stringify(forumConfig.profileEdit).replace(/"/g, "'") + `" />
89
+ <wiki-contenido mode="app">
90
+ <panel-control elements="` + JSON.stringify(forumConfig.profileEdit).replace(/"/g, "'") + `" />
79
91
  </wiki-contenido>
80
92
  `
81
93
  }
@@ -87,7 +99,7 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
87
99
  page_name: 'Multicuentas',
88
100
  page_parent: 'Perfil de usuario',
89
101
  template: `
90
- <wiki-contenido data-mode="app">
102
+ <wiki-contenido mode="app">
91
103
  <gestor-multicuentas />
92
104
  </wiki-contenido>
93
105
  `
@@ -104,8 +116,8 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
104
116
  component: {
105
117
  page_name: 'Editar perfil',
106
118
  template: `
107
- <wiki-contenido data-mode="app">
108
- <panel-control data-elements="` + JSON.stringify(forumConfig.profileEdit).replace(/"/g, "'") + `" />
119
+ <wiki-contenido mode="app">
120
+ <panel-control elements="` + JSON.stringify(forumConfig.profileEdit).replace(/"/g, "'") + `" />
109
121
  </wiki-contenido>
110
122
  `
111
123
  }
@@ -127,7 +139,7 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
127
139
  page_name: 'Cronología',
128
140
  page_parent: 'Otros',
129
141
  template: `
130
- <wiki-contenido data-mode="app">
142
+ <wiki-contenido mode="app">
131
143
  <gestor-cronologia />
132
144
  </wiki-contenido>
133
145
  `
@@ -142,7 +154,7 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
142
154
  page_name: 'Relaciones',
143
155
  page_parent: 'Otros',
144
156
  template: `
145
- <wiki-contenido data-mode="app">
157
+ <wiki-contenido mode="app">
146
158
  <gestor-relaciones />
147
159
  </wiki-contenido>
148
160
  `
@@ -150,17 +162,41 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
150
162
  });
151
163
  }
152
164
 
165
+ routes.push({
166
+ path: '/otros/supervisados',
167
+ component: {
168
+ page_name: 'Supervisados',
169
+ page_parent: 'Otros',
170
+ template: `
171
+ <wiki-contenido mode="app">
172
+ <lista-seguidos />
173
+ </wiki-contenido>
174
+ `
175
+ }
176
+ });
177
+
153
178
  routes.push({
154
179
  path: '/otros/bosquejos',
155
180
  component: {
156
181
  page_name: 'Bosquejos',
157
182
  page_parent: 'Otros',
158
183
  template: `
159
- <wiki-contenido data-mode="app">
184
+ <wiki-contenido mode="app">
160
185
  <lista-bosquejos />
161
186
  </wiki-contenido>
162
187
  `
163
- }
188
+ },
189
+ alias: '/bosquejos'
190
+ });
191
+
192
+ routes.push({
193
+ path: '/bosquejos',
194
+ redirect: '/otros/bosquejos'
195
+ });
196
+
197
+ routes.push({
198
+ path: '/supervisados',
199
+ redirect: '/otros/supervisados'
164
200
  });
165
201
  }
166
202
 
package/pages/ucp.min.js CHANGED
@@ -1 +1 @@
1
- _userdata.session_logged_in||window.location.replace("/");const routes=[{path:"/",redirect:"/inicio"},{path:"/home",redirect:"/inicio"}];void 0===forumConfig.profileUser.cronoField&&void 0===forumConfig.profileUser.relaField?(routes.push({path:"/inicio",redirect:"/editar"}),routes.push({path:"/editar",component:{page_name:"Editar perfil",template:'\n<wiki-contenido data-mode="app">\n <panel-control data-elements="'+JSON.stringify(forumConfig.profileEdit).replace(/"/g,"'")+'" />\n</wiki-contenido>\n '}}),void 0!==forumConfig.profileUser.accountsField&&routes.push({path:"/multicuentas",component:{page_name:"Multicuentas",template:'\n<wiki-contenido data-mode="app">\n <gestor-multicuentas />\n</wiki-contenido>\n '}}),routes.push({path:"/bosquejos",component:{page_name:"Bosquejos",template:'\n<wiki-contenido data-mode="app">\n <lista-bosquejos />\n</wiki-contenido>\n '}})):(void 0!==forumConfig.profileUser.accountsField?(routes.push({path:"/inicio",redirect:"/perfil/editar"}),routes.push({path:"/perfil",redirect:"/inicio",component:{page_name:"Perfil de usuario"}}),routes.push({path:"/perfil/editar",component:{page_name:"Editar",page_parent:"Perfil de usuario",template:'\n<wiki-contenido data-mode="app">\n <panel-control data-elements="'+JSON.stringify(forumConfig.profileEdit).replace(/"/g,"'")+'" />\n</wiki-contenido>\n '}}),routes.push({path:"/perfil/multicuentas",component:{page_name:"Multicuentas",page_parent:"Perfil de usuario",template:'\n <wiki-contenido data-mode="app">\n <gestor-multicuentas />\n </wiki-contenido>\n '}})):(routes.push({path:"/inicio",redirect:"/editar"}),routes.push({path:"/editar",component:{page_name:"Editar perfil",template:'\n<wiki-contenido data-mode="app">\n <panel-control data-elements="'+JSON.stringify(forumConfig.profileEdit).replace(/"/g,"'")+'" />\n</wiki-contenido>\n '}})),routes.push({path:"/otros",redirect:"/inicio",component:{page_name:"Otros"}}),void 0!==forumConfig.profileUser.cronoField&&routes.push({path:"/otros/cronologia",component:{page_name:"Cronología",page_parent:"Otros",template:'\n<wiki-contenido data-mode="app">\n <gestor-cronologia />\n</wiki-contenido>\n '}}),void 0!==forumConfig.profileUser.relaField&&routes.push({path:"/otros/relaciones",component:{page_name:"Relaciones",page_parent:"Otros",template:'\n<wiki-contenido data-mode="app">\n <gestor-relaciones />\n</wiki-contenido>\n '}}),routes.push({path:"/otros/bosquejos",component:{page_name:"Bosquejos",page_parent:"Otros",template:'\n<wiki-contenido data-mode="app">\n <lista-bosquejos />\n</wiki-contenido>\n '}}));const router=new VueRouter({routes:routes});
1
+ _userdata.session_logged_in||window.location.replace("/");const routes=[{path:"/",redirect:"/inicio"},{path:"/home",redirect:"/inicio"}];void 0===forumConfig.profileUser.cronoField&&void 0===forumConfig.profileUser.relaField?(routes.push({path:"/inicio",redirect:"/editar"}),routes.push({path:"/editar",component:{page_name:"Editar perfil",template:'\n<wiki-contenido mode="app">\n <panel-control elements="'+JSON.stringify(forumConfig.profileEdit).replace(/"/g,"'")+'" />\n</wiki-contenido>\n '}}),void 0!==forumConfig.profileUser.accountsField&&routes.push({path:"/multicuentas",component:{page_name:"Multicuentas",template:'\n<wiki-contenido mode="app">\n <gestor-multicuentas />\n</wiki-contenido>\n '}}),routes.push({path:"/supervisados",component:{page_name:"Supervisados",template:'\n<wiki-contenido mode="app">\n <lista-seguidos />\n</wiki-contenido>\n '}}),routes.push({path:"/bosquejos",component:{page_name:"Bosquejos",template:'\n<wiki-contenido mode="app">\n <lista-bosquejos />\n</wiki-contenido>\n '}})):(void 0!==forumConfig.profileUser.accountsField?(routes.push({path:"/inicio",redirect:"/perfil/editar"}),routes.push({path:"/perfil",redirect:"/inicio",component:{page_name:"Perfil de usuario"}}),routes.push({path:"/perfil/editar",component:{page_name:"Editar",page_parent:"Perfil de usuario",template:'\n<wiki-contenido mode="app">\n <panel-control elements="'+JSON.stringify(forumConfig.profileEdit).replace(/"/g,"'")+'" />\n</wiki-contenido>\n '}}),routes.push({path:"/perfil/multicuentas",component:{page_name:"Multicuentas",page_parent:"Perfil de usuario",template:'\n <wiki-contenido mode="app">\n <gestor-multicuentas />\n </wiki-contenido>\n '}})):(routes.push({path:"/inicio",redirect:"/editar"}),routes.push({path:"/editar",component:{page_name:"Editar perfil",template:'\n<wiki-contenido mode="app">\n <panel-control elements="'+JSON.stringify(forumConfig.profileEdit).replace(/"/g,"'")+'" />\n</wiki-contenido>\n '}})),routes.push({path:"/otros",redirect:"/inicio",component:{page_name:"Otros"}}),void 0!==forumConfig.profileUser.cronoField&&routes.push({path:"/otros/cronologia",component:{page_name:"Cronología",page_parent:"Otros",template:'\n<wiki-contenido mode="app">\n <gestor-cronologia />\n</wiki-contenido>\n '}}),void 0!==forumConfig.profileUser.relaField&&routes.push({path:"/otros/relaciones",component:{page_name:"Relaciones",page_parent:"Otros",template:'\n<wiki-contenido mode="app">\n <gestor-relaciones />\n</wiki-contenido>\n '}}),routes.push({path:"/otros/supervisados",component:{page_name:"Supervisados",page_parent:"Otros",template:'\n<wiki-contenido mode="app">\n <lista-seguidos />\n</wiki-contenido>\n '}}),routes.push({path:"/otros/bosquejos",component:{page_name:"Bosquejos",page_parent:"Otros",template:'\n<wiki-contenido mode="app">\n <lista-bosquejos />\n</wiki-contenido>\n '},alias:"/bosquejos"}),routes.push({path:"/bosquejos",redirect:"/otros/bosquejos"}),routes.push({path:"/supervisados",redirect:"/otros/supervisados"}));const router=new VueRouter({routes:routes});
File without changes
package/readme.md CHANGED
File without changes
package/stylesheet.css CHANGED
@@ -175,7 +175,7 @@ strong {
175
175
 
176
176
  /* Elemento de carga */
177
177
  #loading-element {
178
- padding: 2rem;
178
+ padding: 1rem;
179
179
  }
180
180
 
181
181
  #loading-element,
@@ -269,7 +269,7 @@ aside#left {
269
269
  }
270
270
 
271
271
  #usereply-editor {
272
- margin-top: 1.5rem;
272
+ margin-top: 1.25rem;
273
273
  height: 250px;
274
274
  resize: none;
275
275
  }
@@ -308,7 +308,19 @@ aside#left {
308
308
  #usereply-comand {
309
309
  display: flex;
310
310
  justify-content: center;
311
- margin-top: 2rem;
311
+ }
312
+
313
+ .modal-buttons,
314
+ #usereply-comand {
315
+ margin: 1rem -.5rem -.5rem -.5rem;
316
+ flex-flow: wrap row;
317
+ }
318
+
319
+ .button2,
320
+ .button1,
321
+ input[type="Submit"],
322
+ input[type="reset"] {
323
+ margin: .5rem;
312
324
  }
313
325
 
314
326
  .usereply-option {
@@ -329,11 +341,11 @@ aside#left {
329
341
  }
330
342
 
331
343
  #usereply-dice {
332
- margin-top: 2rem;
344
+ margin-top: 1.5rem;
333
345
  }
334
346
 
335
347
  #usereply-dice h3 {
336
- margin-bottom: 1.5rem;
348
+ margin-bottom: 1.25rem;
337
349
  }
338
350
 
339
351
  #usereply-dice ul li {
@@ -389,7 +401,7 @@ aside#left {
389
401
  }
390
402
 
391
403
  #usereply-extra {
392
- margin-bottom: 2rem;
404
+ margin-bottom: 1.5rem;
393
405
  }
394
406
 
395
407
  #emoji-list {
@@ -413,14 +425,6 @@ aside#left {
413
425
  margin-top: 0;
414
426
  }
415
427
 
416
- .forum-otherposts .post {
417
- margin-bottom: 2rem;
418
- }
419
-
420
- .forum-otherposts .post:last-child {
421
- margin-bottom: 0;
422
- }
423
-
424
428
  .forum-otherposts .post-profile {
425
429
  width: 224px;
426
430
  }
@@ -651,24 +655,37 @@ aside#left {
651
655
  width: 100%;
652
656
  }
653
657
 
658
+ /* Bloque de página en dos columnas */
659
+ .is-two-columns-page {
660
+ display: flex;
661
+ }
662
+
654
663
  /* Bloque de inicio de sesión */
655
664
  #bloque-login .field-name {
656
665
  max-width: 180px;
657
666
  }
658
667
 
659
- #checkbox-autologin {
660
- margin-top: 2rem;
661
- }
662
-
663
668
  /* Bloque de registro */
664
669
  #frmAgreement .post-content {
665
670
  justify-content: center;
666
671
  max-width: 100%;
667
- margin-bottom: 2rem;
672
+ }
673
+
674
+ #frmAgreement .post-content .is-content {
675
+ max-width: initial;
676
+ padding: 0;
677
+ }
678
+
679
+ #frmAgreement .forum-fieldlist.no-style {
680
+ margin-left: 1rem;
681
+ }
682
+
683
+ #frmAgreement .forum-fieldlist .forum-checkbox {
684
+ margin: 0;
668
685
  }
669
686
 
670
687
  .field-catcha {
671
- margin-top: 2rem;
688
+ margin-top: 1.5rem;
672
689
  }
673
690
 
674
691
  .field-catcha .g-recaptcha {
@@ -889,6 +906,14 @@ body>section {
889
906
  margin-bottom: 2rem;
890
907
  margin-right: 0;
891
908
  }
909
+
910
+ .is-two-columns-page .is-second {
911
+ order: 0;
912
+ }
913
+
914
+ .is-two-columns-page .is-first {
915
+ order: 1;
916
+ }
892
917
  }
893
918
 
894
919
  @media only screen and (max-width: 768px) {
@@ -906,11 +931,6 @@ body>section {
906
931
  display: none;
907
932
  }
908
933
 
909
- .post .mp-main>h3,
910
- .forum-otherposts .post-profile {
911
- position: initial;
912
- }
913
-
914
934
  .post .mp-main>h3,
915
935
  .forum-otherposts .post-profile {
916
936
  position: initial;
@@ -959,13 +979,24 @@ body>section {
959
979
  }
960
980
 
961
981
  .forum-field .field-name {
962
- height: auto !important;
963
- line-height: initial !important;
982
+ height: .925rem;
983
+ line-height: .925rem;
964
984
  max-width: initial !important;
965
985
  margin-right: 0 !important;
966
986
  margin-bottom: .825rem !important;
967
987
  border-bottom: 0 !important;
968
988
  }
989
+
990
+ #frmAgreement .forum-fieldlist.no-style {
991
+ margin-left: 0;
992
+ }
993
+
994
+ .button2,
995
+ .button1,
996
+ input[type="Submit"],
997
+ input[type="reset"] {
998
+ width: 100%;
999
+ }
969
1000
  }
970
1001
 
971
1002
  /* Ajustes generales */
@@ -1 +1 @@
1
- @keyframes dramatic-show{from{opacity:0}to{opacity:1}}.is-dramatic{animation:dramatic-show 1s}@-ms-viewport{width:device-width}*{box-sizing:border-box!important}h1,h2,h3,h4,h5,h6{font-family:var(--font-one)}h1{font-size:2.1rem}h2{font-size:1.9rem}h3{font-size:1.7rem}h4{font-size:1.5rem}h5{font-size:1.3rem}h6{font-size:1.1rem}h2 small,h3 small,h4 small,h5 small,h6 small{display:block;font-weight:400}a:hover{color:var(--color-contrast)}small{font-size:80%}strong{color:inherit}#navbar-original,.forum-head+.forumseparator-element,.subforum-element .category-element>.forum-head,:not(.category-element)+.forum-separator{display:none}.is-pointer{cursor:pointer!important}.is-default{cursor:default!important}.not-show,.to-process{display:none!important}.main-body{max-width:1200px}.is-full-width{width:100%!important;max-width:100%!important}.is-no-links a{border:none!important}.mt-d{margin-top:2rem}.mb-d{margin-bottom:2rem}.is-two-columns-list{display:flex;flex-flow:wrap;margin:-.5rem}.is-two-columns-list>li{width:50%;padding:.5rem}.columns:not(:last-child){margin-bottom:-.75rem}.is-tweakeable{display:block;width:100%}.is-measurable{white-space:nowrap}.has-anchor{position:relative}.is-selectbox:not(.is-active){display:none!important}.is-clickbox{cursor:pointer!important}.is-clickbox:not(.is-toggle).is-active{cursor:default!important}#forum-notification{position:fixed;right:1rem;bottom:1rem;transition:1s ease-in-out;z-index:999}#forum-notification:not(.notification-show){transform:translateY(400px)}#loading-element{padding:2rem}#loading-content,#loading-element{display:flex;justify-content:center;align-items:center;text-align:center;cursor:default}#loading-content i{font-size:1.25rem;margin-right:.5rem;color:var(--color-contrast)}#loading-content span{font-family:var(--font-one)}#forum-body>.main-body{display:flex;margin:0 auto;padding:3rem 0}#forum-body>.main-body>article{width:100%}aside#left{display:none}#forum-save{display:block}.category-element{margin-bottom:3rem}.category-element:last-child{margin:0!important}#forum-rules{margin-bottom:2rem}#quickreply-section{margin-top:3rem}#forum-realreply{display:none}#forum-reply{margin-bottom:3rem}#forum-reply:last-child{margin-bottom:0}#forum-reply+#privmsg-review #privmsg-see,:not(#forum-reply)+#privmsg-review #privmsg-write{display:none}#usereply-top{display:flex;justify-content:space-between;align-items:center}#usereply-top small{display:block;font-size:50%}.usereply-header{padding:0 .5rem}#usereply-editor{margin-top:1.5rem;height:250px;resize:none}#usereply-buttons ul{display:flex;flex:1 0 auto;justify-content:flex-end}#usereply-buttons ul:first-child{margin-bottom:.5rem}#usereply-buttons ul li{margin-left:.5rem}#usereply-buttons ul li:first-child{margin-left:0}.usereply-button{display:flex;width:2rem;height:2rem;background:0 0;color:var(--color-contrast);border:2px solid;padding:0;justify-content:center;align-items:center;cursor:pointer}#usereply-comand{display:flex;justify-content:center;margin-top:2rem}.usereply-option{font-family:var(--font-one);cursor:pointer;font-size:.85rem;margin-bottom:.4rem;white-space:nowrap}.usereply-option:last-child{margin:0}#usereply-buttons .dropdown-menu::after,#usereply-buttons .dropdown-menu::before{right:7px}#usereply-dice{margin-top:2rem}#usereply-dice h3{margin-bottom:1.5rem}#usereply-dice ul li{display:flex;counter-increment:special-list-counter;margin-bottom:1rem}#usereply-dice ul li:last-child{margin-bottom:0}#usereply-dice ul li::before{content:'#'counter(special-list-counter);display:flex;justify-content:center;align-items:center;flex:0 0 auto;width:2rem;margin-right:.5rem;color:var(--color-contrast);font-family:var(--font-one)}#usereply-dice ul li .dice-more{width:2rem;flex:0 0 auto;border:0;padding:0;background:0 0;color:var(--color-contrast);font-size:1rem;cursor:pointer}#usereply-dice ul li .select-container{flex:1 0 auto;width:inherit}#usereply-dice ul li input{flex:1 1 auto;width:inherit;max-width:30%}#usereply-dice ul li>*{margin-right:.5rem}#usereply-dice ul li>:last-child{margin-right:0}#usereply-extra{margin-bottom:2rem}#emoji-list{display:flex;flex-flow:wrap;overflow:auto;width:220px;max-height:205px;padding:0}#emoji-list iframe{width:100%}.forum-otherposts{margin-top:2rem}#upper-controls+.forum-otherposts{margin-top:0}.forum-otherposts .post{margin-bottom:2rem}.forum-otherposts .post:last-child{margin-bottom:0}.forum-otherposts .post-profile{width:224px}.forum-otherposts .post-profile>*{display:block}.forum-otherposts .post-datafields li{margin-bottom:1rem}.forum-otherposts .post-datafields li:last-child{margin-bottom:0}.forum-otherposts .datafield-name{font-family:var(--font-one)}.forum-otherposts .post-datafield a{font-family:inherit}.post-content.no-links{justify-content:flex-end}.post-content.no-links .is-content{max-width:initial!important}#forum-preview{margin-bottom:2rem}#forum-preview .post-content{justify-content:center}.wiki-body{display:flex;justify-content:space-between}#forum-preview .post-content,.wiki-body{max-width:100%}.wiki-index{align-self:flex-start;margin-right:1.5rem}.wiki-index h3{margin-bottom:1rem}.wiki-index h3::before{display:none}.wiki-index ul{padding-left:2rem}.wiki-index ul li:before{left:-2rem!important;width:2rem!important;text-align:left!important}.wiki-index .is-hidden-mobile{max-height:calc(100vh - 5rem);overflow:auto}.wiki-index .router-link-exact-active.router-link-active{cursor:default}.wiki-index li ul{margin-top:1rem}.wiki-index a{border:none!important;font-family:var(--font-one)!important}.wiki-controls{font-family:var(--font-one);cursor:default}.wiki-index .wiki-controls .wiki-cascade{padding:0;background:0 0;border:none;color:var(--color-contrast);cursor:pointer}.wiki-index .router-link-exact-active.router-link-active,.wiki-index li.is-selected>.wiki-controls>a .text{color:var(--color-two)}.wiki-index li.is-active>.wiki-controls>.wiki-cascade .fa-plus,.wiki-index li:not(.is-active)>.wiki-controls+ul,.wiki-index li:not(.is-active)>.wiki-controls>.wiki-cascade .fa-minus{display:none}.wiki-content{display:flex;flex-flow:column;flex:1 1;max-width:600px}.wiki-nav{margin-top:2.5rem;margin-bottom:1px!important}.input-real{display:none}#mp-info{display:flex;align-items:center;margin-bottom:1.5rem}#mp-info h3,.mp-main h3{margin:0}#mp-info img{width:80px;border:2px solid;margin-left:0;margin-right:1rem}#mp-info h3{font-size:1.15rem}.mp-from a{font-weight:700}.mp-main{border-top:2px solid var(--color-contrast);padding-top:1.5rem}.mp-main>h3{margin-bottom:1.5rem}.mp-main>h3>small{font-size:60%}.post .mp-main>h3>small{display:flex;justify-content:space-between}.field-element{margin-bottom:1rem}.field-element:last-child{margin-bottom:0}.forum-field{display:flex}.forum-field .field-content{flex:1 1 auto}.has-no-label .field-name{display:none}.has-button .field-content{display:flex;align-items:center}.has-button .field-content .button2{margin:0 0 0 .5rem}.forum-checkbox{display:flex;justify-content:center}.checkbox-content{display:flex;align-items:center;cursor:pointer}.forum-checkbox .checkbox-real,.forum-checkbox:not(.is-active) i{display:none}.forum-fieldlist:not(.is-horizontal) .forum-checkbox{max-width:450px;justify-content:flex-start;margin:0 auto;width:100%}#bloque-login .field-name{max-width:180px}#checkbox-autologin{margin-top:2rem}#frmAgreement .post-content{justify-content:center;max-width:100%;margin-bottom:2rem}.field-catcha{margin-top:2rem}.field-catcha .g-recaptcha{display:flex;justify-content:center}.rp-list{margin-bottom:.725rem}.rp-list:last-child{margin-bottom:0}.rp-element{display:flex;align-items:center}.rp-icon{order:0;flex-shrink:0;flex-grow:0;display:flex;justify-content:center;align-items:center;width:25px;height:25px;color:var(--color-contrast)!important;margin-right:.725rem}.rp-content{display:flex;align-items:center;flex-grow:1;max-width:calc(100% - 14px - 1rem)}.rp-name{display:flex;flex-flow:column;min-width:0;line-height:1.3rem;color:var(--color-two)!important;font-size:1.15rem}.rp-name>*{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%}.rp-name>small{font-size:.925rem;font-family:var(--font-two)}.rp-manager{cursor:default}.rp-manager .rp-content{max-width:100%;justify-content:space-between}.rp-controls{font-family:var(--font-one);color:var(--color-two);text-transform:uppercase;margin-left:1rem;cursor:default}.rp-controls span{color:var(--color-contrast);cursor:pointer}.rela-element{display:flex}.rela-element.rela-manager{cursor:default}.rela-list .rela-element .rela-image{flex:0 0 auto;align-self:flex-start;width:80px;height:80px;margin-right:1rem!important;border:2px solid var(--color-contrast);border-radius:100%;background-size:cover;background-position:center}#forum-relationships .rela-title h4{max-width:370px}.rela-title h4{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:1.15rem}.rela-content{flex:1 1 auto;color:var(--color-two)}.rela-title{display:flex;justify-content:space-between;align-items:center}.rela-list{margin-bottom:1.5rem!important}.rela-list:last-child{margin-bottom:0!important}.rela-list:last-child::after{display:none}.small-text{margin-top:.25rem;font-family:var(--font-two);font-size:.925rem;line-height:1.25rem}.rela-text.is-content ol,.rela-text.is-content ul{padding-left:1.5rem}.rela-text.is-content ol li::before,.rela-text.is-content ul li::before{left:-1.5rem;width:1.5rem}.rela-text.is-content ol li,.rela-text.is-content ul li{margin-bottom:.5rem}#forum-multiaccount .field-name{text-transform:capitalize}#forum-multiaccount .rp-controls{top:.55em}#forum-multiaccount .rp-controls span{color:var(--color-one)}#forum-chronology .rp-name{max-width:57vw}ul.no-style{padding:0!important;list-style:none!important}ul.no-style>li::before{content:''!important;position:initial!important}ul.no-style a{border:none!important}body>footer,body>header,body>section{padding-left:1.25rem!important;padding-right:1.25rem!important}@media only screen and (max-width:1023px){header.forum-panel{min-height:initial}.wiki-body{flex-flow:column}.wiki-content{max-width:100%!important}.wiki-index{position:inherit!important;width:100%;margin-bottom:2rem;margin-right:0}}@media only screen and (max-width:768px){#forum-modal .modal-element{max-width:95%;width:100%}.forum-field .date-dmy label input{margin-left:.5rem}.rela-image{display:none}.forum-otherposts .post-profile,.post .mp-main>h3{position:initial}.forum-otherposts .post-profile,.post .mp-main>h3{position:initial;width:100%!important;margin-right:0;margin-bottom:1.5rem}.post .mp-main small{font-size:1rem}.post-content,.post-content .is-content{max-width:none}.is-two-columns-list>li{width:100%}}@media only screen and (max-width:487px){h1{font-size:1.7rem}h2{font-size:1.55rem}h3{font-size:1.4rem}h4{font-size:1.25rem}h5{font-size:1.1rem}.forum-field{flex-flow:column}.forum-field .field-name{height:auto!important;line-height:initial!important;max-width:initial!important;margin-right:0!important;margin-bottom:.825rem!important;border-bottom:0!important}}@supports ((-webkit-hyphens:auto) or (hyphens:auto)){.is-content{-webkit-hyphens:auto;hyphens:auto}}
1
+ @keyframes dramatic-show{from{opacity:0}to{opacity:1}}.is-dramatic{animation:dramatic-show 1s}@-ms-viewport{width:device-width}*{box-sizing:border-box!important}h1,h2,h3,h4,h5,h6{font-family:var(--font-one)}h1{font-size:2.1rem}h2{font-size:1.9rem}h3{font-size:1.7rem}h4{font-size:1.5rem}h5{font-size:1.3rem}h6{font-size:1.1rem}h2 small,h3 small,h4 small,h5 small,h6 small{display:block;font-weight:400}a:hover{color:var(--color-contrast)}small{font-size:80%}strong{color:inherit}#navbar-original,.forum-head+.forumseparator-element,.subforum-element .category-element>.forum-head,:not(.category-element)+.forum-separator{display:none}.is-pointer{cursor:pointer!important}.is-default{cursor:default!important}.not-show,.to-process{display:none!important}.main-body{max-width:1200px}.is-full-width{width:100%!important;max-width:100%!important}.is-no-links a{border:none!important}.mt-d{margin-top:2rem}.mb-d{margin-bottom:2rem}.is-two-columns-list{display:flex;flex-flow:wrap;margin:-.5rem}.is-two-columns-list>li{width:50%;padding:.5rem}.columns:not(:last-child){margin-bottom:-.75rem}.is-tweakeable{display:block;width:100%}.is-measurable{white-space:nowrap}.has-anchor{position:relative}.is-selectbox:not(.is-active){display:none!important}.is-clickbox{cursor:pointer!important}.is-clickbox:not(.is-toggle).is-active{cursor:default!important}#forum-notification{position:fixed;right:1rem;bottom:1rem;transition:1s ease-in-out;z-index:999}#forum-notification:not(.notification-show){transform:translateY(400px)}#loading-element{padding:1rem}#loading-content,#loading-element{display:flex;justify-content:center;align-items:center;text-align:center;cursor:default}#loading-content i{font-size:1.25rem;margin-right:.5rem;color:var(--color-contrast)}#loading-content span{font-family:var(--font-one)}#forum-body>.main-body{display:flex;margin:0 auto;padding:3rem 0}#forum-body>.main-body>article{width:100%}aside#left{display:none}#forum-save{display:block}.category-element{margin-bottom:3rem}.category-element:last-child{margin:0!important}#forum-rules{margin-bottom:2rem}#quickreply-section{margin-top:3rem}#forum-realreply{display:none}#forum-reply{margin-bottom:3rem}#forum-reply:last-child{margin-bottom:0}#forum-reply+#privmsg-review #privmsg-see,:not(#forum-reply)+#privmsg-review #privmsg-write{display:none}#usereply-top{display:flex;justify-content:space-between;align-items:center}#usereply-top small{display:block;font-size:50%}.usereply-header{padding:0 .5rem}#usereply-editor{margin-top:1.25rem;height:250px;resize:none}#usereply-buttons ul{display:flex;flex:1 0 auto;justify-content:flex-end}#usereply-buttons ul:first-child{margin-bottom:.5rem}#usereply-buttons ul li{margin-left:.5rem}#usereply-buttons ul li:first-child{margin-left:0}.usereply-button{display:flex;width:2rem;height:2rem;background:0 0;color:var(--color-contrast);border:2px solid;padding:0;justify-content:center;align-items:center;cursor:pointer}#usereply-comand{display:flex;justify-content:center}#usereply-comand,.modal-buttons{margin:1rem -.5rem -.5rem -.5rem;flex-flow:wrap row}.button1,.button2,input[type=Submit],input[type=reset]{margin:.5rem}.usereply-option{font-family:var(--font-one);cursor:pointer;font-size:.85rem;margin-bottom:.4rem;white-space:nowrap}.usereply-option:last-child{margin:0}#usereply-buttons .dropdown-menu::after,#usereply-buttons .dropdown-menu::before{right:7px}#usereply-dice{margin-top:1.5rem}#usereply-dice h3{margin-bottom:1.25rem}#usereply-dice ul li{display:flex;counter-increment:special-list-counter;margin-bottom:1rem}#usereply-dice ul li:last-child{margin-bottom:0}#usereply-dice ul li::before{content:'#'counter(special-list-counter);display:flex;justify-content:center;align-items:center;flex:0 0 auto;width:2rem;margin-right:.5rem;color:var(--color-contrast);font-family:var(--font-one)}#usereply-dice ul li .dice-more{width:2rem;flex:0 0 auto;border:0;padding:0;background:0 0;color:var(--color-contrast);font-size:1rem;cursor:pointer}#usereply-dice ul li .select-container{flex:1 0 auto;width:inherit}#usereply-dice ul li input{flex:1 1 auto;width:inherit;max-width:30%}#usereply-dice ul li>*{margin-right:.5rem}#usereply-dice ul li>:last-child{margin-right:0}#usereply-extra{margin-bottom:1.5rem}#emoji-list{display:flex;flex-flow:wrap;overflow:auto;width:220px;max-height:205px;padding:0}#emoji-list iframe{width:100%}.forum-otherposts{margin-top:2rem}#upper-controls+.forum-otherposts{margin-top:0}.forum-otherposts .post-profile{width:224px}.forum-otherposts .post-profile>*{display:block}.forum-otherposts .post-datafields li{margin-bottom:1rem}.forum-otherposts .post-datafields li:last-child{margin-bottom:0}.forum-otherposts .datafield-name{font-family:var(--font-one)}.forum-otherposts .post-datafield a{font-family:inherit}.post-content.no-links{justify-content:flex-end}.post-content.no-links .is-content{max-width:initial!important}#forum-preview{margin-bottom:2rem}#forum-preview .post-content{justify-content:center}.wiki-body{display:flex;justify-content:space-between}#forum-preview .post-content,.wiki-body{max-width:100%}.wiki-index{align-self:flex-start;margin-right:1.5rem}.wiki-index h3{margin-bottom:1rem}.wiki-index h3::before{display:none}.wiki-index ul{padding-left:2rem}.wiki-index ul li:before{left:-2rem!important;width:2rem!important;text-align:left!important}.wiki-index .is-hidden-mobile{max-height:calc(100vh - 5rem);overflow:auto}.wiki-index .router-link-exact-active.router-link-active{cursor:default}.wiki-index li ul{margin-top:1rem}.wiki-index a{border:none!important;font-family:var(--font-one)!important}.wiki-controls{font-family:var(--font-one);cursor:default}.wiki-index .wiki-controls .wiki-cascade{padding:0;background:0 0;border:none;color:var(--color-contrast);cursor:pointer}.wiki-index .router-link-exact-active.router-link-active,.wiki-index li.is-selected>.wiki-controls>a .text{color:var(--color-two)}.wiki-index li.is-active>.wiki-controls>.wiki-cascade .fa-plus,.wiki-index li:not(.is-active)>.wiki-controls+ul,.wiki-index li:not(.is-active)>.wiki-controls>.wiki-cascade .fa-minus{display:none}.wiki-content{display:flex;flex-flow:column;flex:1 1;max-width:600px}.wiki-nav{margin-top:2.5rem;margin-bottom:1px!important}.input-real{display:none}#mp-info{display:flex;align-items:center;margin-bottom:1.5rem}#mp-info h3,.mp-main h3{margin:0}#mp-info img{width:80px;border:2px solid;margin-left:0;margin-right:1rem}#mp-info h3{font-size:1.15rem}.mp-from a{font-weight:700}.mp-main{border-top:2px solid var(--color-contrast);padding-top:1.5rem}.mp-main>h3{margin-bottom:1.5rem}.mp-main>h3>small{font-size:60%}.post .mp-main>h3>small{display:flex;justify-content:space-between}.field-element{margin-bottom:1rem}.field-element:last-child{margin-bottom:0}.forum-field{display:flex}.forum-field .field-content{flex:1 1 auto}.has-no-label .field-name{display:none}.has-button .field-content{display:flex;align-items:center}.has-button .field-content .button2{margin:0 0 0 .5rem}.forum-checkbox{display:flex;justify-content:center}.checkbox-content{display:flex;align-items:center;cursor:pointer}.forum-checkbox .checkbox-real,.forum-checkbox:not(.is-active) i{display:none}.forum-fieldlist:not(.is-horizontal) .forum-checkbox{max-width:450px;justify-content:flex-start;margin:0 auto;width:100%}.is-two-columns-page{display:flex}#bloque-login .field-name{max-width:180px}#frmAgreement .post-content{justify-content:center;max-width:100%}#frmAgreement .post-content .is-content{max-width:initial;padding:0}#frmAgreement .forum-fieldlist.no-style{margin-left:1rem}#frmAgreement .forum-fieldlist .forum-checkbox{margin:0}.field-catcha{margin-top:1.5rem}.field-catcha .g-recaptcha{display:flex;justify-content:center}.rp-list{margin-bottom:.725rem}.rp-list:last-child{margin-bottom:0}.rp-element{display:flex;align-items:center}.rp-icon{order:0;flex-shrink:0;flex-grow:0;display:flex;justify-content:center;align-items:center;width:25px;height:25px;color:var(--color-contrast)!important;margin-right:.725rem}.rp-content{display:flex;align-items:center;flex-grow:1;max-width:calc(100% - 14px - 1rem)}.rp-name{display:flex;flex-flow:column;min-width:0;line-height:1.3rem;color:var(--color-two)!important;font-size:1.15rem}.rp-name>*{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%}.rp-name>small{font-size:.925rem;font-family:var(--font-two)}.rp-manager{cursor:default}.rp-manager .rp-content{max-width:100%;justify-content:space-between}.rp-controls{font-family:var(--font-one);color:var(--color-two);text-transform:uppercase;margin-left:1rem;cursor:default}.rp-controls span{color:var(--color-contrast);cursor:pointer}.rela-element{display:flex}.rela-element.rela-manager{cursor:default}.rela-list .rela-element .rela-image{flex:0 0 auto;align-self:flex-start;width:80px;height:80px;margin-right:1rem!important;border:2px solid var(--color-contrast);border-radius:100%;background-size:cover;background-position:center}#forum-relationships .rela-title h4{max-width:370px}.rela-title h4{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:1.15rem}.rela-content{flex:1 1 auto;color:var(--color-two)}.rela-title{display:flex;justify-content:space-between;align-items:center}.rela-list{margin-bottom:1.5rem!important}.rela-list:last-child{margin-bottom:0!important}.rela-list:last-child::after{display:none}.small-text{margin-top:.25rem;font-family:var(--font-two);font-size:.925rem;line-height:1.25rem}.rela-text.is-content ol,.rela-text.is-content ul{padding-left:1.5rem}.rela-text.is-content ol li::before,.rela-text.is-content ul li::before{left:-1.5rem;width:1.5rem}.rela-text.is-content ol li,.rela-text.is-content ul li{margin-bottom:.5rem}#forum-multiaccount .field-name{text-transform:capitalize}#forum-multiaccount .rp-controls{top:.55em}#forum-multiaccount .rp-controls span{color:var(--color-one)}#forum-chronology .rp-name{max-width:57vw}ul.no-style{padding:0!important;list-style:none!important}ul.no-style>li::before{content:''!important;position:initial!important}ul.no-style a{border:none!important}body>footer,body>header,body>section{padding-left:1.25rem!important;padding-right:1.25rem!important}@media only screen and (max-width:1023px){header.forum-panel{min-height:initial}.wiki-body{flex-flow:column}.wiki-content{max-width:100%!important}.wiki-index{position:inherit!important;width:100%;margin-bottom:2rem;margin-right:0}.is-two-columns-page .is-second{order:0}.is-two-columns-page .is-first{order:1}}@media only screen and (max-width:768px){#forum-modal .modal-element{max-width:95%;width:100%}.forum-field .date-dmy label input{margin-left:.5rem}.rela-image{display:none}.forum-otherposts .post-profile,.post .mp-main>h3{position:initial;width:100%!important;margin-right:0;margin-bottom:1.5rem}.post .mp-main small{font-size:1rem}.post-content,.post-content .is-content{max-width:none}.is-two-columns-list>li{width:100%}}@media only screen and (max-width:487px){h1{font-size:1.7rem}h2{font-size:1.55rem}h3{font-size:1.4rem}h4{font-size:1.25rem}h5{font-size:1.1rem}.forum-field{flex-flow:column}.forum-field .field-name{height:.925rem;line-height:.925rem;max-width:initial!important;margin-right:0!important;margin-bottom:.825rem!important;border-bottom:0!important}#frmAgreement .forum-fieldlist.no-style{margin-left:0}.button1,.button2,input[type=Submit],input[type=reset]{width:100%}}@supports ((-webkit-hyphens:auto) or (hyphens:auto)){.is-content{-webkit-hyphens:auto;hyphens:auto}}