Jump to navigation Jump to search

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 19: Line 19:
   color: #999999 !important;
   color: #999999 !important;
   border: 0px solid rgb(25,25,25) !important;
   border: 0px solid rgb(25,25,25) !important;
}
div#f-poweredbyico {
  visibility: hidden;
}
}

Revision as of 14:54, 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(50,50,50) !important;
  color: #999999 !important;
  border: 0px solid rgb(25,25,25) !important;
}

div#f-poweredbyico {
  visibility: hidden;
}