h3 module

Тема в разделе "Внешний вид, шаблоны, графика", создана пользователем Luffy0807, 13.02.2011.

  1. Luffy0807
    Offline

    Luffy0807 Недавно здесь

    Регистрация:
    03.04.2010
    Сообщения:
    5
    Симпатии:
    0
    Пол:
    Мужской
    здравствуйте. поставил шаблон http://www.in-free.ru/shabloni/allrounder-besplatniy-shablon-joomla.html

    Почти все в ксс поменял... но проблема в заголовках осталась,не могу найти =( [​IMG]

    подскажите где... :'(
     
  2.  
  3. DKraev
    Offline

    DKraev <i>(aka gft)</i> => Cпециалист <=

    Регистрация:
    16.08.2008
    Сообщения:
    1 627
    Симпатии:
    219
    Пол:
    Мужской
    Начиная с 365 строки в CSS код:

    Код (html):
    1. .module h3.module, #leftcol h3.module, #rightcol h3.module {
    2.     font-size: 120%;
    3. }
    4. #wrapper #leftcol h3.module {
    5.     background: none repeat scroll 0 0 #383838;
    6.     border-left: 1px solid #555555;
    7.     border-right: 1px solid #999999;
    8.     border-top: 1px solid #555555;
    9.     color: #DDDDDD;
    10.     line-height: 35px;
    11.     margin: 10px 0 0 -20px;
    12.     min-height: 35px;
    13.     padding: 0 0 0 30px;
    14.     position: relative;
    15.     text-align: left;
    16.     text-shadow: 0 -1px 0 #000000, 1px 2px 0 #000000;
    17. }
    18. #wrapper #rightcol h3.module {
    19.     background: none repeat scroll 0 0 #383838;
    20.     border-left: 1px solid #999999;
    21.     border-right: 1px solid #555555;
    22.     border-top: 1px solid #555555;
    23.     color: #DDDDDD;
    24.     line-height: 30px;
    25.     margin: 10px -20px 0 0;
    26.     min-height: 30px;
    27.     padding: 0 30px 0 0;
    28.     position: relative;
    29.     text-align: right;
    30.     text-shadow: 0 -1px 0 #000000, 1px 2px 0 #000000;
    31. }
    32. #leftcol h3.module:first-letter, #rightcol h3.module:first-letter {
    33.     color: #EEEEEE;
    34.     font-size: 120%;
    35. }
    36. #leftcol h3 strong, #rightcol h3 strong {
    37.     background: none repeat scroll 0 0 #333333;
    38.     border-bottom: 1px solid #444444;
    39.     padding: 0;
    40. }


    С ним и играйтесь.
     

Поделиться этой страницей

Загрузка...