Jump to content

User:Grorland/vector.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Grorland (talk | contribs) at 17:36, 11 April 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
body, #mw-panel {
  font-family: Helvetica;
  font-weight: 200;
  font-size: 26px;
  background-color: #111;
  color: #aaa;
  line-height: 1.5;
}

#mw-panel {
	font-size: 18px;
}

#mw-head, .mw-body {
	background-color: #111;
	color: #e8e8e8;
}

a:link:visited {
 color: #d33bf0 !important;
}
a:link, a:link:hover, a:link:active {
  color: #d1ae00 !important;
}
a:link {
  text-decoration: none;
  font-weight: normal;
}
pre {
  white-space: pre-wrap;
}
pre code {
  background-color: #eff0f1;
  color: #393318;
  font-family: monospace;
  display: block;
  padding: 5px 10px;
}