MediaWiki:Vector.css: Difference between revisions

MediaWiki interface page
(Created page with "→‎CSS placed here will affect users of the Vector skin: →‎Flexbox used in the Main page and Help page: #mainpage-flexbox, #help-flexbox { margin-top: 20px; } /* Flex...")
(No difference)

Revision as of 13:00, 30 September 2019

/* CSS placed here will affect users of the Vector skin */

/* Flexbox used in the Main page and Help page */
#mainpage-flexbox, #help-flexbox {
  margin-top: 20px;
}

/* Flexbox properties */
.flexchild-border {
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.flexchild-borderless {
  padding-right: 10px;
}

.flexheading3 {
  font-weight: bold;
  font-size: 1.2em;
}

.flexheading4 {
  padding-bottom: 0px;
  font-size: 1em;
}