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.
#teahouseNavbar {display: block !important;}

/* Remove BLP editnotice - thanks Writ Keeper! */
.editnotice_BLP_editintro{display:none;}

/* Remove other elements for zoomed viewing - from User:Bgwhite/vector.css */

/* Remove "Content that violates any copyrights will be deleted. Encyclopedic content must be..." at the top of edit windows */
div.editpage-head-copywarn
{ display: none; }
 
/* Remove "By clicking the "Save Page" button, you agree to the Terms of Use, and you irrevocably agree..." at bottom of edit windows */
div#editpage-copywarn
{ display: none; }

/* Remove "Remember this is only a preview..." at top of page when previewing and edit */
div.previewnote
{ display: none; }

/*  Remove "Edit summary (Briefly describe the changes you have made)" from bottom of edit page */
.mw-summary
 {display:none;} 

/* Remove "Your edit was saved" message */
 .postedit 
{ display: none; } 
 
/* Remove message after you add/remove page to your watchlist */
 .mw-notification-tag-watch-self
 {display:none;}

/*  Remove new article creation warning */
.mw-newarticletext
 {display:none;}