Jump to content

MediaWiki:User:Redk1tty.css: Difference between revisions

From Ditzy Wiki
No edit summary
I'm a fucking idiot
 
(7 intermediate revisions by the same user not shown)
Line 3: Line 3:
* {
* {
     font-family: "Ubuntu" !important;
     font-family: "Ubuntu" !important;
    text-transform: lowercase;
}
}
html.skin-theme-clientpref-night {
html.skin-theme-clientpref-night {
     --background-color-base: rgb(18, 19, 20);
     --background-color-base: rgb(18, 19, 20);
     --color-base: #eeeeee;
     --color-base: #eeeeee;
    --color-emphasized: #eeeeee;
}
}
a {
a {
Line 13: Line 15:
a:hover {
a:hover {
     color: rgba(254, 24, 89,1) !important;
     color: rgba(254, 24, 89,1) !important;
}
.mw-parser-output a.external {
    background: none;
    padding-right: 0;
}
.skin-invert {
    filter: none !important;
}
h1,h2,a {
    font-weight: bold;
}
}

Latest revision as of 23:42, 12 March 2026

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

* {
    font-family: "Ubuntu" !important;
    text-transform: lowercase;
}
html.skin-theme-clientpref-night {
    --background-color-base: rgb(18, 19, 20);
    --color-base: #eeeeee;
    --color-emphasized: #eeeeee;
}
a {
    color: rgba(254, 24, 89,0.8) !important;
}
a:hover {
    color: rgba(254, 24, 89,1) !important;
}
.mw-parser-output a.external {
    background: none;
    padding-right: 0;
}
.skin-invert {
    filter: none !important;
}
h1,h2,a {
    font-weight: bold;
}