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.
/** Make sure to edit https://github.com/revi/css.wiki.reviservices.com when editing this page! */

/* import Webfont
WARNING for someone copying this: Pasting this loads materials from Google. You will tell you visited Wikimedia. Use at your own risk.
*/

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic+Coding:wght@400;700&family=IBM+Plex+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/** No betafeatures button */
#pt-betafeatures { display: none; }

/** no ULS button */
#pt-uls { display: none; }

/* I won't logout unless in preferences which is typed manually */
#pt-logout { display: none; }
#pt-preferences { display: none; }

/* GA/FA - Wikimedia Specific */
.badge-goodarticle {
	list-style-image: url(//upload.wikimedia.org/wikipedia/en/thumb/9/94/Symbol_support_vote.svg/9px-Symbol_support_vote.svg.png);
}

/** Set custom color for redirect page */
.mw-redirect { color: #FAAFBE;}.mw-redirect:visited { color: #FAAFBE;}.mw-redirect:hover { color: #FAAFBE;}.mw-redirect:active { color: #FAAFBE;}

/** No MediaViewer button on File: namespace pages */
.mw-mmv-filepage-buttons { display: none }

/* Make protected pages' edit box shown in light pink. (http://www.color-hex.com/color/ffb6c1)
*/
.mw-textarea-protected, .ns-8 textarea {
  	background: #FFB6C1;
}

/* Make semi-protected pages' edit box shown in yellow. */
.mw-textarea-sprotected {
  background: #FFFFDB;
}

/* Edit summaries
 (Smaller font size instead of italicize) */
.comment {
  font-style: normal !important;
  font-size: 9pt;
}

/* Quick hack to force the Search tab on [[Special:Contribs]] open. Credit: Volker E. (WMF) & Stwalkerster - [[Special:Permalink/19431311#Reverting the new "collapsed search interface" on Special:Contribs|Tech]] */ 
.mw-special-Contributions .oo-ui-fieldsetLayout-group.mw-collapsible-content { display: block !important; }
.mw-special-Contributions .oo-ui-fieldsetLayout-header { display: none !important; }

/* Hide "Permanent" part of watch this page */
#mw-editpage-watchlist-expiry {display:none}

/* Abuselog */
.mw-special-AbuseLog .oo-ui-fieldsetLayout-group.mw-collapsible-content { display: block !important; }
.mw-special-AbuseLog .oo-ui-fieldsetLayout-header { display: none !important; }

/* Colorize diff size
 (Green for + and red for -) */
.mw-plusminus-pos {
  color:green;
}
.mw-plusminus-neg {
  color:red;
}

/* Get rid of temporary watchlist stuff (Credit: AntiCompositeNumber at [[Special:Permalink/23537095#Hide partial block & temporary watchlist stuff]])
.mw-WatchlistExpiryWidgetwatchlist-dropdown-label { display: none; }
.mw-watchexpiry { display: none; }

/* Use elements from webfont */
pre, code, tt, kbd, samp, .mw-code {
	font-family: 'IBM Plex Mono', 'Nanum Gothic Coding', monospace, Courier !important;
}