Template:Vilnius-Lithuania/styles/main

root {
 --main-font: 'Quicksand';
 --secondary-font: 'Spartan';
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 box-sizing: border-box;
 font-family: var(--main-font), sans-serif;
 background-color: #0D4B5E;
 line-height: 1.5 !important;

}

  • {
 line-height: 1.5 !important;

}

.background h1, .background h2, .background h3, .background h4, .background h5 {

 border: var(--disability-profile,2px) solid #FFB800;
 padding: var(--disability-profile, 10px 12px);
 width: fit-content;
 box-sizing: border-box;
 overflow: initial !important;
 margin: initial;

}

.background h6 {

 overflow: initial !important;
 margin: initial;

}

.background a, .nav-item {

 border: var(--disability-profile,2px) solid #00E0FF;

}

.background a {

 padding: var(--disability-profile, 10px 12px);

}

.MathJax span:last-of-type {

 border-left-color: transparent !important;

}

.clickable {

 cursor: pointer;

}

.article-links-container {

 width: 100%;
 margin-bottom: 40px !important;

}

.content-hidden {

 overflow: hidden;

}

.animation-container {

 position: fixed;
 height: 100%;
 width: 100%;
 top: 16px;
 left: 0;
 z-index: 9999999999999999999999999999999999999999;
 background-color: #002733;
 color: #ffffff;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 font-family: var(--secondary-font);
 font-size: 3vw;
 font-weight: 800;

}

  1. loading-animation {
 height: 50%;

}

.animation-container.loaded {

 display: none;

}

.copyable-code-container {

 display: flex;
 justify-content: space-between;
 background-color: #CBD7DC;
 border-radius: 10px;
 padding: 16px;
 margin-bottom: 40px;
 font-size: 2vh;

}

.copyable-code-container .btn {

 cursor: pointer;

}

.copyable-code-container svg {

 height: 5vh;

}

/*Media wiki killer*/

  1. sideMenu, #top_title, .patrollink, #firstHeading, #home_logo, #sideMenu { display:none; }
  2. content { padding:0px; width:100%; margin-top:-7px; margin-left:0px; border:none;}

body, html {background-color:rgba(0, 0, 0, 0); width: 100%; height: 100%; z-index: -999999999;}

  1. bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: initial; overflow: auto; }
  2. bodyContent a[href ^="https://"], .link-https { padding-right:0px;}

img { vertical-align: initial;}