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.
/* Remove the distracting underlines from N, m, b in watchlist, make 'em bold */
 
abbr.newpage {border:0; font-weight: bold;}
abbr.botedit {border:0; font-weight: bold;}
abbr.minoredit {border:0; font-weight: bold;}


.navbar.mini li span { font-variant: normal; }

/* Teahouse Navbar */

#teahouseNavbar {display: block !important;}


a [title="Template:Did you know nominations/Burnley Savings and Loans"] {
    color: white;
    background: red;
    font-size: 150%;
}

.postedit {
   display: none;
}

/* Insert "My " before some links ([[Special:MyPage]] and [[Special:UserLogout]] excepted) */
li#pt-mytalk a,
li#pt-mysandbox a,
li#pt-preferences a,
li#pt-watchlist a,
li#pt-mycontris a {text-transform:lowercase;}
 
li#pt-mytalk a:before,
li#pt-mysandbox a:before,
li#pt-preferences a:before,
li#pt-watchlist a:before,
li#pt-mycontris a:before {content:"My "; text-transform:capitalize;}

body[class~=page-Special_Watchlist] #firstHeading span:before{content:"My ";}


if(wgPageName == "Special:Watchlist"){$("head>title").html("My " + $("head>title").html());}

a.userhighlighter_sysop.userhighlighter_sysop {background-color: #FFCE57 !important}

li#pt-sandbox {display: none;}

#pt-notifications {display: none}

#wpTextbox1 { height: 60em; }

#wpSummary { padding: 0.2em !important; }

.afd-help-box { display: none !important;}


.diff-editfont-monospace .diff-addedline,
.diff-editfont-monospace .diff-deletedline,
.diff-editfont-monospace .diff-context {
  font-family: sans-serif;
  font-size: 88%;
}

	

.searchResultImage-thumbnail {
	display:none !important;
}