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.
/*<pre> <nowiki> */
/*  also check: */
/*    [[MediaWiki:Common.css]] */
/*    [[MediaWiki:Monobook.css]] */

/* Navigation Popup stuff */
window.popupFixDabs = true;
window.popupPreviewFirstParOnly = false;
window.popupMaxPreviewSentences = 15;
window.popupMaxPreviewCharacters = 2000;

window.popupOnlyArticleLinks = false;


/* Don't display some stuff on the edit page */
/*   Thank you, Mac Lover */

/* id='#' class='.'  */

body #clearprefcache,
body #clearyourcache,
body #jswarning,

body.page-Special_Upload #uploadtext,

body #newarticletext,
body #userinvalidcssjstitle,
body #editpage-copywarn,
body #editpage-copywarn2,
body #editpage-copywarn3,
body #talkpagetext,
body #siteNotice,
body #footer
  { 
  display: none !important;
  }

table.persondata {display:table;}
#mw-history-search {display: none;}

.AngleHMS  {display: none;}
.AngleDeg  {display: inline;}

.bm_highlight {font-size: 130%;  font-weight: bolder;}

#listSince {font-size: 130%;  font-weight: bolder;}

/* </nowiki></pre> */