MediaWiki:Common.css: Difference between revisions

From New Adelphi
Jump to navigation Jump to search
No edit summary
No edit summary
Line 13: Line 13:
   text-align: center;
   text-align: center;
   font-size: 12pt;
   font-size: 12pt;
  width: 7%;
}
}

Revision as of 14:05, 28 June 2017

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

.rightbox, .roomnumber {
  position: fixed;
  top: 92px;
  right: 92px;
  margin: 0;
  padding: 4px 9px;
  border: 1px #aaa solid;
  background-color: white;
  float: right;
  clear: both;
  text-align: center;
  font-size: 12pt;
}