Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
(Link color testing) |
m (CSS testing) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
} | } | ||
#bodyContent a.external { | |||
color: #0b4f6c; | color: #0b4f6c important!; | ||
} | } | ||
.mw-body a.external:visited { | .mw-body a.text.external:visited { | ||
color: #600047; | 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;
}