Difference between revisions of "MediaWiki:Common.css"

From Openresearch
Jump to: navigation, search
Line 3: Line 3:
 
.smw-eventcalendar {
 
.smw-eventcalendar {
 
   height:600px;
 
   height:600px;
 +
}
 +
 +
.page-wrap {
 +
  width: 1450px;
 +
  margin-left: 10px;
 +
  position: relative;
 +
}
 +
 +
.sidebar {
 +
  width: 150px;
 +
  position: fixed;
 +
  margin-left: 1570px;
 
}
 
}

Revision as of 10:42, 6 September 2016

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

.smw-eventcalendar {
  height:600px;
}

.page-wrap { 
  width: 1450px; 
  margin-left: 10px; 
  position: relative; 
}

.sidebar { 
  width: 150px; 
  position: fixed; 
  margin-left: 1570px; 
}