User:Swpb/common.css

Source: 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.
 /* remove instruction creep from editing pages */
 
 .editpage-copywarn, .editpage-copywarn2, .editpage-copywarn3, .previewnote, .newarticletext {display:none} /* remove the warnings */
 
 #toolbar {display:none} /* remove toolbar */
 
 .wpSummaryLabel, .minoredit_helplink, .editHelp {display:none} /* remove helpful links */

 /* Remove character change numbers
 .mw-plusminus-pos {display: none;}
 .mw-plusminus-neg {display: none;}
 .mw-plusminus-null {display: none;} */

 /* set stubs link color (pages <1000 bytes, set in preferences) */
 a.stub:link {
   color:#00A000;
 }
 a.stub:visited {
   color:#005800;
 }

 /* Set dab links color */
 a.mw-disambig:link {
   color:#FFAD0A;  /*orange*/
 }
 a.mw-disambig:visited {
   color:#F07B00;  /*darker orange*/
 }

/* .mw-page-description { background-color: #FF80FF; } */