Difference between revisions of "MediaWiki:Common.css"

From SHA2017
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins . LOLHAX: .mw-wiki-logo { background-image: url('/images/5/52/Shawiki.png') !important; position: absolute; top:...")
 
Line 5: Line 5:
 
    
 
    
 
   position: absolute;
 
   position: absolute;
  top: 20px;
+
 
  left: 20px;
 
 
   width: 135px;
 
   width: 135px;
 
   height: 135px;
 
   height: 135px;

Revision as of 12:00, 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;

  width: 135px;
  height: 135px;
  border-radius: 50%;
  box-shadow:
    inset 0 0 50px #fff,
    inset 20px 0 80px #f0f,
    inset -20px 0 80px #0ff,
    inset 20px 0 300px #f0f,
    inset -20px 0 300px #0ff,
    0 0 50px #fff,
    -10px 0 80px #f0f,
    10px 0 80px #0ff;

}