MediaWiki:Timeless.css: Difference between revisions
Appearance
No edit summary |
Change visisted color |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* | /* Top bar font modernization */ | ||
#mw-header *, | |||
#mw-site-navigation *, | |||
#mw-related-navigation *, #p-logo-text a, #siteSub { | |||
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 { | .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; | 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; | |||
} | |||
a:visited { | |||
color: #6a60b0; | |||
} | } | ||
Latest revision as of 19:17, 31 May 2026
/* Top bar font modernization */
#mw-header *,
#mw-site-navigation *,
#mw-related-navigation *, #p-logo-text a, #siteSub {
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;
}
a:visited {
color: #6a60b0;
}