Difference between revisions of "MediaWiki:Vector.css"

From icesus
Jump to navigation Jump to search
m
m
 
(25 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
 +
 +
h1, h2 {
 +
  font-family: "fontawesome-webfont";
 +
}
  
 
body {
 
body {
   background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('mapimage.png');
+
   /* background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('mapimage.png'); */
 
   -webkit-background-size: cover;
 
   -webkit-background-size: cover;
 
   -moz-background-size: cover;
 
   -moz-background-size: cover;
Line 8: Line 12:
 
   background-size: cover;
 
   background-size: cover;
 
   height: 100%;
 
   height: 100%;
  color: #6FC3DF;
 
 
   font-family: "fontawesome-webfont";
 
   font-family: "fontawesome-webfont";
 
}
 
}
Line 15: Line 18:
 
     font-family: "fontawesome-webfont";
 
     font-family: "fontawesome-webfont";
 
     src: url("OpenSans-Light.ttf");
 
     src: url("OpenSans-Light.ttf");
 +
}
 +
 +
body a:link, a:visited, a:hover, a:active {
 +
  font-weight: bold;
 +
  color: #DF740C;
 
}
 
}
  
Line 22: Line 30:
 
}
 
}
  
.mw-navigation, .footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
+
.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
 
   font-weight: bold;
 
   font-weight: bold;
 
   color: #DF740C;
 
   color: #DF740C;
 
}
 
}

Latest revision as of 21:50, 29 January 2020

/* CSS placed here will affect users of the Vector skin */

h1, h2 {
  font-family: "fontawesome-webfont";
}

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";
}

@font-face {
    font-family: "fontawesome-webfont";
    src: url("OpenSans-Light.ttf");
}

body a:link, a:visited, a:hover, a:active {
  font-weight: bold;
  color: #DF740C;
}

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;
}