Jump to content

User:Wikid77/common.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.
/* Show all CS1 cite error warnings*/
.citation-comment {
  display: inline !important;
  color: red;
}
.action-view #bodyContent {
  max-width: 300 px !important;
}

/* Hide View-Source rulespam blurb */
#mw-protectedpagetext { display: none; }

/* Remove to-me-useless notes in all edit boxes. leaves only the command buttons and special chars. */
.editpage-head-copywarn { display: none; }
#editpage-copywarn { display: none; }
#editpage-copywarn1 { display: none; }
#editpage-copywarn2 { display: none; }
#editpage-copywarn3 { display: none; }

/*Hide "(thanks)" buttons*/
mw-thanks-thank-link { display:none; }

/* Center/centre the title of each page *--/
.firstHeading { text-align: center; } */

/* Change default display font */
p {font-family:calibri} 
dd {font-family:calibri}