эпизоды * nc * сюжет
Sailor Moon
month 00

One last cue from love true to final adieu. Hearts will break for future's sake, but mine just won't take. Can't love if you don't, I can't try if you won't. Oh, I know. Please just let me go, my dear, 'cause I'd stay near and lose myself here.

month 00

Astoria, I'm warnin' ya', I'm comin' for, comin' for ya'. It's do or die for you and I, and I'll never be taken alive. Here's everything that's led me here, but our future still remains unclear. High time I face you, Astoria. So get up and face me, Astoria. Come and face the music, Astoria. About time now, Astoria. I'm wasting away here, Astoria. Goodbye, Astoria.

month 00

I'm so afraid of trying something new, 'cause every start begins with saying goodbye to you.

guidebook
One last cue from love true to final adieu. Hearts will break for future's sake, but mine just won't take. Can't love if you don't, I can't try if you won't. Oh, I know. Please just let me go, my dear, 'cause I'd stay near and lose myself here.
member services
member services
000 topics
000 replies
One last cue from love true to final adieu. Hearts will break for future's sake, but mine just won't take. Can't love if you don't, I can't try if you won't. Oh, I know. Please just let me go, my dear, 'cause I'd stay near and lose myself here.
don't forget the sub-boards, you dingus

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 » Общение » кодовое


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