Difference between revisions of "User:Khangaroo/vector.css"

From Deep Sea Knowledge
Jump to navigation Jump to search
(testing)
(Tags: Mobile edit, Mobile web edit)
 
(test 2)
(Tags: Mobile edit, Mobile web edit)
Line 1: Line 1:
 +
/* Shamelessly stolen from TCRF */
 +
 
@media screen {
 
@media screen {
 +
  #mw-page-base {
 +
    background-image: linear-gradient(#FFFFFF 30%,rgba(36, 255, 0, 0) 100%);
 +
    background-color: transparent;
 +
  }
 
   body {
 
   body {
     background-color: #FFFFFF;
+
     background-color: #EAFFEA;
     background-image: url("https://i.ytimg.com/vi/EZSqQLxU1Ss/maxresdefault.jpg");
+
     background-image: url('https://i.ytimg.com/vi/EZSqQLxU1Ss/maxresdefault.jpg')
 
   }
 
   }
 
}
 
}

Revision as of 18:02, 28 October 2018

/* Shamelessly stolen from TCRF */

@media screen {
  #mw-page-base {
    background-image: linear-gradient(#FFFFFF 30%,rgba(36, 255, 0, 0) 100%);
    background-color: transparent;
  }
  body {
    background-color: #EAFFEA;
    background-image: url('https://i.ytimg.com/vi/EZSqQLxU1Ss/maxresdefault.jpg')
  }
}