Ro-Ghoul Wiki
Advertisement

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*--IMPORTS-KEEP TOP--*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
 
/***** CSS placed here will be applied to all skins on the entire site. *****/
 /*--changing the font--*/
body {
 font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

/* Color user names of sysops (admins) in recent changes, logs, page histories, etc. */

a.mw-userlink[href="/wiki/User:Ox_Rookbane"], #wikiactivity-main a[href="/wiki/User:Ox_Rookbane"]
{ color:#C500D1; }

/* profiles and stuff */
.UserProfileMasthead .masthead-info-lower::before {
    display: none;
}
 
.avatar {
    border-radius: 50%
}
 
 
/* Color user names of sysops (admins) in recent changes, logs, page histories, etc. */
a.mw-userlink[href$="/wiki/User:Ox Rookbane"], #wikiactivity-main a[href="/wiki/User:Ox Rookbane"]
{ color:#C500D1; }
 
/* Article/Blog Comments BASE */
.article-comments .edited-by a[href$="https://roghoul-rblx.fandom.com/wiki/User:Ox_Rookbane"]::after {
    content: "(Bureaucrat)";
}
 
/* Article/Blog Comments TEXT */
.article-comments .edited-by a[href$="https://roghoul-rblx.fandom.com/wiki/User:Ox_Rookbane"]::after {
    font-size: 90%;
    color: #666;
    content: " (Bureaucrat)";
}
Advertisement