MediaWiki:Site/News-code.css

 

   ,  

Замечание. Возможно, после сохранения вам придётся очистить кэш своего браузера, чтобы увидеть изменения.

/*--[common]--*/
#textcontent .node h2.header--gold {
  color: #a68658;
}
#textcontent .node h3 {
  font-weight: 800;
  color: #fff;
  margin: 8px 0;
}
#textcontent .node h3.header--red {
  color: #f00;
  font: normal 18px Quantico, Arial, Helvetica, sans-serif;
}
#textcontent .node h4.header--white {
  color: #fff;
  font: bold 17px/41px Plumb, sans-serif;
}
/*--[/common]--*/

/*--[flexbox]--*/
#textcontent .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#textcontent .align-items--center,
#textcontent .flex--middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#textcontent .align-items--end,
#textcontent .flex--bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#textcontent .flex-direction--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#textcontent .flex-wrap--wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#textcontent .justify-content--center,
#textcontent .flex--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#textcontent .justify-content--end,
#textcontent .flex--right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#textcontent .justify-content--between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#textcontent .justify-content--around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
#textcontent .justify-content--evenly {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
/*--[/flex]--*/
 
Профиль