Wiki CreepyPasta
Sin resumen de edición
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.)
 
Línea 5: Línea 5:
 
/*** Fondo Superpuesto ***/
 
/*** Fondo Superpuesto ***/
 
body.mediawiki {
 
body.mediawiki {
background:url("http://images2.wikia.nocookie.net/creepypastapedia/es/images/1/1a/Fondo.png") no-repeat scroll center top !important;
+
background:url("https://images.wikia.nocookie.net/creepypastapedia/es/images/1/1a/Fondo.png") no-repeat scroll center top !important;
 
background-attachment: fixed !important;
 
background-attachment: fixed !important;
 
}
 
}

Revisión actual - 06:51 10 mar 2018

body.mediawiki {
     background:#000000 url() no-repeat fixed center top;
}

/*** Fondo Superpuesto ***/
 body.mediawiki {
background:url("https://images.wikia.nocookie.net/creepypastapedia/es/images/1/1a/Fondo.png") no-repeat scroll center top !important;
background-attachment: fixed !important;
}
/*** - ***/
.ChatModule h1.chat-headline .chat-total  {
  background-image: -moz-linear-gradient(top, #666666 6%, #424242 71%);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 71%, from(#666666), to(#666666), color-stop(.6,#424242));