:root {
--light-grey-bg: #f6f7f8;
--main-color: #4169E1;
}
body {
background-color: white;
} a {
color: var(--main-color);
}
a:hover {
text-decoration: none;
}
.breadcrumbs a {
color: black;
transition: all .4s ease;
text-decoration: none;
}
.breadcrumbs a:hover {
color: var(--main-color);
text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.navbar {
line-height: 1.25;
} .navbar-light .navbar-nav .nav-link {
color: black;
text-decoration: none;
white-space: nowrap
}
.navbar-light .navbar-nav .nav-link:hover {
color: var(--main-color);
text-decoration: none;
} a.link-to-blog {
border: 2px solid black;
padding: .5rem 1rem;
text-decoration: none;
border-radius: 99px;
color: black;
}
a.link-to-blog:hover {
border: 2px solid var(--main-color);
text-decoration: none;
}
.hero-section {
background-color: white;
border-radius: 10px;
box-shadow: 0 0 10px 0 rgba(120, 120, 120, 0.15);
}
.gradient-title {
color: #b86bff;
background-image: linear-gradient(240deg, #fbb8d8 0%, #d349f4 22.02%, #7983f3 51.32%, #2a9dd2 81.46%, #2476f2 99.8%);
background-size: 100%;
background-clip: text;
-webkit-background-clip: text;
-moz-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
}
article.home-post {
background-color: white;
border-radius: 10px;
box-shadow: 0 0 10px 0 rgba(120, 120, 120, 0.15);
}
article.home-post h3 a {
color: black;
text-decoration: none;
transition: all .4s ease;
}
article.home-post h3 a:hover {
color: var(--main-color);
text-decoration: none;
transition: all .4s ease;
}
.homepage-thumb {
border-radius: 10px;
margin-bottom: 1.25rem;
}
.card {
border: none;
border-radius: 10px;
box-shadow: 0 0 10px 0 rgba(120, 120, 120, 0.15);
} .single-post__container {
background-color: white;
border-radius: 10px;
box-shadow: 0 0 10px 0 rgba(120, 120, 120, 0.15);
padding: 1rem;
}
.postauthor-wrap {
width: 100%;
max-width: 500px;
clear: both;
}
.postauthor-wrap a.fn {
color: #000;
font-size: 1rem;
font-weight: 700;
text-decoration: none;
}
.postauthor-wrap a.fn:hover {
text-decoration: none;
color: var(--main-color);
}
.postauthor-wrap p {
font-size: .8rem;
}
.postauthor-wrap .fn:hover {
color: #000;
text-decoration: none;
}
.avatar-100 {
float: left;
width: 64px;
height: 64px;
margin: 0 1em 1em 0;
border-radius: 50%;
}
.prev-next a {
color: black;
text-decoration: none;
transition: all .4s ease;
}
.prev-next a:hover {
color: var(--main-color);
text-decoration: none;
} .footer-menu {
background-color: white;
border-radius: 10px;
box-shadow: 0 0 10px 0 rgba(120, 120, 120, 0.15);
color: #232323;
}
.footer-menu__nav ul,
ul.footer-menu__nav {
list-style: none;
margin: 0;
padding: 0;
}
.footer-menu__nav ul li,
ul.footer-menu__nav li {
display: inline-block;
list-style: none;
margin-right: 1em;
}
ul.footer-menu__nav li:last-child {
margin-right: 0;
}
.footer-menu__nav a {
color: black;
text-decoration: none;
transition: all .4s ease;
}
.footer-menu__nav a:hover {
color: var(--main-color);
text-decoration: none;
} @media (min-width: 992px) {
.hero-section {
border-radius: 10px;
}
.card {
border-radius: 10px;
}
article.home-post {
border-radius: 10px;
}
.homepage-thumb {
border-radius: 10px;
}
.description-text {
font-size: 1.25rem;
}
.footer-menu__nav ul li,
ul.footer-menu__nav li {
margin-right: 1em;
margin-bottom: 0;
}
.footer-menu {
border-radius: 10px;
}
}
@media (max-width: 575.98px) {
.footer-menu__nav ul li,
ul.footer-menu__nav li {
margin-bottom: 1rem;
}
.footer-menu__nav ul li:last-child,
ul.footer-menu__nav li:last-child {
margin-bottom: 0;
}
}  .light-grey-bg {
background-color: var(--light-grey-bg);
}
.dark-links a {
color: #000;
text-decoration: none;
}
.dark-links a:hover {
color: #565656;
text-decoration: none;
}
.block-link {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}
.thumbnail-archive img {
float: right;
margin: 0 0 1em 1em;
border-radius: 5px;
}
.hometitle {
text-decoration: none;
border: none;
color: #000;
}
.hometitle:hover {
text-decoration: none;
border: none;
color: #666;
}
.archive-posts {
position: relative;
}
.archive-posts:hover {
border-color: #ababab !important;
}
.archive-posts small a,
.all-tags-link {
z-index: 2;
position: relative;
}
.all-tags {
list-style: none;
padding: 0;
margin: 0;
line-height: 2;
}
.all-tags li {
display: inline-block;
margin-right: 20px;
}
.all-tags li:last-child {
margin-right: 0;
} .form-control {
background-color: var(--main-bg-color);
} .fw-100 {
font-weight: 100;
}
.fw-200 {
font-weight: 200;
}
.fw-300 {
font-weight: 300;
}
.fw-400 {
font-weight: 400;
}
.fw-500 {
font-weight: 500;
}
.fw-600 {
font-weight: 600;
}
.fw-700 {
font-weight: 700;
}
.fw-800 {
font-weight: 800;
}
.fw-900 {
font-weight: 900;
} .content-area article h2,
.content-area article h3,
.content-area article h4 {
font-weight: bold;
margin-top: 1.5em;
margin-bottom: 1em;
} .verification {
color: #1da1f2;
padding-left: .25em;
}
.icon-verified {
display: inline-block;
font-size: 1.5em;
height: 1em;
width: 1em;
vertical-align: middle;
fill: currentColor;
pointer-events: none;
}  pre {
background-color: #f5f2f0!important;
border: none!important;
}
.wp-block-kevinbatdorf-code-block-pro {
margin-bottom: 2em;
}
.wp-block-code code {
white-space: pre;
overflow-wrap: break-word;
}
ul li code,
li code,
p code,
ul li code {
padding: 2px 4px;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
font-size: 1em;
} .nopage {
padding: .2em 1em;
} .wp-block-latest-posts {
font-size: .88em;
}
.wp-block-latest-posts li {
line-height: 1.2;
margin-bottom: 15px;
}
.wp-block-latest-posts li a {
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
.wp-block-latest-posts li a:hover {
color: rgba(0, 0, 0, .65);
text-decoration: none;
}
.scroller {
width: 100%;
height: 4px;
top: 0;
left: 0;
background-color: #dfdfdf;
position: fixed;
z-index: 1;
}
.scroll-indicator {
position: fixed;
top: 0;
left: 0;
height: 4px;
background-color: #1da1f2;
width: 0;
z-index: 2;
}
h1,
h2,
h3,
h4,
h5,
h6,
.navbar {
line-height: 1.25;
}
.divider-50 {
clear: both;
height: 50px;
}
.divider-100 {
clear: both;
height: 100px;
}
.bg-main {
background-color: #f0f0f0;
}
.main-links a {
border-bottom: 1px solid #1677FF;
color: #1677FF;
text-decoration: none;
}
.main-links a:hover {
text-decoration: none;
border-bottom: 1px solid #fff;
color: #1677FF;
}
.logo-block {
line-height: .8;
}
.small-font {
font-size: 14px;
}
a.logo-link {
text-decoration: none;
border: none;
}
a.logo-link:hover {
text-decoration: none;
border: none;
}
.navbar-nav {
font-weight: 500;
}
.main-menu a, .social-container a, .social-links a {
border: none;
text-decoration: none;
color: black;
}
.main-menu a:hover, .social-container a:hover, .social-links a:hover {
border: none;
text-decoration: none;
color: #565656
}
.active-item {
border-bottom: 1px solid #000!important;
text-decoration: none;
}
a.no-border {
border: none!important;
text-decoration: none;
}
.site-name {
line-height: 1;
}
.site-logo {
margin-top: -8px;
margin-right: 4px;
}
.sort-sortIcon {
transform: scale(-1, 1);
}
.sort-arrows {
fill: currentColor;
height: 1em;
box-sizing: border-box;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
vertical-align: middle;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
height: 16px;
color: rgba(0, 0, 0, 1);
display: inline-block;
box-sizing: content-box;
}
.bg-main {
background-color: #ecf4f9;
}
.avatar-image {
border: 5px solid #ecf4f9;
}
.bg-list {
background-image: linear-gradient(to right, rgba(219,0,85,0.15), rgba(255,157,112,0.15));
}
.br-25 {
border-radius: 25px;
}
.br-50 {
border-radius: 99%;
}
.fw-500 {
font-weight: 500;
}
.fw-600 {
font-weight: 600;
}
.fw-700 {
font-weight: 700;
}
.fw-800 {
font-weight: 800;
}
.fw-900 {
font-weight: 900;
}
.border-0 {
border: 0
}
.social-container {
display: none;
}
.main-menu__link {
color: #fff;
background-color: #000;
text-decoration: none;
font-weight: bold;
margin: 10px;
padding: 8px 16px 6px 16px;
border-radius: 25px;
transition: all 0.35s ease-out;
}
.main-menu__link:hover {
color: #fff;
background-color: #0066ff;
text-decoration: none;
font-weight: bold;
}
.draft-marker {
background-image: url(//uzabila.ru/images/span-back.svg);
background-repeat: no-repeat;
background-size: cover;
padding: 0 4px;
background-position-x: 0;
}
.mw-100 {
max-width: 100px!important;
height: auto;
}
.footer-logo {
color: black;
font-weight: 700;
font-size: 20px;
} .ba-slider {
position: relative;
overflow: hidden;
}
.ba-slider img {
width: 100%;
display:block;
}
.resize {
position: absolute;
top:0;
left: 0;
height: 100%;
width: 50%;
overflow: hidden;
}
.handle { position:absolute; 
left:50%;
top:0;
bottom:0;
width:4px;
margin-left:-2px;
background: rgba(0,0,0,.5);
cursor: ew-resize;
}
.handle:after { position: absolute;
top: 50%;
width: 64px;
height: 64px;
margin: -32px 0 0 -32px;
content:'\21C4';
color:white;
font-weight:bold;
font-size:36px;
text-align:center;
line-height: 1.55em;
background: #ffb800; border:1px solid #e6a600; border-radius: 50%;
transition:all 0.3s ease;
box-shadow:
0 2px 6px rgba(0,0,0,.3), 
inset 0 2px 0 rgba(255,255,255,.5),
inset 0 60px 50px -30px #ffd466; }
.draggable:after {
width: 48px;
height: 48px;
margin: -24px 0 0 -24px;
line-height:44px;
font-size:30px;
} .pot {
animation: run 1s infinite;
position: relative;
}
@keyframes run {
0% {
left: 0;
top: 0;
}
50% {
left: 20px;
top: 0;
}
100% {
left: 0;
top: 0;
}
}  .dropdown-lang {
position: relative;
display: inline-block;
} .dropbtn {
background-color: #ffffff;
color: black;
font-size: 16px;
padding: 5px 10px;
border: none;
border: 1px solid #dfdfdf;
cursor: pointer;
} .dropbtn:hover, .dropbtn:focus {
background-color: #ffffff;
border: 1px solid #ababab;
} .dropdown-content {
display: none;
position: absolute;
background-color: #ffffff;
z-index: 1;
padding: 5px 10px;
margin-top: 5px;
min-width: 100px;
} .dropdown-content a {
color: black;
padding: 0;
text-decoration: none;
display: block;
font-size: 15px;
} .dropdown-content a:hover {background-color: #ffffff;} .column {
display: none; }
.show {
display: block;
}
.gradient-button {
background: linear-gradient(240deg, #fbb8d8 0%, #d349f4 22.02%, #7983f3 51.32%, #2a9dd2 81.46%, #2476f2 99.8%);
box-shadow: 0px 0.125em 0.25em 0px rgba(0, 0, 0, 0.1), 0px 0.625em 0.625em 0px rgba(0, 0, 0, 0.1), 0px 0.25em 0.5em 0px rgba(0, 0, 0, 0.1), 0px 0.625em 0.625em 0px rgba(255, 255, 255, 0.2) inset;
--padding: 0.125em;
border-radius: calc(0.5em + calc(1* var(--padding)));
display: inline-block;
padding: var(--padding);
font-size: 1.375em;
text-decoration: none;
position: relative;
transition-property: background, box-shadow, color, transform;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: all 200ms ease-out;
}
.gradient-button  > span {
border-radius: 0.5em;
display: flex;
font-weight: 500;
padding: 0.375em 1.5em 0.5em;
position: relative;
color: white;
}
.gradient-button:hover {
box-shadow: 0px 0.25em 0.75em 0px rgba(0, 0, 0, 0.05), 0px 1.25em 1.75em 0px rgba(0, 0, 0, 0.05), 0px 0.5em 1.5em 0px rgba(0, 0, 0, 0.05), 0px 0.625em 0.625em 0px rgba(255, 255, 255, 0.2) inset;
transform: scale3d(1.06, 1.06, 1) translate3d(0, -4%, 0);
}
pre {
padding: 8px 16px;
background-color: #f9f2f4;
}
p code {
padding: 2px 4px;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
font-size: 1em;
}
.help-button {
background-color: #75C14E;
border-radius: 8px;
color: white;
height: 46px;
padding-left: 54px;
padding-right: 54px;
text-decoration: none;
font-size: 1em;
font-weight: 600;
box-sizing: border-box;
max-width: 240px;
}
.help-button:hover {
background: linear-gradient(0deg, #00000026, #00000026), #75C14E;
text-decoration: none;
color: white;
}
.help-button svg {
display: inline-block;
width: 24px;
height: 24px;
fill: white;
margin-top: -5px;
} @media (min-width: 992px) {
.single-content-column {
font-size: 1.25em;
}
.single-post__container {
background-color: white;
border-radius: 10px;
box-shadow: 0 0 10px 0 rgba(120, 120, 120, 0.15);
padding: 3rem;
font-size: 1.25em;
}
.social-container {
display: block;
position: fixed;
left: 0;
top: 0;
width:40px;
height: 100%;
background-color: #ecf4f9;
opacity: .5;
z-index: 99;
}
.social-container:hover {
opacity: 1;
}
.social-buttons {
display: flex;
flex-direction: column;
text-align: center;
align-items: center;
justify-content: center;
height: 100%;
}
.text-xxl {
font-size: 4.5rem;
}
.text-xl {
font-size: 3.5rem;
}
}