User:Begoon/vector.css: Difference between revisions

From TestWiki
Content added Content deleted
No edit summary
(+)
Line 1: Line 1:
@import url("https://en.wikipedia.org/w/index.php?title=User:Begoon/override-typography-refresh.css&action=raw&ctype=text/css");
@import url("https://en.wikipedia.org/w/index.php?title=User:Begoon/override-typography-refresh.css&action=raw&ctype=text/css");
/*---Preceding line includes code from enwiki:User:Begoon/override-typography-refresh.css to override the "typography refresh..."---*/
/*---Preceding line includes code from enwiki:User:Begoon/override-typography-refresh.css to override the "typography refresh..."---*/

/*---remove watchlist updated junk---*/
li.mw-changeslist-line {list-style-image: none !important;}
form#mw-watchlist-resetbutton {display: none !important;}
span#mw-wlheader-showupdated {display: none !important;}
div.mw-changeslist-legend.mw-collapsible {display: none !important;}
/*---format pending changes watchlist 'alert'---*/
div.fr-watchlist-pending-notice {
background-color: #fff5d9 !important;
border: 1px solid #ececec !important;
margin-bottom: 3px !important;
display: table !important;
}


/*---Edit links on the right---*/
/*---Edit links on the right---*/

Revision as of 02:36, 23 March 2018

@import url("https://en.wikipedia.org/w/index.php?title=User:Begoon/override-typography-refresh.css&action=raw&ctype=text/css");
/*---Preceding line includes code from enwiki:User:Begoon/override-typography-refresh.css to override the "typography refresh..."---*/

/*---remove watchlist updated junk---*/
li.mw-changeslist-line {list-style-image: none !important;}
form#mw-watchlist-resetbutton {display: none !important;}
span#mw-wlheader-showupdated {display: none !important;}
div.mw-changeslist-legend.mw-collapsible {display: none !important;}
/*---format pending changes watchlist 'alert'---*/
div.fr-watchlist-pending-notice {
  background-color: #fff5d9 !important;
  border: 1px solid #ececec !important;
  margin-bottom: 3px !important;
  display: table !important;
}

/*---Edit links on the right---*/
span.mw-editsection {float:right;}

/*---VisualEditor tint bg---*/
.ve-ce-surface {background: #EFF9EF;}

/*---navpopup font-size---*/
.navpopup {font-size:.7em !important;}

/*---remove § section sign ---*/
.mw-headline-anchor {display: none;}

/*---code---*/
.mw-code {color:#003399; font-size:100%; font-family:"DejaVu Sans Mono";}