MediaWiki:Timeless.css: Difference between revisions

Modernizing other fonts
Change visisted color
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
#mw-header *,
#mw-header *,
#mw-site-navigation *,
#mw-site-navigation *,
#mw-related-navigation *, #p-logo-text a {
#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;
     font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
}
}
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;
}
a:visited {
color: #6a60b0;
}
}