Jump to content

Помогите сменить шрифт в посте

Featured Replies

  On 30.03.2017 at 12:35, Saymoin said:

Помогите сменить шрифт в посте

font.PNG

в CSS найди

.post_block h3 {
    background: #c6d8e9 url(http://infini.csmix.ru/public/style_images/velv/_custom/bg-maintitle.png) repeat-x center left;
    padding: 9px 12px;
    text-shadow: 0px 1px 0px #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #a2b6c9;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    font-size: 13px;
}

И за мени на
.post_block h3 {
    background: #c6d8e9 url(http://infini.csmix.ru/public/style_images/velv/_custom/bg-maintitle.png) repeat-x center left;
    padding: 9px 12px;
    text-shadow: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #a2b6c9;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    font-size: 13px;
}

  • Author
  On 30.03.2017 at 12:57, poduna said:

в CSS найди

.post_block h3 {
    background: #c6d8e9 url(http://infini.csmix.ru/public/style_images/velv/_custom/bg-maintitle.png) repeat-x center left;
    padding: 9px 12px;
    text-shadow: 0px 1px 0px #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #a2b6c9;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    font-size: 13px;
}

И за мени на
.post_block h3 {
    background: #c6d8e9 url(http://infini.csmix.ru/public/style_images/velv/_custom/bg-maintitle.png) repeat-x center left;
    padding: 9px 12px;
    text-shadow: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #a2b6c9;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    font-size: 13px;
}

не помогло

  • Author
  On 30.03.2017 at 13:00, Saymoin said:

не помогло

исправил тут:

    .post_block h3,
    .post_block h3 a{
        color: #51697f;
    }

на:

    .post_block h3,
    .post_block h3 a{
        color: #fff;
    }

и всё получилось

  On 30.03.2017 at 13:05, Saymoin said:

исправил тут:

    .post_block h3,
    .post_block h3 a{
        color: #51697f;
    }

на:

    .post_block h3,
    .post_block h3 a{
        color: #fff;
    }

и всё получилось

Мог бы и сам сразу))

  • Author
  On 30.03.2017 at 13:07, poduna said:

Мог бы и сам сразу))

так я не знал что где, сделал как посоветовали, ничего не изменилось, посмотрел снизу какой-то цвет :D, изменил его и получилось)

  On 30.03.2017 at 13:23, Saymoin said:

что-то не замечаю

Снимок.PNG

на слишком большом экране виден разрыв из-за того что изображение на заднем фоне меньше, поставьте фон 3000px х 3000px

и все заметите!

  • Author
  On 30.03.2017 at 13:26, WOLF said:

на слишком большом экране виден разрыв из-за того что изображение на заднем фоне меньше, поставьте фон 3000px х 3000px

и все заметите!

ну у меня экран 1280х1024, квадрат обычный, как изменить то на 3000х3000?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.