User:Spinningspark/monobook.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.
/* watchlist suppression example
.watchlist-0-Electric_knife { display: none; }
*/


/* Link colour adjustments */
  a {
	text-decoration: none;
	color: #002bb8;
	background: none;
  }
  a:visited {
	color: #9010A0;
  }
  a:active {
	color: #faa700;
  }
  a:hover {
	text-decoration: underline;
  }
  a.stub {
	color: #772233;
  }
  a.new, #p-personal a.new {
	color: #ba0000;
  }
   a.new:visited, #p-personal a.new:visited {
	color: #a55858;
  }

   /* #p-cactions li.new a {color: #ba0000;} */
   /* #p-cactions li.new:visited a {color: #a55858;} */
   /* (Vector version) div.vectorTabs li.new a,
   div.vectorTabs li.new a:visited {ᾎ
       color: #BA0000; 
  } */
/* End link colour adjustments */


/* Diff colour adjustments */

        .diffchange {
 	color: black;
 	font-weight: bold;
 	}
 	td.diff-deletedline {
 	border-color: #ffc217;
 	}
 	td.diff-addedline {
 	border-color: #69b7ff;
 	}
 	td.diff-deletedline .diffchange {
 	background: #ffc217;
 	}
 	td.diff-addedline .diffchange {
 	background: #69b7ff;
 	}

/* Diff colour adjustments */

/* Styling for update markers on watchlist and history pages */
   span.updatedmarker {
   color: black;
   background: lime;
   }

   /* span.updatedmarker {
   background-color: transparent;
   color: #006400; } .mw-changeslist-line-watched .mw-title a {
   font-weight: normal;
   background: url(//upload.wikimedia.org/wikipedia/commons/thumb/a/ac/Pentagram_dis.svg/13px-Pentagram_dis.svg.png) no-repeat left;
   padding-left: 16px;
} */

/* Hide Twinkle tabs */
  li#tw-arv {display:none;} 
  li#tw-csd {display:none;}
  /* li#tw-xfd {display:none;} */
  li#tw-prod {display:none;}
  /* li#tw-warn {display:none;} */
  /* li#friendly-welcome {display:none;} */
  li#friendly-talkback {display:none;}
/*  li#friendly-tag {display:none;} */
  li#friendly-shared {display:none;}
  /* li#tw-rpp {display:none;} */
  li#tw-lastdiff {display:none;}
  li#tw-unlink {display:none;}
  li#tw-deli {display:none;}
  li#tw-batch {display:none;}
  li#tw-pbatch {display:none;}
  li#tw-batch-undel {display:none;}
/* End hide Twinkle tabs */

/* Hide standard links */
#n-sitesupport {display: none;}
#n-shoplink {display: none;}
#t-blockip {display: none;}
#pt-sandbox {display: none !important;}
/* End hide standard links */

/* Hide AfD help box */
.afd-help-box { display: none !important;}