Создание похожего заголовка

Статус
В этой теме нельзя размещать новые ответы.

monah

Проверенные
Сообщения
64
Реакции
12
Баллы
5,510
Безымянный.png как сделать такой же заголовок или похожий, как в этом блоке
 
Последнее редактирование:
public.css:
Код:
/* generic sidebar blocks */
   
.sidebar .section .primaryContent h3,
.sidebar .section .secondaryContent h3,
.profilePage .mast .section.infoBlock h3
{
  font-size: 11px;
color: #826e5b;
padding: 8px 10px;
min-height: 15px;
text-transform: uppercase;

}

.sidebar .section .secondaryContent h3
{
  background-image: url('http://seo-forum.ru/styles/new_seoforum/xenforo/secondContent_default.png');
  background-repeat: no-repeat;
  padding: 22px 10px 4px 40px;
  position: relative;
}

.sidebar .section .primaryContent  h3 a,
.sidebar .section .secondaryContent h3 a
{
  font-size: 11px;
color: #826e5b;
}

.sidebar .section .secondaryContent .footnote,
.sidebar .section .secondaryContent .minorHeading
{
  color: #826e5b;
margin-top: 5px;

}

  .sidebar .section .secondaryContent .minorHeading a
  {
  color: #826e5b;
  }

.sidebar .section .secondaryContent h3:after
{
  background-image: url('http://seo-forum.ru/styles/new_seoforum/xenforo/sidebar_list.png');
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 41px;
  height: 42px;
}

.sidebar .section .secondaryContent.statsList h3:after,
.sidebar .section.statsList .secondaryContent h3:after,
.sidebar .section.lnblogSidebarStats .secondaryContent h3:after
{
  background-position: 0 -42px;
}

.sidebar .section .secondaryContent.recent_blog h3:after,
.sidebar .section.lnblogSidebarFollowing .secondaryContent h3:after,
.sidebar .section.lnblogSidebarComments .secondaryContent h3:after
{
  background-position: 0 -84px;
}

.sidebar .section.userList .secondaryContent h3:after
{
  background-position: 0 -126px;
}

.sidebar .section.avatarList .secondaryContent h3:after,
.sidebar .section.activeMembers .secondaryContent h3:after,
.sidebar .section.newestMembers .secondaryContent h3:after
{
  background-position: 0 -168px;
}

.sidebar .section.sharePage .secondaryContent h3:after
{
  background: url('http://seo-forum.ru/styles/new_seoforum/xenforo/sidebar_list_vk.png') no-repeat center;
}

.sidebar .section.adsSidebar .secondaryContent h3:after
{
  background: url('http://seo-forum.ru/styles/new_seoforum/xenforo/sidebar_list_adsSidebar.png') no-repeat center;
}

.sidebar .section.birthdaysSidebar .secondaryContent h3:after
{
  background: url('http://seo-forum.ru/styles/new_seoforum/xenforo/sidebar_list_birthdaysSidebar.png') no-repeat center;
}

.sidebar .secondaryContent.avatarHeap > div
{
  display: inline-block;
  min-width: 215px;
}
[DOUBLEPOST=1399328681,1399328615][/DOUBLEPOST]Кстати, классный стиль. :-)
 
Последнее редактирование модератором:
Статус
В этой теме нельзя размещать новые ответы.
Современный облачный хостинг провайдер | Aéza
Назад
Сверху Снизу