MediaWiki:Common.css: Difference between revisions

From Soyjak Wiki, The Free Soycyclopedia
Jump to navigationJump to search
No edit summary
Tag: Reverted
(test)
Tags: Blanking Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
@font-face {
  font-family: "Submona";
  src: url("/resources/assets/submona.woff") format("woff");
}
@font-face {
  font-family: "Giko";
  src: url("/resources/assets/giko2.woff") format("woff");
}


/* Colored usernames for prominent users */
a[href^="/User:Angeleno"] {
    font-weight:bold;
    color: #2871F7 !important;
}
a[href^="/User:Bruh21"] {
    font-weight:bold;
    color: #646464 !important;
}
a[href^="/User:Furry"] {
    color: red !important;
}
/* AA mode for non-Safari browsers */
.aa {
font-family: 'MS PGothic', 'submona', sans-serif !important;
word-wrap: break-word;
line-height: 1;
font-size: 12pt;
}
/* AA mode for Safari since Safari will try to set the page to shift-jis */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.aa {
font-family: 'submona', sans-serif !important;
}
}
/* AA mode with the giko font as default for non-Safari browsers */
.aagiko {
font-family: 'MS PGothic', 'giko', sans-serif !important;
word-wrap: break-word;
line-height: 1;
font-size: 12pt;
}
/* AA mode with the giko font for Safari since Safari will try to set the page to shift-jis */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.aagiko {
font-family: 'giko', sans-serif !important;
}
}

Revision as of 00:54, 3 March 2023