User:Begoon/vector.css: Difference between revisions

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"}