Тестовое сообщение
Сообщений 31 страница 40 из 40
Поделиться392022-09-28 14:07:24
/* БЕСТИАРИЙ */
.beast0 {
display: inline-block;
position: absolute;
width: 700px;
/* height: 300px; */
padding: 0px 0px 20px 0px;
margin-left: -164px!important;
}
.beast1 {
display: inline-block;
overflow: hidden;
position: relative;
text-align: center;
text-decoration: none;
margin-left: 812px!important;
/* margin-top: 2px!important; */
border: 1px solid #3c3c3c;
box-shadow: 0px 0px 3px 0px rgb(0 0 0);
}
.beast1:before {
-webkit-animation: disappearing 500ms ease-in-out forwards;
animation: disappearing 500ms ease-in-out forwards;
background-color: rgba(0, 0, 0, 0.6);
color: rgba(255, 255, 255, 0);
content: attr(alt);
display: block;
font-family: 'Lucida Console';
font-size: 16px;
padding: 5% 2%;
position: absolute;
text-transform: none;
top: 50%;
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
width: 96%;
z-index: 5;
}
.beast1 img {
-webkit-animation: positioning 510ms ease-in-out forwards;
animation: positioning 510ms ease-in-out forwards;
border: none;
display: block;
position: relative;
z-index: 10;
width: 212px;
height: 300px;
object-fit: cover;
filter: brightness(0.8) grayscale(1) contrast(90%);
-webkit-filter: brightness(0.8) grayscale(1) contrast(90%);
/* border: 1px solid #000000 !important; */
/* outline: 1px solid #40c5ff; */
/* box-shadow: 0px 0px 3px 0px rgb(0 0 0);
}
.beast1:after {
opacity: 0;
background-color: white;
content: "";
display: block;
height: 100%;
position: absolute;
top: 0;
width: 100%;
z-index: 15;
}
.beast1:hover:before {
-webkit-animation: appearing 500ms ease-in-out forwards;
animation: appearing 500ms ease-in-out forwards;
}
.beast2 {
width: 500px;
height: 260px;
/* margin-top: -103px!important; */
margin-left: 87px!important;
padding: 20px 20px 20px 20px;
background-color: #010a16;
color: #87a0ae;
border: 1px solid #3c3c3c;
box-shadow: 0px 0px 3px 0px rgb(0 0 0);
}
.beast2 beastname {
font-family: 'BRADOBREI';
font-size: 24px;
color: #128ea7;
text-transform: lowercase;
text-shadow: 0 1px 1px #000000;
}
.beast2 hr {
border-top: 0px!important;
border-bottom: 1px solid #ebeeef4a !important;
margin-top: 5px!important;
}