Локационно-эпизодическая, +16

На крыльях феи | феи тест

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » На крыльях феи | феи тест » Тестовый форум » Неактуальные коды


Неактуальные коды

Сообщений 1 страница 5 из 5

1

.header_table {
position: relative;
top: 0;
z-index: 1;
width: 100%;
height: 100%;
padding: 22px;
display: flex;
justify-content: space-between;
align-items: center;
}

.header-item {
display: flex;
flex-direction: column;
justify-content: space-between;
width: 320px;
gap: 5px;
}

.persons_wrap {
background: var(--black);
border: 1px solid var(--dark-color);
padding: 10px 25px;
border-radius: 26px;
gap: 5px;
display: flex;
flex-wrap: wrap;
}

.persons_title {
width: 100%;
text-align: center;
text-transform: uppercase;
letter-spacing: .1em
}

.persons_wrap img {
width: 62px;
height: 40px;
object-fit: cover;
filter: grayscale(100%)
}

.bestpost {
background: var(--black);
border: 1px solid var(--dark-color);
padding: 20px 25px 20px;
border-radius: 26px;
width: 320px;
box-sizing: border-box;
display: flex;
flex-direction: column;
gap: 5px;
height: calc(100% + 5px)
}

.bestpost-text {
height: 100px;
overflow-y: auto;
padding-right: 10px;
font-size: 11px;
}

.bestpost-sub {
text-align: right;
display: block;
margin-top: 5px
}

.bestpost-author {
color: var(--accent) !important;
font-size: 12px;
}

.bestpost-episode {
font-size: 12px;
font-weight: 400
}

.header-item.mid-head {
align-self: flex-end;
padding: 0 20px 20px;
display: flex;
flex-direction: row;
justify-content: center;
gap: 5px;
flex: 1;
box-sizing: border-box;
}

.mid-head a {
background: var(--black);
padding: 3px 10px 2px;
font-size: 8px;
font-weight: 400;
text-transform: uppercase;
color: var(--white) !important;
border-radius: 15px;
transition: all .3s linear 0s !important;
}

.mid-head a:hover {
background: var(--links)
}




#guestbook {
background: var(--html);
    border-radius: 8px;
    width: auto;
    margin: auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    color: var(--text);
}

.guestbook_wrap {
  display: flex;
  justify-content: space-between;
  flex: 1;
  gap: 20px;
  width: 100%;
}

.guest-item {
  background: var(--pun);
  padding: 10px 20px;
  border-radius: 8px;
  flex: 1
}

.guest-item.guest-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: transparent;
}

.guest-logo-text {
  background: var(--html);
  padding: 8px 25px;
  border-radius: 8px;
  display: flex;
  gap: 5px;
  flex-direction: column;
text-transform: uppercase;
  line-height: 100%;
  position: relative;
}

.guest-logo-text span {
  font-size: 13px;
  font-weight: 550;
}

.guest-logo-text em {
  font-style: normal !important;
  color: var(--links)
}

.guest-img {
  position: absolute;
  width: 134px;
  height: 134px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.guest-img img {
  height: 134px;
}

.guest-item-list {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.guest-item-list li a {
  font-weight: 700
}

.guest-item-title {
  color: var(--text);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 9px
}

.guest-rules .guest-item-list {
  list-style-type: disc !important;
  list-style-position: inside !important;
}

.guest-faces .guest-item-list {
  height: 135px;
  overflow-y: auto;
}

0

2

/* ТАБЛИЦА
-------------------------------------------------------------*/
.forum_table {
  height: 230px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.game {
    width: 350px;
    height: 60px;
    overflow: hidden;
    display: flex;
    border-radius: 0px;
    box-shadow: var(--boxshadow);
    border: 1px solid var(--whiteborder);
    align-content: space-between;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}

.gametitle {-webkit-mask-image: -webkit-gradient(linear, left 20%, left bottom, from(rgb(0 0 0)), to(rgb(0 0 0 / 60%)));}
.gametitle a {
    color: var(--pun)!important;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    letter-spacing: 3px;
    text-transform: lowercase;
}

.gametitle span {
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 3px;
  display: flex;
  text-shadow: 1px 1px 1px var(--base);
  color: var(--pun);
  align-items: stretch;
  justify-content: space-evenly;
  flex-direction: row-reverse;
}

.table_center{
  display: flex;
justify-content: space-between;
  text-align: justify;
  padding: 8px;
}

.table_top {
    display: flex;
    text-align: justify;
    padding: 8px;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-mask-image: -webkit-gradient(linear, left 50%, left bottom, from(rgb(0 0 0)), to(rgb(0 0 0 / 0%)));
}

.table_text {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.table_text b{
    text-transform: uppercase;
    align-content: space-between;
    display: flex;
    letter-spacing: 10px;
align-items: flex-end;
}

.table_text b::before, .table_text b::after {
    content: '\eaba';
    font-family: 'cappuccicons';
    font-size: large;
}

.table_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: justify;
  height: 40px;
  box-sizing: border-box
 
}

.persons_table {
  padding: 10px;
}

.persons_table.writers {
  display: flex;
  align-items: center;
  gap: 10px;
}

.persons_table.need {
  display: flex;
  align-items: center;
  gap: 10px;
}

.persons_table span {
  text-transform: uppercase;
}

.persons {
  display: flex;
  gap: 10px;
}

.persons img {
  width: 40px;
  height: 40px;
  object-fit: cover;
filter: grayscale(100%) brightness(.7) opacity(.5);
    transition: all ease 0.9s;
    border-radius: 4px;
}

.persons img:hover {
    transition: all ease 0.9s;
    filter: grayscale(0%);
    }

.table_text_center {
  width: 1000px;
  height: 90px;
  position: relative;
  display: grid;
  gap: 5px 5px;
  align-items: start;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 3.5fr;
}

.nav {
display: flex;
justify-content: center;
position: relative;
width:1000px;
}

.nav > li a {
display: block;
padding: 5px 30px;
color: var(--maincolor)!important;
font-weight:bold;
text-transform: uppercase;
letter-spacing: 3px;
border-bottom: 1px solid var(--maincolor);
transition: all ease .8s!important;
font-size: 9px !important;}

.nav:hover > li a {
  opacity: .5;
  transition: all ease .8s!important;
}

.nav > li:hover a {
  opacity: 1;
  color:  var(--maincolor) !important;
  border-color: var(--maincolor) !important;
}

0

3

/* новости
------------------------------------------*/

.pl {
    background: var(--midBackColor);
    width: 1067px;
    position: absolute;
    left: 35px;
    height: 48px;
    top: 217px;
    border-radius: 4px;
}

.pl1 {
    width: 1050px;
    overflow-y: auto;
    padding: 3px 2px 1px 12px;
    text-align: center;
    white-space: nowrap;
}

.pl2 {
    width: 157px;
    display: inline-block;
    height: 27px;
    margin-right: 10px;
    background: var(--ssilkib);
    border-radius: 5px;
    padding: 7px 0px 7px 0px;
    transition: 1s;
}
.pl2:hover {
    background: #ffffff;
    transition: 1s;}
.plt1 {
    text-align: center;
    text-transform: lowercase;
    font: 9px var(--font2);
    letter-spacing: 0.5px;
    margin-left: 0px;
    padding-bottom: 1px;
}

.plt1 a {
    color: #6d8398;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
}

.plth1 a:hover {
    color: #ffffff;
}

.plt2 {
    text-align: center;
    font: 9px var(--font1);
    letter-spacing: 0.5px;
    text-transform: lowercase;
    color: #c99d71;
    margin-left: 0px;
}

0

4

/* Параллакс
-------------------------------------------------------*/

@keyframes slidein {
from {
    translate: 0 -30vw;
}

to {
    translate: 0 0;
}
}

#parallaxwrapone {
animation-duration: 4s;
animation-name: slidein;
animation-timing-function: cubic-bezier(0, 0, 0.51, 1.0);
animation-delay: 0s;
animation-iteration-count: 1;
position: absolute;
top: -45px;
left: 450px;
}

#parallaxwraptwo {
animation-duration: 3.5s;
animation-name: slidein;
animation-timing-function: cubic-bezier(0, 0, 0.46, 1.0);
animation-delay: 0s;
animation-iteration-count: 1;
position: absolute;
top: -115px;
left: 60px;
}

#parallaxwrapthree {
animation-duration: 5s;
animation-name: slidein;
animation-timing-function: cubic-bezier(0, 0, 0.46, 1.0);
animation-delay: 0s;
animation-iteration-count: 1;
position: absolute;
top: -100px;
left: 1050px;
}

.parallax {
position: absolute;
background-image: var(--star);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
width: 38px;
height: 38px;
transition: all 0.1s ease;
opacity: .6;
will-change: transform;
}

0

5

/*вкладки, (c) EMERAEL 2024*/
.hidden {display: none;}

.custom_tag.custom_tag_tabtitle {
    display: inline-grid;
    justify-content: center;
    cursor: pointer;
    margin: 10px 10px -12px 0px;
    line-height: 8px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid var(--border);
    border-bottom: none;
    height: auto;
    background-color: var(--light-color);
    width: 120px;
}

.custom_tag.custom_tag_tabtitle::-webkit-scrollbar-thumb:vertical { background-color:#eeeeee;
                                   border:solid 1px #e3e3e3;
                                   border-radius:0px; }
.custom_tag.custom_tag_tabtitle::-webkit-scrollbar { width:5px;background-color:transparent;border-radius:0px; }

.custom_tag.custom_tag_tabtitle p {padding: 0;}

.custom_tag.custom_tag_tabtitle.active {
    background: var(--light-color);
color: var(--links)
}

.custom_tag.custom_tag_tab {
    overflow-y: auto;
    margin:10px 0px 0px 0px;
    padding: 10px;
    border: 1px solid var(--border);
border-radius:10px
}

.tabsy {
width:100%;
padding:10px;
border: 0px solid var(--border);
background-color: var(--light-color);
text-align:justify;}

.tabsy-img {
border: 1px solid var(--border);
background-color:#c9c5b9;
}

.tabsy-banner {
    width: 100%;
    height: 170px;
    position: relative;
    overflow: hidden;
}
.tabsy-banner img {
    width: 100%;
    height: 170px;
    position: absolute;
    overflow: hidden;
    z-index: 0;
}

.tabsy-banner-name {
font-size:30px;
position:absolute;
color:#f9f9f9;
text-shadow:0px 0px 4px rgba(44,44,44,.35);
z-index: 1;
width: 100%;
text-transform: uppercase;
}

.tabsy-border {
border: 1px solid var(--border);
border-top:none;
padding:10px 12px 0px 10px;
height:26px;
background-color:#ffffff; }




/* новости
------------------------------------------*/

.pl {
    background: var(--midBackColor);
    width: 1067px;
    position: absolute;
    left: 35px;
    height: 48px;
    top: 217px;
    border-radius: 4px;
}

.pl1 {
    width: 1050px;
    overflow-y: auto;
    padding: 3px 2px 1px 12px;
    text-align: center;
    white-space: nowrap;
}

.pl2 {
    width: 157px;
    display: inline-block;
    height: 27px;
    margin-right: 10px;
    background: var(--ssilkib);
    border-radius: 5px;
    padding: 7px 0px 7px 0px;
    transition: 1s;
}
.pl2:hover {
    background: #ffffff;
    transition: 1s;}
.plt1 {
    text-align: center;
    text-transform: lowercase;
    font: 9px var(--font2);
    letter-spacing: 0.5px;
    margin-left: 0px;
    padding-bottom: 1px;
}

.plt1 a {
    color: #6d8398;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
}

.plth1 a:hover {
    color: #ffffff;
}

.plt2 {
    text-align: center;
    font: 9px var(--font1);
    letter-spacing: 0.5px;
    text-transform: lowercase;
    color: #c99d71;
    margin-left: 0px;
}

0

Быстрый ответ

Напишите ваше сообщение и нажмите «Отправить»



Вы здесь » На крыльях феи | феи тест » Тестовый форум » Неактуальные коды


Рейтинг форумов | Создать форум бесплатно