Воскресенье, 19.05.2024, 21:52
Приветствую Вас Гость | RSS

...

Меню
пример реклама
Опрос
Оцените мой сайт
Всего ответов: 17

Каталог статей

Главная » Статьи » Всё для ucoz » Вид каталога файлов для ucoz

Очень удобный и красивый вид материалов для новостей сайта uCoz
ШАГ 1: 

Идём в ПУ>>Управление дизайном>>Новости Сайта>>Вид материалов, удаляем всё, что там есть и вставляем это: 

Код
</font><font class="code" style="color: blue; font-size: 11px; font-family: verdana, arial, helvetica;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);"><div class="view-news"> </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  <?if($MODER_PANEL$)?><span class="view-news-moder">$MODER_PANEL$</span><?endif?> </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  <div class="view-news-img"><?if($IMG_SMALL_URL1$)?><img src="$IMG_SMALL_URL1$"><?else><?if($IMG_URL1$)?><img src="$IMG_URL1$"><?endif?><?endif?></div> </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  <h2><a href="$ENTRY_URL$">$TITLE$</a></h2>  </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  <p>$MESSAGE$</p> </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  <span class="view-news-statistics"> </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  <img src="http://webo4ka.ru/Ucoz8/fon_img_glaz.png" alt="просмотров"> $READS$ |  </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  <img src="http://webo4ka.ru/Ucoz8/fon_img_coment.png" alt="комментарии"> $COMMENTS_NUM$  </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  </span> </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  <a class="read-more" href="$ENTRY_URL$">Читать дальше</a>  </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);"></div></span>

ШАГ 2: 
Теперь идём в ПУ(Админ панель) => Дизайн => Управление дизайном => Таблицы стилей CSS, и добавляем туда этот CSS code: 

Код
</font><font class="code" style="color: blue; font-size: 11px; font-family: verdana, arial, helvetica;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">/* Вид новостей для uCoz Minimalism </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">------------------------------------------*/ </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">.view-news{ </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  float:left; </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  width:358px; </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  overflow: hidden; </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  position: relative;  </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  background: #fff; </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  margin: 0px 0px 15px 0px;  </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  border: 1px solid #B6C0CD;  </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  border-radius:5px;  </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">} </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">.view-news a {text-decoration:none; outline:none} </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">.view-news-img img{ </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  width:358px; </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  height:218px; </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  margin: 0px 0px 7px 0px;  </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  border-radius:5px 5px 0px 0px;  </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">} </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">.view-news h2 { </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  float:left; </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  width:328px;  </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  padding-bottom: 5px; </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  margin:0px 15px 10px 15px;  </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  border-bottom: 1px solid #D6D6D6;  </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  font: 125% Verdana,Arial,Helvetica, sans-serif; </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  font-weight: 700;  </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">}  </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">.view-news p { </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  float:left; </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  width:328px;  </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  padding-bottom: 10px; </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  margin:0px 15px 10px 15px;  </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  border-bottom: 1px solid #D6D6D6;  </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  font:115%/1.5 Verdana,Arial,Helvetica, sans-serif; </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  text-align:justify; </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">}  </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">.view-news-statistics{ </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  float:left; </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  margin:0px 0px 10px 15px;  </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  font:9px Verdana,Arial,Helvetica, sans-serif; </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  color:#999;  </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">}  </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">.read-more{ </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  float:right; </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  font-weight: 700;  </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  margin:0px 15px 10px 0px;  </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">}  </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">.view-news-moder{ </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  float:left; </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  position: absolute; </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  top: 0px; </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  right:0px; </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  padding: 5px;  </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">  background: #fff; </span><br style="color: rgb(136, 117, 106); font-size: 10px;"><span style="color: rgb(136, 117, 106); font-size: 10px; background-color: rgb(255, 255, 255);">}</span>
Категория: Вид каталога файлов для ucoz | Добавил: BeyB (13.11.2013)
Просмотров: 631 | Рейтинг: 0.0/0
Мой профиль
Привет, Гость

Гость, мы рады вас видеть. Пожалуйста зарегистрируйтесь или авторизуйтесь!

Mini chat
До нового года:
до нового года осталось:
статистика сайта
Яндекс.Метрика

Copyright PCHacker (Gevorg Khudaverdyan) © 2024
Бесплатный хостинг uCoz


Регистрация
Новости:
[24.03.2013][Интернет]
Как бесплатно скачать видео c YouTube. Самое простое скачивание видео с YouTube.

[13.11.2013][Интернет]
Самое интересное и прикольное в мире авто (video)

[24.03.2013][Интернет]
Как установить Windows 7

[24.03.2013][Интернет]
Как СКАЧАТЬ МУЗЫКУ с odnoklassniki.ru [HD].mp4

[24.03.2013][Интернет]
Как удалить профиль на одноклассниках

[24.03.2013][Интернет]
как добавить тему в однокласснике (способ 2)

[24.03.2013][Интернет]
как поменять пароль вместо звездочек text

[24.03.2013][Интернет]
КАК ДОБАВИТЬ ТЕМУ В ОДНОКЛАССНИКИ.РУ

%