MediaWiki:Timeless.css: Difference between revisions
Appearance
Modernizing other fonts |
No edit summary |
||
| Line 23: | Line 23: | ||
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif; | font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif; | ||
} | |||
.mw-body h1.firstHeading { | |||
border-bottom: solid 4px #812a2a; | |||
} | |||
.color-right, .color-left, .color-middle { | |||
background: #dc4949; | |||
} | } | ||
Revision as of 19:11, 31 May 2026
/* Top bar font modernization */
#mw-header *,
#mw-site-navigation *,
#mw-related-navigation *, #p-logo-text a {
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
}
/* Avoid cutting off letters with descenders: g,j,p,q,y */
#personal h2 span {
height: 1.5em;
position:relative;
bottom:0.1em
}
/* Triangle position patch */
#personal h2::after {
position: relative;
bottom: 0.5em;
}
.mw-body .mw-heading, .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
}
.mw-body h1.firstHeading {
border-bottom: solid 4px #812a2a;
}
.color-right, .color-left, .color-middle {
background: #dc4949;
}