Difference between revisions of "MediaWiki:Vector.css"

From icesus
Jump to navigation Jump to search
m
m
Line 2: Line 2:
  
 
html {
 
html {
   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('https://naga.icesus.org/mapimage.png');
 
   /*background: url(./mapimage.png) no-repeat center center fixed;  */
 
   /*background: url(./mapimage.png) no-repeat center center fixed;  */
 
   -webkit-background-size: cover;
 
   -webkit-background-size: cover;

Revision as of 21:00, 29 January 2020

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

html {
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('https://naga.icesus.org/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%;
}