Difference between revisions of "MediaWiki:Common.css"

From SHA2017
Jump to: navigation, search
(just experimenting)
(Well, that was ugly. But it was nice to try.)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins . LOLHAX */
 
/* CSS placed here will be applied to all skins . LOLHAX */
 
.mw-wiki-logo {
 
.mw-wiki-logo {
 
 
     background-image: url('/images/5/52/Shawiki.png') !important;
 
     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;
 
 
}
 
}

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