Difference between revisions of "MediaWiki:Common.css"

From Lancaster And Morecambe Makers
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: #n-hackspace-passport { display: block !important; font-size: 10px; text-indent: -999px; background-image: url('http://wiki....")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
#n-hackspace-passport { display: block !important; font-size: 10px; text-indent: -999px; background-image: url('http://wiki.lamm.hackspace.org.uk/images/0/0e/Passport-badge2.png'); background-position: top left; background-repeat: no-repeat; padding-left: 20px; padding-bottom: 20px; }
+
#p-hackspace-passport-label {
 +
  display: block !important;
 +
  font-size: 10px;
 +
  text-indent: -999px;
 +
  background-image: url('http://wiki.lamm.hackspace.org.uk/images/0/0e/Passport-badge2.png');
 +
  background-position: top left;
 +
  background-repeat: no-repeat;
 +
  padding-left: 20px;
 +
  padding-bottom: 20px;
 +
}

Revision as of 11:28, 29 May 2015

/* CSS placed here will be applied to all skins */
#p-hackspace-passport-label {
  display: block !important;
  font-size: 10px;
  text-indent: -999px;
  background-image: url('http://wiki.lamm.hackspace.org.uk/images/0/0e/Passport-badge2.png');
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-bottom: 20px;
}