Jump to content

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

Featured Replies

  • Author
<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;
}

 

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

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.