MediaWiki:Timeless.css

Sheroes in Games Wiki
Revisión del 20:03 15 nov 2022 de Leandro (discusión | contribs.) (Página creada con «→‎All CSS here will be loaded for users of the Timeless skin: @font-face { font-family: "GoetheFFClan-Book"; src: url('../fonts/GoetheFFClan-Book.woff') format('woff…»)
(difs.) ← Revisión anterior | Revisión actual (difs.) | Revisión siguiente → (difs.)

Nota: tras guardar, quizás necesites actualizar la caché de tu navegador para ver los cambios.

  • Firefox/Safari: Mantén presionada la tecla Mayús mientras pulsas el botón Actualizar, o presiona Ctrl+F5 o Ctrl+R (⌘+R en Mac)
  • Google Chrome: presiona Ctrl+Shift+R (⌘+Mayús+R en Mac)
  • Internet Explorer: mantén presionada Ctrl mientras pulsas Actualizar, o presiona Ctrl+F5
  • Opera: dirígete a Menú → Configuración (Opera → Preferencias en Mac) y luego a Privacidad y seguridad → Borrar datos de navegación → Imágenes y archivos en caché.
/* All CSS here will be loaded for users of the Timeless skin */
@font-face {
  font-family: "GoetheFFClan-Book";
  src: url('../fonts/GoetheFFClan-Book.woff') format('woff'),
       url('../fonts/GoetheFFClan-Book.ttf') format('truetype');
}
@font-face {
  font-family: "GoetheFFClan-Bold";
  src: url('../fonts/GoetheFFClan-Bold.woff') format('woff'),
       url('../fonts/GoetheFFClan-Bold.ttf') format('truetype');
}
body {font-family: "GoetheFFClan-Book";}

@media screen and (min-width: 1340px)
#mw-site-navigation .sidebar-chunk {
    background: #f4f4f4;
    border: solid #5bc5f2;
    border-width: 1px 1px 0.2em;
    padding: 1.25em 1.75em;
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 2%);
    padding: 1.5em 1.5em 0;
    margin: 1em 0;
    line-height: 1.125;
    word-wrap: break-word;
    font-size: 0.95em;

}