Difference between revisions of "MediaWiki:Common.css"

From EEWiki
Jump to: navigation, search
(Achievement award! Featured article CSS)
 
(Contain the logo in a compact area instead of cropping it off.)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
.topicon {
 
.topicon {
    position: absolute;
+
  position: absolute;
    right: 0;
+
  right: 0;
    top: -20px;
+
  top: -20px;
 +
}
 +
#p-logo a {
 +
  background-size: contain;
 
}
 
}

Revision as of 21:11, 10 January 2018

/* CSS placed here will be applied to all skins */
.topicon {
   position: absolute;
   right: 0;
   top: -20px;
}
#p-logo a {
   background-size: contain;
}