Head blueLogoText.gif NCF HelpWiki
Help | StartPage

Difference between revisions of "MediaWiki:Common.css"

From Support
Jump to navigation Jump to search
(Created page with '→‎CSS placed here will be applied to all skins: #siteNotice a {color: black} #siteNotice a:hover {color: #900}')
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#siteNotice a {color: black}
 
#siteNotice a:hover {color: #900}
 
/* 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;
 
.w-20 {
  width: 19%;
}
 
.w-25 {
  width: 24%;
}
 
 
.w-33 {
  width: 33%;
}
 
.w-50 {
  width: 49%;
}
 
.w-75 {
  width: 74%;
}
 
.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;
}

Revision as of 19:37, 20 June 2018

/* 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;
}  

.w-20 {
  width: 19%;
}

.w-25 {
  width: 24%;
}


.w-33 {
  width: 33%;
}

.w-50 {
  width: 49%;
}

.w-75 {
  width: 74%;
}

.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;
}