RAGE 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.
/* Aumentando tamaño etiquetas */
.pi-europa .pi-data-label {
    -ms-flex-preferred-size: 100px;
    -webkit-flex-basis: 100px;
    -moz-flex-basis: 100px;
    flex-basis: 100px;
}

/***** CSS placed here will be applied to all skins on the entire site. *****/

/* Importing MediaWikia:Common.css */ 
@import url("/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css");
/* END Importing MediaWikia:Common.css */ 

/* Main Page styling */
.MPsection {
   border: 1px solid black;
   margin: 0 0 5px 0;
   padding: 1em;
   background: transparent;
   background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0, #1D0D00 100%);
   -moz-border-radius: 1em;
   -moz-box-shadow: 1px 1px 4px #181818; 
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, rgba(0, 0, 0, 0.2)), color-stop(100%, #1D0D00));
   -webkit-border-radius: 1em; 
   -webkit-box-shadow: 1px 1px 4px #181818;
   border-radius: 1em;
   box-shadow: 1px 1px 4px #181818;
}
.MPheading {
   margin-bottom: 10px;
   color: #f8ae11;
   text-align: center;
   font-family: sans-serif;
   font-size: 2em;
   line-height : 1em;
}
.pollAnswerVotes {
   border: 1px solid #555 !important;
   width: 92% !important;
}
.pollAnswerVotes div {
   background: #692B00 !important;
   border: none !important;
}
Advertisement