Drama Total Wiki
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.
                             /*******         Drama Total Wiki en español - versión 3.0         *******/
/*******     Skin creado para la comunidad - 2016 -  CC-BY-SA      *******/
/*                           ~  ~  ~  ~  ~  ~                            */
/*******                                                           *******/
/*******    Por favor, ten en cuenta que si quieres copiar el      *******/
/*******    diseño de esta comunidad en tu wikia parcialmente o    *******/
/*******    completamente, no olvides atribuir la autoría que      *******/
/*******    corresponde y citar su origen para evitar sanciones.   *******/
/*******                                                           *******/
/*******                                                 Gracias   *******/
/*******                        Nicolas Benialgo (user:MoonArmin)  *******/
/*************************************************************************/
/***    Nuevo diseño de Drama Total Wiki - Skin: Carrera Alucinante    ***/
/***  algunas secciones modificadas provinieron de originalidades de   ***/
/***     "es.destiny", "es.paynekiller92" y "es.festivaleurovision"    ***/
/***      Diseñadores: User:Espartannoble6 - User:Paynekiller92        ***/
/*************************************************************************/
 
/*imports externos */
@import url(http://db.onlinewebfonts.com/c/8822291ef648e6a765f39fa89419f242?family=Samdan);
@import "http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
@import url(https://fonts.googleapis.com/css?family=Andika&subset=latin,latin-ext);
 
/***** :::::::::::::: ~ Órden de códigos ~ ::::::::::::::
 
2.- "Skin del sitio"
    2.1. - Navegador principal
        2.1.1. - diseño exterior
        2.1.2. - diseño interior
    2.2. - Botones de Wikia
        2.2.1. - mejora
    2.3. - Módulos de la derecha
        2.3.1. - mejora
        2.3.2. - Módulo del chat
    2.4. - Módulo de spotlights
    2.5. - Módulo de usuarios
    2.6. - Fuente en módulos
3.- "Skin de plantillas"
    3.1. - Infoboxes portables
        3.1.1. - Diseño por defecto de los infoboxes
        3.1.2. - Relaciones infoboxes
        3.1.3. - Personajes infoboxes
        3.1.4. - Episodios infoboxes
    3.2. - Documentaciones de plantillas
4.- "Skin de divisores"
    4.1. - Tabs
5.- "Divs y modificaciones extras"
    5.1. - Botones adicionales
    5.2. - Cambios al logo
    5.3. - Cambios al pasar sobre:
    5.4. - Interwikis
    5.5. - Classes
6.- "Reconocimiento a la Administración"
    6.1. - Principal/Muros y discusiones
    6.2. - Comentarios
    6.3. - Nombre en chat
        ~ end ~
*****/
/** ------------------------------------------------------------- **/
 
/************** ~ SECCIÓN 2 - SKIN DEL SITIO ~ ***************/
 
/*****
        2.1.- Navegador Principal 
*****/
 
/* 2.1.1. - diseño exterior */
header.WikiHeader {
    background-image: url("https://images.wikia.nocookie.net/totaldramaisland/images/9/9c/L017.png");
    border-bottom: 5px solid #699;
    margin-bottom: 12px;
    background-position: 0px -115px;
    background-repeat: no-repeat;
    padding-bottom: 20px;
	background-repeat: repeat-x;
}
.WikiHeader .navbackground {
    width: calc(100% - 20px) !important;
}
 
#WikiHeader { /* completando el espaciado */
    background-size: 100%;
    padding: 20px 15px 30px;
	margin: 0 -20px 8px -20px;
}
 
/* 2.1.2. - diseño interior */
.WikiHeader .navbackground, .WikiHeader > nav .subnav-2 {
     border-radius: 0 0.75em 0 0.75em;
}
 
.WikiHeader > nav li:first-child {
     border-radius: 0.75em 0 0 0;
}
 
.WikiHeader > nav li:last-child {
     border-radius: 0 0.75em 0 0;
}
 
.WikiHeader > nav .subnav-2 li.marked2 .subnav-2a {
     border-radius: 0.75em 0.75em 0 0;
}
 
.WikiHeader nav {
     border-radius: 1em 1em 0 0 !important;
}
 
.WikiHeader > nav li.marked > a {
     border-top: none;
}
 
.WikiHeader > nav .subnav-3 {
     border-radius: 0 0.75em 0.75em 0.75em;
}
.WikiHeader > nav li { background-color: rgba(300, 300, 300, 0.5)
 
}
 
/*****
    2.2.- Botones de Wikia
-original: "?diff=3488" en es.festivaleurovision
-diseñador: [[user:Espartannoble6]]
*****/
.WikiaPage a.wikia-button, .modalWrapper a.wikia-button, .wikia-single-button a, .wikia-menu-button, .WikiaPage input[type="submit"], .modalWrapper input[type="submit"], .modal input[type="submit"], input[type="reset"],
input[type="button"],
.button,
.WikiaPage button,
.modalWrapper button {
	background-image: none !important;
	background: #813c84 !important;
	border-color: transparent !important;
	border-radius: 5px !important;
	font-family: 'Calibri', sans-serif;
	font-size: 13px;
	transition: 0.2s;
}
.WikiaPage a.wikia-button: hover, .modalWrapper a.wikia-button: hover, .wikia-single-button a: hover, .wikia-menu-button: hover, .WikiaPage input[type="submit"]: hover, .modal input[type="submit"]: hover,
.modalWrapper input[type="submit"]: hover,
input[type="reset"]: hover,
input[type="button"]: hover,
.button: hover,
.WikiaPage button: hover,
.modalWrapper button:hover {
	background: #964f99 !important;
	color: #fff;
}
.wikia-menu-button>a,
.wikia-menu-button .drop,
.wikia-menu-button > li > a {
	background: none !important;
	border-color: #964f99;
}
a.wikia-button.secondary,
.wikia-single-button a.secondary,
.wikia-menu-button.secondary,
input[type="submit"].secondary,
input[type="reset"].secondary,
input[type="button"].secondary,
.button.secondary,
button.secondary {
	background: #d8127d !important;
	border-radius: 3px;
	color: white;
	font-family: 'Calibri', sans-serif;
	letter-spacing: 0px;
	font-size: 13px;
	transition: 0.2s;
}
a.wikia-button.secondary: hover, .wikia-single-button a.secondary: hover, .wikia-menu-button.secondary: hover, input[type="submit"].secondary: hover, input[type="reset"].secondary: hover, input[type="button"].secondary: hover,
.button.secondary: hover,
button.secondary:hover {
	background: #ed3699 !important;
	color: white;
}
.WikiHeader .buttons .contribute ul li a {
	font-size: 12px;
	line-height: 25px;
}
.wikia-menu-button>a,
.wikia-menu-button > li > a {
	border-bottom-left-radius: 4px;
	border-right: 1px solid #964f99 !important;
	border-top-left-radius: 4px;
	color: white !important;
	padding: 0 8px 0 5px;
}
.editpage-visualwidemode .EditPageRail .buttons .wikia-menu-button,
.editpage-visualwidemode .EditPageRail .buttons .control-button {
	font-size: 10px;
	font-weight: 600;
	letter-spacing: -5.5px;
	margin-top: 0;
}
/* 2.2.1. - mejora */
.EditPage .module_page_controls .control-button {
    float: left;
    margin-top: 8px;
    width: 122px;
    font-size: 110%;
    letter-spacing: -0.7px;
}
 
.EditPage .module_page_controls .codepage-publish-button {
    float: left;
	margin-left: -3px;
    margin-top: -3px;
	height: 25px;
    width: 132px;
    font-size: 120%;
    letter-spacing: -0.7px;
}
 
/*****
        2.3.- Módulos de la derecha 
*****/
 
.WikiaRail .module {
	border-bottom: 0;
	border-left: none;
	border-radius: 0;
	border-right: none;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .19);
	color: #000;
}
#mw-content-text .module,
.WikiaRail #RIGHT_SKYSCRAPER,
.WikiaRail .module {
	border-color: #012e59;
}
#mw-content-text .module .module-header,
.WikiaRail #RIGHT_SKYSCRAPER h1,
.WikiaRail #RIGHT_SKYSCRAPER h2,
.WikiaRail .module h1.chat-headline,
.WikiaRail .module h2,
.WikiaRail .module > h1 {
	background: #012e59;
}
#mw-content-text .module .module-header,
.WikiaRail #RIGHT_SKYSCRAPER h1,
.WikiaRail #RIGHT_SKYSCRAPER h2,
.WikiaRail .module h1.chat-headline,
.WikiaRail .module h2,
.WikiaRail .module > h1 {
	color: #fff;
	margin: -20px -15px 15px;
	padding: 5px;
	text-align: center;
}
.WikiaRail .module {
	background-color: #fff;
	left: 3px;
	top: 3px;
}
 
/* 2.3.1. - mejora */
 
.ChatModule h2.chat-headline span {
    float: none;
}
 
.WikiaRail .module {
    background: white;
    border-radius: 8px;
}
.WikiaRail .module h2 {
	color: #fff;    
	padding: 5px 5px 5px 5px;
	margin: -20px -15px 15px -15px;
    text-align: center;
	background-image: -webkit-linear-gradient(left, #012e59, #02488b, #012359);
	text-shadow: 1px 1px 4px black;
    border-radius: 7px 7px 0 0;
}
 
/* 2.3.2. - Módulo del chat (by Google Wiki) */
 
.ChatModule .chat-whos-here,
.ChatModule .chat-whos-here .arrow-left img,
.ChatModule .chat-whos-here .arrow-right img {
	border-width: 0;
}
.ChatModule .chat-whos-here .arrow-left {
	background: url("https://images.wikia.nocookie.net/codyn329/images/9/97/LeftArrow.png");
	margin-left: -15px;
}
.ChatModule .chat-whos-here .arrow-left:hover {
	background: url("https://images.wikia.nocookie.net/codyn329/images/c/cb/LeftArrowHover.png");
}
.ChatModule .chat-whos-here .arrow-left:active {
	background: url("https://images.wikia.nocookie.net/codyn329/images/3/36/LeftArrowActive.png");
}
.ChatModule .chat-whos-here .arrow-right {
	background: url("https://images.wikia.nocookie.net/codyn329/images/c/cc/RightArrow.png");
	margin-right: -25px;
}
.ChatModule .chat-whos-here .arrow-right:hover {
	background: url("https://images.wikia.nocookie.net/codyn329/images/c/c5/RightArrowHover.png");
}
.ChatModule .chat-whos-here .arrow-right:active {
	background: url("https://images.wikia.nocookie.net/codyn329/images/0px/04/RightArrowActive.png");
}
.ChatModule .chat-whos-here .arrow-left,
.ChatModule .chat-whos-here .arrow-right,
.ChatModule .chat-whos-here .arrow-left:hover,
.ChatModule .chat-whos-here .arrow-right:hover {
	background-repeat: no-repeat;
	height: 46px;
	margin-top: -5px;
	width: 23px;
}
 
.ChatModule .chat-join { /* acomodando el botón del chat */
	position: absolute;
	right: -15px!important;
	top: 40px!important;
}
 
/*****
        2.4.- Módulo de spotlights 
*****/
 
.WikiaFooter .header-container h2 {
	font-family: 'Samdan', sans-serif !important;
	letter-spacing: 3px;
	font-size: 23px;
	color: white;
	text-transform: uppercase !important;
}
 
.WikiaFooter > section {
	background: url("https://images.wikia.nocookie.net/moonarmin/es/images/thumb/a/ad/Logo_de_Rockeros.png/1000px-Logo_de_Rockeros.png") bottom !important;
	background-image: linear-gradient(to right,#fff,transparent,#fff);
    border-width: 4px !important;
    border-color: #336 !important;
}
 
#SPOTLIGHT_FOOTER {
    background-image: none !important;
}
 
/***** 
        2.5.- Módulos de usuario
*****/
 
.UserProfileMasthead .masthead-avatar .avatar {
	border-color: blue
}
 
.UserProfileMasthead .masthead-info-lower:before {
	border: none
}
 
.UserProfileMasthead .masthead-info {
	border: 3px solid blue !important;
	background-image: none !important;
	border-radius: 0;
}
 
.UserProfileMasthead .masthead-info hgroup {
    background-color: blue;
    border-radius: 0;
    color: white;
    background-image: none;
}
 
.tag {
	background: #0CB7F2 !important;
}
 
/*****
2.6.- Fuentes en módulos 
*****/
 
.oasis-split-skin .WikiaHeader,
#WikiaPageHeader h1, 
.WikiaArticle h2,
.wikia-page-header .header-column.header-tally .tally,
.ChatModule h1.chat-headline, 
.ChatModule .WikiaRail .module h2.chat-headline, 
.WikiaRail .module .ChatModule h2.chat-headline, 
.ChatModule .WikiaRail #RIGHT_SKYSCRAPER h2.chat-headline, 
.WikiaRail #RIGHT_SKYSCRAPER .ChatModule h2.chat-headline, 
.WikiaRail .module h1, 
.WikiaRail #RIGHT_SKYSCRAPER h1, 
.WikiaRail .module h2, 
.WikiaRail #RIGHT_SKYSCRAPER h2,
.WikiaBlogListingBox h3,
.ForumActivityModule h1   
 
h1 {
    font-family: 'Samdan';
    letter-spacing: 4px;
}
 
/** ------------------------------------------------------------- **/
 
/************** ~ SECCIÓN 3 - SKIN DE PLANTILLAS ~ ***************/
 
/**********
        3.1.- Infoboxes Portátiles
**********/
 
/*** 3.1.1. - Diseño por defecto de los infoboxes ***/
.pi-border-color {
    border: none;
}
 
.portable-infobox {
   border: 1px solid #aaa;
}
 
.pi-background {
    width: 280px;
	border-radius: 0 0 5px 5px;
}
.pi-data:hover {
	background: rgba(220,220,220,0.6);
}
 
.pi-secondary-background {
    background: #012e59 !important;
	font-size: 16px !important;
    color: #FFF;
}
.pi-data-label {
    flex-basis: 130px;
}
 
.pi-collapse .pi-header::after {
	border-color: #fff;
	cursor: pointer;
	transition: 0.5s;
}
 
.portable-infobox .pi-navigation {
    text-align: center;
	font-size: 12px !important;
	letter-spacing: 2px;
    color: #FFF;
    border-radius: 0 0 5px 5px;
    padding: 0 !important;
    font-weight: normal !important;
}
.pi-navigation a {
    color: #FFF !important;
}
 
.pi-title {
	text-align: center;
	font-size: 22px !important;
	font-weight: bold !important;
	color: #FFF;
	background: #012e59;
	padding: 0 !important;
	line-height: 41px !important;
}
 
/* 3.1.2. - Relaciones infobox */
.portable-infobox.pi-theme-relaciones .pi-image-thumbnail {
	max-height: auto;
    width: 280px;
}
/* 3.1.3. - Personajes infobox */
.portable-infobox.pi-theme-personaje .pi-image-thumbnail {
	max-height: 400px;
    width: auto;
}
 
/* 3.1.4. - Episodios Infoboxes */
/*** Isla del Drama ***/
.pi-theme-episodioidd.pi-background {
	background: #fdf;
}
.pi-theme-episodioidd .pi-secondary-background {
	background: crimson !important;
	color: #fff;
	font-size: 16px !important;
}
.pi-theme-episodioidd .pi-image-thumbnail {
	max-height: auto;
	width: 280px;
}
.pi-theme-episodioidd .pi-title {
	background: #960e29;
}
/*** ¡Luz, Drama, Acción! ***/
.pi-theme-episodiolda.pi-background {
	background: #fee;
}
.pi-theme-episodiolda .pi-secondary-background {
	background: #333 !important;
	color: #fff;
	font-size: 16px !important;
}
.pi-theme-episodiolda .pi-image-thumbnail {
	max-height: auto;
	width: 280px;
}
.pi-theme-episodiolda .pi-title {
	background: #dc212e;
}
/*** Drama Total: Gira Mundial ***/
.pi-theme-episodiodtgm.pi-background {
	background: #ffe;
}
.pi-theme-episodiodtgm .pi-secondary-background {
	background: #cea669 !important;
	color: #fff;
	font-size: 16px !important;
}
.pi-theme-episodiodtgm .pi-image-thumbnail {
	max-height: auto;
	width: 280px;
}
.pi-theme-episodiodtgm .pi-title {
	background: #c5752e;
}
/*** Drama Total: La Venganza de la Isla ***/
.pi-theme-episodiodtvi.pi-background {
	background: #cdfadb;
}
.pi-theme-episodiodtvi .pi-secondary-background {
	background: #26ca57 !important;
	color: #fff;
	font-size: 16px !important;
}
.pi-theme-episodiodtvi .pi-image-thumbnail {
	max-height: auto;
	width: 280px;
}
.pi-theme-episodiodtvi .pi-title {
	background: #0d9436;
}
/*** Drama Total: Todos Estrellas ***/
.pi-theme-episodiodtte.pi-background {
	background: #ffd;
}
.pi-theme-episodiodtte .pi-secondary-background {
	background: #cdcd00 !important;
	color: #232;
	font-size: 16px !important;
}
.pi-theme-episodiodtte .pi-image-thumbnail {
	max-height: auto;
	width: 280px;
}
.pi-theme-episodiodtte .pi-title {
	background: #00b3b3;
}
/*** Drama Total: Isla Pahkitew ***/
.pi-theme-episodiodtip.pi-background {
	background: khaki;
}
.pi-theme-episodiodtip .pi-secondary-background {
	background: #7e765e !important;
	color: #fff;
	font-size: 16px !important;
}
.pi-theme-episodiodtip .pi-image-thumbnail {
	max-height: auto;
	width: 280px;
}
.pi-theme-episodiodtip .pi-title {
	background: #6f474f;
}
 
/****** Fin (el diseño de Carrera Alucinante viene por defecto) ******/
 
/********** 
		3.2.- Documentaciones de plantillas
**********/
.docu {
  background-color: #26355a;
  border: 1px solid #435ea1;
  box-shadow: #020000 0px 2px 5px 0px;
  color: #D5D4D4;
  padding: 1em;
  margin: 1em 0 .5em;
  clear: both;
}
.docu .header {
  background-color: rgba(255, 255, 255, .05);
  border-bottom: 1px solid #1b2540;
  padding: 1em;
  margin: -1em -1em 1em;
}
.docu .header > div {
  font-size: 85%;
}
.docu .header .title {
  font-size: 120%;
  font-weight: bold;
}
.docu .header .title div {
  font-size: 85%;
  margin: 0;
}
.docu .header + * {
  margin-top: 0;
}
.docu :last-child {
  margin-bottom: 0;
}
 
.docu a{
	color:white !important;
}
 
/************** ~ SECCIÓN 4 - SKIN DE DIVISORES ~ ***************/
 
/**********
        4.1.- Tabs 
**********/
ul.tabs {
	border-bottom: solid 7px #176193;
}
.tabs > li > a {
	background: #fafafa;
	border: 2px solid #012e59 !important;
	border-bottom: none !important;
	color: #000;
	font-family: 'Andika', sans-serif;
	margin: 0 -1px 1px;
	padding: 3px 10px;
	margin-right: 2px;
}
.tabs>li.selected>a {
	background: #176193;
	color: #fff;
	font-family: 'Andika', sans-serif;
	text-decoration: none;
}
.tabs > li.selected > a:hover {
	cursor: default;
}
 
/** ------------------------------------------------------------- **/
/*********** ~ SECCIÓN 5 - DIVS Y MODIFICACIONES EXTRAS ~ ************/
 
/**********
        5.1.- Botones adicionales
**********/
 
.btn {
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	background-color: #813c84;
	border-radius: 3px;
	border: 0 solid #000;
	color: #fff;
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	margin: auto;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.5s ease;
	width: 150px !important;
}
.btn:hover {
	background-color: #d8127d;
	border-radius: 3px;
	border: 0 solid #7b0000;
	color: white;
	padding: 10px 25px;
	text-align: center;
	text-decoration: underline;
}
 
.cordon {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background-color: #012359;
  border: 2px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-size: 1.2em;
  margin: auto;
  padding: 30px 25px;
  text-decoration: none;
  transition: all 0.5s ease;
  width: 150px !important;
  text-align: center;
}
.cordon:hover {
  background-color: #02488b;
  border: 2px solid #02488b;
  text-align: center;
  padding: 30px 25px;
}
 
.botondrama {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: rgba(250, 10, 10, 0.6);
  border: 1px solid #9d2449;
  color: #ffffff;
  display: inline-block;
  font-size: 1.2em;
  margin: auto;
  padding: 20px;
  text-decoration: none;
  transition: all 0.5s ease;
  width: 150px !important;
  text-align: center;
}
.botondrama:hover {
  background-color: crimson;
  border: 1px solid #9d2449;
  text-align: center;
  padding: 20px;
}
 
/**********
        5.2.- Cambios al logo
**********/
 
.wordmark.graphic:hover {
   -webkit-animation: wordmarkblur 0.5s;
}
 
@-webkit-keyframes wordmarkblur {
    50% {-webkit-filter: blur(2px) brightness(2);}
}
 
/**********
        5.3. - Cambios al pasar sobre:
**********/
 
/* 5.3.1. - Enlaces en WikiActividad */
 
.activityfeed > li {
	transition: all .5s;
}
.activityfeed > li:hover {
	background: #eee;
}
 
/* 5.3.2. - Enlaces en módulos derechos */
 
.WikiaActivityModule li:hover, .WikiaBlogListingBox li:hover, .WikiaRail .module li:hover {
  background: rgba(200,200,200,0.2);
  margin-bottom: 1px;
}
 
/* 5.3.3. - Títulos en artículos */
 
.WikiaPageHeader h1:hover { 
color: #00AAFF;
text-decoration: none;
}
 
/**********
        5.4.- Interwikis
**********/
 
/** estilo **/
 
.WikiaArticleInterlang {
    margin: 10px;
    border: 1px solid #000;
    padding: 6px 10px 0px 10px;
	background-color: rgba(255, 255, 255, 0.5) !important;
	border-radius: 10px;
    box-shadow: 0 0 5px #80a1cb;
}
.WikiaArticleInterlang h3 {
	font-size: 13px;
}
 
/* flags */
.WikiaArticleInterlang a{padding-left:20px}
.WikiaArticleInterlang a[href="?interlang=all"]{padding-left:0 !important}
.WikiaArticleInterlang a[href*="http://totaldrama"]{background:url(https://images.wikia.nocookie.net/elderscrolls/pl/images/8/85/Flag_en.gif) center left no-repeat}
.WikiaArticleInterlang a[href*="http://de."]{background:url(https://images.wikia.nocookie.net/elderscrolls/pl/images/3/34/Flag_de.gif) center left no-repeat}
.WikiaArticleInterlang a[href*="http://da."]{background:url(https://images.wikia.nocookie.net/elderscrolls/pl/images/2/2f/Flag_da.gif) center left no-repeat}
.WikiaArticleInterlang a[href*="http://pl."]{background:url(https://images.wikia.nocookie.net/elderscrolls/pl/images/c/ce/Flag_pl.gif) center left no-repeat}
.WikiaArticleInterlang a[href*="http://ru."]{background:url(https://images.wikia.nocookie.net/elderscrolls/pl/images/8/88/Flag_ru.gif) center left no-repeat}
.WikiaArticleInterlang a[href*="http://fr."]{background:url(https://images.wikia.nocookie.net/elderscrolls/pl/images/2/22/Flag_fr.gif) center left no-repeat}
.WikiaArticleInterlang a[href*="http://it."]{background:url(https://images.wikia.nocookie.net/elderscrolls/pl/images/7/7d/Flag_it.gif) center left no-repeat}
.WikiaArticleInterlang a[href*="http://pt-br."]{background:url(https://images.wikia.nocookie.net/elderscrolls/pl/images/d/d0/Flag_pt-br.gif) center left no-repeat}
.WikiaArticleInterlang a[href*="http://he."]{background:url(https://images.wikia.nocookie.net/elderscrolls/pl/images/c/c4/Flag_he.gif) center left no-repeat}
.WikiaArticleInterlang a[href*="http://tr."]{background:url(https://images.wikia.nocookie.net/elderscrolls/pl/images/8/8a/Flag_tr.gif) center left no-repeat}
.WikiaArticleInterlang a[href*="http://ro."]{background:url(https://images.wikia.nocookie.net/elderscrolls/pl/images/0/07/Flag_ro.gif) center left no-repeat}
.WikiaArticleInterlang a[href*="http://pt."]{background:url(https://images.wikia.nocookie.net/elderscrolls/pl/images/9/90/Flag_pt.gif) center left no-repeat}
 
/**********
        5.5.- Classes
**********/
 
/* Sombras */
.sombra {
	-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;
}
 
/* Borde redondeado a tablas */
.radius10 {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
 
/* Posiciones de Carrera Alucinante */
 
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(https://images.wikia.nocookie.net/__cb20061101200957/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;
}
 
/*
Formatos generales de tablas:
-nota: Exclusivo de es.pokemon
-programador: [[user:Ciencia Al Poder]]
* 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 100px (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;
}
 
/* 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:105px; }
 
 
tr.encabezado {
	background:#ccccff;
	color:#000;
	text-align:center;
	padding:0.15em 1em;
	font-weight:bold;
	font-size:103%;
}
 
/* enlaces especiales */
.enlacessinsubrayado a, .enlacessinsubrayado a:hover { text-decoration: none; }
.enlacesblancos a, .enlacesblancos a:visited { color: white; }
 
/**********
        5.6.- Thumbs (imágenes colocadas en artículos: "|thumb|")
**********/
 
.article-thumb,
.WikiaArticle .article-thumb {
	/* Un píxel más para igualar con los lados */
	-moz-border-radius: 5px;
	-moz-box-shadow: 2px 2px 5px #1a6da4;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px #1a6da4;
	background-color: #1a6da4;
	background: linear-gradient(to bottom, #124b71, #176193);
	border-radius: 5px;
	border: none;
	box-shadow: 2px 2px 5px #1a6da4;
	color: #fff;
	filter: progid: DXImageTransform.Microsoft.Gradient(endColorstr=' #1a6da4', startColorstr=' #124b71', gradientType='0');
	padding: 4px !important;
}
.article-thumb a,
.article-thumb a:visited,
#bodyContent .article-thumb a.external {
	color: #fec423;
}
/* tamaño del caption en thumbs. Nota que se cuentan los 2 selectores, por lo que primero aplica 95% y de ese vuelve aplicar otro 95%. Así lo hace MW estándar */
.article-thumb,
.article-thumb .caption {
	font-size: 95%;
}
.article-thumb .caption {
	color: #fff;
}
.article-thumb .sprite.details {
	background: url("https://images.wikia.nocookie.net/__cb20101012094234/es.pokemon/images/f/ff/FlechaIm%C3%A1genes.png") center center no-repeat;
	float: right;
}
 
/** ------------------------------------------------------------- **/
 
/********** ~ SECCIÓN 6 - RECONOCIMIENTO A LA ADMINISTRACION ~ ***********/
 
/*****
        6.1.- Principal/Muros y discusiones
*****/
 
/** Burócratas/Administradores **/
 
a[href="/wiki/Usuario:Fabiola_Yañez"],
table.diff a[title="Usuario:Fabiola_Yañez"],
ul.special li a[title="Usuario:Fabiola_Yañez"],
span.changedby a[title="Usuario:Fabiola_Yañez"],
ul#pagehistory li a[title="Usuario:Fabiola_Yañez"] {
	color: #FEBFFF; 
        font-family:Ravie, Raavi;    
        font-size:120%;
	text-shadow: 1px 0px 2px #FFFFFF;
        font-weight:bold;
}
 
.Wall .edited-by a.subtle[href$=":Disney22"]:after, .SpeechBubble[data-user="Disney22"] .edited-by:after{
    color: #6495ED;
    content: "Administrador";
    font-family: Arial;
    font-size: 15px;
    font-variant: small-caps;
    font-weight: bold;
    text-shadow: -1px -1px 0 white,1px -1px 0 white,-1px 1px 0 white,1px 1px 0 white;
    vertical-align: bottom;
}
 
a[href="/wiki/Usuario:Disney22"],
table.diff a[title="Disney22"],
ul.special li a[title="Disney22"],
span.changedby a[title="Disney22"],
ul#pagehistory li a[title="Disney22"] {
	color: #00BFFF; 
        font-family:Ravie, Raavi;
        font-size:120%; 
	text-shadow: 1px 0px 2px #191970;
        font-weight:bold;
}
 
.Wall .edited-by a.subtle[href$=":Disney22"]:after, .SpeechBubble[data-user="Disney22"] .edited-by:after{
    color: #00BFFF;
    content: "Burócrata";
    font-family: Arial;
    font-size: 15px;
    font-variant: small-caps;
    font-weight: bold;
    text-shadow: -1px -1px 0 white,1px -1px 0 white,-1px 1px 0 white,1px 1px 0 white;
    vertical-align: bottom;
}
 
a[href="/wiki/Usuario:Diabulus_Pyrus"],
table.diff a[title="Diabulus_Pyrus"],
ul.special li a[title="Diabulus_Pyrus"],
span.changedby a[title="Diabulus_Pyrus"],
ul#pagehistory li a[title="Diabulus_Pyrus"] {
	color: #8B0000; 
        font-family:Comic Sans MS;   
        font-size:120%; 
	text-shadow: 1px 0px 2px #8B008B;
        font-weight:bold;
}
 
.Wall .edited-by a.subtle[href$=":Diabulus_Pyrus"]:after, .SpeechBubble[data-user="Diabulus_Pyrus"] .edited-by:after{
    color: #8B0000;
    content: "Administrador";
    font-family: Arial;
    font-size: 15px;
    font-variant: small-caps;
    font-weight: bold;
    text-shadow: -1px -1px 0 white,1px -1px 0 white,-1px 1px 0 white,1px 1px 0 white;
    vertical-align: bottom;
}
 
a[href="/wiki/Usuario:Elephantiny"],
table.diff a[title="Elephantiny"],
ul.special li a[title="Elephantiny"],
span.changedby a[title="Elephantiny"],
ul#pagehistory li a[title="Elephantiny"] {
	color: ##FF9DFC; 
        font-family:Ravie, Raavi;   
        font-size:120%; 
	text-shadow: 1px 0px 2px ##FF68FA;
        font-weight:bold;
}
 
.Wall .edited-by a.subtle[href$=":Elephantiny"]:after, .SpeechBubble[data-user="Elephantiny"] .edited-by:after{
    color: ##FF9DFC;
    content: "Administrador";
    font-family: Arial;
    font-size: 15px;
    font-variant: small-caps;
    font-weight: bold;
    text-shadow: -1px -1px 0 white,1px -1px 0 white,-1px 1px 0 white,1px 1px 0 white;
    vertical-align: bottom;
}
 
/** Moderadores **/
 
a[href="/wiki/Usuario:Marcos13Castillo"],
table.diff a[title="Marcos13Castillo"],
ul.special li a[title="Marcos13Castillo"],
span.changedby a[title="Marcos13Castillo"],
ul#pagehistory li a[title="Marcos13Castillo"] {
	color: #FF0000; 
        font-family:Comic Sans MS;   
        font-size:120%; 
	text-shadow: 1px 0px 2px #000000;
        font-weight:bold;
}
 
.Wall .edited-by a.subtle[href$=":Marcos13Castillo"]:after, .SpeechBubble[data-user="Marcos13Castillo"] .edited-by:after{
    color: #FF0000;
    content: "Moderador del Chat";
    font-family: Arial;
    font-size: 15px;
    font-variant: small-caps;
    font-weight: bold;
    text-shadow: -1px -1px 0 white,1px -1px 0 white,-1px 1px 0 white,1px 1px 0 white;
    vertical-align: bottom;
}
 
a[href="/wiki/Usuario:Pauloca"],
table.diff a[title="Pauloca"],
ul.special li a[title="Pauloca"],
span.changedby a[title="Pauloca"],
ul#pagehistory li a[title="Pauloca"] {
	color: #9400D3; 
        font-family:Comic Sans MS;   
        font-size:120%; 
	text-shadow: 1px 0px 2px #00FF7F;
        font-weight:bold;
}
 
.Wall .edited-by a.subtle[href$=":Pauloca"]:after, .SpeechBubble[data-user="Pauloca"] .edited-by:after{
    color: #9400D3;
    content: "Moderador del Chat";
    font-family: Arial;
    font-size: 15px;
    font-variant: small-caps;
    font-weight: bold;
    text-shadow: -1px -1px 0 white,1px -1px 0 white,-1px 1px 0 white,1px 1px 0 white;
    vertical-align: bottom;
}
 
.Wall .edited-by a.subtle[href$=":SiameseKat"]:after, .SpeechBubble[data-user="SiameseKat"] .edited-by:after{
    color: #F0E68C;
    content: "Moderador del Chat";
    font-family: Arial;
    font-size: 15px;
    font-variant: small-caps;
    font-weight: bold;
    text-shadow: -1px -1px 0 white,1px -1px 0 white,-1px 1px 0 white,1px 1px 0 white;
    vertical-align: bottom;
}
 
/**********
        6.2.- Comentarios (obtenido de TAWOG Wiki) 
**********/
 
.comments li[data-user="Disney22"] blockquote {
   background:gold url("https://images.wikia.nocookie.net/totaldramaisland/es/images/0/07/ComentariosBurocratas.png") center right no-repeat !important;
}
.comments li[data-user="Disney22"] blockquote:after {
   border-color: transparent gold gold transparent !important;
}
.comments li[data-user="Disney22"] blockquote div {
   background: transparent navy !important;
}
.comments li[data-user="Disney22"] blockquote {color:#000000 !important;}
 
.comments li[data-user="Disney22"] blockquote {border: 1.5px solid #D4AF37 !important;}
 
.comments li[data-user="Fabiola Yañez"] blockquote {
   background:pink !important;
}
.comments li[data-user="Fabiola Yañez"] blockquote:after {
   border-color: transparent pink pink transparent !important;
}
.comments li[data-user="Fabiola Yañez"] blockquote div {
   background: transparent navy !important;
}
.comments li[data-user="Fabiola Yañez"] blockquote {color:#000000 !important;}
 
.comments li[data-user="Fabiola Yañez"] blockquote {border: 1.5px solid #000000 !important;}

.comments li[data-user="Elephantiny"] blockquote {
   background:silver url("https://images.wikia.nocookie.net/totaldramaisland/es/images/2/29/ComentariosAdm.png") center right no-repeat !important;
}
.comments li[data-user="Elephantiny"] blockquote:after {
   border-color: transparent silver silver transparent !important;
}
.comments li[data-user="Elephantiny"] blockquote div {
   background: transparent navy !important;
}
.comments li[data-user="Elephantiny"] blockquote {color:#000000 !important;}
 
.comments li[data-user="Elephantiny"] blockquote {border: 1.5px solid #000000 !important;}
 
.comments li[data-user="Marcos13Castillo"] blockquote {
   background:#8B4513 url("https://images.wikia.nocookie.net/totaldramaisland/es/images/a/af/ComentariosMod.png") center right no-repeat !important;
}
.comments li[data-user="Marcos13Castillo"] blockquote:after {
   border-color: transparent #8B4513 #8B4513 transparent !important;
}
.comments li[data-user="Marcos13Castillo"] blockquote div {
   background: transparent navy !important;
}
.comments li[data-user="Marcos13Castillo"] blockquote {color:#000000 !important;}
 
.comments li[data-user="Marcos13Castillo"] blockquote {border: 1.5px solid #8B4513 !important;}
 
.comments li[data-user="Diabulus_Pyrus"] blockquote {
   background:silver url("https://images.wikia.nocookie.net/totaldramaisland/es/images/2/29/ComentariosAdm.png") center right no-repeat !important;
}
.comments li[data-user="Diabulus_Pyrus"] blockquote:after {
   border-color: transparent silver silver transparent !important;
}
.comments li[data-user="Diabulus_Pyrus"] blockquote div {
   background: transparent navy !important;
}
.comments li[data-user="Diabulus_Pyrus"] blockquote {color:#000000 !important;}
 
.comments li[data-user="Diabulus_Pyrus"] blockquote {border: 1.5px solid #000000 !important;}
 
.comments li[data-user="Pauloca"] blockquote {
   background:#8B4513 url("https://images.wikia.nocookie.net/totaldramaisland/es/images/a/af/ComentariosMod.png") center right no-repeat !important;
}
.comments li[data-user="Pauloca"] blockquote:after {
   border-color: transparent #8B4513 #8B4513 transparent !important;
}
.comments li[data-user="Pauloca"] blockquote div {
   background: transparent navy !important;
}
.comments li[data-user="Pauloca"] blockquote {color:#000000 !important;}
 
.comments li[data-user="Pauloca"] blockquote {border: 1.5px solid #8B4513 !important;}
 
.comments li[data-user="Heat Nepp"] blockquote {
   background:#8B4513 url("https://images.wikia.nocookie.net/totaldramaisland/es/images/a/af/ComentariosMod.png") center right no-repeat !important;
}
.comments li[data-user="Heat Nepp"] blockquote:after {
   border-color: transparent #8B4513 #8B4513 transparent !important;
}
.comments li[data-user="Heat Nepp"] blockquote div {
   background: transparent navy !important;
}
.comments li[data-user="Heat Nepp"] blockquote {color:#000000 !important;}
 
.comments li[data-user="Heat Nepp"] blockquote {border: 1.5px solid #8B4513 !important;}
 
.comments li[data-user="CoreyDuncan"] blockquote {
   background:#8B4513 url("https://images.wikia.nocookie.net/totaldramaisland/es/images/a/af/ComentariosMod.png") center right no-repeat !important;
}
.comments li[data-user="CoreyDuncan"] blockquote:after {
   border-color: transparent #8B4513 #8B4513 transparent !important;
}
.comments li[data-user="CoreyDuncan"] blockquote div {
   background: transparent navy !important;
}
.comments li[data-user="CoreyDuncan"] blockquote {color:#000000 !important;}
 
.comments li[data-user="CoreyDuncan"] blockquote {border: 1.5px solid #8B4513 !important;}
 
/**********
        6.3.- Nombre en chat
**********/
 
.Rail li[data-user="Fabiola Yañez"] > .username {
color: #DAA520 !important;
font-weight: bold;
font-style: italic;
}
 
.Rail li[data-user="Disney22"] > .username {
color: #DAA520 !important;
font-weight: bold;
font-style: italic;
}
 
.Rail li[data-user="Noahforever"] > .username {
color: #DAA520 !important;
font-weight: bold;
font-style: italic;
}
 
.Rail li[data-user="Marcos13Castillo"] > .username {
color: #DAA520 !important;
font-weight: bold;
font-style: italic;
}
 
.Rail li[data-user="Pauloca"] > .username {
color: #DAA520 !important;
font-weight: bold;
font-style: italic;
}
 
.Rail li[data-user="GunShot"] > .username {
color: #DAA520 !important;
font-weight: bold;
font-style: italic;
}
 
.Rail li[data-user="CoreyDuncan"] > .username {
color: #DAA520 !important;
font-weight: bold;
font-style: italic;
}
 
/****************************** - done - ******************************/
Advertisement