×
Create a new article
Write your page title here:
We currently have 87 articles on Nova Online Wiki. Type your article name above or click on one of the titles below and start writing!



Nova Online Wiki

MediaWiki:Common.css: Difference between revisions

(test)
Tag: Reverted
(nvm didn't work)
Tag: Undo
Line 1: Line 1:
/***** CSS placed here will be applied to all skins on the entire site. *****/
/***** CSS placed here will be applied to all skins on the entire site. *****/
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:Button.css&only=styles";
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:FandomizedActivityFeed.css&only=styles";
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:FandomIcons.css&only=styles";
@import "/load.php?mode=articles&articles=MediaWiki:Badges.css&only=styles";
@import "/load.php?mode=articles&articles=MediaWiki:Badges.css&only=styles";
@import url('https://fonts.googleapis.com/css2?family=Noto+Nastaliq+Urdu:wght@400;700&display=swap');
@import url('/load.php?debug=false&lang=en&mode=articles&articles=u:dev:MediaWiki:FandomIcons.css|u:dev:MediaWiki:FandomizedActivityFeed.css|u:justleafy:MediaWiki:WDSSpinners/code.css|u:dev:MediaWiki:Button.css|u:dev:MediaWiki:FandomizedActivityFeed.css&only=styles');
/* Dark Mode Username Colors */
/*Bureaucrats*/
.theme-oasis a[href$="H3xed"],
.theme-oasis a[href$="Maevings"],
.theme-oasis a[href$="Regaleagle"] {
    font-weight: bold !important;
    color: #00ff00 !important;
}
/*Administrators*/
.theme-oasis a[href$="____"]{
    font-weight: bold !important;
    color: #ff6965 !important;
}
/*Content Moderators*/
.theme-oasis a[href$="____"]{


    color: #8b76ff !important;
a[href$=":H3xed"],
    font-weight: bold !important;
a[href$=":___"] {
}
  background: linear-gradient(to right, cyan, pink, white, pink, cyan);
/*Discussions Moderators*/
  font-weight:bold;
.theme-oasis a[href$="____"]{
  -webkit-background-clip: text;
    font-weight: bold !important;
  background-clip: text;
    color: #c98aff !important;
  color: transparent;
}
/*Rollbackers*/
.theme-oasis a[href$="____"]{
    font-weight: bold !important;
    color: #c27c0e !important;
}
}
/*Bots*/
a[href$=":Maevings"],
.theme-oasis a[href$="Bot"]{
a[href$=":___"] {
    font-weight: bold !important;
  background: linear-gradient(to right, red, yellow, blue, green, purple);
  font-weight:bold;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
}

Revision as of 21:28, 31 May 2024

/***** CSS placed here will be applied to all skins on the entire site. *****/
@import "/load.php?mode=articles&articles=MediaWiki:Badges.css&only=styles";

a[href$=":H3xed"],
a[href$=":___"] {
  background: linear-gradient(to right, cyan, pink, white, pink, cyan);
  font-weight:bold;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
a[href$=":Maevings"],
a[href$=":___"] {
  background: linear-gradient(to right, red, yellow, blue, green, purple);
  font-weight:bold;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}