MediaWiki:Vector.css: Difference between revisions

From Icesus Wiki
Jump to navigation Jump to search
imported>Cyto
mNo edit summary
Remove old conflicting Vector.css, theme is in icesus-wiki.css
 
(13 intermediate revisions by one other user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* Icesus dark theme is loaded via icesus-wiki.css — see LocalSettings.php */
 
#p-navigation a:link, a:visited, a:hover, a:active {
  font-weight: bold;
  color: #DF740C;
}
 
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%;
  font-family: "fontawesome-webfont";
}
 
body a:link, a:visited, a:hover, a:active {
  font-weight: bold;
  color: #DF740C;
}
 
@font-face {
    font-family: "fontawesome-webfont";
    src: url("OpenSans-Light.ttf");
}
 
a:link, a:visited, a:hover, a:active {
  font-weight: bold;
  color: #DF740C;
}
 
.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
  font-weight: bold;
  color: #DF740C;
}

Latest revision as of 11:30, 16 March 2026

/* Icesus dark theme is loaded via icesus-wiki.css — see LocalSettings.php */