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