User:Reaper Eternal/vector.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*
 * Fucks up the VisualEditor shit and makes it go away.
 * ┌∩┐(◣_◢)┌∩┐
 * If you want it, copy the code below this comment into your CSS file.
 */

.mw-editsection-divider {
  display : none;
}
.mw-editsection-visualeditor {
  display : none;
}
#ca-ve-edit {
  display : none;
}

/*
 * Stop copying here.
 * 
 * Other stuff I don't like.
 */

#coordinates {
  display : none;
}
/* Removes the unwanted links on the top of the page. */
#pt-betafeatures {
  display : none;
}
#pt-sandbox {
  display : none;
}

/*
 * Changes the flagged revisions color.
 */

.flaggedrevs-color-1 {
  background : #C6FFC6;
}