User:Begoon/vector.css: Difference between revisions

From TestWiki
Content added Content deleted
No edit summary
No edit summary
Line 4: Line 4:


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


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


/*---navpopup font-size---*/
/*---navpopup font-size---*/
Line 15: Line 15:
.mw-headline-anchor {display: none;}
.mw-headline-anchor {display: none;}


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

Revision as of 02:12, 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 User:Begoon/override-typography-refresh.css to override the typography refresh
   @import lines must be at very beginning of css page, preceding even comments... */

/* 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:#330099; font-size:100%; font-family:"DejaVu Sans Mono"}