MediaWiki:Wikia.css

De Armada Azteca
Revisión del 18:48 22 mar 2016 de Kniight Azteca (discusión | contribs.) (Página creada con «/* ***** CSS placed here will be applied to only the Oasis skin. ***** Notes: Try avoid critical- CSS: some skins will not support it Appropriately place styles in one of...»)
(difs.) ← Revisión anterior | Revisión actual (difs.) | Revisión siguiente → (difs.)

Nota: Despues 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 (⌘+Mayús+R en Mac)
  • Internet Explorer/Edge: mantenga presionada Ctrl mientras pulsa Actualizar, o presione Ctrl+F5
  • Opera: Presiona Ctrl+F5.
/* 
***** CSS placed here will be applied to only the Oasis skin. *****

Notes:
Try avoid critical- CSS: some skins will not support it
Appropriately place styles in one of three categories:
Global: Which effect a number of pages, or special pages (not templates)
Templates: Template styles (avoid if possible)
Individuals: Individual pages with styles.
-----
Skin-specific CSS is better at their respective file, rather than at main
*/


/* Templates */

/* Individuals */

/* Main Page/Experiment */
/* NOT intended to violate TOU.
 * The main page does not have WikiaRail.
 * The experimental main page cannot be tested properly if the WikiaRail exists.
 */
.page-Main_Page_Experimental .WikiaMainContentContainer {
    margin-right: 0px !important;
}
.page-Main_Page_Experimental .WikiaRail {
    display: none !important;
}
/* Template:Creature Types */
.ctypes {
    background-color: #F4F0EC;
    margin: 1em auto;
    border: 1px solid #B1806E;
    width: 48em;
}
.ctypes .main-header {
    margin: 0 auto;
    width: 16em;
    padding: 0.5em;
    text-align: center;
    border-width: 0 1px;
    border-style: solid;
    border-color: #B1978D;
}
.ctypes .leftcol,
.ctypes .rightcol,
.ctypes .list-container li {
    float: left;
    width: 50%;
}
.ctypes .list-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ctypes .ctype .header {
    background-color: #B1806E;
    text-align: center;
}
.ctypes .list-container {
    border-color: #B1806E;
    border-style: solid;
    border-width: 1px;
}
.ctypes .leftcol .list-container {
    border-left: 0;
}
.ctypes .rightcol .list-container {
    border-right: 0;
}