Jump to content

как изменить цвет тега без доп. модулей?

Featured Replies

comment_20657

В ipb_styles.css ищи класс .ipsTag, дальше думаю сам разберешься что и как, там нужны хотя бы начальные знания CSS

comment_20676

Берете Firefox с Firebug и инспектируете элемент, там все понятно.

  • Author
comment_20678
<a data-tooltip="Найти еще публикации с тегом «IPB»" class="ipsBadge ipsBadge_lightgrey" href="__site/tags/forums/IPB/" id="anonymous_element_147">IPB</a>

стиль:

 


a.ipsBadge, a.ipsBadge:hover {
    color: #FFFFFF;
}
.ipsBadge {
    background-image: url("__nice-computer.ru/public/style_images/marble/highlight.png");
    background-position: 0 -1px;
    background-repeat: repeat-x;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}
.ipsBadge_lightgrey {
    background: none repeat scroll 0 0 #B3B3B3;
}
a {
    color: #51A6C2;
    text-decoration: none;
}
table.ipb_table {
    line-height: 1.3;
}
table {
    border-spacing: 0;
}
ol, ul {
    list-style: none outside none;
}
body {
    color: #7A7F84;
    font: 11px "Trebuchet MS",tahoma,helvetica,arial,sans-serif;
}

 

хм....куда дальше копать?

comment_20680

Я в этом почти не разбираюсь, но даже мне понятно, что классы

ipsBadge ipsBadge_lightgrey

как раз отвечают за вид этой метки.

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.