MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 29: | Line 29: | ||
float: left; | float: left; | ||
position: relative; | position: relative; | ||
bottom: | bottom: calc(1ex - 1em - 4px); | ||
width: 100%; | width: 100%; | ||
height: 2px; | height: 2px; | ||
Line 36: | Line 36: | ||
filter: opacity(0.25); | filter: opacity(0.25); | ||
} | } | ||
a[href] { | |||
text-decoration: none !important; | |||
a[href] { | a[href] { |
Revision as of 12:46, 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] {
text-decoration: none;
}
[title]::after {
display: inline-block;
content: '';
margin: 0;
padding: 0;
float: left;
position: relative;
bottom: calc(1ex - 1em - 4px);
width: 100%;
height: 2px;
background-color: currentColor;
filter: opacity(0.25);
}
a[href] {
text-decoration: none !important;
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;
}