Head blueLogoText.gif NCF HelpWiki
Help | StartPage

MediaWiki:Common.css

From Support
Revision as of 14:50, 27 July 2018 by Fy792 (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */


/* NCF Additions */

.ncfcenter {
  text-align: center;
}

.ncfrow {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 1em 0;
}

.ncfboxborder {
  border: solid #aaaaaa 1px;
}

.ncfbox {
  box-sizing: border-box;
  float: left;
}  

.ncfrightbox {
  box-sizing: border-box;
  float: right;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 19%;
}

.w-25 {
  width: 24%;
}


.w-33 {
  width: 33%;
}

.w-50 {
  width: 49%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 79%;
}

.w-100 {
  width: 99%;
}


.ncfboxtitle {
  font-size: 105%;
  padding: 0.4em;
  background-color: #eeeeee;
  font-weight: bold;
  min-height: 2em;
  vertical-align: middle;
}

.ncfboxcontents {
  background: #ffffff;
  padding: 0.2em 0.4em;
}