MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 41: | Line 41: | ||
.hp-portalen { | .hp-portalen { | ||
font-size: 1.05em; | 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; | |||
} | } | ||
Revision as of 13:01, 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 — 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;
}