To contribute to this wiki, please contact bikebikeeverywhere@gmail.com if you would like us to create you an account. The Contribute to this Wiki page goes into detail about how to make contributions and what information should be included.
Para contribuir a este wiki, por favor escribe a bikebikeeverywhere@gmail.com si deseas que creemos una cuenta para ti. La página Contribute to this Wiki explica en detalle cómo hacer contribuciones y qué información debe incluirse.
MediaWiki:Vector.css: Difference between revisions
(Created page with "→All CSS here will be loaded for users of the Vector skin: .mw-header { background-color: #15a88c; }") |
No edit summary |
||
| Line 2: | Line 2: | ||
.mw-header { | .mw-header { | ||
background-color: #15a88c; | background-color: #15a88c; | ||
} | |||
@media screen { | |||
a { | |||
color: #000000; | |||
} | |||
} | } | ||
Latest revision as of 04:39, 17 January 2022
/* All CSS here will be loaded for users of the Vector skin */
.mw-header {
background-color: #15a88c;
}
@media screen {
a {
color: #000000;
}
}