Jump to content

User:Ennen/vector.css

From Wikipedia, the free encyclopedia
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.
#content p {
  text-align: justify;
}

#bodyContent a {
  color: #6e7fd2;
  border-bottom: 1px solid #deefff;
}
#bodyContent a:hover {
  text-decoration: none;
  color: #3e4fa2;
  border-bottom: 1px solid #becfff;
}
#bodyContent a:visited {
  color: #553555;
}
#bodyContent a:visited:hover {
  color: #a24fa2;
}

#bodyContent .new {
  color: #d27f6e;
}
#bodyContent .new:hover {
  color: #a24f3e;
}
#bodyContent .new:visited {
  color: #553535;
}
#bodyContent .new:visited:hover {
  color: #822f1e;
}