Wiki Magi
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.
@import url("http://es.magi.wikia.com/index.php?title=MediaWiki:Portada.css&usemsgcache=yes&ctype=text/css&smaxage=86400&action=raw&maxage=86400"); 

@import url("http://es.magi.wikia.com/index.php?title=MediaWiki:Infoboxes.css&usemsgcache=yes&ctype=text/css&smaxage=86400&action=raw&maxage=86400"); 

/** Color en Administradores y Burócratas**/
a[href="/wiki/Usuario:Shirokoneko"],
table.diff a[title="Usuario:Shirokoneko"],
ul.special li a[title="Usuario:Shirokoneko"],
span.changedby a[title="Usuario:Shirokoneko"],
ul#pagehistory li a[title="Usuario:Shirokoneko"]
{
	color: #00008B ; 
        font-weight: bold;
        font-family:'Comic Sans MS';  
	text-shadow: 0 0 4px #6A5ACD, 0 0 5px #FFFAFA, 0 0 7px #6A5ACD, 0 0 10px #FFFAFA, 0 0 15px #6A5ACD;
}

/* Encuesta (tomado de es.tokyo-esp) */
 
.ajax-poll {
	border: none !important;
}
 
.pollAnswerVotes {
	border: none !important;
	background: rgba(0,0,0,0) !important;
}
 
.pollAnswerVotes div {
	border: none !important;
	background: Gray;
}

/* Link hover */
a:hover {
	text-shadow: Red 0 0 3px;
    color: Red !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;
}

/* Módulos */
.WikiaRail .module {
    border-bottom: 5px solid #eaeaea;
    border-top: 15px solid #eaeaea;
    border-left: none;
    border-right: none;
    background: White;
}

#mw-content-text .module .module-header,
.WikiaRail .module>h1,
.WikiaRail #RIGHT_SKYSCRAPER h1,
.WikiaRail .module h2,
.WikiaRail #RIGHT_SKYSCRAPER h2,
.WikiaRail .module h1.chat-headline {
        background: Black url(http://images2.wikia.nocookie.net/magi/es/images/thumb/f/f1/MagiBanner_by_Ryotahazama.png/350px-MagiBanner_by_Ryotahazama.png);
        color: White;
        margin-left: -20px;
        margin-right: -20px;
        margin: -20px -15px 15px;
        padding: 40px;
        text-align: center !important;
        text-shadow: 1px 1px 2px Black;
        font-variant: small-caps;
        box-shadow: 0 3px 5px 1px Black;
        font-size: 25px;
}

.ChatModule .chat-join {
        position: absolute;
        right: 0;
        top: 115px;
}

.WikiaRail .module.community-page-entry-point-module {
    border: 2px solid Black;
    border-left: none; border-right: none;
}

.community-page-entry-point-module .community-page-entry-point-button {
        background: Black url(http://images2.wikia.nocookie.net/magi/es/images/thumb/f/f1/MagiBanner_by_Ryotahazama.png/150px-MagiBanner_by_Ryotahazama.png);
        text-shadow: 1px 1px 2px Black;
        box-shadow: 0 3px 1px 0 Black;
}
Advertisement