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.
/* Bold save button */
#wpSave {
    font-weight: bold; 
    font-size: 100%; 
    margin-right: 10px; 
    border: 2px solid yellow; !important
}

#wpSave {
   background-color: navy; !important
}
#wpPreview {
  color: white;
  background: #C02425;  
  background: linear-gradient(to right, #F0CB35, #C02425);

#wpDiff {background-color: #660099; color: white;}

/* edit summary field gets full width */
input#wpSummary {
    width: 100%;
}

/* hide two drop-downs & modify one – below editor in edit view */
div.templatesUsed { font-family: , 'Palatino', 'Courier New', monospace; font-size: 60%; !important}
div.hiddencats, div.limitreport { display: none; }

/* hide copyright notice above edit box */
div.editpage-head-copywarn { display: none; }
/* hide "From Wikipedia, the free encyclopedia" */
div.siteSub { display: none; }
/* Notice at bottom of page */
div.wikimedia-copyright { display: none }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #1A237E;
  font-size: inherit;
  line-height: inherit;
}

textarea, #wpTextbox1 { 
width: 100%;
padding-left:2em;
padding-top:2em;
background: #fff8e8;
}

hr {
height : 2px;
color : orange;
background-color : orange;
border : 0;
margin : 0.2em 0;
}

small {
font-size : 80%;
}

big {
font-color : pink;
background-color : #ee66aa
}

pre, code, tt, kbd, samp, .mw-code {
font-family : Seravek, Consolas, 'Courier New', monospace; !important
}

code {
padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px
}

tt {color:#000;background-color:#f8f9fa;border:1px solid yellow;border-radius:2px;padding:1px 4px}

span#minoredit_helplink a { display:none; }
span#minoredit_helplink:before { content:'minor edit'; }

#catlinks li {
  display: inline;
  border-left: none;
  padding: 0;
}
#catlinks li:first-child { padding-left: 0; }
#catlinks li:before { content: " 🔸 "; }
#catlinks li:first-child:before { content: ""; }

/*** Hide junk, I know this and don't need to see it ***/
span.editHelp { display:none; }
span.cancelLink { display:none; }
#editpage-copywarn { display:none; }
.editpage-head-copywarn { display:none; }
span#minoredit_helplink a { display:none; }
span#minoredit_helplink:before { content:'minor edit'; }
#wpSummaryLabel label a { display:none; }
#wpSummaryLabel label small { display:none; }
#wpSummaryLabel label span:before { content:'Edit summary: '; }
input#wpSummary { margin-bottom:0; }

/*** Number various lists ***/
.mw-special-Contributions #mw-content-text ul,
.mw-special-Log #mw-content-text ul,
#mw-whatlinkshere-list {
    list-style-image: none;
    list-style-type: decimal;
}

.official-website { border-bottom: 2px solid #FFDABB; !important }

a.redirect        { color:#5bb44b; !important }

/* from [[User:Nzd/common.css]] */
mw.util.addPortletLink(
 'p-personal',
 '/wiki/Special:PrefixIndex/User:Senator2029',
 'My subpages',
 'pt-mysubpages',
 'Show my subpages',
 null,
 '#pt-preferences'
 );

#shortcut { border: 2px dotted #ff00bb; }

.infobox-journal-search { display: inline !important;}

/* Make preformatted sections overflow with a scrollbar instead of uglies */

pre {
    overflow: auto;
    width: auto;
}