Hora de aventura Wiki
Advertisement
Hora de aventura Wiki

Nota: Después de publicar, quizás necesite actualizar la caché de su navegador para ver los cambios.

  • Firefox/Safari: Mantenga presionada la tecla Shift mientras pulsa el botón Actualizar, o presiona Ctrl+F5 o Ctrl+R (⌘+R en Mac)
  • Google Chrome: presione Ctrl+Shift+R (⌘+Shift+R en Mac)
  • Internet Explorer/Edge: mantenga presionada Ctrl mientras pulsa Actualizar, o presione Ctrl+F5
  • Opera: Presiona Ctrl+F5.
/***** Import Comfortaa font *****/
@import url(https://fonts.googleapis.com/css?family=Comfortaa);
/***** @Importar de Chat.css *****/
@import "/index.php?title=MediaWiki:Chat.css&action=raw&ctype=text/css";
/***** @Importar de Usuarios.css *****/
@import "/index.php?title=MediaWiki:Usuarios.css&action=raw&ctype=text/css";
/***** @Importar de Infobox.css *****/
@import "/index.php?title=MediaWiki:Infobox.css&action=raw&ctype=text/css";


/* Fuente */
.WikiaPage {
       font-family: Unispace;
}

/* Wiki Renovada */
section.WikiaPage {
	background: url(" ");
}

img.thumbimage {
	border: 1px dashed #ffffff;
}

.avatar {
	border-radius: 3px;
}

body:not(.mainpage) li.WikiaBlogListingPost blockquote {
    display: none;
}

blockquote.speech-bubble-message {
    border-radius: 22.5px;
}

footer.WikiaFooter.notoolbar section {
    border-color: #fceab0;
    border-width: 2px;
    border-radius: 1px;
}

div.masthead-info {
    border-radius: 0px;
}

div.masthead-info hgroup {
    border-radius: 0px;
}

li.WikiaSpotlight a img {
    border-radius: 15px;
}

footer.WikiaFooter.notoolbar section {
    border-style: none;
}

footer.WikiaFooter.notoolbar {
    border-style: solid;
    border-color: #dedede;
    border-width: 1px;
}

nav.wikia-menu-button.contribute.secondary.combined {
    border-radius: 0px;
}

a.wikia-button.share-button.secondary {
    border-radius: 0px;
}

a.wikia-button {
    border-radius: 0px;
}

span.chat-total {
    margin-left: 245px;
}

span.drop {
    border-radius: 0px;
}

nav.wikia-menu-button {
    border-radius: 0px;
}

input.wikia-button.actionButton {
    border-radius: 0px;
}

/* Arreglo de texto */
.masthead-info ul.details li{
color:black;
}

table.wikitable td{
color: black;
}

/* gif de nieve */
#WikiaPageBackground {
    opacity: 0.8;
	background-color: #00000;
	background-image: url('https://vignette.wikia.nocookie.net/horadeaventura/images/2/26/Snow-loop1-gif.gif/revision/latest?cb=20171205235643&path-prefix=es');
}

/* Iluminacion de los "enlaces" en la wikia */
 
a:hover {
text-shadow: #f68900 0 0 4px;
color: #f68900 !important;
text-decoration:none;
-webkit-transition: all .4s linear 0s;
-moz-transition: all .4s linear 0s;
-ms-transition: all .4s linear 0s;
-o-transition: all .4s linear 0s;
transition: all .4s linear 0s;
 
}

/* Iluminacion de la Wikia */
.WikiaPage {
	animation: shadow 1s linear 1s infinite alternate;
	-webkit-animation: shadow 1s linear 1s infinite alternate;
	-moz-animation: shadow 1s linear 1s infinite alternate;
	border: 2px transparent;
}
 
.WikiaArticle {
	overflow: visible;
}
 
@-webkit-keyframes shadow {
	from {
		box-shadow: 0 0 30px #1dd400;
	}
	to {
		box-shadow: 0 0 40px #f90000;
	}
}
@keyframes shadow {
	from {
		box-shadow: 0 0 30px #f96400;
	}
	to {
		box-shadow: 0 0 40px #1dd400;
	}
}

/* Módulos */
.ChatEntryPoint,
#WikiaRail .module,
.WikiaArticle .thumbinner, 
.WikiaArticleCategories {
    background: #b01a1a !important;
    border: 3px solid #000000;
    border: 3px solid #000000;
    border: 3px solid #000000;
    vertical-align: text-bottom;
    border-radius: 6px;
    box-shadow: 0 0 3px 0 #1bcc00; 
}

/* Perfiles */
.UserProfileMasthead .masthead-info-lower:before {
	border: none
}
 
.UserProfileMasthead .masthead-info {
	border: 3px transparent;
	background: transparent;
	border-radius: 0;
}
 
.UserProfileMasthead .masthead-info hgroup {
	background: transparent !important;
	border-radius: 3;
	color: #3590d4;
}
 
.tag {
	background: #4cffd5 !important;
}

/** Continucion, Perfiles **/
.tabs .selected a {
    background: none;
    border: none;
    border-bottom: 6px solid #f68900;
    color: #f68900;
    cursor: pointer !important;
    top: 3px !important;
}
 
.tabs li a:hover {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    border-bottom: 4px solid #f68900;
    text-decoration: none;
    top: 1px;
}
 
.tabs li a {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;    
    color: #1c9002;
    cursor: pointer;
    border-bottom: 5px solid transparent;
    text-shadow: 0 1px rgba(0,0,0,0.7);
}

.avatar,
.User img,
.Write img {
	border-radius: 20%;
	border: 3px #00a725;
}
/** Avatar y Otros retoques **/
img.avatar {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
 
 #userIdentityBoxEdit,
#userAvatarEdit {
	vertical-align: top;
	text-transform: uppercase;
	font-weight: Bold;
}

.UserProfileMasthead .masthead-info hgroup {
    box-shadow: 0 4px 4px -2px transparent;
}
    
/* Creditos a SCP */
.UserProfileMasthead .masthead-info {background-image: url("https://vignette.wikia.nocookie.net/horadeaventura/images/6/69/Fondoperfil.jpg/revision/latest?cb=20171130050332&path-prefix=es");}
/********************************************************************************************/

/* Hoverer - Utaite Wiki */

.hoverer div.CategoryTreeTag
{
top:-5px;
position:absolute;
z-index:9999!important;
opacity:0.0;
background-color: #FFFFFF;
border:1px #bbb solid;
border-radius:10px;
filter:alpha(opacity=0); /* For IE8 and earlier */
}
.hoverer div.CategoryTreeTag:hover
{
position:absolute;
z-index:9999!important;
opacity:1.0;
filter:alpha(opacity=1); /* For IE8 and earlier */
}
 
/*Hover divs*/
div.hovertab {
border-collapse: collapse;
background-color: #f0f0ff;
max-height:22px; overflow:hidden;
 
transition-property:all;
-moz-transition-property:all; /* Firefox 4 */
-webkit-transition-property:all; /* Safari and Chrome */
-o-transition-property:all; /* Opera */
 
transition-duration: 800ms;
-moz-transition-duration: 800ms; /* Firefox 4 */
-webkit-transition-duration: 800ms; /* Safari and Chrome */
-o-transition-duration: 800ms; /* Opera */
 
transition-timing-function: ease;
-moz-transition-timing-function: ease; /* Firefox 4 */
-webkit-transition-timing-function: ease; /* Safari and Chrome */
-o-transition-timing-function: ease; /* Opera */
}
 
div.hovertab:hover {
background-color: #ffffff;
max-height:5000px;
}

/* Tabber styling, thank you to the Sam & Cat Wiki*/
 
ul.tabbernav {font-family:Helvetica, sans-serif !important; font-weight:normal !important; padding:5px 0px !important; border-bottom:1px solid #87D0FB !important;}
ul.tabbernav li a {padding:5px 5px !important; margin-left:0px !important; border:0 !important; background:#6CBDEA !important;}
ul.tabbernav li a:link {color:white !important;}
ul.tabbernav li a:visited {color: white !important;}
ul.tabbernav li a:hover {background-color:#76C2EE !important; border-color:transparent !important; color:white !important;}
ul.tabbernav li.tabberactive a {color:white !important; font-weight:normal !important; border:0px solid HotPink !important; background-color:#9ED1EE !important;}
ul.tabbernav li.tabberactive a:hover {border:0px solid HotPink !important; border-bottom: 0px solid HotPink !important;}
.tabberlive .tabbertab {border:0px solid HotPink !important; border-top:0 !important;}

div.chat-whos-here {
    background-color: #f7f9f9;
    border-color: #ffffff;
}

span.arrow-left.disabled img {
    display: none;
}

span.arrow-right.disabled img {
    display: none;
}

span.chat-total {
    margin-top: 3px;
    margin-left: 12px;
}

/* Fondo del Wiki */
.mediawiki { 
     background: url(https://vignette.wikia.nocookie.net/horadeaventura/images/b/bd/Navidad0.jpg/revision/latest?cb=20171130000709&path-prefix=es) fixed center top !important; 
}
    body.mediawiki { 
    background-size: 100% auto !important; 
}

/* Banderas (Créditos a [[w:c:es:codigo-lyoko]]) */
.WikiaArticleInterlang a[href^='http://adventuretime']:before {content:url('http://images.wikia.com/wolfenstein/images/5/5d/Flag_EN.png');}
.WikiaArticleInterlang a[href^='http://es.']:before {content:url('http://images.wikia.com/wolfenstein/images/1/1c/Flag_ES.png');}
.WikiaArticleInterlang a[href^='http://de.']:before {content:url('http://images.wikia.com/wolfenstein/images/1/15/Flag_DE.png');}
.WikiaArticleInterlang a[href^='http://el.']:before {content:url('http://images3.wikia.nocookie.net/codigo-lyoko/es/images/2/2c/Flag_EL.png');}
.WikiaArticleInterlang a[href^='http://eo.']:before {content:url('http://images3.wikia.nocookie.net/__cb20140122204559/codigo-lyoko/es/images/c/cf/Flag_EO.png');}
.WikiaArticleInterlang a[href^='http://fr.']:before {content:url('http://images.wikia.com/wolfenstein/images/e/e8/Flag_FR.png');}
.WikiaArticleInterlang a[href^='http://ja.']:before {content:url('http://images.wikia.com/startrek/ca/images/c/cf/Flag_JA.png');}
.WikiaArticleInterlang a[href^='http://it.']:before {content:url('http://images.wikia.com/codigo-lyoko/es/images/a/a1/Flag_IT.png');}
.WikiaArticleInterlang a[href^='http://pl.']:before {content:url('http://images.wikia.com/wolfenstein/images/3/31/Flag_PL.png');}
.WikiaArticleInterlang a[href^='http://pt.']:before {content:url('http://images.wikia.com/codigo-lyoko/es/images/8/82/Flag_PT.png');}
.WikiaArticleInterlang a[href^='http://pt-br.']:before {content:url('http://images.wikia.com/codigo-lyoko/es/images/2/2a/Flag_BR.png');}
.WikiaArticleInterlang a[href^='http://ru.']:before {content:url('http://images.wikia.com/wolfenstein/images/f/fd/Flag_RU.png');}
 
.WikiaArticleInterlang a:before {
padding:3px;
}
Advertisement