MediaWiki:Common.css: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
mNie podano opisu zmian |
Nie podano opisu zmian |
||
| Linia 1: | Linia 1: | ||
/* Font */ | /* Font */ | ||
@import url(https://fonts.googleapis.com/css?family=Cairo); | |||
.mediawiki { font-family: 'Cairo', sans-serif; } | .mediawiki { font-family: 'Cairo', sans-serif; } | ||
.WikiaPage { border: none } | .WikiaPage { border: none } | ||
@font-face { | @font-face { | ||
| Linia 8: | Linia 8: | ||
src: url(https://fonts.googleapis.com/css?family=Raleway) | src: url(https://fonts.googleapis.com/css?family=Raleway) | ||
} | } | ||
/* Kursory */ | |||
body { | |||
cursor: url(https://mcserio.pl/images/a/a6/Lezdanec.gif), default} | |||
a:visited, a:hover, a:link, a:active { | |||
cursor: url(https://mcserio.pl/images/4/4d/Lezdanec2.gif), pointer} | |||
.html { | .html { | ||
filter: invert( 1 ) hue-rotate( 180deg ) | filter: invert( 1 ) hue-rotate( 180deg ) | ||
} | } | ||
.mw-wiki-logo.mw-no-invert { | |||
filter: none; | |||
mix-blend-mode: normal; | |||
} | } | ||
/* | /* 'screeny' z discorda */ | ||
. | .discord.mw-no-invert { | ||
filter: none; | |||
mix-blend-mode: normal; | |||
} | } | ||
Wersja z 23:49, 1 sty 2025
/* Font */
@import url(https://fonts.googleapis.com/css?family=Cairo);
.mediawiki { font-family: 'Cairo', sans-serif; }
.WikiaPage { border: none }
@font-face {
font-family: 'Ubuntu Mono';
src: url(https://fonts.googleapis.com/css?family=Raleway)
}
/* Kursory */
body {
cursor: url(https://mcserio.pl/images/a/a6/Lezdanec.gif), default}
a:visited, a:hover, a:link, a:active {
cursor: url(https://mcserio.pl/images/4/4d/Lezdanec2.gif), pointer}
.html {
filter: invert( 1 ) hue-rotate( 180deg )
}
.mw-wiki-logo.mw-no-invert {
filter: none;
mix-blend-mode: normal;
}
/* 'screeny' z discorda */
.discord.mw-no-invert {
filter: none;
mix-blend-mode: normal;
}