Difference between revisions of "MediaWiki:Vector.css"

From TRMN
Jump to navigation Jump to search
m (Link color testing)
m (CSS testing)
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
.mw-body a.text.external:visited {
.mw-body a.text.external:visited {
   color: #600047 important!;
   color: #600047 important!;
}
.vector-menu-portal .vector-menu-content li a {
  color: red important!;
}
a {
  color: #990;
}
}

Latest revision as of 16:56, 17 May 2023

/* CSS placed here will affect users of the Vector skin */

body {
  background-color: #222;
}

#bodyContent a.external {
  color: #0b4f6c important!;
}

.mw-body a.text.external:visited {
  color: #600047 important!;
}

.vector-menu-portal .vector-menu-content li a {
  color: red important!;
}

a {
  color: #990;
}