Difference between revisions of "MediaWiki:Common.css"

From SHA2017
Jump to: navigation, search
Line 6: Line 6:
 
   position: absolute;
 
   position: absolute;
  
  width: 135px;
 
  height: 135px;
 
 
   border-radius: 50%;
 
   border-radius: 50%;
 
   box-shadow:
 
   box-shadow:
 
     inset 0 0 50px #fff,
 
     inset 0 0 50px #fff,
     inset 20px 0 80px #f0f,
+
     inset 20px 0 80px #9eff91,
     inset -20px 0 80px #0ff,
+
     inset -20px 0 80px #ffc6a9,
     inset 20px 0 300px #f0f,
+
     inset 20px 0 300px #9eff91,
     inset -20px 0 300px #0ff,
+
     inset -20px 0 300px #ffc6a9,
 
     0 0 50px #fff,
 
     0 0 50px #fff,
     -10px 0 80px #f0f,
+
     -10px 0 80px #9eff91,
     10px 0 80px #0ff;
+
     10px 0 80px #ffc6a9;
 
 
 
}
 
}

Revision as of 12:03, 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 #9eff91,
    inset -20px 0 80px #ffc6a9,
    inset 20px 0 300px #9eff91,
    inset -20px 0 300px #ffc6a9,
    0 0 50px #fff,
    -10px 0 80px #9eff91,
    10px 0 80px #ffc6a9;
}