Jump to content

MediaWiki:Common.css: Difference between revisions

From Biblioteca Eminiana
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 43: Line 43:
}
}


/* 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 === */
/* === BIBLIOTECA EMINIANA — ELIMINAR PAINÉIS BRANCOS DO VECTOR === */



Revision as of 12:59, 15 December 2025

.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 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;
}