Jump to navigation Jump to search

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 16: Line 16:


pre {
pre {
   background: rgb(30,30,30) !important;
   background: rgb(40,40,40) !important;
   color: #999999 !important;
   color: #999999 !important;
   border: 0px solid rgb(25,25,25) !important;
   border: 0px solid rgb(25,25,25) !important;
}
}

Revision as of 14:50, 10 September 2023

/* CSS placed here will be applied to all skins */

blockquote {
  background: rgb(25,25,25) !important;
  border: 0px solid rgb(25,25,25) !important;
  padding: 0.0em;
}

a:visited  {
  color: #ff2020 !important;
}

a:link {
  color: #ff8080 !important;
}

pre {
  background: rgb(40,40,40) !important;
  color: #999999 !important;
  border: 0px solid rgb(25,25,25) !important;
}