Jump to content

MediaWiki:Common.css

From Biblioteca Eminiana
Revision as of 12:54, 15 December 2025 by Reidoseminianos (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.mw-body-content p {
    text-align: justify;
}

/* INFOBOX EMÍNIA */

..infoboxEminia {
    width: 23em;
    font-size: 85%;
    float: right;
    margin: 0 0 1em 1em;
    background: #f3e6d2;
    border: 1px solid #bfa97a;
    padding: 6px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
@import url('https://fonts.googleapis.com/css2?family=Lusitana:wght@400;700&display=swap');
}
/* Fonte oficial da Biblioteca Eminiana */
.hp,
.hp * {
    font-family: 'Lusitana', serif;
}
/* Biblioteca Eminiana — tipografia base */
.hp {
    font-family: 'Lusitana', serif !important;
    font-size: 1.12em;
    line-height: 1.6;
}

/* Títulos principais */
.hp-welkom-1 {
    font-size: 2.6em;
}

.hp-welkom-2 {
    font-size: 1.4em;
}

/* Claustros */
.hp-portalen {
    font-size: 1.05em;
}

/* Biblioteca Eminiana — eliminar fundos cinzentos do skin */
.mw-parser-output,
.mw-parser-output > div,
.mw-body-content,
.vector-body,
.mw-content-container,
.mw-ui-box,
.mw-block {
    background: transparent !important;
    box-shadow: none !important;
}

/* Garantir fundo ouro dominante */
.hp,
.claustro,
.mw-parser-output .hp {
    background: #f7f3e8 !important;
}
/* Bordo dourado institucional */
.mw-parser-output > div > div {
    border-color: #c7a75d;
}
/* === BIBLIOTECA EMINIANA — ELIMINAR PAINÉIS BRANCOS DO VECTOR === */

/* Corpo principal */
.vector-body,
.mw-body,
.mw-body-content {
    background-color: #f7f3e8 !important;
}

/* Secções e headings */
.mw-parser-output section,
.mw-parser-output .mw-heading,
.mw-parser-output .mw-heading-content {
    background-color: #f7f3e8 !important;
}

/* Caixas internas criadas pelo Vector */
.mw-parser-output > div,
.mw-parser-output > section > div {
    background-color: transparent !important;
}

/* Garantir continuidade visual */
.mw-parser-output {
    background-color: #f7f3e8 !important;
}