Jump to content

MediaWiki:Common.css: Difference between revisions

Line 52: Line 52:


#toc h2 {
#toc h2 {
     font-family: 'Metamorphous', cursive !important;
     font-family: 'Uncial Antiqua', cursive !important;
}
}
.mw-changeslist-legend h2 {
.mw-changeslist-legend h2 {
     font-family: 'Metamorphous', cursive !important;
     font-family: 'Uncial Antiqua', cursive !important;
}
}
/* ===== UI Elements Still Use Custom Font ===== */
/* ===== UI Elements Still Use Custom Font ===== */
Line 61: Line 61:
.wikiEditor-ui-toolbar .group .tool a,
.wikiEditor-ui-toolbar .group .tool a,
.wikiEditor-ui-dialog {
.wikiEditor-ui-dialog {
     font-family: 'Bona Nova', serif !important; /* Keep custom font for UI */
     font-family: 'Goudy Bookletter 1911', serif !important; /* Keep custom font for UI */
}
}
/* ===== Ace Editor Base Styling ===== */
/* ===== Ace Editor Base Styling ===== */
Line 79: Line 79:
/* Infobox Title */
/* Infobox Title */
.portable-infobox .pi-title {
.portable-infobox .pi-title {
     font-family: 'Metamorphous' !important;
     font-family: 'Uncial Antiqua' !important;
}
}


h3.pi-data-label {
h3.pi-data-label {
     font-family: 'Bona Nova' !important;
     font-family: 'Goudy Bookletter 1911' !important;
}
}