Difference between revisions of "MediaWiki:Common.css"

From SHA2017
Jump to: navigation, search
(just experimenting)
Line 9: Line 9:
 
   box-shadow:
 
   box-shadow:
 
     inset 0 0 50px #fff,
 
     inset 0 0 50px #fff,
     inset 20px 0 80px #9eff91,
+
     inset 20px 0 80px #ffc6a9,
     inset -20px 0 80px #ffc6a9,
+
     inset -20px 0 80px #9eff91,
     inset 20px 0 300px #9eff91,
+
     inset 20px 0 300px #ffc6a9,
     inset -20px 0 300px #ffc6a9,
+
     inset -20px 0 300px #9eff91,
 
     0 0 50px #fff,
 
     0 0 50px #fff,
     -10px 0 80px #9eff91,
+
     -10px 0 80px #ffc6a9,
     10px 0 80px #ffc6a9;
+
     10px 0 80px #9eff91;
 
}
 
}

Revision as of 12:05, 10 September 2015

/* CSS placed here will be applied to all skins . LOLHAX */
.mw-wiki-logo {

    background-image: url('/images/5/52/Shawiki.png') !important;
  
  position: absolute;

  border-radius: 50%;
  box-shadow:
    inset 0 0 50px #fff,
    inset 20px 0 80px #ffc6a9,
    inset -20px 0 80px #9eff91,
    inset 20px 0 300px #ffc6a9,
    inset -20px 0 300px #9eff91,
    0 0 50px #fff,
    -10px 0 80px #ffc6a9,
    10px 0 80px #9eff91;
}