User:Begoon/vector.css: Difference between revisions

From TestWiki
Content added Content deleted
No edit summary
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 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..."---*/
@import lines must be at very beginning of css page, preceding even comments... */


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


Line 16: Line 15:


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

Revision as of 02:20, 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..."---*/

/*---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";}