SAILOR MOON
В далёком прошлом на Луне существовало королевство — Серебряное Тысячелетие. Оно мирно сосуществовало с Землей. Принц Земли Эндимион и принцесса Луны Серенити полюбили друг друга, но люди, охваченные тёмной силой, напали на Серебряное Тысячелетие. Воспользовавшись силой Иллюзорного Серебряного Кристалла Королева Серенити сумела остановить захватчиков, но её королевство было уничтожено. Всё, что смогла сделать Королева Серенити, это устроить так, чтобы её дочь и её воины-хранители родились вновь в будущем в мирное время и смогли прожить там счастливую и спокойную жизнь.

dark kingdom

Объявление

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

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


Вы здесь » dark kingdom » Общение » кодовое


кодовое

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

1

....

0

2

форумы
было

Код:
/* C2.14 */
#pun-index td div.tclcon {
    font-family: var(--font-main-list);
    letter-spacing: 1px;
    width: 62%;
    margin-left: 20px;
    line-height: 14px;
    font-size: 1.1em;
    text-align: justify;
    text-transform: none;
    min-height: 66px;
    padding: 5px 0px 5px 5px;
    float: left;
    border-right: 2px solid var(--color-white);
color: var(--color-border);
    }

стало

Код:
/* C2.14 */
#pun-index td div.tclcon {
    font-family: Arial;
    letter-spacing: 1px;
    width: 480px;
    margin-left: 20px;
    line-height: 14px;
    font-size: 11px;
    text-align: justify;
    text-transform: none;
    min-height: 66px;
    padding: 5px 0px 20px 5px;
    float: left;
    border-right: 2px solid var(--color-white);
    color: #b1a680;
    text-shadow: 0 0 4px rgb(255 255 255);
    }

0

3

.Add {

добавил display: none;

0

4

названия форумов
было

Код:
#pun-index .tclcon h3, #pun-index .tclcon h3 a {
    display: flex;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700 !important;
  font-family: var(--font-title);
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 10px;
  color: var(--color-main);
width: 100%;
}

стало

Код:
#pun-index .tclcon h3, #pun-index .tclcon h3 a {
    font-size: 15px;
    font-weight: 400 !important;
    font-family: Arial;
    letter-spacing: 2px;
    padding-top: 22px;
    color: #b1a680;
    text-shadow: 0 0 4px rgb(255 255 255);
}

0

5

короче правая часть форумов, где мини-авы, темы и автор последнего поста

было

Код:
#pun-index .main .tcr {
text-align: center;
    width: 258px;
    display: flex;
    padding: 14px;
    margin: 10px 0px 0px 5px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    min-height: 110px;
}

стало

Код:
#pun-index .main .tcr {
   text-align: left;
   width: 370px;
   padding: 40px 0px 0px 20px;
}

0

6

убрал пока вот это из каток (мешало, и потребность этого там сомнительна)

Код:
  .mess {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

!! оно если что было в формах ХТМЛ-низ частью вот этого:

Код:
<style>
  .mess {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
.messtab {
    display: flex;
    gap: 3px 12px;
    justify-content: center;
    align-items: baseline;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    width: 240px;
    position: absolute;
    margin: 25px 0px 0px 0px;
}
.pa-posts, .pa-respect {
    width: 49px;
    display: block;
    font-size: 9px;
    padding: 0px 10px !important;
    text-transform: lowercase;
    height: 47px;
    align-content: center;
    position: relative;
    left: 4px;
}

</style>

0

7

названия тем в форумах

было

Код:
#pun-index .lastpost-link {display: table-cell;
width: 190px;
text-align: center;
vertical-align: bottom;
    background-color: var(--color-tr);
max-height: 80px;}

стало

Код:
#pun-index .lastpost-link {
    font-family: Arial;
    font-size: 12px;
    letter-spacing: 1px;
    color: #b1a680;
    text-shadow: 0 0 4px rgb(255 255 255);
}

а это под этими ссылками, дата последнего поста и автор

было

Код:
#pun-index .lastpost {
text-align: justify;
overflow: hidden;
text-overflow: clip;
white-space: break-spaces;
max-width: 250px;
display: block;
} 

стало

Код:
#pun-index .lastpost {
    text-align: justify;
    display: block;
    font-family: Arial;
    font-size: 12px;
    letter-spacing: 1px;
    color: #b1a680;
    text-shadow: 0 0 4px rgb(255 255 255);
} 

0

8

Сделал цвет шрифта внутри форумов чуууть контрастнее, а то заметил что глаза чет болят  хД
Может потом еще надо будет подкрутить, посмотрим...........

0


Вы здесь » dark kingdom » Общение » кодовое


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