Inazuma Eleven Wiki
Advertisement
Inazuma Eleven 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.
/***** Estilo de letra de la wiki****/
h1  { font-family: Segoe UI;}
 
/* WikiaPage */
body:not(.editor) .WikiaPage {
    border: 0;
    margin-top: 15px;
}
body:not(.editor) .WikiaPage #PageHeader {
    padding-top: 20px;
}
.WikiaArticle {
    font-family: 'Segoe UI', sans-serif;
} 

/* WikiaArticle, UCP fixes */
.WikiaArticle {
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.7em;
}
.WikiaArticle .toc ul {
    list-style-type: none;
    margin: 0 0 0 5px;
}
.WikiaArticle h2 {
    margin-top: 1em;
}
.WikiaArticle h3 {
    margin-top: .8em;
}
.WikiaArticle h2 + h3 {
    margin-top: .5em;
}
.WikiaArticle .mw-editsection {
    font-size: 12px;
}

/* fake external link fix */
.mw-parser-output a.external[href^="https://inazuma.fandom.com/es"]:after {
    display: none;
}

/* toc */
.WikiaArticle .toc {
    background-color: #ffe5d6;
    border: 1px solid #da9b78;
    border-left-width: 5px;
    font-size: 13px;
    padding: 5px 10px;
}
.WikiaArticle .toc ul {
	list-style-type: none;
}
.WikiaArticle .toc li {
    margin: 0;
}
.WikiaArticle .toc li:before {
    content: counters(tocitem, '.') '.';
}
 
/*
-------------------------------------------------
Arreglo de página e imágen de fondo con cabecera
-------------------------------------------------
*/
 
#WikiaPage {
   -moz-box-shadow: 0 0 0.9em 0.7em #E0A538;
   -webkit-box-shadow: 0 0 0.9em 0.7em #E0A538;
   margin-top:1px;
   border:solid #BA6F06;
   z-index: 1;
}
 
 
/*************************/
/* DESCRIPCIÓN DE LOGROS */
/*************************/
 
.profile-hover-text, .profile-hover-text a {
   color:Black;
} 

/* {{tab}} */
.tab {
    margin: 10px 0;
}
.tab-nav {
    display: flex;
    margin-bottom: -1px;
    padding: 0 3px;
}
.tab-title {
    border: 1px solid #ccc;
    border-radius: 2px 2px 0 0;
    margin: 0 2px;
    padding: 0px 8px;
    cursor: pointer;
}
.tab-title:not(.tab-title-active) b {
    font-weight: normal;
}
.tab-title u {
    text-decoration: none;
}
.tab-title-active {
    
}
.tab-title:not(.tab-title-active) {
    opacity: .6;
}
.tab-title:not(.tab-title-active):hover {
    opacity: 1;
}
.tab-content {
    border: 1px solid #ccc;
    border-radius: 2px;
    line-height: 18px;
    padding: 8px;
}
.tab-content ul {
    margin: 0 0 0 2em;
}
.tab-content ul li {
    margin: 2px 0;
}
.tab-content hr {
    border: .5px solid #ccc;
}

/* {{suite}} */
.suite {
    display: flex;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.suite-member {
    margin: 0 2px;
    padding: 5px 10px;
}
.suite-member:first-child {
    margin-left: 0;
}
.suite-member.active {
    border: 1px solid #ccc;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
}
 
/* navbox fixes */
.navbox .mw-collapsible-toggle, .navbox .mw-collapsible-toggle-collapsed > a, .navbox .mw-collapsible-toggle, .navbox .mw-collapsible-toggle-expanded > a {
    color: inherit !important;
}
.navbox .navbox-title a {
    color: inherit;
}
 
/* {{portal}} */
.portal {
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.portal:hover {
    opacity: 0.8;
    background: rgba(255, 255, 255, 0.7);
}

/*************/
/*TEMAS INFOBOXES*/
/*************/

/* Tema inazuma */

.pi-theme-inazuma{

background: transparent;

border-radius: 7px;

border: 2.5px #ff6a00 solid;

padding: 3px;

width: 280px;

}

.pi-theme-inazuma .pi-data-value:not(:first-child) {

padding-left: 3px;

}

.pi-theme-inazuma * {

font-size: 12px !important;

}

.pi-theme-inazuma .pi-data:not(:last-of-type),

.pi-theme-inazuma .pi-group {

border: 0;

}

.pi-theme-inazuma .pi-title {

background-color: #ffd48f;

background-image: -webkit-linear-gradient(-90deg, #fff58c, #FF7300);

border-radius: 0.2em;

border-top: 2px #ff7300 dotted;

border: 1px #2f2f2f solid;

font-size: 12px;

font-weight: 800;

padding: 2px;

text-align: center;

}

.pi-theme-inazuma .pi-data-label {

-moz-border-radius: 0.2em;

-webkit-border-radius: 0.2em;

background-color: #fff58c;

background-image: -webkit-linear-gradient(-90deg, #fff58c, #FF7300);

border: 1px #2f2f2f solid;

font-size: 12px;

padding: 2px;

text-align: left;

}

.pi-theme-inazuma .pi-item-spacing {

padding: 5px 3px;

}

.pi-theme-inazuma .pi-header {

background-color: #ffd48f;

border-top: 2px #ff7300 dotted;

text-align: center;

}

.pi-theme-inazuma .pi-item-spacing {

padding: 0.5px;

}

.pi-theme-inazuma .pi-image-thumbnail {
    height: auto;
    padding: 2px 0;
    width: 150px;
}

.pi-theme-inazuma .pi-data-label {

padding: 3px;

}

/* Tema Supertécnica */

.pi-theme-supertecnica{

background: transparent;

border-radius: 7px;

border: 2.5px #228b22 solid;

padding: 3px;

width: 280px;

}

.pi-theme-supertecnica .pi-data-value:not(:first-child) {

padding-left: 3px;

}

.pi-theme-supertecnica * {

font-size: 12px !important;

}

.pi-theme-supertecnica .pi-data:not(:last-of-type),

.pi-theme-supertecnica .pi-group {

border: 0;

}

.pi-theme-supertecnica .pi-title {

background-color: #ffd48f;

background-image: -webkit-linear-gradient(-90deg, #adff2f,#32cd32);

border-radius: 0.2em;

border-top: 2px #2f2f2f dotted;

border: 1px #2f2f2f solid;

font-size: 12px;

font-weight: 800;

padding: 3px;

text-align: center;

}

.pi-theme-supertecnica .pi-data-label {

-moz-border-radius: 0.2em;

-webkit-border-radius: 0.2em;

background-color: #adff2f;

background-image: -webkit-linear-gradient(-90deg, #adff2f,#32cd32);

border: 1px #2f2f2f solid;

font-size: 12px;

padding: 3px;

text-align: left;

}

.pi-theme-supertecnica .pi-item-spacing {

padding: 5px 3px;

}

.pi-theme-supertecnica .pi-header {

background-color: #adff2f;

border-top: 2px #228b22 dotted;

text-align: center;

}

.pi-theme-supertecnica .pi-item-spacing {

padding: 0.5px;

}

.pi-theme-supertecnica .pi-data {

background: #d4ff93;

}

/* Tema Episodio */

.pi-theme-Episodio {

background-color: white;

border: 3px solid #88a;

font-family: lucida console, sans-serif;

font-size: 10px;

padding: 0;

text-align: center;

width: 270px;

}

.pi-theme-Episodio * {

font-size: 10px!important;

}

.pi-theme-Episodio .pi-header,

.pi-theme-Episodio .pi-title {

background: darkgrey;

font-size: 110% !important;

font-style: italic;

font-weight: 700;

}

.pi-theme-Episodio .pi-data-label {

background: gray;

}

.pi-theme-Episodio .pi-item-spacing {

padding: 0;

}

.pi-theme-Episodio .pi-data-label,

.pi-theme-Episodio .pi-data-value {

line-height: 22px;

padding: 6px;

}

.pi-theme-Episodio .pi-item-spacing {

padding: 0;

}

.pi-data-value:not(:first-child) {

flex-basis: 50% !important;

}

/* Tema Equipo */

.pi-theme-equipo{

background: transparent;

border-radius: 7px;

border: 2.5px #8b0000 solid;

padding: 3px;

width: 280px;

}

.pi-theme-equipo .pi-data-value:not(:first-child) {

padding-left: 3px;

}

.pi-theme-equipo * {

font-size: 12px !important;

}

.pi-theme-equipo .pi-data:not(:last-of-type),

.pi-theme-equipo .pi-group {

border: 0;

}

.pi-theme-equipo .pi-title {

background-color: #ff8f8f;

background-image: -webkit-linear-gradient(-90deg, #b22222, #FF0000);

border-radius: 0.2em;

border-top: 2px #ff7300 dotted;

border: 1px #2f2f2f dotted;

color: #fff;

font-size: 12px;

font-weight: 800;

padding: 3px;

text-align: center;

}

.pi-theme-equipo .pi-data-label {

-moz-border-radius: 0.2em;

-webkit-border-radius: 0.2em;

background-color: #fff58c;

background-image: -webkit-linear-gradient(-90deg, #b22222, #FF0000);

border: 1px #2f2f2f solid;

color: #fff;

font-size: 12px;

padding: 3px;

text-align: left;

}

.pi-theme-equipo .pi-item-spacing {

padding: 5px 3px;

}

.pi-theme-equipo .pi-header {

background-color: #CF0000;

border-top: 2px #c20000 dotted;

color: #fff;

text-align: center;

}

.pi-theme-equipo .pi-item-spacing {

padding: 0.5px;

}

.pi-theme-equipo .pi-data {

background: #F28C8C;

}

.pi-theme-Capítulo{

background: #aac6ff;

border-radius: 7px;

border: 2.5px #1f4189 solid;

padding: 1px;

width: 270px;

}

.pi-theme-Capítulo .pi-data-value:not(:first-child) {

padding-left: 3px;

}

.pi-theme-Capítulo * {

font-size: 12px !important;line-height:22px !Important;

}

.pi-theme-Capítulo .pi-data,

.pi-theme-Capítulo .pi-group {

border: 0;

}

.pi-theme-Capítulo .pi-title {

background-color: #ffd48f;

background-image: -webkit-linear-gradient(bottom, rgb(31,65,137) 0%, rgb(59,89,153) 100%);

border-radius: 0.2em;

border-top: 2px #ff7300 dotted;

border: 1px #2f2f2f solid;

font-size: 12px;

font-weight: 700;

padding: 3px;

color:#fff;

text-align: center;

}

.pi-theme-Capítulo .pi-data-label, .pi-theme-Capítulo .pi-horizontal-group-item {

-moz-border-radius: 0.2em;

-webkit-border-radius: 0.2em;

background-color: #fff58c;

background-image:-webkit-linear-gradient(bottom, rgb(31,65,137) 0%, rgb(59,89,153) 100%);

color:#fff;

border: 1px #2f2f2f solid;

font-size: 13px;

padding: 10px;

text-align: left;

text-align:center

}

.pi-theme-Capítulo .pi-item-spacing {

padding:0

}

.pi-theme-Capítulo .pi-header {

border-top: 2px #1f4189 dotted;

text-align: center;

}

.pi-theme-Capítulo .pi-item-spacing {

padding: 0.5px;

}

.pi-theme-Capítulo .pi-data-label {

padding: 3px

}

.pi-theme-Ending {

background-color: #e6e6e6;

border: 1px solid #c2c2c2;

width: 270px !important;

padding:5px;

}

.pi-theme-Ending * {font-size:14px !Important;border:0 !Important}

.pi-theme-Ending .pi-title,

.pi-theme-Ending .pi-header {

background-color: #464646;

color: #fff;

font-size: 120%;

padding: 0.5em;

font-weight:bold;

text-align: center;

}

.pi-theme-Táctica {

-webkit-border-radius: 7px;

background: transparent;

border: 2.5px #20B2AA solid;

padding: 3px;

width: 270px;

}

.pi-theme-Táctica * {

font-size: 12px !Important;

}

.pi-theme-Táctica .pi-title {

background-color: #ffd48f;

background-image: -webkit-linear-gradient(-90deg,#1E90FF,#00BFFF);

border-radius: 0.2em;

border-top: 2px #ff7300 dotted;

border: 1px #2f2f2f solid;

color: #fff;

font-weight: bold;

opacity: 2.5;

padding: 0.5px;

text-align: center;

}

.pi-theme-Táctica .pi-header {

background: 0;

text-align: center;

}

.pi-theme-Táctica .pi-data {

border: 0;

margin-bottom: 1px;

}

.pi-theme-Táctica .pi-data-value {

background: Aqua;

}

.pi-theme-Táctica .pi-data-label {

align-items: center;

background-image: -webkit-linear-gradient(-90deg,#1E90FF,#00BFFF);

background-color: #fff58c;

border-radius: 0.2em;

border: 1px #2f2f2f solid;

color: #fff;

display: flex;

flex-basis: 47%;

margin-right: 1px;

padding: 3px;

}

.pi-theme-Táctica .pi-item-spacing {

padding: 0;

}

/* Tema Cancion */

.pi-theme-cancion{

background: transparent;

border-radius: 7px;

border: 2.5px #3E6175 solid;

padding: 3px;

width: 280px;

}

.pi-theme-cancion .pi-data-value:not(:first-child) {

padding-left: 3px;

}

.pi-theme-cancion * {

font-size: 12px !important;

}

.pi-theme-cancion .pi-data:not(:last-of-type),

.pi-theme-cancion .pi-group {

border: 0;

}

.pi-theme-cancion .pi-title {

background-color: #8AD0F8;

background-image: -webkit-linear-gradient(-90deg, #3F99C5,#1EB3FB);

border-radius: 0.2em;

border-top: 2px #3E6175 dotted;

border: 1px #2f2f2f solid;

font-size: 12px;

font-weight: 800;

padding: 3px;

text-align: center;

}

.pi-theme-cancion .pi-data-label {

-moz-border-radius: 0.2em;

-webkit-border-radius: 0.2em;

background-color: #8AD0F8;

background-image: -webkit-linear-gradient(-90deg, #3F99C5,#1EB3FB);

border: 1px #2f2f2f solid;

font-size: 12px;

padding: 3px;

text-align: left;

}

.pi-theme-cancion .pi-item-spacing {

padding: 5px 3px;

}

.pi-theme-cancion .pi-header {

background-color: #8AD0F8;

border-top: 2px #3E6175 dotted;

text-align: center;

}

.pi-theme-cancion .pi-item-spacing {

padding: 0.5px;

}

.pi-theme-cancion .pi-data {

background: #93E6FF;

}

/* Tema Espíritu Guerrero */

.pi-theme-espiritu{

background: transparent;

border-radius: 7px;

border: 2.5px #121023 solid;

padding: 3px;

width: 280px;

}

.pi-theme-espiritu .pi-data-value:not(:first-child) {

padding-left: 3px;

}

.pi-theme-espiritu * {

font-size: 12px !important;

}

.pi-theme-espiritu .pi-data:not(:last-of-type),

.pi-theme-espiritu .pi-group {

border: 0;

}

.pi-theme-espiritu .pi-title {

background-color: #C3BDE8;

background-image: -webkit-linear-gradient(-90deg,#483d8b,#220088);

border-radius: 0.2em;

border-top: 2px #121023 dotted;

border: 1px #121023 solid;

font-size: 12px;

font-weight: 800;

padding: 3px;

text-align: center;

}

.pi-theme-espiritu .pi-data-label {

-moz-border-radius: 0.2em;

-webkit-border-radius: 0.2em;

background-color: #C3BDE8;

background-image: -webkit-linear-gradient(-90deg,#483d8b,#220088);

border: 1px #121023 solid;

font-size: 12px;

padding: 3px;

text-align: left;

}

.pi-theme-espiritu .pi-item-spacing {

padding: 5px 3px;

}

.pi-theme-espiritu .pi-header {

background-color: #483d8b;

border-top: 2px #121023 dotted;

text-align: center;

}

.pi-theme-espiritu .pi-item-spacing {

padding: 0.5px;

}

.pi-theme-espiritu .pi-data {

background: #C0B9EE;

}

/* Tema Evento */

.pi-theme-Evento{

background: transparent;

border-radius: 7px;

border: 2.5px #636363 solid;

padding: 3px;

width: 280px;

}

.pi-theme-Evento .pi-data-value:not(:first-child) {

padding-left: 3px;

}

.pi-theme-Evento * {

font-size: 12px !important;

}

.pi-theme-Evento .pi-data:not(:last-of-type),

.pi-theme-Evento .pi-group {

border: 0;

}

.pi-theme-Evento .pi-title {

background-color: #ff8f8f;

background-image: -webkit-linear-gradient(-90deg, #6e6e6e, #404040);

border-radius: 0.2em;

border-top: 2px #ff7300 dotted;

border: 1px #2f2f2f dotted;

color: #fff;

font-size: 12px;

font-weight: 800;

padding: 3px;

text-align: center;

}

.pi-theme-Evento .pi-data-label {

-moz-border-radius: 0.2em;

-webkit-border-radius: 0.2em;

background-color: #fff58c;

background-image: -webkit-linear-gradient(-90deg, #6e6e6e, #404040);

border: 1px #2f2f2f solid;

color: #fff;

font-size: 12px;

padding: 3px;

text-align: left;

}

.pi-theme-Evento .pi-item-spacing {

padding: 5px 3px;

}

.pi-theme-Evento .pi-header {

background-color: #696969;

border-top: 2px #6b6b6b dotted;

color: #fff;

text-align: center;

}

.pi-theme-Evento .pi-item-spacing {

padding: 0.5px;

}

.pi-theme-Evento .pi-data {

background: #e0e0e0;

}

/* Tema Estadios */

.pi-theme-Estadios{

background: transparent;

border-radius: 7px;

border: 2.5px #609406 solid;

padding: 3px;

width: 280px;

}

.pi-theme-Estadios .pi-data-value:not(:first-child) {

padding-left: 3px;

}

.pi-theme-Estadios * {

font-size: 12px !important;

}

.pi-theme-Estadios .pi-data:not(:last-of-type),

.pi-theme-Estadios.pi-group {

border: 0;

}

.pi-theme-Estadios .pi-title {

background-color: #bffa61;

background-image: -webkit-linear-gradient(-90deg,#7EA10D,#A7D611);;

border-radius: 0.2em;

border-top: 2px #6b6b6b dotted;

border: 1px #2f2f2f dotted;

color: #1e1f1e;

font-size: 12px;

font-weight: 800;

padding: 3px;

text-align: center;

}

.pi-theme-Estadios .pi-data-label {

-moz-border-radius: 0.2em;

-webkit-border-radius: 0.2em;

background-color: #fff58c;

background-image: -webkit-linear-gradient(-90deg,#7EA10D,#A7D611);;

border: 1px #2f2f2f solid;

color: #1e1f1e;;

font-size: 12px;

padding: 3px;

text-align: left;

}

.pi-theme-Estadios .pi-item-spacing {

padding: 5px 3px;

}

.pi-theme-Estadios .pi-header {

background-color: #7dab00;

border-top: 2px #54a120 dotted;

color: #1e1f1e;

text-align: center;

}

.pi-theme-Estadios .pi-item-spacing {

padding: 0.5px;

}

.pi-theme-Estadios .pi-data {

background: #bffa61;

}

/*************************/
/* COLOR DE LAS GALERIAS */
/*************************/
 
 
table.gallery {
	border:none;
}
 
table.gallery td, .wikia-gallery-item {
	font-size:90%;
}
 
.wikia-gallery-item div.neutral {
	background-color:#FF4500;
}
 
div.gallerybox div.thumb:hover, .wikia-gallery-item div.neutral:hover {
	-moz-box-shadow:0 0 0.5em 0.1em #598EFF;
	-webkit-box-shadow:0 0 0.5em #598EFF;
	box-shadow:0 0 0.5em #598EFF;
	border-color:#F00 !important;
}
 
#catlinks {
	border:2px solid #F00;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:#FF4500;
background-image: linear-gradient(bottom, rgb(51,51,51) 0%, rgb(85,85,85) 80%);
background-image: -o-linear-gradient(bottom, rgb(51,51,51) 0%, rgb(85,85,85) 80%);
background-image: -moz-linear-gradient(bottom, rgb(51,51,51) 0%, rgb(85,85,85) 80%);
background-image: -webkit-linear-gradient(bottom, rgb(51,51,51) 0%, rgb(85,85,85) 80%);
background-image: -ms-linear-gradient(bottom, rgb(51,51,51) 0%, rgb(85,85,85) 80%);
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#333333', startColorstr='#555555', gradientType='0');
	-moz-box-shadow:0.1em 0.1em 0.5em #303030;
	-webkit-box-shadow:0.1em 0.1em 0.5em #303030;
	box-shadow:0.1em 0.1em 0.5em #303030;
	color:#F00;
}
 
#mw-normal-catlinks a, #mw-hidden-catlinks span a { color:#fec423; }
#mw-normal-catlinks a:hover, #mw-hidden-catlinks span a:hover { text-decoration:none; font-style:italic; }
 
#catlinks a.new { color:#ff591f; }
 
#mw-normal-catlinks > a { font-weight:bold; color:#FFF; }
#mw-normal-catlinks > a:hover { font-style:normal; }

/******Arreglo de Galerías*****/
.wikia-gallery-item img {
    width: 100%;
    height: 100%;
}
Advertisement