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

From Deep Sea Knowledge
Jump to navigation Jump to search
(test 2)
(Tags: Mobile edit, Mobile web edit)
 
Line 1: Line 1:
/* Shamelessly stolen from TCRF */
+
body{animation-name:spin;animation-duration:10000000ms;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes spin{from{transform:rotateZ(0deg)}to{transform:rotateZ(360deg)}}
 
 
@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')
 
  }
 
}
 

Latest revision as of 19:17, 29 October 2018

body{animation-name:spin;animation-duration:10000000ms;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes spin{from{transform:rotateZ(0deg)}to{transform:rotateZ(360deg)}}