вопрос
Привет всем! Хотела бы убрать с главной страницы теги
Теги в основном у коротких новостей.
Отрывок стиля короткой новости:
Отрывок из Shortstory:
Спасибо за помощь.
<h3>, заменив на равные DIV-классы.
Теги в основном у коротких новостей.
Отрывок стиля короткой новости:
.short-item {padding:15px 0 0px 165px; position:relative;}
.short-img {width:150px; height:110px; overflow:hidden; float:left; margin-left:-165px; position:relative;}
.short-text {float:right; width:100%; color:#5d5d5d; font-size:13px;}
.short-text h3 a, .short-text h2 a {display:block; color:#000; font-size:18px; line-height:16px;}
.short-info {margin:10px 0 5px 0; color:#b3b3b3; font-size:11px; text-transform:uppercase;}
.short-img .glav-cat {font-size:11px; font-weight:normal; max-width:100%;}
.short-text h3 a:hover, .short-text h2 a:hover {color:#2C6AAE; text-decoration:underline;}
.short-rate {display:inline-block; width:100px; position:relative; top:4px;}
.go-full {position:absolute; display:none; right:0; bottom:0; text-decoration:underline; background-position:0 -201px; padding-left:20px;}
.go-full:hover {text-decoration:none;}
Отрывок из Shortstory:
<div class="short-text">
<h3><a href="{full-link}">{title limit="70"}...</a></h3><a href="{full-link}" class="go-full">Читать далее</a>
Спасибо за помощь.
в стиль заменить:
на
в шаблоне будем выглядеть так:
.go-full {position:absolute; display:none; right:0; bottom:0; text-decoration:underline; background-position:0 -201px; padding-left:20px;}
.go-full:hover {text-decoration:none;}
на
.go-full {position:absolute; display:none; right:0; bottom:0; text-decoration:underline; background-position:0 -201px; padding-left:20px; color:#000; font-size:18px; line-height:16px;}
.go-full:hover {text-decoration:none; color:#2C6AAE;}
.pimer {display:block; color:#000; font-size:18px; line-height:16px;}
.pimer:hover {color:#2C6AAE; text-decoration:underline;}
в шаблоне будем выглядеть так:
<div class="short-text">
<a class="pimer" href="{full-link}">{title limit="70"}...</a><a href="{full-link}" class="go-full">Читать далее</a>