MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 15: | Line 15: | ||
line-height: 100%; | line-height: 100%; | ||
font-weight: normal !important; | font-weight: normal !important; | ||
} | |||
ul { | |||
list-style-image: none; | |||
} | } | ||
Line 36: | Line 40: | ||
background-image: none; | background-image: none; | ||
} | } | ||
a.external::after { | |||
content: ' \u2b00'; | content: ' \u2b00'; | ||
} | } |
Revision as of 15:08, 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;
}
ul {
list-style-image: none;
}
[title], a:link {
text-decoration: none;
}
[title]:not(a:link) {
box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 25%);
}
img[title], .no-decoration[title] {
box-shadow: none;
}
a:link {
color: rgb(91, 154, 170) !important;
box-shadow: inset 0px -2px 0px 0px rgba(91, 154, 170, 25%);
transition: background-color 0.5s;
}
.mw-parser-output .external {
padding-right: 0;
background-image: none;
}
a.external::after {
content: ' \u2b00';
}
a:visited, a:focus, a:active {
color: rgb(0, 78, 93) !important;
box-shadow: inset 0px -2px 0px 0px rgba(0, 78, 93, 25%);
}
a:link.new {
color: rgb(200, 123, 150) !important;
box-shadow: inset 0px -2px 0px 0px rgba(200, 123, 150, 25%);
}