Wiki PokéEscritura
Advertisement

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.
/* SIDEBAR */
/* CORPORATE FOOTER */
 
.CorporateFooter li:hover, .CorporateFooter a:hover {
   color:Goldenrod;
   background:#E5C100;
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
   -moz-box-shadow:0 0 0.5em 0.2em #E5C100;
   -webkit-box-shadow:0 0 0.5em 0.2em #E5C100;
   text-shadow:1px 1px 1px Black;
   font-weight:Bold;
   text-decoration:none !important;
}
 
/* Borde derecho para delimitar el espacio de contenido */
#WikiaMainContent { border-right: 1px solid silver !important; margin-right:-1px !important; }
 
 
.RelatedPagesModule .articleSnippet { width:100px; }
 
.Destacado a,
.WikiaRail .module a {
   font-weight:bold;
}
 
/***** Módulo de páginas *****/
.WikiaArticleInterlang,
.WikiaRail .module {
   background: #EECBAD;
   background-image:-moz-linear-gradient(19% 75% 90deg,#EECBAD, #EED5B7, #d6b300 100%);
   background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#CDB38B), to(#EECBAD), color-stop(.6,#EED5B7));
   background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#CDB38B), to(#EECBAD), color-stop(.6,#EED5B7));
   color:Black;
   border-radius:10px;
   border:none;
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CDB38B', endColorstr='#CDB38B',GradientType=0 );
   opacity: 0.8 !important;
}
 
.WikiaRail .module a { 
   color:White;
   font-weight:Insula;
}
 
/*Categorias*/
.CategorySelect.articlePage {
   border:3px solid black !important;
   background: #000000;
   background-image: -moz-linear-gradient(top, #000000 0%, #FFD700 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#FFD700));
   background-image: -webkit-linear-gradient(top, #000000 0%,#FFD700 100%);
   border-radius:10px;
   box-shadow:0 0 0.5em 0.2em Black;
   color:White;
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#FFD700',GradientType=0 );
}
 
.CategorySelect.articlePage a {
   color:#FFF;
}
 
.CategorySelect.articlePage a:hover {
   font-style:italic;
   text-decoration:none;
}
 
.WikiaArticleCategories {
   border:3px solid black !important;
   background: #000000;
   background-image: -moz-linear-gradient(top, #000000 0%, #FFD700 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#FFD700));
   background-image: -webkit-linear-gradient(top, #000000 0%,#FFD700 100%);
   border-radius:10px;
   box-shadow:0 0 0.5em 0.2em Black;
   color:White;
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#FFD700',GradientType=0 );
}
 
.WikiaArticleCategories a {
   color:#FFF;
}
 
.WikiaArticleCategories a:hover {
   font-style:italic;
   text-decoration:none;
}
 
/* Obtenido de [[w:c:es.pokemon|Wikidex]] */
/*** IMÁGENES ***/
/* Aspecto de los thumbs */
div.thumbinner, .WikiaArticle .thumbinner {
	background-color:#333;
	background:-moz-linear-gradient(center top, #888 0%, #333 100%);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #888888), color-stop(100%, #333333));
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#333333', startColorstr='#888888', gradientType='0');
	border:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#FFFFFF;
	-moz-box-shadow:2px 2px 5px #333;
	-webkit-box-shadow:2px 2px 5px #333;
	box-shadow:2px 2px 5px #333;
	padding-top:4px !important; /* Un píxel más para igualar con los lados */
}
 
.thumbinner a, .thumbinner a:visited { color:#4169e1; }
 
img.thumbimage {
	background-color:#f9f9f9;
	border:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
 
a.magnify.sprite { background:url("http://images2.wikia.nocookie.net/__cb20101012094234/es.pokemon/images/f/ff/FlechaIm%C3%A1genes.png") center center no-repeat; }
 
/*Copied from http://www.barelyfitz.com/projects/tabber/example.css used under mit license
see http://www.barelyfitz.com/projects/tabber/
*/
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */
 
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}
 
/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}
 
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #CCC;
 font: bold 12px Verdana, sans-serif;
}
 
ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}
 
ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #ccc;
 border-bottom: none;
 background: #f2f7ff;
 text-decoration: none;
}
 
ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }
 
ul.tabbernav li a:hover
{
 color: #000;
 background: #fff9f2;
 border-color: #CCC;
}
 
ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}
 
ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}
 
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #CCC;
 border-top:0;
 
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */
 
 /* height:200px; */
 
 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */
 
 /* overflow:auto; */
}
 
/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}
 
/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/**** Editar razones de borrado ****/
.mw-delete-editreasons {
    margin: 6px auto auto 15px !important;
    background:LightCoral;
    height:20px;
    line-height:19px;
    border-radius:10px 10px 0 0;
}
 
/**** Editar razones de borrado fondo para seleccionable ****/
.mw-delete-editreasons:hover {
    background: LightSalmon; 
}
 
/**** Editar razones de borrado enlaces ****/
.mw-delete-editreasons a {
    color:Blue;
    text-decoration:none;  
    padding: 5px 6px 3px 6px;
    font-size:90%;
}
 
/* Ocultar título y categorías en la Portada */
body.page-Wiki PokéEscritura h1.firstHeading, body.page-Wiki PokéEscritura #catlinks { display:none; }
 
/* Ajustes para adaptar la barra de categorías */
#WikiaArticleCategories { border: none; padding: 0 !important; }
#WikiaArticleCategories #catlinks { padding: 5px !important; }
 
/* ELIMINAR "Image added by" */
aside.picture-attribution, div.picture-attribution { display:none !important; }
 
.WikiaPage {
  border: 14px solid rgba(0, 0, 0, 0.180);
  background: transparent;
}
 
.oasis-split-skin .WikiaPage {
  border-top: 14px solid rgba(0, 0, 0, 0.180);
}
/*** Estilos de tablas ***/
/*** General ***
Estilos para tablas. (de [[Wikipedia:es:MediaWiki:Common.css]])
 
La idea es, si se quiere que la primera columna de la tabla esté alineada
a la derecha, la segunda centrada  y la tercera a la izquierda, usar
{| class="col1der col2cen col3izq"
en vez de repetir "style='text-align:right'", etc, en '''cada''' celda
*/
 
table.col1der td:first-child { text-align:right; }
table.col1izq td:first-child { text-align:left; }
table.col1cen td:first-child { text-align:center; }
 
table.col2der td:first-child + td { text-align:right; }
table.col2izq td:first-child + td { text-align:left; }
table.col2cen td:first-child + td { text-align:center; }
 
table.col3der td:first-child + td + td { text-align:right; }
table.col3izq td:first-child + td + td { text-align:left; }
table.col3cen td:first-child + td + td { text-align:center; }
 
table.col4der td:first-child + td + td + td { text-align:right; }
table.col4izq td:first-child + td + td + td { text-align:left; }
table.col4cen td:first-child + td + td + td { text-align:center; }
 
table.col5der td:first-child + td + td + td + td { text-align:right; }
table.col5izq td:first-child + td + td + td + td { text-align:left; }
table.col5cen td:first-child + td + td + td + td { text-align:center; }
 
tr.encabezado { background: #ccf; color: #000; white-space:nowrap; }
 
/*
Formatos generales de tablas:
* wiki: estándar
* lista: estándar + resaltado de fila al pasar el mouse, filas más juntas
* galeria: estándar + centrado + ancho mínimo de columna a 80px (sí y sólo si contiene encabezados)
 
Ejemplo de uso:
{| class="lista"
*/
 
table.wiki, table.lista, table.galeria {
	border-collapse:collapse;
	background:#f8f8ff;
	color:#000;
	margin-bottom:1.5em;
}
 
table.lista {
	font-size:95%;
	line-height:1.1em;
}
 
table.galeria {
	text-align:center;
	margin:auto;
}
 
table.wiki td, table.wiki th,
table.lista td, table.lista th,
table.galeria td, table.galeria th
	{ padding:2px; border: 1px solid #88a; }
 
table.wiki caption, table.lista caption, table.galeria caption {
	line-height:1.1em;
/*  margin: 2px; --> Bug en Firefox? Si usamos {| class="lista" align="center" con caption, éste aparece alineado a la izquierda, sin importarle que la tabla quede en el centro. Usando padding no pasa. */
	padding: 5px 2px;
}
 
.galeria-sprites tr.encabezado {white-space:normal;}
 
.galeria-sprites a.new {
	display:block;
	border:1px solid #aaa;
	width:40px;
	height:40px;
	margin:auto;
	font-size:small;
	overflow:hidden;
}
 
/* cambio de color al pasar ratón por encima */
table.lista tr:hover { background:#f5f5dc; color:#000; }
table.resaltado tr:hover { background:#f5f5dc; color:#000; }
/* Lo quitamos para los encabezados */
table.lista tr.encabezado:hover { background:#ccf; color:#000; }
table.resaltado tr.encabezado:hover { background:#ccf; color:#000; }
 
table.galeria tr.encabezado th { width:80px; }
 
td.oscuro, th.oscuro {
	background:#dfdfff;
	color:#000;
}
 
/*** Tablas de Modelos ***/
 
table.movnivel, table.movmtmo, table.movtutor, table.movhuevo, table.movespecial, table.estadisticas {
	text-align:center;
	width:100%;
	background:#f8f8ff;
	color:#000;
	border-collapse:collapse;
	margin-bottom:1.5em;
}
 
/* bordes a las tablas */
 
table.movnivel td, table.movnivel th,
table.movmtmo td, table.movmtmo th,
table.movtutor td, table.movtutor th,
table.movhuevo td, table.movhuevo th,
table.movespecial td, table.movespecial th,
table.estadisticas td, table.estadisticas th
	{ padding:2px; border: 1px solid #88a; }
 
/* anchura de columnas */
table.movmtmo th, table.movtutor th, table.movespecial th { width:16%;}
table.movmtmo th:first-child + th,
table.movtutor th:first-child + th,
table.movespecial th:first-child
	{ width:36%; }
 
table.movnivel tr.encabezado th { width: 2.5em; }
table.movnivel tr.encabezado th.movimiento { width: auto; }
table.movnivel tr.encabezado th.tipo,
table.movnivel tr.encabezado th.categoria,
table.movnivel tr.encabezado th.concurso
	{ width:14%; }
 
table.movhuevo tr.encabezado th.tipo,
table.movhuevo tr.encabezado th.categoria,
table.movhuevo tr.encabezado th.concurso
	{ width:5em; padding:0; }
 
/* cambio de color al pasar ratón por encima */
table.movnivel tr:hover, table.movmtmo tr:hover, table.movtutor tr:hover, table.movhuevo tr:hover, table.movespecial tr:hover, table.estadisticas tr:hover { background-color:#f5f5dc; }
/* Lo quitamos para los encabezados */
table tr.encabezado:hover { background:#ccf; color:#000; }
 
table.estadisticas th:first-child { text-align:left; }
table.estadisticas tr.encabezado th.caracteristica { width:7em; }
 
table.evolucion {
	text-align:center;
	margin: 1em auto;
	border: 1px solid #e0e0e0;
	font-size:smaller;
	line-height:1.4em;
	background:#fff;
	color:#000;
}
 
table.evolucion td {padding: 0.2em 1em 0.2em; vertical-align:bottom;}
 
table.evolucion td.flecha {
	background: url('http://images.wikia.com/es.pokemon/images/0/0e/Flecha_derecha.gif') no-repeat right center;
	color:#000;
	height:30px;
	padding: 0 1.5em;
	font-size:larger;
	vertical-align:middle;
}
 
/*** Plantillas de navegación ***/
/** horizontal **/
.hnav {
	border: 1px solid #aaa;
	border-spacing:0;
	font-size:90%;
	clear:both;
	margin: 0.5em auto;
	padding:0.5em;
	text-align:center;
}
 
table.hnav th, table.hnav td {
	padding-left:.3em;
	padding-right:.3em;
}
 
table.hnav th {
	background:#dfdfff;
	color:#000;
}
 
table.hnav th + td {
	padding-left:.5em;
}
 
.hnav .caption, .hnav .caption th, .hnav .encabezado, .hnav .encabezado th {
	background:#ccccff;
	color:#000;
	text-align:center;
	padding:0.15em 1em;
	font-weight:bold;
	font-size:103%;
}
 
/** Vertical **/
 
.vnav {
	float:right;
	text-align:center;
	color:black;
	background: white;
}
 
.vnav .titulo {
	font-size:200%;
	line-height:1.2em;
	font-weight:bold;
}
 
.vnav .vnav_datos {
	overflow:hidden;
	width:100%; /* Para IE: NECESARIO especificar width si overflow: hidden; ¬_¬U */
	background:white;
	color:black;
}
 
.vnav table {
	width:100%;
	border-collapse:collapse;
}
 
.vnav table.resalto tr:hover {background:#fff68f; color:#000; }
.vnav table.datos tr {border-top: 1px dotted gray;}
 
.vnav .h {font-weight:bold;}

/* Icono de notificaciones */
#WallNotifications .bubbles { 
background-image: url("http://images.wikia.com/destiny/es/images/a/af/NOTicon.png");
background-repeat: no-repeat;
height: 26px;
width: 26px;
}

/* Barra de búsqueda */
 
.WikiaSearch input[type="text"] {
  background: #ffffff !important;
  border: 1px solid #000000 !important;
  border-radius: 20px !important;
  width: 170px !important;
  height: 18px !important;
  font-size: 12px !important;
  color: #CDAF95;
  transition: width 0.4s cubic-bezier(0, 0, 0.58, 1) 0s, background-color 0.3s cubic-bezier(0, 0, 0.58, 1) 0s !important;
}
 
.WikiaSearch input[type="text"]:hover {
  width: 259px !important;
  height: 18px !important;
  font-size: 12px !important;
  color: #2B2B2B;
  border-radius: 20px !important;
  z-index: 10;
}

/* Botón de Búsqueda */
 
.skin-oasis .sprite.search { 
 background-position: 3px 4px; 
}
 
.WikiaSearch .wikia-button img.sprite.search { 
height: 30px;
width: 30px;
}
 
 .skin-oasis .sprite.search { 
background-image: url("http://images.wikia.com/destiny/es/images/f/ff/Btn_topNav_search.png"); 
background-repeat: no-repeat; 
}

/* Encuestas */
.pollAnswerVotes {
    border: none !important;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.047) 0px, rgba(255, 255, 255, 0.047) 100%) #999999 !important;
    height: 25px !important;
    line-height: 25px !important;
}
 
.pollAnswerVotes div {
    background: url("http://images3.wikia.nocookie.net/pokeescritura/es/images/d/da/Border_votes.png") transparent !important; 
    height: 25px !important;
    line-height: 25px !important;
    box-shadow: inset 0px 1px 1px 1px #EECBAD !important;
}
Advertisement