Difference between revisions of "MediaWiki:Common.css"

From Engineered Arts Wiki
Jump to navigation Jump to search
(Created page with "CSS placed here will be applied to all skins: #accesscontrol { float: right; }")
 
Line 3: Line 3:
 
#accesscontrol {
 
#accesscontrol {
 
   float: right;
 
   float: right;
 +
  text-indent: 100%;
 +
  width: 22px;
 +
  height: 32px;
 +
  white-space: nowrap;
 +
  overflow: hidden;
 +
  background-image: url('http://wiki.engineeredarts.co.uk/w/images/e/e4/Padlock32.png');
 
}
 
}

Revision as of 16:00, 15 March 2016

/* CSS placed here will be applied to all skins */

#accesscontrol {
  float: right;
  text-indent: 100%;
  width: 22px;
  height: 32px;
  white-space: nowrap;
  overflow: hidden;
  background-image: url('http://wiki.engineeredarts.co.uk/w/images/e/e4/Padlock32.png');
}