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
 
(33 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 */
 
body {
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('mapimage.png');
  /*background: url(./mapimage.png) no-repeat center center fixed;  */
  -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");
}

Latest revision as of 11:30, 16 March 2026

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