Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
m |
m |
||
Line 22: | Line 22: | ||
} | } | ||
− | .footer a:link, .footer a:visited, .footer a:hover, .footer a:active { | + | .mw-navigation, .footer a:link, .footer a:visited, .footer a:hover, .footer a:active { |
font-weight: bold; | font-weight: bold; | ||
color: #DF740C; | color: #DF740C; | ||
} | } |
Revision as of 21:14, 29 January 2020
/* CSS placed here will affect users of the Vector skin */
body {
background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('mapimage.png');
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 100%;
color: #6FC3DF;
font-family: "fontawesome-webfont";
}
@font-face {
font-family: "fontawesome-webfont";
src: url("OpenSans-Light.ttf");
}
a:link, a:visited, a:hover, a:active {
font-weight: bold;
color: #DF740C;
}
.mw-navigation, .footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
font-weight: bold;
color: #DF740C;
}