MediaWiki

Відмінності між версіями «Common.css»

 
(Не показані 106 проміжних версій 3 користувачів)
Рядок 1: Рядок 1:
 
/** Розміщений тут CSS буде застосовуватися до всіх тем оформлення */
 
/** Розміщений тут CSS буде застосовуватися до всіх тем оформлення */
#poweredby { display: none; }
+
.hero input{
 +
    height: 56px;
 +
    border-radius: 6px;
 +
    font-size: 18px;
 +
    margin: 0;
 +
    background-image: url(../skins/foreground/VUE/search.svg);
 +
    background-repeat: no-repeat;
 +
    background-position-x: 0.5rem;
 +
    background-position-y: center;
 +
    padding-left: 3rem;
 +
background-size: 32px 32px;
 +
}
 +
.hero input:focus {
 +
    background-image: url(../skins/foreground/VUE/search.svg);
 +
    background-repeat: no-repeat;
 +
    background-position-x: 0.5rem;
 +
    background-position-y: center;
 +
background-size: 32px 32px;
 +
}
 +
/*Table Big cart*/
 +
.v-article {
 +
  display: table;
 +
  width: 100%;
 +
  border-bottom: 1px solid #eaeaea;
 +
  float: left;
 +
  min-height: auto;
 +
}
 +
.v-article__content {
 +
  float: left;
 +
  display: table-cell;
 +
  vertical-align: top;
 +
  width: 100%;
 +
}
 +
.v-article__img-wraper {
 +
  float: right;
 +
  display: table-cell;
 +
  vertical-align: top;
 +
  padding-left: 16px;
 +
}
 +
@media (max-width: 425px) {
 +
.v-article{
 +
padding:0!important;
 +
border:none!important;
 +
border-bottom: 1px solid #eaeaea!important;
 +
border-radius: 0;
 +
}
 +
  .v-article__img-wraper {
 +
    float: none;
 +
    display: table-header-group;
 +
    vertical-align: top;
 +
    margin-bottom: 16px;
 +
    padding: 0;
 +
  }
 +
}
 +
@media (max-width: 425px) {
 +
  .v-article__img-wraper--small {
 +
    float: left;
 +
    margin-right: 16px;
 +
  }
 +
}
 +
.v-article__img {
 +
  display: block;
 +
  width: 128px;
 +
  max-width: none;
 +
  height: 128px;
 +
  -o-object-fit: cover;
 +
  object-fit: cover;
 +
  font-family: "object-fit:cover; ";
 +
  border-radius: 6px;
 +
}
 +
@media (max-width: 756px) {
 +
  .v-article__img {
 +
    display: block;
 +
    width: 88px;
 +
    max-width: none;
 +
    height: 88px;
 +
    -o-object-fit: cover;
 +
    object-fit: cover;
 +
    font-family: "object-fit:cover; ";
 +
    border-radius: 6px;
 +
  }
 +
}
 +
@media (max-width: 425px) {
 +
  .v-article__img {
 +
    display: table-header-group;
 +
    width: 100%;
 +
    height: 200px;
 +
    padding-left: 0;
 +
  }
 +
}
 +
.v-article__img--small {
 +
  display: block;
 +
  width: 88px;
 +
  max-width: none;
 +
  height: 88px;
 +
  -o-object-fit: cover;
 +
  object-fit: cover;
 +
  font-family: 'object-fit:cover; ';
 +
  border-radius: 4px;
 +
}
 +
.v-article__text {
 +
  vertical-align: top;
 +
  display: table-cell;
 +
}
 +
.v-article__heading {
 +
  margin: 0;
 +
  margin-bottom: 8px;
 +
  font-size: 21px;
 +
  line-height: 28px;
 +
  font-family: "Fira Sans Bold", sans-serif;
 +
  text-decoration: none;
 +
}
 +
.v-article__heading a{
 +
text-decoration:none;
 +
}
 +
@media (max-width: 425px) {
 +
  .v-article__heading {
 +
    margin-top: 8px;
 +
  }
 +
}
 +
.v-article__definition {
 +
  color: #4e4e4e;
 +
  margin: 0;
 +
  padding-bottom: 16px;
 +
}
 +
.v-article__meta {
 +
  /*display: table-footer-group;*/
 +
  display: inline-block;
 +
  margin-top: 0px;
 +
}
 +
.v-article__autor {
 +
  display: inline-block;
 +
  margin-right: 16px;
 +
}
 +
.v-article__date {
 +
  display: inline-block;
 +
}
 +
.v-article__icon {
 +
  margin-right: 4px;
 +
  vertical-align: middle;
 +
}
 +
 
 +
.important__banner:after {
 +
    content: "";
 +
    border-color: #ebeff6 transparent transparent;
 +
    border-style: solid;
 +
    border-width: 24px;
 +
    width: 0;
 +
    height: 0;
 +
    position: absolute;
 +
    bottom: -42px;
 +
    left: 42%;
 +
}
  
 
/**To set the background color of pages in a particular namespace (and its associated talk namespace) you can add following code to your common.css: */
 
/**To set the background color of pages in a particular namespace (and its associated talk namespace) you can add following code to your common.css: */
Рядок 6: Рядок 158:
 
.ns-3000 div.thumb, .ns-3001 div.thumb { border-color: #d5d5ff; }
 
.ns-3000 div.thumb, .ns-3001 div.thumb { border-color: #d5d5ff; }
  
/* Custom Foreground menubar colors */
+
.header-section{
.top-bar,
+
background: #1F3C71;
.top-bar-section ul,
 
.top-bar-section ul li.active > a,
 
.top-bar-section li a:not(.button),
 
.top-bar-section .has-form {
 
  background: #1e3c70;
 
  color: #ffaf33;
 
}
 
 
 
.top-bar-section > ul > .divider,
 
.top-bar-section > ul > [role="separator"] {
 
  border-color: #ffaf33;
 
}
 
 
 
/* Darker - светлее color for the hover over items */
 
.top-bar-section ul li.hover > a,
 
.top-bar-section ul li ul.dropdown li.hover > a{
 
    background: #4679ce;
 
 
}
 
}
  
Рядок 79: Рядок 214:
 
}
 
}
  
@font-face  {
 
   
 
font-family:  'SansationLightLight';
 
   
 
src:  url('skins/foreground/assets/fonts/sansation-light.eot');
 
   
 
src:  url('skins/foreground/assets/fonts/sansation-light.eot') format('embedded-opentype'),
 
url('skins/foreground/assets/fonts/sansation-light.woff') format('woff'),
 
url('skins/foreground/assets/fonts/sansation-light.ttf') format('truetype'),
 
url('skins/foreground/assets/fonts/sansation-light.svg#SansationLightLight') format('svg');
 
   
 
}
 
 
html, body {
 
html, body {
 
     height: 100%;
 
     height: 100%;
Рядок 98: Рядок 221:
 
}
 
}
 
body {
 
body {
    font-family: "Myriad Pro", Myriad, Segoe\ UI, Arial, sans-serif;
+
/*  font-family: "Myriad Pro", Myriad, Segoe\ UI, Arial, sans-serif; */
 +
/*    background: #1e3c70; */
 +
        font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
 +
}
 +
 
 +
/* VUE */
 +
h1 {
 +
    font-size: 26px;
 +
    line-height: 29px;
 
}
 
}
 
h1, h2, h3, h4, h5, h6 {
 
h1, h2, h3, h4, h5, h6 {
    font-family: "SansationLightLight", Myriad\ pro, Myriad, Segoe\ UI, Arial, sans-serif;
+
/*    font-family: "SansationLightLight", Myriad\ pro, Myriad, Segoe\ UI, Arial, sans-serif; */
 +
  font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
 
     font-weight: normal;
 
     font-weight: normal;
 
     padding: 0;
 
     padding: 0;
 
     margin: 0;
 
     margin: 0;
 
     margin-top: 0.5em;
 
     margin-top: 0.5em;
     margin-bottom: 0.25em;
+
     margin-bottom: 0.55em;
 +
    position: relative;
 
}
 
}
 +
h1, h2 {
 +
    border-top: 1px;
 +
    border-color: #1F3C71;
 +
}
 +
 
article {
 
article {
 
   -webkit-hyphens: auto;
 
   -webkit-hyphens: auto;
Рядок 117: Рядок 255:
 
   clear: left
 
   clear: left
 
}
 
}
article h2 {
+
h2, article h2 {
   font-size: 30px;
+
   font-size: 23px;
   margin: 30px 0px 15px 0px
+
   margin: 30px 0px 15px 0px;
 +
    border-top: 1px;
 +
    border-color: #1F3C71;
 
}
 
}
article h3 {
+
 
   font-size: 23px;
+
h3, article h3 {
 +
   font-size: 21px;
 
   margin: 26px 0px 12px 0px
 
   margin: 26px 0px 12px 0px
 
}
 
}
Рядок 143: Рядок 284:
 
a {
 
a {
 
     color: #2e61cb;
 
     color: #2e61cb;
 +
word-wrap: break-word;
 +
    overflow-wrap: break-word;
 
}
 
}
 
a:hover {
 
a:hover {
Рядок 150: Рядок 293:
 
     clear: both;
 
     clear: both;
 
}
 
}
#wrap {
+
 
    min-height: 100%;
 
    min-width: 1072px;
 
    margin-bottom: -100px;
 
}
 
#wrap:after {
 
    content: "";
 
    display: block;
 
}
 
 
.icons {
 
.icons {
 
     display: inline-block;
 
     display: inline-block;
Рядок 166: Рядок 301:
 
}
 
}
 
.icons.search {
 
.icons.search {
     background-position: -11px -115px;
+
     background-position: -11px -115px;  
 
     width: 36px;
 
     width: 36px;
 
     height: 36px;
 
     height: 36px;
Рядок 219: Рядок 354:
 
.icons.login:hover, .icons.pt-login:hover {
 
.icons.login:hover, .icons.pt-login:hover {
 
     background-position: -372px -60px;
 
     background-position: -372px -60px;
}
 
footer, div#wrap:after {
 
    height: 100px;
 
}
 
footer {
 
    background-color: #e0e7ea;
 
    line-height: 25px;
 
}
 
footer a {
 
    text-decoration: underline;
 
 
}
 
}
 
footer table {
 
footer table {
Рядок 253: Рядок 378:
 
     padding: 0px 10px;
 
     padding: 0px 10px;
 
}
 
}
header {
+
 
    padding: 25px 60px 10px 100px;
 
    min-width: 940px;
 
}
 
 
header table {
 
header table {
 
     width: 100%}
 
     width: 100%}
Рядок 266: Рядок 388:
 
}
 
}
 
#searchInput {
 
#searchInput {
 +
  valigh: center;
 +
}
 +
 +
/*#searchInput {
 
     font-family: "SansationLightLight";
 
     font-family: "SansationLightLight";
     font-size: 20px;
+
     font-size: 18px;
 
     background-color: #fff;
 
     background-color: #fff;
 
     border: none;
 
     border: none;
 
     border-bottom: 2px solid #d1d3d4;
 
     border-bottom: 2px solid #d1d3d4;
 
     outline: none;
 
     outline: none;
     width: 90%;
+
     width: 190%;
     margin-left: 5px;
+
     margin-left: 15px;
 
     position: relative;
 
     position: relative;
     top: -4px;
+
     top: 6px;
 
     -webkit-appearance: none;
 
     -webkit-appearance: none;
 
}
 
}
Рядок 281: Рядок 407:
 
     border-bottom: 2px solid #f5004d;
 
     border-bottom: 2px solid #f5004d;
 
}
 
}
 +
input#searchText {
 +
    font-size: 16px;
 +
}
 +
*/
 +
 
.controls {
 
.controls {
 
     position: relative;
 
     position: relative;
Рядок 368: Рядок 499:
 
     padding: 7px 15px 0;
 
     padding: 7px 15px 0;
 
     box-sizing: border-box;
 
     box-sizing: border-box;
 +
    border-top: 2px;
 +
    border-bottom: 2px;
 
}
 
}
 
.toc h2 {
 
.toc h2 {
 
     margin: 7px 0px 15px 0px;
 
     margin: 7px 0px 15px 0px;
 +
    font-size: 20px;
 
}
 
}
 
.toc .toctoggle {
 
.toc .toctoggle {
Рядок 510: Рядок 644:
 
     color: #717171;
 
     color: #717171;
 
}
 
}
input#searchText {
+
 
    font-size: 18px;
 
}
 
 
.thumbcaption {
 
.thumbcaption {
 
     font-size: 14px;
 
     font-size: 14px;
Рядок 527: Рядок 659:
 
     display: block;
 
     display: block;
 
     width: 100%;
 
     width: 100%;
    text-align: justify;
 
 
     min-width: 940px;
 
     min-width: 940px;
 
}
 
}
Рядок 571: Рядок 702:
 
     margin-top: 0;
 
     margin-top: 0;
 
}
 
}
@media screen and (max-width:1280px) {
+
 
 +
.thumb.tright {
 +
margin-left: 24px;
 +
}
 +
.thumb.tright:first-child {
 +
    margin-top: -48px;
 +
}
 +
@media (max-width: 768px) {
 +
.thumb.tright {
 +
margin-left: 24px;
 +
margin-top:0px;
 +
}
 +
.thumb.tright:first-child {
 +
    margin-top: 0px;
 +
}
 
     .thumb.tright {
 
     .thumb.tright {
     margin-left: 20px;
+
     margin-left: 0px;
 +
}}
 +
.thumb img {
 +
    max-width: 320px;
 +
    height: auto;
 +
}
 +
.thumb .thumbinner {
 +
    max-width: 320px;
 +
margin:0 auto;
 +
}
 +
.thumbinner a:hover {
 +
    border-bottom: none;
 
}
 
}
 +
@media (max-width: 425px) {
 
.thumb img {
 
.thumb img {
     max-width: 300px;
+
width:100%;
 +
     max-width: none;
 
     height: auto;
 
     height: auto;
 
}
 
}
 
.thumb .thumbinner {
 
.thumb .thumbinner {
     max-width: 302px!important;
+
  width:100%!important;
 +
     max-width: none;
 +
}
 +
.vue-survay__wrap{
 +
font-size: 0.7em;
 +
}
 
}
 
}
 
.toc {
 
.toc {
 
     width: 300px;
 
     width: 300px;
 
}
 
}
}.wikiEditor-ui a {
+
.wikiEditor-ui a {
 
     text-decoration: none;
 
     text-decoration: none;
 
}
 
}
Рядок 591: Рядок 754:
 
     margin-bottom: 16px!important;
 
     margin-bottom: 16px!important;
 
     padding-top: 0px!important;
 
     padding-top: 0px!important;
 +
}
 +
 +
/* First page VUE - 2 lines after heading logo */
 +
 +
/*Login form*/
 +
.mw-ui-vform {
 +
    -webkit-box-sizing: border-box;
 +
    -moz-box-sizing: border-box;
 +
    box-sizing: border-box;
 +
    max-width: 360px;
 +
    width: 100%;
 +
    margin: 0 auto;
 +
    background: #ffffff;
 +
    padding: 24px;
 +
}
 +
.center{
 +
text-align:center;
 +
}
 +
 +
.fb-image {
 +
    width: 0px!important;
 +
    height: 0px!important;
 +
}
 +
 +
.max-content {
 +
    max-width: max-content;
 +
}
 +
 +
.vue-article-template p {
 +
    overflow: inherit!important;
 +
    width: auto;
 +
}
 +
 +
.smw-column-header {
 +
    font-weight: bold;
 +
    font-size: 1.17em;
 +
    line-height: 1.6;
 +
    margin-top: 0.5em;
 +
    margin-bottom: 0;
 +
    padding-bottom: 0;
 +
    color: #193b6f;
 +
    overflow: hidden;
 +
    padding: 0 16px;
 +
}
 +
 +
.v-section__link {
 +
    display: -webkit-inline-box;
 +
    display: -webkit-inline-flex;
 +
    display: -ms-inline-flexbox;
 +
    display: inline-flex;
 +
    width: 100%;
 +
    margin-top: 24px
 +
}
 +
 +
.v-section__link a:hover {
 +
    text-decoration: none;
 +
    color: #1a3d73
 +
}
 +
 +
.v-section__btn {
 +
    width: 100%;
 +
    font-weight: 700;
 +
    text-align: center;
 +
    padding: 8px 0;
 +
    border: 2px solid #f89c33;
 +
    border-radius: 4px
 +
}
 +
 +
.v-section__btn:hover {
 +
    background: #f89c33;
 +
    text-decoration: none
 +
}
 +
 +
@media(max-width: 991px) {
 +
    .no-padding-sm {
 +
        padding-left:0!important;
 +
        padding-right: 0!important
 +
    }
 +
}
 +
.catlinks li{
 +
margin: 0.5rem 0;
 +
}
 +
#catlinks .label{
 +
text-align:left;
 +
white-space: pre-wrap; /* css-3 */
 +
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
 +
white-space: -pre-wrap; /* Opera 4-6 */
 +
white-space: -o-pre-wrap; /* Opera 7 */
 +
word-wrap: break-word; /* Internet Explorer 5.5+ */
 +
}
 +
 +
.ambox{
 +
display: -webkit-box!important;
 +
display: -ms-flexbox!important;
 +
display: flex!important;
 +
color: #1a3d73;
 +
background: #ffffff;
 +
border: solid 4px rgb(249 158 53 / 43%);
 +
margin-top: 24px;
 +
border-radius: 4px;
 +
-webkit-box-orient: horizontal;
 +
-webkit-box-direction: normal;
 +
    -ms-flex-direction: row;
 +
        flex-direction: row;
 +
-webkit-box-align: center;
 +
    -ms-flex-align: center;
 +
        align-items: center;
 +
-webkit-box-pack: start;
 +
    -ms-flex-pack: start;
 +
        justify-content: flex-start;
 +
padding: 0.5rem;
 +
}
 +
.ambox p {
 +
    width: auto;
 +
}
 +
.ambox img {
 +
    margin-right: 1rem;
 +
}
 +
 +
 +
.page-Хроніка_повномасштабної_війни h1 {
 +
    text-align: center!important;
 +
    padding: 8rem 0!important;
 +
    border-radius: 3px;
 +
    color: #f99e35;
 +
    text-transform: uppercase;
 +
    font-size: 2em!important;
 +
    margin-bottom: 1rem!important;
 +
    background: url(https://vue.gov.ua/images/e/e0/Chronic-war-bg.jpg) #1a3d73;
 +
    background-size: cover;
 +
    background-repeat: no-repeat;
 +
    background-position: center center;
 +
}
 +
 +
/*==================================
 +
    TIMELINE
 +
==================================*/
 +
/*-- GENERAL STYLES
 +
    ------------------------------*/
 +
.timeline {
 +
  line-height: 1.4em;
 +
  list-style: none;
 +
  margin: 0!important;
 +
  padding: 0;
 +
  /*width: 100%;*/
 +
  /*width: 66.66666667%;*/
 +
}
 +
.timeline h1,
 +
.timeline h2,
 +
.timeline h3,
 +
.timeline h4,
 +
.timeline h5,
 +
.timeline h6 {
 +
  line-height: inherit;
 +
}
 +
 +
ul.timeline {
 +
    list-style: none!important;
 +
    margin: 0;
 +
    padding: 0;
 +
}
 +
 +
/*----- TIMELINE ITEM -----*/
 +
.timeline__item {
 +
  margin: 0!important;
 +
  padding-left: 40px;
 +
  position: relative;
 +
  list-style: none;
 +
}
 +
.timeline__item:last-child {
 +
  padding-bottom: 0;
 +
}
 +
 +
/*----- TIMELINE INFO -----*/
 +
.timeline__info {
 +
  font-weight: 700;
 +
  margin: 0 0 0.5em 0;
 +
  text-transform: uppercase;
 +
  white-space: nowrap;
 +
}
 +
 +
/*----- TIMELINE MARKER -----*/
 +
.timeline__marker {
 +
  position: absolute;
 +
  top: 0;
 +
  bottom: 0;
 +
  left: 0;
 +
  width: 15px;
 +
}
 +
.timeline__marker:before {
 +
  background: #F99E35;
 +
  border: 3px solid transparent;
 +
  border-radius: 100%;
 +
  content: "";
 +
  display: block;
 +
  height: 15px;
 +
  position: absolute;
 +
  top: 4px;
 +
  left: 0;
 +
  width: 15px;
 +
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
 +
}
 +
.timeline__marker:after {
 +
  content: "";
 +
  width: 2px;
 +
  background: #ccd5db;
 +
  display: block;
 +
  position: absolute;
 +
  top: 24px;
 +
  bottom: 0;
 +
  left: 6px;
 +
}
 +
.timeline__item:last-child .timeline__marker:after {
 +
  content: none;
 +
}
 +
 +
.timeline__item:not(.timeline__month):hover .timeline__marker:before {
 +
  background: transparent;
 +
  border: 3px solid #F99E35;
 +
}
 +
 +
/*----- TIMELINE CONTENT -----*/
 +
.timeline__content {
 +
  padding-bottom: 40px;
 +
}
 +
.timeline__content p:last-child {
 +
  margin-bottom: 0;
 +
}
 +
 +
/*----- TIMELINE PERIOD -----*/
 +
.timeline__month {
 +
  padding: 0;
 +
}
 +
.timeline__month .timeline__info {
 +
  display: none;
 +
}
 +
.timeline__month .timeline__marker:before {
 +
  background: transparent;
 +
  content: "";
 +
  width: 15px;
 +
  height: auto;
 +
  border: none;
 +
  border-radius: 0;
 +
  top: 0;
 +
  bottom: 30px;
 +
  position: absolute;
 +
  border-top: 3px solid #ccd5db;
 +
  border-bottom: 3px solid #ccd5db;
 +
}
 +
.timeline__month .timeline__marker:after {
 +
  content: "";
 +
  height: 32px;
 +
  top: auto;
 +
}
 +
.timeline__month .timeline__content {
 +
  padding: 40px 0 70px;
 +
}
 +
.timeline__month .timeline__title {
 +
margin: 0;
 +
padding: 1rem 0;
 +
 +
}
 +
 +
.timeline__month:first-child .timeline__content {
 +
    padding: 24px 0 70px;
 +
}
 +
 +
@media (max-width: 992px) {
 +
.timeline__wrap{
 +
display: -webkit-box;
 +
    display: -ms-flexbox;
 +
    display: flex;
 +
    -webkit-box-orient: horizontal;
 +
    -webkit-box-direction: normal;
 +
    -ms-flex-direction: row;
 +
-webkit-box-orient: vertical; 
 +
-webkit-box-direction: normal; 
 +
    -ms-flex-direction: column; 
 +
        flex-direction: column;
 +
}
 +
.timeline__main{
 +
-webkit-box-ordinal-group: 3;
 +
    -ms-flex-order: 2;
 +
        order: 2;
 +
        padding: 0!important;
 +
}
 +
  .timeline__aside{
 +
    -webkit-box-ordinal-group: 2;
 +
        -ms-flex-order: 1;
 +
            order: 1;
 +
    margin-left: initial;
 +
    padding: 0!important;
 +
  }
 +
  .timeline__month {
 +
    padding: 0!important;
 +
}
 +
.timeline__item {
 +
    padding-left: 24px;
 +
}
 +
 +
.page-Хроніка_повномасштабної_війни h1{
 +
    font-size: 1.5em!important;
 +
}
 +
 +
}
 +
 +
.vue-survay{
 +
position: fixed;
 +
    bottom: 0;
 +
    background: #f4f4f4;
 +
    width: 100%;
 +
    left: 0;
 +
    right: 0;
 +
    text-align: center;
 +
    height: 40px;
 +
    display: flex;
 +
    align-items: center;
 +
    color: #1a3d73;
 +
}
 +
.vue-survay__wrap{
 +
display: flex;
 +
    flex-direction: row;
 +
    align-items: center;
 +
    justify-content: center;
 +
   
 +
}
 +
.vue-survey__text{
 +
font-weight: bold;
 +
}
 +
.vue-survay__link{
 +
margin-left:4px;
 +
}
 +
 +
footer {
 +
    padding-bottom: 40px;
 +
}
 +
 +
.vue-artcicle_only-portal{
 +
display: -webkit-box!important;
 +
display: -webkit-flex!important;
 +
display: -ms-flexbox!important;
 +
display: flex!important;
 +
-webkit-box-align: center;
 +
    -webkit-align-items: center;
 +
    -ms-flex-align: center;
 +
            align-items: center;
 +
width:auto!important;
 +
}
 +
.vue-artcicle_only-portal p{
 +
padding:0!important;
 
}
 
}

Поточна версія на 12:20, 31 жовтня 2023

/** Розміщений тут CSS буде застосовуватися до всіх тем оформлення */
.hero input{
    height: 56px;
    border-radius: 6px;
    font-size: 18px;
    margin: 0;
    background-image: url(../skins/foreground/VUE/search.svg);
    background-repeat: no-repeat;
    background-position-x: 0.5rem;
    background-position-y: center;
    padding-left: 3rem;
background-size: 32px 32px;
}
.hero input:focus {
    background-image: url(../skins/foreground/VUE/search.svg);
    background-repeat: no-repeat;
    background-position-x: 0.5rem;
    background-position-y: center;
background-size: 32px 32px;
}
/*Table Big cart*/
.v-article {
  display: table;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  float: left;
  min-height: auto;
}
.v-article__content {
  float: left;
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.v-article__img-wraper {
  float: right;
  display: table-cell;
  vertical-align: top;
  padding-left: 16px;
}
@media (max-width: 425px) {
.v-article{
padding:0!important;
border:none!important;
border-bottom: 1px solid #eaeaea!important;
border-radius: 0;
}
  .v-article__img-wraper {
    float: none;
    display: table-header-group;
    vertical-align: top;
    margin-bottom: 16px;
    padding: 0;
  }
}
@media (max-width: 425px) {
  .v-article__img-wraper--small {
    float: left;
    margin-right: 16px;
  }
}
.v-article__img {
  display: block;
  width: 128px;
  max-width: none;
  height: 128px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover; ";
  border-radius: 6px;
}
@media (max-width: 756px) {
  .v-article__img {
    display: block;
    width: 88px;
    max-width: none;
    height: 88px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit:cover; ";
    border-radius: 6px;
  }
}
@media (max-width: 425px) {
  .v-article__img {
    display: table-header-group;
    width: 100%;
    height: 200px;
    padding-left: 0;
  }
}
.v-article__img--small {
  display: block;
  width: 88px;
  max-width: none;
  height: 88px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit:cover; ';
  border-radius: 4px;
}
.v-article__text {
  vertical-align: top;
  display: table-cell;
}
.v-article__heading {
  margin: 0;
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 28px;
  font-family: "Fira Sans Bold", sans-serif;
  text-decoration: none;
}
.v-article__heading a{
	text-decoration:none;
}
@media (max-width: 425px) {
  .v-article__heading {
    margin-top: 8px;
  }
}
.v-article__definition {
  color: #4e4e4e;
  margin: 0;
  padding-bottom: 16px;
}
.v-article__meta {
  /*display: table-footer-group;*/
  display: inline-block;
  margin-top: 0px;
}
.v-article__autor {
  display: inline-block;
  margin-right: 16px;
}
.v-article__date {
  display: inline-block;
}
.v-article__icon {
  margin-right: 4px;
  vertical-align: middle;
}

.important__banner:after {
    content: "";
    border-color: #ebeff6 transparent transparent;
    border-style: solid;
    border-width: 24px;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -42px;
    left: 42%;
}

/**To set the background color of pages in a particular namespace (and its associated talk namespace) you can add following code to your common.css: */
.ns-3000 #content, .ns-3001 #content { background-color: #d5d5ff; }
.ns-3000 div.thumb, .ns-3001 div.thumb { border-color: #d5d5ff; }

.header-section{
background: #1F3C71;
}

/* Slightly darker color for the dropdowns */
.top-bar-section ul li ul.dropdown li > a {
    background: #2955ba;
}

/* Standard Navigationsleisten, aka box hiding thingy
   from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    /* @noflip */
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    /* @noflip */
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}

html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
body {
 /*   font-family: "Myriad Pro", Myriad, Segoe\ UI, Arial, sans-serif; */
/*    background: #1e3c70; */
        font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
}

/* VUE */
h1 {
    font-size: 26px;
    line-height: 29px;
}
h1, h2, h3, h4, h5, h6 {
/*    font-family: "SansationLightLight", Myriad\ pro, Myriad, Segoe\ UI, Arial, sans-serif; */
   font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
    font-weight: normal;
    padding: 0;
    margin: 0;
    margin-top: 0.5em;
    margin-bottom: 0.55em;
    position: relative;
}
h1, h2 {
    border-top: 1px;
    border-color: #1F3C71;
}

article {
   -webkit-hyphens: auto;
   -moz-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto
}
article h2, article h3 {
   clear: left
}
h2, article h2 {
   font-size: 23px;
   margin: 30px 0px 15px 0px;
    border-top: 1px;
    border-color: #1F3C71;
}

h3, article h3 {
   font-size: 21px;
   margin: 26px 0px 12px 0px
}
article p {
   margin: 15px 0px
}
article a {
   text-decoration: underline
}
ul, li {
    padding: 0;
    margin: 0;
}
.noView {
    display: none;
}
.noWrap {
    white-space: nowrap;
}
a {
    color: #2e61cb;
 word-wrap: break-word;
    overflow-wrap: break-word;
}
a:hover {
    color: #7ea5b5;
}
.clear {
    clear: both;
}

.icons {
    display: inline-block;
    background-repeat: no-repeat no-repeat;
    width: 41px;
    height: 40px;
}
.icons.search {
    background-position: -11px -115px; 
    width: 36px;
    height: 36px;
    position: relative;
    top: 6px;
}
.icons.help, .icons.n-help {
    background-position: -10px -10px;
}
.icons.auth, .icons.pt-anonlogin {
    background-position: -372px -10px;
}
.icons.random, .icons.n-randompage {
    background-position: -70px -10px;
}
.icons.contris, .icons.pt-mycontris {
    background-position: -130px -10px;
}
.icons.preferences, .icons.pt-preferences {
    background-position: -191px -10px;
}
.icons.edit {
    background-position: -312px -10px;
}
.icons.login, .icons.pt-login {
    background-position: -372px -10px;
}
.icons.logout, .icons.pt-logout {
    background-position: -252px -10px;
}
.icons.help:hover, .icons.n-help:hover {
    background-position: -10px -60px;
}
.icons.auth:hover, .icons.pt-anonlogin:hover {
    background-position: -372px -60px;
}
.icons.random:hover, .icons.n-randompage:hover {
    background-position: -70px -60px;
}
.icons.edit:hover {
    background-position: -312px -60px;
}
.icons.contris:hover, .icons.pt-mycontris:hover {
    background-position: -130px -60px;
}
.icons.preferences:hover, .icons.pt-preferences:hover {
    background-position: -191px -60px;
}
.icons.logout:hover, .icons.pt-logout:hover {
    background-position: -252px -60px;
}
.icons.login:hover, .icons.pt-login:hover {
    background-position: -372px -60px;
}
footer table {
    width: 100%;
    padding-top: 15px;
}
footer table td {
    vertical-align: top;
}
footer table td:last-child {
    text-align: right;
}
footer span {
    display: block;
}
footer .portals {
    padding: 0px 60px;
}
footer .portals ul {
    list-style: none;
}
footer .portals ul li {
    display: inline-block;
    padding: 0px 10px;
}

header table {
    width: 100%}
header table td {
    vertical-align: middle;
}
header table td:last-child {
    text-align: right;
}
#searchInput {
   valigh: center;
}

/*#searchInput {
    font-family: "SansationLightLight";
    font-size: 18px;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #d1d3d4;
    outline: none;
    width: 190%;
    margin-left: 15px;
    position: relative;
    top: 6px;
    -webkit-appearance: none;
}
#searchInput:focus {
    border-bottom: 2px solid #f5004d;
}
input#searchText {
    font-size: 16px;
}
*/

.controls {
    position: relative;
    top: 6px;
}
.controls a:not(:last-child)  {
    margin-right: 12px;
}
div.suggestions {
    font-size: 24px!important;
}
#siteSub, #mw-userlogin-help {
    display: none;
}
section#content {
    padding: 25px 60px 50px 100px;
}
#category-bread-crumbs {
    margin-bottom: 25px;
}
.firstHeading {
    font-size: 45px;
    margin-bottom: 25px;
}
article {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
article p {
    margin: 15px 0px;
}
article a {
    text-decoration: underline;
}
.picbutton {
    display: inline-block;
    padding: 4px 13px 13px 13px;
    margin: 0 4px 4px 0;
}
.picbutton:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, .15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, .15);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, .15);
}
div.text180px {
    width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    hyphens: none;
    -webkit-hyphens: none;
}
div.text180px a {
    text-decoration: none;
    font-family: "SansationLightLight";
    color: #2e61cb;
    font-size: 18px;
}
div.text180px a.new {
    color: #717171;
}
.pic180px img {
    vertical-align: bottom;
}
.info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.info ul li {
    color: #75726a;
    margin-top: 2px;
    margin-right: 2px;
}
.info .item {
    color: #000;
}
.toc {
    float: inherit;
    width: auto;
    font-size: 95%;
    background-color: #f8f7f2;
    margin: 10px 0 10px 25px;
    padding: 7px 15px 0;
    box-sizing: border-box;
    border-top: 2px;
    border-bottom: 2px;
}
.toc h2 {
    margin: 7px 0px 15px 0px;
    font-size: 20px;
}
.toc .toctoggle {
    position: absolute;
    top: 10px;
    right: 0;
    margin: 0 0 15px 0;
    display: block;
}
.toc .toctoggle a#togglelink {
    border-bottom: 1px dashed;
    text-decoration: none;
}
.toc #toctitle {
    position: relative;
}
.toc ul {
    list-style: none;
    padding-bottom: 12px;
}
.toc li a {
    position: relative;
    top: -2px;
    border-bottom: 1px dashed;
    text-decoration: none;
}
.toc li a span {
    position: relative;
    top: 2px;
}
.thumb {
    margin: 0px 0px 25px 25px;
}
.thumbcaption {
    background: #FFF;
    margin: -4px 2px 0 0;
    text-indent: 4px;
}
.thumbcaption a {
    color: #717171;
}
#userSummaryButtonsA a {
    margin-right: 15px;
    text-decoration: none;
    border-bottom: 1px dashed;
}
.editCheckboxes {
    margin-top: 15px;
}
fieldset {
    margin: 25px 0px;
    padding: 17px 15px 21px 15px;
    border: 2px dotted #7ea5b5;
    font-size: 14px;
    line-height: 30px;
}
fieldset legend {
    font-family: "SansationLightLight";
    font-size: 20px;
    font-weight: normal;
}
ul#pagehistory {
    margin-top: 15px;
    list-style: none;
}
ul#pagehistory li {
    margin-bottom: 7px;
}
ul#pagehistory input[type="radio"] {
    margin-left: 7px;
    margin-right: 7px;
}
.mw-specialpages-table ul, .mw-specialpages-notes ul {
    list-style: none;
}
.mw-specialpages-table ul li, .mw-specialpages-notes ul li {
    margin-bottom: 17px;
}
#userloginForm {
    width: 30%}
#userloginForm input[type="text"], #userloginForm input[type="password"], #userloginForm #wpName1, #userloginForm #wpName2, #userloginForm #wpEmail, #userloginForm #wpReason {
    width: 480px;
    font-size: 18px;
}
div.mw-createacct-benefits-container {
    float: right;
}
h2.createaccount-join, .mw-createacct-benefits-container h2 {
    font-size: 22px;
}
input#wpCreateaccount, input#wpLoginAttempt {
    font-size: 14px!important;
    font-weight: normal;
    width: auto;
}
.editOptions {
    margin-top: 15px;
}
ul#preftoc {
    list-style: none;
}
ul#preftoc li {
    display: inline-block;
    margin-right: 15px;
    outline: none;
}
ul#preftoc li a {
    padding: 6px 15px 5px 15px;
    border: 1px solid #7ea5b5;
    border-radius: 30px;
    text-decoration: none;
    color: #7ea5b5;
    outline: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
ul#preftoc li.selected a, ul#preftoc li:hover a {
    color: #fff;
    background-color: #7ea5b5;
}
table.mw-datatable th, table.mw-datatable td {
    padding: 7px 10px;
}
table.wikitable td {
    padding: 7px 10px!important;
}
table.mw-datatable th {
    text-align: left;
    font-weight: normal;
    background-color: #eff2f4;
    color: #7ea5b5;
}
table.mw-datatable td {
    font-size: 14px;
}
a.new {
    color: #717171;
}

.thumbcaption {
    font-size: 14px;
    color: #3E3E3E;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
h2.mw-specialpagesgroup {
    margin-bottom: 30px;
}
.mainPage {
    display: block;
    width: 100%;
    min-width: 940px;
}
.mainPage .block {
    margin-top: 4px;
    display: inline-block;
    width: 300px;
    padding: 0 13px 13px 13px;
    box-sizing: border-box;
    vertical-align: top;
    max-height: 500px;
    overflow: hidden;
    text-align: left;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0);
}
.mainPage .block:hover {
    padding: 0 13px 13px 13px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, .15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, .15);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, .15);
}
.mainPage .filler {
    display: inline-block;
    width: 310px;
}
.mainPage a {
    text-decoration: none;
    color: #000;
}
#adsense-bottom {
    padding: 30px 0 0 0;
}
.thumb.tright {
    margin: 10px 0 10px 40px;
}
.thumb.tleft {
    margin: 10px 0 0;
}
.thumb.tleft .thumbcaption {
    margin-top: 0;
}

 .thumb.tright {
margin-left: 24px;
}
.thumb.tright:first-child {
    margin-top: -48px;
}
@media (max-width: 768px) {
.thumb.tright {
margin-left: 24px;
margin-top:0px;
}
.thumb.tright:first-child {
    margin-top: 0px;
}
    .thumb.tright {
    margin-left: 0px;
}}
.thumb img {
    max-width: 320px;
    height: auto;
}
.thumb .thumbinner {
    max-width: 320px;
margin:0 auto;
}
.thumbinner a:hover {
    border-bottom: none;
}
@media (max-width: 425px) {
.thumb img {
width:100%;
    max-width: none;
    height: auto;
}
.thumb .thumbinner {
   width:100%!important;
    max-width: none;
}
.vue-survay__wrap{
	font-size: 0.7em;
}
}
.toc {
    width: 300px;
}
.wikiEditor-ui a {
    text-decoration: none;
}
.mwe-popups-extract {
    margin-bottom: 16px!important;
    padding-top: 0px!important;
}

/* First page VUE - 2 lines after heading logo */

/*Login form*/
.mw-ui-vform {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    padding: 24px;
}
.center{
text-align:center;
}

.fb-image {
    width: 0px!important;
    height: 0px!important;
}

.max-content {
    max-width: max-content;
}

.vue-article-template p {
    overflow: inherit!important;
    width: auto;
}

.smw-column-header {
    font-weight: bold;
    font-size: 1.17em;
    line-height: 1.6;
    margin-top: 0.5em;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #193b6f;
    overflow: hidden;
    padding: 0 16px;
}

.v-section__link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin-top: 24px
}

.v-section__link a:hover {
    text-decoration: none;
    color: #1a3d73
}

.v-section__btn {
    width: 100%;
    font-weight: 700;
    text-align: center;
    padding: 8px 0;
    border: 2px solid #f89c33;
    border-radius: 4px
}

.v-section__btn:hover {
    background: #f89c33;
    text-decoration: none
}

@media(max-width: 991px) {
    .no-padding-sm {
        padding-left:0!important;
        padding-right: 0!important
    }
}
.catlinks li{
	margin: 0.5rem 0;
}
#catlinks .label{
	text-align:left;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.ambox{
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	color: #1a3d73;
	background: #ffffff;
	border: solid 4px rgb(249 158 53 / 43%);
	margin-top: 24px;
	border-radius: 4px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding: 0.5rem;
}
.ambox p {
    width: auto;
}
.ambox img {
    margin-right: 1rem;
}


.page-Хроніка_повномасштабної_війни h1 {
    text-align: center!important;
    padding: 8rem 0!important;
    border-radius: 3px;
    color: #f99e35;
    text-transform: uppercase;
    font-size: 2em!important;
    margin-bottom: 1rem!important;
    background: url(https://vue.gov.ua/images/e/e0/Chronic-war-bg.jpg) #1a3d73;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*==================================
    TIMELINE
==================================*/
/*-- GENERAL STYLES
    ------------------------------*/
.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0!important;
  padding: 0;
  /*width: 100%;*/
  /*width: 66.66666667%;*/
}
.timeline h1,
.timeline h2,
.timeline h3,
.timeline h4,
.timeline h5,
.timeline h6 {
  line-height: inherit;
}

ul.timeline {
    list-style: none!important;
    margin: 0;
    padding: 0;
}

/*----- TIMELINE ITEM -----*/
.timeline__item {
  margin: 0!important;	
  padding-left: 40px;
  position: relative;
  list-style: none;
}
.timeline__item:last-child {
  padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline__info {
  font-weight: 700;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  white-space: nowrap;
}

/*----- TIMELINE MARKER -----*/
.timeline__marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline__marker:before {
  background: #F99E35;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline__marker:after {
  content: "";
  width: 2px;
  background: #ccd5db;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.timeline__item:last-child .timeline__marker:after {
  content: none;
}

.timeline__item:not(.timeline__month):hover .timeline__marker:before {
  background: transparent;
  border: 3px solid #F99E35;
}

/*----- TIMELINE CONTENT -----*/
.timeline__content {
  padding-bottom: 40px;
}
.timeline__content p:last-child {
  margin-bottom: 0;
}

/*----- TIMELINE PERIOD -----*/
.timeline__month {
  padding: 0;
}
.timeline__month .timeline__info {
  display: none;
}
.timeline__month .timeline__marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #ccd5db;
  border-bottom: 3px solid #ccd5db;
}
.timeline__month .timeline__marker:after {
  content: "";
  height: 32px;
  top: auto;
}
.timeline__month .timeline__content {
  padding: 40px 0 70px;
}
.timeline__month .timeline__title {
margin: 0;
padding: 1rem 0;

}

.timeline__month:first-child .timeline__content {
    padding: 24px 0 70px;
}

@media (max-width: 992px) {
.timeline__wrap{
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;	
-webkit-box-orient: vertical;   
-webkit-box-direction: normal;   
    -ms-flex-direction: column;   
        flex-direction: column;
}
.timeline__main{
-webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
        order: 2;
        padding: 0!important;
}
  .timeline__aside{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: initial;
    padding: 0!important;
  }
  .timeline__month {
    padding: 0!important;
}
.timeline__item {
    padding-left: 24px;
}

.page-Хроніка_повномасштабної_війни h1{
	    font-size: 1.5em!important;
}	
	
}

.vue-survay{
	position: fixed;
    bottom: 0;
    background: #f4f4f4;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    color: #1a3d73;
}
.vue-survay__wrap{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    
}
.vue-survey__text{
	font-weight: bold;
}
.vue-survay__link{
	margin-left:4px;
}

footer {
    padding-bottom: 40px;
}

.vue-artcicle_only-portal{
display: -webkit-box!important;
display: -webkit-flex!important;
display: -ms-flexbox!important;
display: flex!important;
-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
width:auto!important;
}
.vue-artcicle_only-portal p{
padding:0!important;
}
Увага! Опитування читачів ВУЕ. Заповнити анкету ⟶