Jump to content

Сменить цвет иконки репутации

Featured Replies

Posted
comment_89428

Извините за глупости ребят помогите плиз еще раз с советом ,у меня мрачные такие цвета на форуме,вот хочу сменить цвет знчка репутации вот тут ,как сделать ?

 

 

Зарание спасибо)

 

Edited by WOLF

comment_89437

ПКМ по нужному элементу -> просмотр кода элемента -> смотрим какой класс отвечает за этот элемент -> топаем в шаблон -> css -> ищем необходимый класс и меняем его.

/* REPUTATION STYLES */

.reputation {
	font-weight: bold;
	padding: 2px 8px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#363636 !important;
	text-shadow:#c2c2c2 0px 1px 0px !important;
	font-size: 12px;
}
	
	.reputation.positive, .members li.positive {
		background: #979797 url('http://tego.biz/public/style_images/light/highlight_faint.png') repeat-x 0 1px;
	}
	
	.reputation.negative, .members li.negative {
		background: #b82929 url('http://tego.biz/public/style_images/light/highlight_faint.png') repeat-x 0 1px;
	}
	
	.reputation.positive, .reputation.negative {
		color: #fff;
	}
	
	.reputation.zero {
		background: #6a6a6a url('http://tego.biz/public/style_images/light/highlight_faint.png') repeat-x 0 1px;
		color: #fff;
	}

Ищите у себя и меняйте.

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.