User:Begoon/vector.css

From TestWiki
Revision as of 01:41, 23 March 2018 by Begoon (talk | contribs) (cr)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@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; }

/* Syntax highlighting stuff... */
div.ace_content {background:white; font-size: 115%;}
div.mw-geshi {
  padding: 1em; 
  margin: 1em 0; 
  border: 1px dashed #2f6fab;
  background-color: #f9f9f9;
}

/* ...more... Syntax highlighting stuff... */
pre,
pre.css, div.css,
pre.source-css, div.source-css,
pre.php, div.php,
pre.source-php, div.source-php,
pre.javascript, div.javascript,
pre.source-javascript, div.source-javascript {
  font-size:1.1em;
  white-space: pre-wrap;
}

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

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

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