Joomla 1.5 Маркеры списков не отображаются

Тема в разделе "Форматирование материалов", создана пользователем JDV, 21.09.2010.

  1. Offline

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

    Регистрация:
    03.11.2007
    Сообщения:
    7
    Симпатии:
    0
    Пол:
    Мужской
    Коллеги подскажите почему не отображаются маркеры списка ... в редакторе статей видны ... а на сайте нет ...

    http://mb-svao.ru/index.php?option=com_content&view=article&id=48&Itemid=39

    Мы осуществляем следующие работы по ремонту двигателей Мерседес | Mercedes: - Дальше должны идти маркеры

    HTML
    Код (CODE):
    1. <?php
    2. /*
    3. * @copyright    Copyright (C) 2008 - 2009 All rights reserved.
    4. * @license        
    5. */
    6. // no direct access
    7. defined( '_JEXEC' ) or die( 'Restricted access' );
    8. ?>
    9. <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
    11. <head>
    12. <jdoc:include type="head" />
    13. <link rel="stylesheet" href="<?php echo $this->baseurl ;?>/templates/system/css/system.css" type="text/css" />
    14. <link rel="stylesheet" href="<?php echo $this->baseurl ;?>/templates/system/css/general.css" type="text/css" />
    15. <link rel="stylesheet" href="<?php echo $this->baseurl ;?>/templates/<?php echo $this->template ;?>/css/template.css" type="text/css" />
    16. <?php if($this->direction == 'rtl') : ?>
    17. <link href="<?php echo $this->baseurl ;?>/templates/<?php echo $this->template ;?>/css/template_rtl.css" rel="stylesheet" type="text/css" />
    18. <?php endif; ?>
    19.  
    20. </head>
    21. <body>
    22.  
    23. <table width="995" height="73" border="0" align="center" cellpadding="0" cellspacing="0">
    24.     <tr>
    25.       <td width="409" align="center" valign="middle"><img src="http://mb-svao.ru/templates/svao/images/top_left.png" width="409" height="73" border="0" usemap="#map_me_firma" /></td>
    26.       <td width="554" align="center" valign="middle" class="top_center"><div id="mainlevel-nav"><div><jdoc:include type="modules" name="top" /></div></td>
    27.       <td width="32" align="center" valign="middle"><img src="http://mb-svao.ru/templates/svao/images/top_right.png" width="32" height="73" border="0" usemap="#map_home" /></td
    28.   ></tr>
    29. </table>
    30. <table width="995" height="73" border="0" align="center" cellpadding="0" cellspacing="0">
    31.     <tr>
    32.       <td width="995" align="center" valign="middle"><jdoc:include type="modules" name="user4" /></td>
    33.   </tr>
    34. </table>
    35. <table width="995" border="0" align="center" cellpadding="0" cellspacing="0">
    36.   <tr>
    37.     <td width="779" align="left" valign="top"><jdoc:include type="modules" name="user1" /></td>
    38.     <td width="216" rowspan="3" align="right" valign="top"><jdoc:include type="modules" name="right" /></td>
    39.   </tr>
    40.   <tr>
    41.     <td width="763" align="left" valign="top"><jdoc:include type="modules" name="user2" /></td>
    42.   </tr>
    43.   <tr>
    44.     <td align="left" valign="top"><div class="c_mainbody"><jdoc:include type="component" /></div></td>
    45.   </tr>
    46. </table>
    47. <table width="995" height="80" border="0" align="center" cellpadding="0" cellspacing="0">
    48.     <tr>
    49.       <td width="127" align="center" valign="middle" class="footer-left"><jdoc:include type="modules" name="user3" /></td>
    50.       <td width="868" align="center" valign="middle" class="footer-right"><jdoc:include type="modules" name="footer" /></td>
    51.   </tr>
    52. </table>
    53.  
    54. </body>
    55. </html>


    CSS

    Код (CODE):
    1. /* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
    2. @import url(layouts.css);
    3. @import url(components.css);
    4. @import url(modules.css);
    5. @import url(navigation.css);
    6. @import url(misc.css);
    7. @import url(forms.css);
    8.  
    9.  
    10. /* #######################  GENERAL SETTINGS ############################ */
    11.  
    12. html{
    13.     height:100%;
    14. }
    15.  
    16. body{
    17. height: 100%;
    18. background-repeat: repeat-x;
    19. }
    20. .footer-left{
    21. background: url(../images/footer-left.png) no-repeat;
    22. }
    23. .footer-right{
    24. background: url(../images/footer-right.png) no-repeat;
    25. }
    26. .top-left{
    27. background: url(../images/top_left.png) no-repeat;
    28. }
    29. .us_picture{
    30. background: url(../images/nu_p_left.png) no-repeat;
    31. }
    32. .us_text{
    33. background: url(../images/nu_p_right.png) no-repeat;
    34. }
    35.  
    36. .picture_ramka{
    37.     padding-top: 16px;
    38.     padding-left: 15px;
    39. }
    40.  
    41. /*  Global Formatting */
    42. /*Headings Tags*/
    43. h1 {font-size:16px;line-height: 1em;font-weight: 900;}
    44. h2 {font-size:15px;line-height: 1em;font-weight: 900;}
    45. h3 {font-size:14px;line-height: 1em;font-weight: 900;}
    46. h4 {
    47.     font-family: Arial, Helvetica, sans-serif;
    48.     font-style: normal;
    49.     font-weight: bold;
    50.     color: #003366;
    51.     font-size: 14px;
    52.     text-align: left;
    53. }
    54. h5 {
    55.     font-family: Arial, Helvetica, sans-serif;
    56.     font-style: normal;
    57.     font-weight: bold;
    58.     color: #004878;
    59.     font-size: 12px;
    60.     text-align: left;
    61. }
    62. h6 {
    63.     font-family: Arial, Helvetica, sans-serif;
    64.     font-style: normal;
    65.     font-weight: normal;
    66.     font-variant: normal;
    67.     color: #000000;
    68.     font-size: 11px;
    69.     text-align: left;
    70.     padding-right: 10px;
    71. }
    72.  
    73. /*Tables*/
    74. td{font-size: 12px;}
    75. th{font-size: 12px;}
    76.  
    77. /* Links */
    78. a:link {color: #CC6600;}
    79. a:hover {color: #659FDE;}
    80. a:visited {color: #CC6600;}
    81. img {border: 0 none;}
    82.  
    83. /* Clears Divs */
    84. .clr{clear: both;}
    85.  
    86.  
    87. /* #######################  END GENERAL SETTINGS ############################ */
    88. /* Heading Color and Height control*/
    89. #hd {
    90. background-image:url(../images/brb.png);
    91. background-repeat: repeat-x;
    92. }
    93.  
    94. /* Grid Body margin Override would be 10px default*/
    95. #doc3{margin: 0px;}
    96.  
    97. /* Footer Wrapper Trick */
    98. .wrapper2 {
    99. background-color: White;
    100. height:auto !important;
    101. min-height:80%;
    102. }
    103.  
    104. .ft{
    105. background-color: #DDE8EA;
    106. min-height:25%;
    107. }
    108.  
    109. a.mainlevel{
    110.     background-repeat: no-repeat;
    111.     background-position: right;
    112. } /* Главное меню - RIGHT */
    113. a.mainlevel-right:link {
    114.     background-image: url(../images/arrow-on.png);
    115.     background-repeat: no-repeat;
    116.     background-position: rifht;
    117.     font-family: Arial, Helvetica, sans-serif;
    118.     font-size: 12px;
    119.     color: #000000;
    120.     font-style: normal;
    121.     text-decoration: none;
    122.     text-decoration: none;
    123.     padding-top: 2px;
    124.     text-align: left;
    125.     display: block;
    126.     width: 217px;
    127.     height: 38px;
    128. }
    129. a.mainlevel-right:visited {
    130.  
    131. background-image: url(../images/arrow-on.png);
    132.     background-repeat: no-repeat;
    133.     background-position: right;
    134.     font-family: Arial, Helvetica, sans-serif;
    135.     font-size: 12px;
    136.     color: #000000;
    137.     font-style: normal;
    138.     text-decoration: none;
    139.     text-decoration: none;
    140.     display: block;
    141.     padding-top: 2px;
    142.     text-align: left;
    143.     width: 217px;
    144.     height: 38px;
    145. }
    146. a.mainlevel-right:hover {
    147.  
    148.     background-image: url(../images/arrow-on.png);
    149.     background-repeat: no-repeat;
    150.     background-position: rihgt;
    151.     font-family: Arial, Helvetica, sans-serif;
    152.     font-size: 12px;
    153.     color: #f000000;
    154.     font-style: normal;
    155.     text-decoration: none;
    156.     text-decoration: none;
    157.     display: block;
    158.     padding-top: 2px;
    159.     text-align: left;
    160.     width: 217px;
    161.     height: 38px;
    162. }
    163.  
    164. #active_menu {} /*main/sub*/
    165.  
    166. ul#mainlevel-nav {}
    167. ul#mainlevel-nav li{}
    168.  
    169. #mainlevel-nav {
    170.     padding-top: 26px;
    171. }
    172.  
    173. #mainlevel-nav a:link {
    174. font-size:12px;
    175. color:#000000;
    176. display:block;
    177. text-align:center;
    178. float:left;
    179. text-decoration: none;
    180. text-transform: uppercase;
    181. padding-left: 10px;
    182.  
    183. }
    184.  
    185. #mainlevel-nav a:visited{
    186. font-size:12px;
    187. color:#000000;
    188. display:block;
    189. text-align:center;
    190. float:left;
    191. text-decoration: none;
    192. text-transform: uppercase;
    193. padding-left: 10px;
    194.  
    195. }
    196. #mainlevel-nav a:hover {
    197. font-size:12px;
    198. color:#000000;
    199. display:block;
    200. text-align:center;
    201. float:left;
    202. text-decoration: none;
    203. text-transform: uppercase;
    204. padding-left: 10px;
    205. }
    206.  
    207. .c_mainbody{
    208.     padding-right: 25px;
    209.     padding-top: 10px;
    210.     padding-left: 5px;
    211.     border-bottom: 10px;
    212. }
    213. a:link {color: #E2721A;}
    214. a:hover {color: #E2721A;}
    215. a:visited {color: #AE2924;}
    216. img {border: 0 none;}
    217.  
    218. p {
    219.     font-family: Arial, Helvetica, sans-serif;
    220.     font-style: normal;
    221.     font-weight: normal;
    222.     font-variant: normal;
    223.     color: #000000;
    224.     font-size: 12px;
    225.     text-align: left;
    226.     padding-top: 5px;
    227.     padding-bottom: 5px;
    228. }
     
  2.  
  3. DKraev
    Offline

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

    Регистрация:
    16.08.2008
    Сообщения:
    1 627
    Симпатии:
    219
    Пол:
    Мужской
    layouts.css (строка 7) убрать

    Код (html):
    1. li {
    2. list-style:none outside none;
    3. }


    Только внимательно посмотрите по сайту потом чтобы маркеры не появились там где не надо.
     
  4. Offline

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

    Регистрация:
    03.11.2007
    Сообщения:
    7
    Симпатии:
    0
    Пол:
    Мужской
    Убрал не помогло
    Код (CODE):
    1. /* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
    2. @import url(layouts.css);
    3. @import url(components.css);
    4. @import url(modules.css);
    5. @import url(navigation.css);
    6. @import url(misc.css);
    7. @import url(forms.css);
    8.  
    9.  
    10. /* #######################  GENERAL SETTINGS ############################ */
    11.  
    12. html{
    13.     height:100%;
    14. }
    15.  
    16. body{
    17. height: 100%;
    18. background-repeat: repeat-x;
    19. }
    20. .footer-left{
    21. background: url(../images/footer-left.png) no-repeat;
    22. }
    23. .footer-right{
    24. background: url(../images/footer-right.png) no-repeat;
    25. }
    26. .top-left{
    27. background: url(../images/top_left.png) no-repeat;
    28. }
    29. .us_picture{
    30. background: url(../images/nu_p_left.png) no-repeat;
    31. }
    32. .us_text{
    33. background: url(../images/nu_p_right.png) no-repeat;
    34. }
    35.  
    36. .picture_ramka{
    37.     padding-top: 16px;
    38.     padding-left: 15px;
    39. }
    40.  
    41. /*  Global Formatting */
    42. /*Headings Tags*/
    43. h1 {font-size:16px;line-height: 1em;font-weight: 900;}
    44. h2 {font-size:15px;line-height: 1em;font-weight: 900;}
    45. h3 {font-size:14px;line-height: 1em;font-weight: 900;}
    46. h4 {
    47.     font-family: Arial, Helvetica, sans-serif;
    48.     font-style: normal;
    49.     font-weight: bold;
    50.     color: #003366;
    51.     font-size: 14px;
    52.     text-align: left;
    53. }
    54. h5 {
    55.     font-family: Arial, Helvetica, sans-serif;
    56.     font-style: normal;
    57.     font-weight: bold;
    58.     color: #004878;
    59.     font-size: 12px;
    60.     text-align: left;
    61. }
    62. h6 {
    63.     font-family: Arial, Helvetica, sans-serif;
    64.     font-style: normal;
    65.     font-weight: normal;
    66.     font-variant: normal;
    67.     color: #000000;
    68.     font-size: 11px;
    69.     text-align: left;
    70.     padding-right: 10px;
    71. }
    72.  
    73. /*Tables*/
    74. td{font-size: 12px;}
    75. th{font-size: 12px;}
    76.  
    77. /* Links */
    78. a:link {color: #CC6600;}
    79. a:hover {color: #659FDE;}
    80. a:visited {color: #CC6600;}
    81. img {border: 0 none;}
    82.  
    83. /* Clears Divs */
    84. .clr{clear: both;}
    85.  
    86.  
    87. /* #######################  END GENERAL SETTINGS ############################ */
    88. /* Heading Color and Height control*/
    89. #hd {
    90. background-image:url(../images/brb.png);
    91. background-repeat: repeat-x;
    92. }
    93.  
    94. /* Grid Body margin Override would be 10px default*/
    95. #doc3{margin: 0px;}
    96.  
    97. /* Footer Wrapper Trick */
    98. .wrapper2 {
    99. background-color: White;
    100. height:auto !important;
    101. min-height:80%;
    102. }
    103.  
    104. .ft{
    105. background-color: #DDE8EA;
    106. min-height:25%;
    107. }
    108.  
    109. a.mainlevel{
    110.     background-repeat: no-repeat;
    111.     background-position: right;
    112. } /* Главное �еню - RIGHT */
    113. a.mainlevel-right:link {
    114.     background-image: url(../images/arrow-on.png);
    115.     background-repeat: no-repeat;
    116.     background-position: rifht;
    117.     font-family: Arial, Helvetica, sans-serif;
    118.     font-size: 12px;
    119.     color: #000000;
    120.     font-style: normal;
    121.     text-decoration: none;
    122.     text-decoration: none;
    123.     padding-top: 2px;
    124.     text-align: left;
    125.     display: block;
    126.     width: 217px;
    127.     height: 38px;
    128. }
    129. a.mainlevel-right:visited {
    130.  
    131. background-image: url(../images/arrow-on.png);
    132.     background-repeat: no-repeat;
    133.     background-position: right;
    134.     font-family: Arial, Helvetica, sans-serif;
    135.     font-size: 12px;
    136.     color: #000000;
    137.     font-style: normal;
    138.     text-decoration: none;
    139.     text-decoration: none;
    140.     display: block;
    141.     padding-top: 2px;
    142.     text-align: left;
    143.     width: 217px;
    144.     height: 38px;
    145. }
    146. a.mainlevel-right:hover {
    147.  
    148.     background-image: url(../images/arrow-on.png);
    149.     background-repeat: no-repeat;
    150.     background-position: rihgt;
    151.     font-family: Arial, Helvetica, sans-serif;
    152.     font-size: 12px;
    153.     color: #f000000;
    154.     font-style: normal;
    155.     text-decoration: none;
    156.     text-decoration: none;
    157.     display: block;
    158.     padding-top: 2px;
    159.     text-align: left;
    160.     width: 217px;
    161.     height: 38px;
    162. }
    163.  
    164. #active_menu {} /*main/sub*/
    165.  
    166. ul#mainlevel-nav {}
    167. ul#mainlevel-nav li{}
    168.  
    169. #mainlevel-nav {
    170.     padding-top: 26px;
    171. }
    172.  
    173. #mainlevel-nav a:link {
    174. font-size:12px;
    175. color:#000000;
    176. display:block;
    177. text-align:center;
    178. float:left;
    179. text-decoration: none;
    180. text-transform: uppercase;
    181. padding-left: 10px;
    182.  
    183. }
    184.  
    185. #mainlevel-nav a:visited{
    186. font-size:12px;
    187. color:#000000;
    188. display:block;
    189. text-align:center;
    190. float:left;
    191. text-decoration: none;
    192. text-transform: uppercase;
    193. padding-left: 10px;
    194.  
    195. }
    196. #mainlevel-nav a:hover {
    197. font-size:12px;
    198. color:#000000;
    199. display:block;
    200. text-align:center;
    201. float:left;
    202. text-decoration: none;
    203. text-transform: uppercase;
    204. padding-left: 10px;
    205. }
    206.  
    207. .c_mainbody{
    208.     padding-right: 25px;
    209.     padding-top: 10px;
    210.     padding-left: 5px;
    211.     border-bottom: 10px;
    212. }
    213. a:link {color: #E2721A;}
    214. a:hover {color: #E2721A;}
    215. a:visited {color: #AE2924;}
    216. img {border: 0 none;}
    217.  
    218. p {
    219.     font-family: Arial, Helvetica, sans-serif;
    220.     font-style: normal;
    221.     font-weight: normal;
    222.     font-variant: normal;
    223.     color: #000000;
    224.     font-size: 12px;
    225.     text-align: left;
    226.     padding-top: 5px;
    227.     padding-bottom: 5px;
    228. }
     
  5. DKraev
    Offline

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

    Регистрация:
    16.08.2008
    Сообщения:
    1 627
    Симпатии:
    219
    Пол:
    Мужской
    Где убрали-то? Я до сих пор на сайте вижу в layouts.css (строка 7) код:

    Код (CODE):
    1. li {
    2. list-style:none outside none;
    3. }
     
    JDV нравится это.
  6. Offline

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

    Регистрация:
    03.11.2007
    Сообщения:
    7
    Симпатии:
    0
    Пол:
    Мужской
    Спасибо!
     

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

Загрузка...