MediaWiki:Common.css: Difference between revisions

From Openresearch
Jump to navigation Jump to search
Liy1 (talk | contribs)
No edit summary
Liy1 (talk | contribs)
No edit summary
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 08: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; 
}