Castle Crashers Español Wiki
m (Applying changes that should make this CSS file HTTPS-ready. If you have any questions or noticed issues related to this edit, please reach out to us using the Special:Contact page.)
Sin resumen de edición
Línea 311: Línea 311:
 
color:white;
 
color:white;
 
text-shadow:0 0 9px green, 0 0 9px green, 0 0 9px green;
 
text-shadow:0 0 9px green, 0 0 9px green, 0 0 9px green;
  +
}
  +
  +
/*Decoración para nombres de admin y burocratas*/
  +
li[data-user="Ñakot"] {
  +
color: gold;
 
}
 
}

Revisión del 01:45 5 jul 2018

@import url(https://fonts.googleapis.com/css?family=Comfortaa);

/* Cursor */
body {
  cursor: url('https://vignette.wikia.nocookie.net/battleblocktheater/images/e/e4/Cursoredited.png/revision/latest?cb=20160101185611'), pointer; 
}
/* Link cursor */
a:hover {
  cursor: url('https://vignette.wikia.nocookie.net/battleblocktheater/images/b/b2/Cursoreditedhover.png/revision/latest?cb=20160102182256'), pointer; 
}
  
/**Fuente del wiki, por Waffletz the cat**/
.WikiaPage {
    font-family: Comfortaa;
}
  
/* Encabezados */
.WikiaArticle h2 {
    border-bottom: 2px Green;
    font-family: Century Gothic;
    font-style: Normal;
    color: 	#008000
}

.WikiaArticle .editsection {
    float: right;
    font-size: 12px;
    border-bottom: 3px Green;
    margin-bottom:-3px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
    border-radius: 15px 15px 0 0;
    background: #008000;
	transition: all .6s;
}

.WikiaArticle .editsection a {
    color: #32CD32;
    font-weight: bold;
}

.WikiaArticle .editsection:hover {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
	transition: all .6s;
}

.WikiaArticle h3 {
    font-family: Century Gothic;
    font-style: Normal;
    color: 	#008000
}

.WikiaArticle h4 {
 
    font-family: Century Gothic;
    font-style: Normal;
    color: 	#008000
}

.WikiaArticle h5 {
    font-family: Century Gothic;
    font-style: Normal;
    color: 	#008000
}

.WikiaArticle h6 {
    font-family: Century Gothic;
    font-style: Normal;
    color: 	#008000
}


/* TOC en artículos */

#toc {
	border:1px solid #008000
}
 
.sprite.edit-pencil {background: url('https://vignette.wikia.nocookie.net/castlecrasherses/images/6/63/CC_GKH.png/revision/latest?cb=20170816040503&path-prefix=es') no-repeat !important;}

.UserProfileMasthead .masthead-info { background: url('http://gifsgallery.com/castle+gif') no-repeat top right;
overflow:hidden;
background-position:top;background-size:cover;
color:#008000;
border:3px solid;
border-color:#008000;
border-radius:5px;
padding:5px;
}

/* Fondo (creditos a Waffletz the cat) */
body.mediawiki {
 background: url("https://vignette.wikia.nocookie.net/castlecrasherses/images/2/2b/Presentacion2.png/revision/latest?cb=20170816195357&path-prefix=es") fixed center !important;
    background-size:100% auto !important;
}

/*Diseño del Masthead, por Waffletz the cat*/
.UserProfileMasthead .masthead-info { background: url('https://s-media-cache-ak0.pinimg.com/originals/55/dc/f7/55dcf7f47a9a16239ee7c40c9ea23ca8.jpg') no-repeat top right;
overflow:hidden;
background-position:top;background-size:cover;
color:black;
border:3px solid;
border-color:darkgreen;
border-radius:5px;
padding:5px;
}

/**Módulos Wiki Actividad, por Waffletz the cat**/
.WikiaRail .rail-module.activity-module {
    padding:10px;
    background:#90EE90;
    border-radius:20px;
    border:4px solid;
    border-color:darkgreen;
    box-shadow:0 0 50px 10px darkgreen inset;

}

/**Giro del avatar, por Waffletz the cat**/
.masthead-avatar img { 
 -webkit-transition: all 0.6s ease; 
 -moz-transition: all 0.6s ease; 
 -o-transition: all 0.6s ease;
 -ms-transition: all 0.6s ease; transition: all 0.6s ease; 
 
 } .masthead-avatar:hover img { 
     border-radius: 100%; 
     box-shadow:0 0 40px #0dad23; 
     -webkit-transform: rotate(360deg); 
     -moz-transform: rotate(360deg); 
     -o-transform: rotate(360deg); 
     -ms-transform: rotate(360deg); 
     transform: rotate(360deg); }

/*Chat, por Waffletz the cat*/
 .WikiaRail .chat-module.rail-module {
    padding:10px;
    background:#90EE90;
    border-radius:20px;
    border:4px solid;
    border-color:darkgreen;
    box-shadow:0 0 50px 10px darkgreen inset;

}

/*Módulos, por Waffletz the cat*/
.WikiaRail .rail-module h2, .WikiaRail .module h2, .discussion-community-unit .wiki-name, .discussion-mobile-filter-header  {
  border-radius:20px;
  color:black;
  text-shadow:1px 1px 0px black;
  font-size:150%;
  padding:10px;
  background:#90EE90;
  border:4px solid;
  border-color:darkgreen;
  box-shadow:0 0 50px 10px darkgreen inset;
}

/*Infobox*/
.portable-infobox {
    width: 18em;
    border-radius: 7px; 
    border: black 1px solid; 
    padding: 5px;
}
.portable-infobox .pi-title {
    font-family: "Suplexmentary Comic NC","Pangolin",cursive,sans-serif;
    font-size: 15px; 
    color: white; 
    text-align: center; 
    font-weight: bold;
}
.portable-infobox .pi-header {
    font-family: "Suplexmentary Comic NC","Pangolin",cursive,sans-serif;
    border: black 1px solid;
    border-radius: 7px;
    text-align: center;
    font-size: 15px;
    background-color: darkgreen;
}
.portable-infobox .pi-item-spacing, .pi-image {
    padding: 5px;
}
.pi-item-spacing, .pi-image {
    border: black;
}
.pi-image-collection-tab-content {
    background-color: rgba(241, 230, 242, 0.8);
    border-radius: 7px;
    margin-bottom: 5px;
}
ul.pi-image-collection-tabs li.current {
    border-radius: 0.8em 0.8em 0em 0em;
}
ul.pi-image-collection-tabs li {
    border: 1px solid rgba(219, 192, 222, 0.25)
}

/* Tabber */
.tabbernav {
    font-family: inherit !important;
    font-weight: big !important;
    font-size: 13px !important;
    border-bottom: none !important;
    padding: 0.3em 0 !important;
}
.tabbernav a {
    padding: 0.3em 0.5em !important;
    margin: 0 !important;
    color: black !important;
    border: none !important;
    background: transparent !important;
}
.tabberactive a {
    color: white !important;
    background: #008000 !important;
}
.tabbernav :not(.tabberactive) a:hover {
    background: rgba(42,112,161, 0.2) !important;
}
.tabbertab {
    border: none !important;
    padding: 0 !important;
}
 
ul.tabbernav li a {
    border-radius:4px 4px 2px 2px !important;
}
.tabberlive .tabbertab {
    border: 1px solid azure !important
}

/*Un pequeño detalle para el perfil de Kurobi, traído de The Dark Shadow Wiki*/
.page-Usuario_Kurobi96 .UserProfileMasthead .masthead-info {
    background: black
  url('https://vignette.wikia.nocookie.net/the-dark-shadow/images/0/0a/Prueba.png/revision/latest?cb=20171124211441&path-prefix=es') no-repeat top right;
    overflow:hidden;
   color:red;
}
.page-Usuario_Kurobi96 .WikiaUserPagesHeader {
   color:red;
   text-shadow:0 0 9px red, 0 0 9px red, 0 0 9px red;
}
.page-Usuario_Kurobi96 .UserProfileMasthead .masthead-info hgroup {
    background: -webkit-linear-gradient(top, #e50000, transparent);
opacity: 0.8;
    width: auto !important;
   color:red;
}

/*Edición del perfil de Ñakot, creditos a The Dark Shadow Wiki*/
.page-Usuario_Ñakot .WikiaUserPagesHeader {
   color:white;
   text-shadow:0 0 9px green, 0 0 9px green, 0 0 9px green;
}
.page-Usuario_Ñakot .UserProfileMasthead .masthead-info hgroup {
    background: -webkit-linear-gradient(top, green, transparent);
opacity: 0.8;
    width: auto !important;
}

/* Encuestas, creditos a The Dark Shadow Wiki */
div.ajax-poll {
    border-radius:3em;
   background: white url(https://vignette.wikia.nocookie.net/castlecrasherses/images/e/e6/Presentacion1.png/revision/latest?cb=20170816195335&path-prefix=es) no-repeat left top !important;
    text-shadow:0 0 4px green, 0 0 4px green, 0 0 4px green;
   box-shadow:0 0 30px white inset, 0 0 30px white inset, 0 0 30px white inset;
   border:3px solid green;
   width: auto !important;
}

/*Contenedor de tablas del perfil (laboratorio), (creditos a The Dark Shadow Wiki)
.tabs-container .tabs .selected{
 background: white
   -moz-border-radius: 0px 0px 10px 10px !important;
   -webkit-border-radius: 0px 0px 10px 10px !important;
   text-shadow:0 0 9px green, 0 0 9px green, 0 0 9px green;
}*/
 
.tabs .selected a {
border: 2px solid white;
border-bottom: 1px solid transparent;
background:#32CD32;
color: white;
display: inline-block;
   text-shadow:0 0 5px green !important;
   box-shadow:0 0 20px white inset, 0 0 10px green, 0 0 10px green;
   transition-timing-function: ease-out ;
    -webkit-transition-duration: 0.4s ;
       -moz-transition-duration: 0.4s ;
        -ms-transition-duration: 0.4s ;
         -o-transition-duration: 0.4s ;
            transition-duration: 0.4s ;
}
 
.tabs li a {
border-top-left-radius: 1em;
border-top-right-radius: 1em;
border: 1px solid white;
background-color: transparent;
   box-shadow:0 0 20px green inset, 0 0 20px green inset, 0 0 10px white, 0 0 10px white;
display: inline-block;
font-size: 14px;
}
 
/*Panel de usuarios*/
.WikiaUserPagesHeader {
   color:white;
   text-shadow:0 0 9px green, 0 0 9px green, 0 0 9px green;
}

/*Decoración para nombres de admin y burocratas*/
li[data-user="Ñakot"] {
color: gold;
}