MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 17: | Line 17: | ||
} | } | ||
[title] { | [title], a[href] { | ||
text-decoration: none; | text-decoration: none; | ||
box-shadow: inset 0px -2px 0px 0px currentcolor; | |||
} | } | ||
Revision as of 14:29, 19 February 2022
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@500;700&display=swap');
.toaq {
font-family: 'Commissioner', system-ui, sans-serif;
}
@font-face {
font-family: 'ToaqScript';
src: url(/Special:Redirect/file/ToaqScript.ttf);
}
.toaq-script {
font-family: ToaqScript;
font-size: 200%;
line-height: 100%;
font-weight: normal !important;
}
[title], a[href] {
text-decoration: none;
box-shadow: inset 0px -2px 0px 0px currentcolor;
}
a[href] {
color: #5b9aaa !important;
}
a[href]:focus, a[href]:hover, a[href]:active, a[href]:visited {
color: #004e5d !important;
}
a[href].new {
color: #c87b96 !important;
}