Цвет заголовков

Тема в разделе "Изменение шаблона (кастомизация)", создана пользователем Kozloff, 11.04.2008.

Статус темы:
Закрыта.
  1. Kozloff
    Offline

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

    Регистрация:
    14.11.2007
    Сообщения:
    7
    Симпатии:
    0
    Как изменить цвет заголовков в шаблоне "extremities2"? Сам шаблон черный и почему-то заголовки на всем сайте тоже черного цвета.
     
  2.  
  3. AmmiAk
    Offline

    AmmiAk Укротитель браузеров

    Регистрация:
    25.07.2007
    Сообщения:
    629
    Симпатии:
    34
    Пол:
    Мужской
    Ответ: Цвет заголовков

    Как, как - ручками. Залезаете в исходный код страницы сайта с заголовком, сгенерированной в окне Вашего браузера, определяете имя идентификатора или класса, отвечающего за оформление заголовков, находите объявление соответствующего селектора в стилевом файле и вносите необходимые правки, после чего благополучно сохраняете правленный экземпляр стилевого файла, заливаете его на сервер и оцениваете результат.
     
  4. Kozloff
    Offline

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

    Регистрация:
    14.11.2007
    Сообщения:
    7
    Симпатии:
    0
    Ответ: Цвет заголовков

    Извините дурака, но я никак не могу найти тут
    Код (CODE):
    1. <form action="index.php?option=com_search" method="get">
    2.     <div class="search">
    3.         <input name="searchword" id="mod_search_searchword" maxlength="20" alt="search" class="inputbox" type="text" size="20" value="Поиск..."  onblur="if(this.value=='') this.value='Поиск...';" onfocus="if(this.value=='Поиск...') this.value='';" />   </div>
    4.  
    5.     <input type="hidden" name="option" value="com_search" />
    6.  
    7.     <input type="hidden" name="Itemid" value="" /> 
    8. </form>                 </div>
    9.                 </div>
    10.                 <div id="content_pad">
    11.                     <div id="nav_menu">
    12.                         <ul id="toplevel"><li class="active_menu"><a href="http://howsurvive.ru/index.php?option=com_content&amp;task=view&amp;id=12&amp;Itemid=30">Главная</a></li>
    13. <li class=""><a href="http://howsurvive.ru/index.php?option=com_content&amp;task=blogsection&amp;id=6&amp;Itemid=31">Все статьи</a></li>
    14. <li class=""><a href="http://howsurvive.ru/index.php?option=com_contact&amp;Itemid=29">Контакты</a></li>
    15.  
    16. </ul>                   </div>
    17.                     <table class="nopad">
    18.                         <tr valign="top">
    19.                                                         <td class="left">
    20.                                                                         <div class="moduletable">
    21.                             <h3>
    22.                     Навигация              </h3>
    23.                
    24. <table width="100%" border="0" cellpadding="0" cellspacing="0">
    25.  
    26. <tr align="left"><td><a href="http://howsurvive.ru/index.php?option=com_content&amp;task=view&amp;id=12&amp;Itemid=30" class="mainlevel" id="active_menu">Главная</a></td></tr>
    27. <tr align="left"><td><a href="http://howsurvive.ru/index.php?option=com_content&amp;task=blogsection&amp;id=6&amp;Itemid=31" class="mainlevel" >Все статьи</a></td></tr>
    28. <tr align="left"><td><a href="http://howsurvive.ru/index.php?option=com_contact&amp;Itemid=29" class="mainlevel" >Контакты</a></td></tr>
    29. </table>        </div>
    30.                 <div class="moduletable">
    31.                             <h3>
    32.                     Авторизация              </h3>
    33.                     <form action="http://howsurvive.ru/index.php" method="post" name="login" >
    34.  
    35.    
    36.     <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
    37.     <tr>
    38.         <td>
    39.             <label for="mod_login_username">
    40.                 Пользователь            </label>
    41.             <br />
    42.             <input name="username" id="mod_login_username" type="text" class="inputbox" alt="username" size="10" />
    43.             <br />
    44.  
    45.             <label for="mod_login_password">
    46.                 Пароль            </label>
    47.             <br />
    48.             <input type="password" id="mod_login_password" name="passwd" class="inputbox" size="10" alt="password" />
    49.             <br />
    50.             <input type="checkbox" name="remember" id="mod_login_remember" class="inputbox" value="yes" alt="Remember Me" />
    51.             <label for="mod_login_remember">
    52.                 Запомнить          </label>
    53.  
    54.             <br />
    55.             <input type="submit" name="Submit" class="button" value="Войти" />
    56.         </td>
    57.     </tr>
    58.     <tr>
    59.         <td>
    60.         <a href="http://howsurvive.ru/index.php?option=com_registration&amp;task=lostPassword">
    61.             Забыли пароль?</a>
    62.  
    63.         </td>
    64.     </tr>
    65.             <tr>
    66.             <td>
    67.                 Ещё не зарегистрированы?               <a href="http://howsurvive.ru/index.php?option=com_registration&amp;task=register">
    68.                     Регистрация</a>
    69.             </td>
    70.         </tr>
    71.  
    72.             </table>
    73.    
    74.     <input type="hidden" name="option" value="login" />
    75.     <input type="hidden" name="op2" value="login" />
    76.     <input type="hidden" name="lang" value="russian" />
    77.     <input type="hidden" name="return" value="http://howsurvive.ru/index.php?option=com_content&amp;task=view&amp;id=12&amp;Itemid=30" />
    78.     <input type="hidden" name="message" value="0" />
    79.     <input type="hidden" name="force_session" value="1" />
    80.     <input type="hidden" name="jc1192187d231bd172ae64292b945786c" value="1" />
    81.     </form>
    82.  
    83.             </div>
    84.                 <div class="moduletable">
    85.                             <h3>
    86.                     Опросы                </h3>
    87.                         <script language="javascript" type="text/javascript">
    88.         <!--
    89.         function submitbutton_Poll1() {
    90.             var form        = document.pollxtd1;
    91.             var radio       = form.voteid;
    92.             var radioLength = radio.length;
    93.             var check       = 0;
    94.  
    95.             if ( '1' != 'z' ) {
    96.                 alert('Вы уже проголосовали в этом опросе!');
    97.                 return;
    98.             }
    99.             for(var i = 0; i < radioLength; i++) {
    100.                 if(radio[i].checked) {
    101.                     form.submit();
    102.                     check = 1;
    103.                 }
    104.             }
    105.             if (check == 0) {
    106.                 alert('Вы не сделали свой выбор. Пожалуйста, попробуйте ещё раз');
    107.             }
    108.         }
    109.         //-->
    110.         </script>
    111.         <form name="pollxtd1" method="post" action="http://howsurvive.ru/index.php?option=com_poll">
    112.  
    113.         <table width="95%" border="0" cellspacing="0" cellpadding="1" align="center" class="poll">
    114.  
    115.         <thead>
    116.             <tr>
    117.             <td style="font-weight: bold;">
    118.                 Что наиболее интересно?             </td>
    119.             </tr>
    120.         </thead>
    121.             <tr>
    122.                 <td align="center">
    123.  
    124.                 <table class="pollstableborder" cellspacing="0" cellpadding="0" border="0">
    125.                                                     <tr>
    126.                                 <td class="sectiontableentry2" valign="top">
    127.                                         <input type="radio" name="voteid" id="voteid13" value="13" alt="13" />
    128.                                     </td>
    129.                                 <td class="sectiontableentry2" valign="top">
    130.                                         <label for="voteid13">
    131.                                         Выживание на "улице"                                        </label>
    132.  
    133.                                     </td>
    134.                                 </tr>
    135.                                                         <tr>
    136.                                 <td class="sectiontableentry1" valign="top">
    137.                                         <input type="radio" name="voteid" id="voteid14" value="14" alt="14" />
    138.                                     </td>
    139.                                 <td class="sectiontableentry1" valign="top">
    140.                                         <label for="voteid14">
    141.                                         Выживание в экстримальных ситуациях                                     </label>
    142.  
    143.                                     </td>
    144.                                 </tr>
    145.                                                         <tr>
    146.                                 <td class="sectiontableentry2" valign="top">
    147.                                         <input type="radio" name="voteid" id="voteid15" value="15" alt="15" />
    148.                                     </td>
    149.                                 <td class="sectiontableentry2" valign="top">
    150.                                         <label for="voteid15">
    151.                                         Выживание во время катастрофы, войны, апокалипсиса                                       </label>
    152.  
    153.                                     </td>
    154.                                 </tr>
    155.                                                         <tr>
    156.                                 <td class="sectiontableentry1" valign="top">
    157.                                         <input type="radio" name="voteid" id="voteid16" value="16" alt="16" />
    158.                                     </td>
    159.                                 <td class="sectiontableentry1" valign="top">
    160.                                         <label for="voteid16">
    161.                                         Системы телесных практик                                      </label>
    162.  
    163.                                     </td>
    164.                                 </tr>
    165.                                                         <tr>
    166.                                 <td class="sectiontableentry2" valign="top">
    167.                                         <input type="radio" name="voteid" id="voteid17" value="17" alt="17" />
    168.                                     </td>
    169.                                 <td class="sectiontableentry2" valign="top">
    170.                                         <label for="voteid17">
    171.                                         Другое                                        </label>
    172.  
    173.                                     </td>
    174.                                 </tr>
    175.                                             </table>
    176.                 </td>
    177.             </tr>
    178.             <tr>
    179.             <td>
    180.                 <div align="center">
    181.                     <input type="button" onclick="submitbutton_Poll1();" name="task_button" class="button" value="Голосовать" /><br />
    182.  
    183.                     <input type="button" name="option" class="button" value="Результаты" onclick="document.location.href='http://howsurvive.ru/index.php?option=com_poll&amp;task=results&amp;id=15';" />
    184.                 </div>
    185.                 </td>
    186.             </tr>
    187.         </table>
    188.  
    189.         <input type="hidden" name="id" value="15" />
    190.         <input type="hidden" name="task" value="vote" />
    191.         <input type="hidden" name="j3a066253f8d80509fef4b7cce86048c5" value="1" />
    192.  
    193.     </form>
    194.             </div>
    195.                 <div class="moduletable">
    196.                             <h3>
    197.                     Экспорт новостей             </h3>
    198.                 <div class="syndicate">
    199.             <div align="center">
    200.             <a href="http://howsurvive.ru/index.php?option=com_rss&amp;feed=RSS0.91&amp;no_html=1">
    201.  
    202.                 <img src="http://howsurvive.ru/images/M_images/rss091.gif"  alt="RSS 0.91" name="RSS091" align="middle" border="0" /></a>
    203.         </div>
    204.                 <div align="center">
    205.             <a href="http://howsurvive.ru/index.php?option=com_rss&amp;feed=RSS1.0&amp;no_html=1">
    206.                 <img src="http://howsurvive.ru/images/M_images/rss10.gif"  alt="RSS 1.0" name="RSS10" align="middle" border="0" /></a>
    207.         </div>
    208.                 <div align="center">
    209.             <a href="http://howsurvive.ru/index.php?option=com_rss&amp;feed=RSS2.0&amp;no_html=1">
    210.                 <img src="http://howsurvive.ru/images/M_images/rss20.gif"  alt="RSS 2.0" name="RSS20" align="middle" border="0" /></a>
    211.  
    212.         </div>
    213.                 <div align="center">
    214.             <a href="http://howsurvive.ru/index.php?option=com_rss&amp;feed=ATOM0.3&amp;no_html=1">
    215.                 <img src="http://howsurvive.ru/images/M_images/atom03.gif"  alt="ATOM 0.3" name="ATOM03" align="middle" border="0" /></a>
    216.         </div>
    217.                 <div align="center">
    218.             <a href="http://howsurvive.ru/index.php?option=com_rss&amp;feed=OPML&amp;no_html=1">
    219.                 <img src="http://howsurvive.ru/images/M_images/opml.png"  alt="OPML" name="OPML" align="middle" border="0" /></a>
    220.         </div>
    221.  
    222.         </div>      </div>
    223.                                     </td>
    224.                                                         <td class="content">
    225.                                                                                                             <div id="banner">
    226.                                             <div id="bannerimage"></div>
    227.                                         </div>
    228.                                                                                                                                     <div id="userblocks">
    229.                                 <table cellspacing="10" cellpadding="0" width="100%">
    230.  
    231.                                     <tr valign="top">
    232.                                                                                 <td width="33%">
    233.                                                     <div class="moduletable">
    234.                             <h3>
    235.                     Последние статьи             </h3>
    236.                 <ul class="latestnews">
    237.     <li class="latestnews">
    238.         <a href="http://howsurvive.ru/index.php?option=com_content&amp;task=view&amp;id=18&amp;Itemid=40" class="latestnews">
    239.  
    240.             Чего не следует есть</a>
    241.     </li>
    242.         <li class="latestnews">
    243.         <a href="http://howsurvive.ru/index.php?option=com_content&amp;task=view&amp;id=17&amp;Itemid=40" class="latestnews">
    244.             Предсказания погоды</a>
    245.     </li>
    246.         <li class="latestnews">
    247.         <a href="http://howsurvive.ru/index.php?option=com_content&amp;task=view&amp;id=16&amp;Itemid=34" class="latestnews">
    248.  
    249.             Ядерная безопасность. Сканер</a>
    250.     </li>
    251.         <li class="latestnews">
    252.         <a href="http://howsurvive.ru/index.php?option=com_content&amp;task=view&amp;id=15&amp;Itemid=35" class="latestnews">
    253.             Апофеоз войны</a>
    254.     </li>
    255.         <li class="latestnews">
    256.         <a href="http://howsurvive.ru/index.php?option=com_content&amp;task=view&amp;id=14&amp;Itemid=34" class="latestnews">
    257.  
    258.             Борьба за выживание в пустыне. Сканер</a>
    259.     </li>
    260.     </ul>       </div>
    261.                                                 </td>
    262.                                                                                                                         <td width="33%">
    263.                                                     <div class="moduletable">
    264.                             <h3>
    265.                     Популярное                </h3>
    266.  
    267.                 <ul class="mostread">
    268.     <li class="mostread">
    269.         <a href="http://howsurvive.ru/index.php?option=com_content&amp;task=view&amp;id=12&amp;Itemid=37" class="mostread">
    270.             О чем этот сайт?</a>
    271.     </li>
    272.         <li class="mostread">
    273.         <a href="http://howsurvive.ru/index.php?option=com_content&amp;task=view&amp;id=14&amp;Itemid=34" class="mostread">
    274.             Борьба за выживание в пустыне. Сканер</a>
    275.  
    276.     </li>
    277.         <li class="mostread">
    278.         <a href="http://howsurvive.ru/index.php?option=com_content&amp;task=view&amp;id=13&amp;Itemid=32" class="mostread">
    279.             Пандемия</a>
    280.     </li>
    281.         <li class="mostread">
    282.         <a href="http://howsurvive.ru/index.php?option=com_content&amp;task=view&amp;id=18&amp;Itemid=40" class="mostread">
    283.             Чего не следует есть</a>
    284.  
    285.     </li>
    286.         <li class="mostread">
    287.         <a href="http://howsurvive.ru/index.php?option=com_content&amp;task=view&amp;id=17&amp;Itemid=40" class="mostread">
    288.             Предсказания погоды</a>
    289.     </li>
    290.     </ul>       </div>
    291.                                                 </td>
    292.                                                                                                                         <td width="33%">
    293.  
    294.                                                     <div class="moduletable">
    295.                             <h3>
    296.                     Популярные комментарии             </h3>
    297.                 <ul class="jclist">
    298. <li><a href="http://howsurvive.ru/index.php?option=com_content&amp;task=view&amp;id=13&amp;Itemid=32#comments" title="Пандемия">Пандемия</a></li>
    299. </ul>
    300.         </div>
    301.                                                 </td>
    302.                                                                             </tr>
    303.  
    304.                                 </table>
    305.                                 </div>
    306.                                                                                                 <div id="content">
    307.                                     <span class="pathway">Главная </span>                                                    <table class="contentpaneopen">
    308.             <tr>
    309.                                 <td class="contentheading" width="100%">
    310.                 О чем этот сайт?                                </td>
    311.  
    312.                             </tr>
    313.             </table>
    314.            
    315.         <table class="contentpaneopen">
    316.                 <tr>
    317.             <td valign="top" colspan="2">


    А тут

    Код (CODE):
    1. /* custom stuff */
    2. html {
    3.   height: 100%;
    4.   margin-bottom: 1px;
    5. }
    6.  
    7. form {
    8.   margin: 0;
    9.   padding: 0;
    10. }
    11.  
    12. body {
    13.     margin: 0px 0px 0px 0px;
    14.     height: 100%;
    15.     font-size: 11px;
    16.     line-height: 130%;
    17.     font-family: Geneva, Helvetica, Arial, sans-serif;
    18.     color: #ccc;
    19. }
    20.  
    21. a:link, a:visited {
    22.     text-decoration: none;
    23.     font-weight: normal;
    24. }
    25.  
    26. a:hover {
    27.     color: #fff;   
    28.     text-decoration: underline;
    29.     font-weight: normal;
    30. }
    31.  
    32. p {
    33.   margin-top: 0;
    34.   margin-bottom: 5px;
    35.   text-align: left;
    36. }
    37.  
    38. fieldset {
    39.     border: 0;
    40.     padding: 5px 0;
    41. }
    42.  
    43.  
    44. span.pathway img {
    45.     padding: 0 5px;
    46.  
    47. }
    48.  
    49. span.pathway {
    50.     display: block;
    51.     margin-bottom: 15px;
    52. }
    53.  
    54.  
    55. .componentheading {
    56.   line-height: 18px;
    57.   margin-bottom: 5px;
    58. }
    59.  
    60.  
    61. a.readon {
    62.     margin-top: 10px;
    63.     line-height: 14px;
    64.     height: 16px;
    65. }
    66.  
    67. h1, h2, h3, h4, h5 {
    68.     font-weight: bold;
    69.     letter-spacing: -.05em;
    70.     margin: 0;
    71.     padding: 0;
    72.  
    73. }
    74.  
    75. h3 {
    76.     font-size: 12px;
    77.     line-height: 1.1em;
    78.     margin-bottom: 5px;
    79.     margin-left: -2px;
    80.  
    81. }
    82.  
    83.  
    84. .contentheading {
    85.     font-size: 12px;
    86.     text-transform: uppercase;
    87.     font-weight: normal;
    88.     color: #fff;
    89. }
    90.  
    91. table.contenttoc {
    92.   margin: 5px;
    93.   border: 1px solid #333;
    94.   padding: 5px;
    95. }
    96.  
    97. table.contenttoc td {
    98.   padding: 0 5px;
    99. }
    100.  
    101.  
    102. td.buttonheading {
    103.    
    104. }
    105.  
    106. td.sectiontableheader {
    107.   color: #fff;
    108.   font-weight: bold;
    109.   padding: 4px;
    110. }
    111.  
    112. tr.sectiontableentry1 td, tr.sectiontableentry2 td {
    113.   padding: 2px;
    114. }
    115.  
    116. td.sectiontableentry1, td.sectiontableentry2{
    117.   padding: 2px;
    118. }
    119.  
    120. table.contentpaneopen, table.contentpane {
    121.   width: 100%;
    122. }
    123.  
    124. div.moduletable ul {
    125.     margin: 5px 0;
    126.     padding: 0 2em;
    127. }
    128.  
    129. div.moduletable ul li {
    130.     padding-bottom: 3px;
    131. }
    132.  
    133.  
    134. div.moduletable,
    135. div.moduletable-menu {
    136.     margin-bottom: 8px;
    137.     padding: 10px;
    138.  
    139. }
    140.  
    141. div#maincontent div.moduletable {
    142.     padding-left: 0;
    143.     padding-right:0;
    144. }
    145.  
    146.  
    147. .small {
    148.     font-size: 10px;
    149.     color: #999;
    150.     font-weight: normal;
    151.     text-align: left;
    152. }
    153.  
    154. .modifydate {
    155.     height: 20px;
    156.     vertical-align: bottom;
    157.     font-size: 10px;
    158.     color: #999;
    159.     font-weight: normal;
    160.     text-align: left;
    161. }
    162.  
    163. .createdate {
    164.     height: 20px;
    165.     vertical-align: top;
    166.     font-size: 10px;
    167.     color: #999;
    168.     font-weight: normal;
    169.     vertical-align: top;
    170.     padding-bottom: 5px;
    171.     padding-top: 0px;
    172.  
    173. }
    174.  
    175. .clr {
    176.     clear: both;
    177. }
    178.  
    179. #page_bg {
    180.     height: 100%;
    181.     padding: 0;
    182.     margin-bottom: 1px;
    183. }
    184.  
    185. div.mosimage {
    186.   margin: 5px;
    187. }
    188.  
    189. div.mosimage_caption {
    190.   font-size: 10px;
    191.   color: #666;
    192. }
    193.  
    194. table.adminform textarea {
    195.   width: 540px;
    196.   height: 400px;
    197.   font-size: 1em;
    198.   color: #000099;
    199. }
    200.  
    201. /** template stuff **/
    202.  
    203. div#grunge_top {
    204.     padding-bottom: 87px;
    205. }
    206.  
    207. div#wrapper {
    208.     width: 799px;
    209.     margin: 0 auto;
    210. }
    211.  
    212. div#header {
    213.     height: 78px;
    214.     overflow: hidden;
    215.     padding-left: 10px;
    216. }
    217.  
    218. div#header a {
    219.     float: left;
    220. }
    221.  
    222. div#user4 {
    223.     float: right;
    224.     width: 150px;
    225.     margin-top: 15px;
    226.     margin-right: 15px;
    227. }
    228.  
    229. div#nav_menu {
    230.     height: 30px;
    231.     padding-top: 5px;
    232.     margin-bottom: 8px;
    233.     color: #fff;
    234. }
    235.  
    236. div#banner {
    237.     margin-bottom: 8px;
    238. }
    239.  
    240. div#bannerimage {
    241.     width: 597px;
    242.     height: 175px;
    243. }
    244.  
    245. div#content {
    246.     padding: 10px;
    247.     margin-bottom: 10px;
    248. }
    249.  
    250. div#userblocks {
    251.     margin: -10px;
    252.     margin-bottom: 0;
    253. }
    254.  
    255.  
    256. input {
    257.     font-family: Geneva, Helvetica, Arial, sans-serif;
    258.     color: #ccc;
    259.     font-size: 11px;
    260. }
    261.  
    262. div.search input.inputbox {
    263.     background: #313131;
    264.     border: 1px solid #000;
    265.     padding: 3px;
    266. }
    267.  
    268. div.moduletable input.inputbox {
    269.     padding: 3px;  
    270. }
    271.  
    272. input.button {
    273.     padding: 3px 7px;
    274.     margin: 3px 0;
    275. }
    276.  
    277. div#footer {
    278.     text-align: center;
    279.     padding: 5px;
    280. }
    281.  
    282. /*****************************
    283.  **** split menu details  ****
    284.  *****************************/
    285. #nav_menu a {
    286.     font-size: 11px;
    287.     font-weight: bold;
    288.     vertical-align: bottom;
    289.     line-height: 35px;
    290.     color: #ccc;
    291.     text-decoration: none;
    292.     padding-top: 0;
    293.     padding-bottom: 0;
    294.     padding-left: 40px;
    295.     padding-right: 5px;
    296. }
    297.  
    298. #nav_menu li {
    299.     float: left;
    300.     padding: 0;
    301.     background: none;
    302.     height: 25px;
    303.     overflow: hidden;
    304. }
    305.  
    306. #nav_menu ul {
    307.     float: left;
    308.     list-style: none;
    309.     margin: 0;
    310.     padding: 0;
    311. }
    312.  
    313. #nav_menu a:hover {
    314.     color: #fff;
    315. }
    316.  
    317.  
    318. /** vertial side menu styles **/
    319.  
    320. div.moduletable-menu table td,
    321. ul#mainlevel li,
    322. ul.submenu li {
    323.     padding-top: 3px;
    324. }
    325.  
    326. a.mainlevel:link,
    327. a.mainlevel:visited,
    328. a.sublevel:link,
    329. a.sublevel:visited,
    330. ul.submenu a:link,
    331. ul.submenu a:visited {
    332.     padding-right: 5px;
    333.     font-weight: bold;
    334.     color: #ccc
    335. }
    336.  
    337. a.mainlevel:hover,
    338. a.sublevel:hover,
    339. ul.submenu a:hover {
    340.     color: #fff;
    341.     text-decoration: none;
    342. }
    343.  
    344. ul#mainlevel,
    345. div.moduletable ul.submenu {
    346.     margin: 0;
    347.     padding: 0;
    348.     list-style: none;  
    349. }
    350.  
    351. ul#mainlevel li,
    352. div.moduletable ul.submenu li {
    353.     margin: 0;
    354.     padding: 0;
    355.     padding-top: 3px;
    356. }
    357.  
    358. ul.submenu li.active_menu li a:link,
    359. ul.submenu li.active_menu li a:visited {
    360.     color: #ccc;
    361. }
    362.  
    363. /* some page content things */
    364.  
    365. form {
    366. border: 0;
    367. margin: 0;
    368. padding: 0;
    369. }
    370.  
    371. table.blog span.article_seperator {
    372.     display: block;
    373.     height: 20px;
    374. }
    375.  
    376. table.nopad {
    377.     clear: both;
    378.     width: 100%;
    379.     border-collapse: collapse;
    380.     padding: 0;
    381.     margin: 0;
    382.  
    383. }
    384.  
    385. table.nopad td.left {
    386.     padding: 0;
    387.     padding-right: 8px;
    388.     width: 185px;
    389. }
    390.  
    391. table.nopad td.right {
    392.     padding: 0;
    393.     padding-left: 8px;
    394.     width: 185px;
    395. }
    396.  
    397. table.nopad td.content {
    398.     padding: 0;
    399. }
    400.  
    401.  
    402. table.pollstableborder td {
    403.     text-align: left;
    404.     padding: 2px 0;
    405. }


    Или я нахожу, меняю, но ничего не просходит
     
    Последнее редактирование модератором: 11.04.2008
  5. Fanamura
    Offline

    Fanamura Доброта

    Регистрация:
    12.03.2007
    Сообщения:
    5 094
    Симпатии:
    158
    Пол:
    Мужской
    Ответ: Цвет заголовков

    Kozloff, не тот участком кода выложил. А ты конкретно чего заголовок изменить хочешь? Модуля, компонента, материала?
     
  6. AmmiAk
    Offline

    AmmiAk Укротитель браузеров

    Регистрация:
    25.07.2007
    Сообщения:
    629
    Симпатии:
    34
    Пол:
    Мужской
    Ответ: Цвет заголовков

    Для оформления заголовков контента в Joomla! CMS используются классы:
    Код (CODE):
    1. .componentheading {
    2.   line-height: 18px;
    3.   margin-bottom: 5px;
    4. }
    5.  
    6. .contentheading {
    7.   font-size: 12px;
    8.   text-transform: uppercase;
    9.   font-weight: normal;
    10.   color: #fff;
    11. }

    В случае с модулями - классы контейнеров в паре с селекторами заголовков, активно используя при этом свойство CSS наследования:
    Код (CODE):
    1. div.moduletable h3 {
    2. }

    Прочие заголовки на сайте оформляются соответствующими селекторами заголовков:
    Код (CODE):
    1. h1, h2, h3, h4, h5 {
    2.   font-weight: bold;
    3.   letter-spacing: -.05em;
    4.   margin: 0;
    5.   padding: 0;
    6. }
    7.  
    8. h3 {
    9.   font-size: 12px;
    10.   line-height: 1.1em;
    11.   margin-bottom: 5px;
    12.   margin-left: -2px;
    13. }

    Задайте каждому из этих CSS селекторов свойство:
    Код (CODE):
    1. color: #fff;

    Хотя бы для того, чтобы вообще проверить работоспособность своего стилевого файла.
     
  7. AmmiAk
    Offline

    AmmiAk Укротитель браузеров

    Регистрация:
    25.07.2007
    Сообщения:
    629
    Симпатии:
    34
    Пол:
    Мужской
    Ответ: Цвет заголовков

    Взглянул на сайт и ужаснулся! :scary:
    Код (CODE):
    1. <div class="moduletable">
    2.     <h3 class="sIFR-replaced"><embed style="width: 166px; height: 19px;" class="sIFR-flash" type="application/x-shockwave-flash" sifr="true" bgcolor="#000000" wmode="" flashvars="txt= Экспорт новостей &amp;textcolor=#A6B760&amp;w=166&amp;h=19" quality="best" src="./templates/rt_extremities2/sifr/optimus.swf" height="19" width="166"><span class="sIFR-alternate">Экспорт новостей</span></h3>
    3. </div>

    Что Вы сделали с заголовками модулей?! =O

    Описанные ранее действия по кустомизации Вашего стилевого файла Вам не помогут, пока Вы не уберете этот "прибамбас":
    Код (CODE):
    1. <embed style="width: 166px; height: 19px;" class="sIFR-flash" type="application/x-shockwave-flash" sifr="true" bgcolor="#000000" wmode="" flashvars="txt= Экспорт новостей &amp;textcolor=#A6B760&amp;w=166&amp;h=19" quality="best" src="./templates/rt_extremities2/sifr/optimus.swf" height="19" width="166"><span class="sIFR-alternate"></span>

    Другой вариант - правильно настроить мамбот sIFR - все в Ваших руках!
     
  8. Лат
    Offline

    Лат Звоните 8 (905) 778-52-44

    Регистрация:
    31.01.2007
    Сообщения:
    1 745
    Симпатии:
    113
    Пол:
    Мужской
    Ответ: Цвет заголовков

    firebug в зубы и вперед, зачем усложнять жизнь начинающего рытьем кода?
     
  9. Kozloff
    Offline

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

    Регистрация:
    14.11.2007
    Сообщения:
    7
    Симпатии:
    0
    Ответ: Цвет заголовков

    благо дарю всех откликнувшихся, я решил не лазить в коде, а после наводки нашел где установлен этот sIRF и удалил его.
     
Статус темы:
Закрыта.

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

Загрузка...