Difference between revisions of "MediaWiki:Common.css"

From Engineered Arts Wiki
Jump to navigation Jump to search
Line 9: Line 9:
 
   overflow: hidden;
 
   overflow: hidden;
 
   background-image: url('http://wiki.engineeredarts.co.uk/w/images/8/8a/Padlock24.png');
 
   background-image: url('http://wiki.engineeredarts.co.uk/w/images/8/8a/Padlock24.png');
 +
}
 +
 +
body.cat-Socibot {
 +
  background-color: #ECF9FA;
 
}
 
}

Revision as of 09:26, 21 March 2016

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

#accesscontrol {
  float: right;
  text-indent: 100%;
  width: 16px;
  height: 24px;
  white-space: nowrap;
  overflow: hidden;
  background-image: url('http://wiki.engineeredarts.co.uk/w/images/8/8a/Padlock24.png');
}

body.cat-Socibot {
  background-color: #ECF9FA;
}