generic-skin 2.6.41 → 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
  `
@@ -47,7 +47,7 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
47
47
  component: {
48
48
  page_name: 'Supervisados',
49
49
  template: `
50
- <wiki-contenido data-mode="app">
50
+ <wiki-contenido mode="app">
51
51
  <lista-seguidos />
52
52
  </wiki-contenido>
53
53
  `
@@ -59,7 +59,7 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
59
59
  component: {
60
60
  page_name: 'Bosquejos',
61
61
  template: `
62
- <wiki-contenido data-mode="app">
62
+ <wiki-contenido mode="app">
63
63
  <lista-bosquejos />
64
64
  </wiki-contenido>
65
65
  `
@@ -86,8 +86,8 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
86
86
  page_name: 'Editar',
87
87
  page_parent: 'Perfil de usuario',
88
88
  template: `
89
- <wiki-contenido data-mode="app">
90
- <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, "'") + `" />
91
91
  </wiki-contenido>
92
92
  `
93
93
  }
@@ -99,7 +99,7 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
99
99
  page_name: 'Multicuentas',
100
100
  page_parent: 'Perfil de usuario',
101
101
  template: `
102
- <wiki-contenido data-mode="app">
102
+ <wiki-contenido mode="app">
103
103
  <gestor-multicuentas />
104
104
  </wiki-contenido>
105
105
  `
@@ -116,8 +116,8 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
116
116
  component: {
117
117
  page_name: 'Editar perfil',
118
118
  template: `
119
- <wiki-contenido data-mode="app">
120
- <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, "'") + `" />
121
121
  </wiki-contenido>
122
122
  `
123
123
  }
@@ -139,7 +139,7 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
139
139
  page_name: 'Cronología',
140
140
  page_parent: 'Otros',
141
141
  template: `
142
- <wiki-contenido data-mode="app">
142
+ <wiki-contenido mode="app">
143
143
  <gestor-cronologia />
144
144
  </wiki-contenido>
145
145
  `
@@ -154,7 +154,7 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
154
154
  page_name: 'Relaciones',
155
155
  page_parent: 'Otros',
156
156
  template: `
157
- <wiki-contenido data-mode="app">
157
+ <wiki-contenido mode="app">
158
158
  <gestor-relaciones />
159
159
  </wiki-contenido>
160
160
  `
@@ -168,7 +168,7 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
168
168
  page_name: 'Supervisados',
169
169
  page_parent: 'Otros',
170
170
  template: `
171
- <wiki-contenido data-mode="app">
171
+ <wiki-contenido mode="app">
172
172
  <lista-seguidos />
173
173
  </wiki-contenido>
174
174
  `
@@ -181,7 +181,7 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
181
181
  page_name: 'Bosquejos',
182
182
  page_parent: 'Otros',
183
183
  template: `
184
- <wiki-contenido data-mode="app">
184
+ <wiki-contenido mode="app">
185
185
  <lista-bosquejos />
186
186
  </wiki-contenido>
187
187
  `
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:"/supervisados",component:{page_name:"Supervisados",template:'\n<wiki-contenido data-mode="app">\n <lista-seguidos />\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/supervisados",component:{page_name:"Supervisados",page_parent:"Otros",template:'\n<wiki-contenido data-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 data-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});
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});
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,
@@ -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.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}}
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}}