MediaWiki:Common.css

From HacktionLab: A UK-wide network tech-activists providing meet-ups, events, workshops, national skillshare gatherings and hacklabs
Revision as of 01:09, 28 May 2009 by MikeHarris (talk | contribs)
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/** CSS placed here will be applied to all skins */

.leftColumn {
  float: left;
  clear: both;
}
 
.rightColumn {
  margin-left: 51%;
}

.rightColumn, .leftColumn {
  width: 49%;
}

.rightColumn .box {
  border: 1px #666 dotted;
  background-color: #f8f8f8;
  margin-bottom: 8px;
  padding: 0 4px 0 4px;
}

.rightColumn .box li {
  margin-bottom: 4px !important;
}

.leftColumn .box {
  border: 1px #666 dotted;
  background-color: #aaf8aa;
  margin-bottom: 8px;
  padding: 0 4px 0 4px;
}

.leftColumn .box li {
  margin-bottom: 4px !important;
}

.mainPage.rightColumn .box {
  text-align: center;
}

.mainPage.rightColumn .box ul {
  text-align: left;
}