MediaWiki:Common.css
Appearance
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 — ESTILO LIMPO E CONTROLADO === */
/* Caixas douradas institucionais */
.claustro-box {
background-color: #f7f3e8;
border: 1.5px solid #c7a75d;
padding: 14px 16px;
margin: 18px 0;
}
/* Cabeçalhos dentro das caixas */
.claustro-box h2,
.claustro-box h3 {
background: none;
margin-top: 0;
font-variant: small-caps;
}