MediaWiki:Timeless.css
Матеріал з БатлМех-Вікі
Увага: Після публікування слід очистити кеш браузера, щоб побачити зміни.
- Firefox / Safari: тримайте Shift, коли натискаєте Оновити, або натисніть Ctrl-F5 чи Ctrl-Shift-R (⌘-R на Apple Mac)
- Google Chrome: натисніть Ctrl-Shift-R (⌘-Shift-R на Apple Mac)
- Internet Explorer / Edge: тримайте Ctrl, коли натискаєте Оновити, або натисніть Ctrl-F5
- Opera: натисніть Ctrl-F5
@import url("https://battletech.com.ua/wp-content/plugins/tournamatch/dist/css/fontawesome.5.14.0.css?ver=5.14.0");
@import url("https://battletech.com.ua/wp-content/uploads/useanyfont/uaf.css?ver=1719919001");
.site--logo img { max-width: 155px !important; max-height: 100px;} .site--logo .site--description { font-size: 20px !important;} .dt-container-md,.dt__slider-main .owl-dots {
max-width: 1340px;
}
@media (min-width: 992px) {#dt-main {
max-width:67%;
flex-basis:67%;
}
#dt-sidebar {
max-width:33%;
flex-basis:33%;
}}
.widget_social a {
display: inline-block;
margin: 0 0.15rem;
}
.widget_social a:hover,
.widget_social a:focus {
transform: translateY(-2px);
box-shadow: none;
}
.widget_social a i {
width: 4.4rem;
height: 4.4rem;
border-radius: 50%;
text-align: center;
line-height: 4.4rem;
font-size: 1.8rem;
vertical-align: middle;
overflow: hidden;
background-color: var(--dt-main-color);
color: #fff;
box-shadow: 0 3px 5px -1px rgba(7, 10, 25, .2);
}
.widget_social a i.fa-facebook,
.widget_social a i.fa-facebook-f {
background-color: #175beb;
}
.widget_social a i.fa-youtube {
background-color: #CD201F;
}
.widget_social a i.fa-telegram {
background-color: #0088cc;
}
.widget_social.fill-color a i {
background: 0 0;
color: var(--dt-main-color);
box-shadow: none;
width: 3rem;
}
.widget_social.fill-color a i.fa-facebook,
.widget_social.fill-color a i.fa-facebook-f {
color: #175beb;
}
.widget_social.fill-color a i.fa-youtube {
color: #CD201F;
}
.widget_social.fill-color a i.fa-telegram {
color: #0088cc;
}
.widget_social a:hover i::before,
.widget_social a:focus i::before {
display: inline-block;
animation: dt_rubberBand 0.6s ease-in-out alternate;
}
@keyframes dt_rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}