MediaWiki:Common.css: Difference between revisions

From New Adelphi
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
   font-size: 2vw;
   font-size: 2vw;
   width: 7%;
   width: 7%;
  position: absolute;
  top: 50px;
}
}

Revision as of 13:52, 28 June 2017

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

.rightbox, .roomnumber {
  margin: 0 0 5px 10px;
  padding: 4px 20px 4px 10px;
  border: 1px black solid;
  background-color: white;
  float: right;
  clear: both;
  text-align: center;
  font-size: 2vw;
  width: 7%;
  position: absolute;
  top: 50px;
}