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 16:57, 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, #p-navigation {
  font-family: Helvetica;
  font-weight: 200;
  font-size: 22px;
  background-color: #585858;
  color: #aaa;
  line-height: 1.5;
}

#p-navigation {
	font-size: 18px;
}
a:visited {
  color: #d33bf0;
}
a:link, a:link:hover, a:link:active {
  color: gold;
}
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;
}
body[data-mode="dark"] pre code {
  background-color: #585858;
  color: #e8e8e8;
}


body[data-mode="dark"] a {
 color: #d1ae00;
}

body[data-mode="dark"] a:hover {
 color: gold;
}