Joomla 1.5 Прошу помощи в вопросе с плагином

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

  1. Offline

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

    Регистрация:
    21.10.2010
    Сообщения:
    24
    Симпатии:
    0
    Пол:
    Мужской
    Привет друзья!Возникла проблема с аддоном ExtraVote,который предназначен для публикации статей.Аддон отлично работает,но не устраивает его отображение,скрин прилагаю:
    [​IMG]
    Собственно хотелось бы вывести рейтинг напротив названия статьи,а количество проголосовавших сразу под ней.Может быть кто то сталкивался с настройкой этого аддона,буду очень благодарен за помощь,а то у меня никак не получается :(
    Файл CSS прилагаю:
    Код (CODE):
    1. /* extravote.css */
    2. div.extravote-container{display:inline-block;line-height:25px;vertical-align:middle;}
    3. div.extravote-container-small{display:inline-block;line-height:22px;vertical-align:middle}
    4. div.extravote-container ul.extravote-stars{height:25px;width:125px;padding:0;margin:0;}
    5. div.extravote-container-small ul.extravote-stars-small{height:22px;width:110px;padding:0;margin:0;}
    6. div.extravote-container ul.extravote-stars, div.extravote-container ul.extravote-stars li a:hover, div.extravote-container ul.extravote-stars li.current-rating {background:transparent url(star.gif) repeat-x scroll left -1000px;}
    7. div.extravote-container-small ul.extravote-stars-small, div.extravote-container-small ul.extravote-stars-small li a:hover, div.extravote-container-small ul.extravote-stars-small li.current-rating {background:transparent url(star_small.gif) repeat-x scroll left -1000px;}
    8. div.extravote-container ul.extravote-stars,div.extravote-container-small ul.extravote-stars-small {background-position:left top;list-style-image:none;list-style-position:outside;list-style-type:none;margin:0pt;overflow:hidden;padding:0pt;position:relative;}
    9. div.extravote-container ul.extravote-stars li, div.extravote-container-small ul.extravote-stars-small li {background-image:none;display:inline;padding:0pt;}
    10. div.extravote-container ul.extravote-stars li a, div.extravote-container ul.extravote-stars li.current-rating,div.extravote-container-small ul.extravote-stars-small li a, div.extravote-container-small ul.extravote-stars-small li.current-rating {border:medium none;cursor:pointer;left:0pt;outline-color:-moz-use-text-color;outline-style:none;outline-width:medium;overflow:hidden;position:absolute;text-indent:-1000em;top:0pt;}
    11. div.extravote-container ul.extravote-stars li a, div.extravote-container ul.extravote-stars li.current-rating {height:25px;line-height:25px;}
    12. div.extravote-container-small ul.extravote-stars-small li a, div.extravote-container-small ul.extravote-stars-small li.current-rating {height:22px;line-height:22px;}
    13. div.extravote-container ul.extravote-stars li a:hover,div.extravote-container-small ul.extravote-stars-small li a:hover {background-position:left bottom;}
    14. div.extravote-container ul.extravote-stars li a.one-star, div.extravote-container-small ul.extravote-stars-small li a.one-star {width:20%;z-index:6;}
    15. div.extravote-container ul.extravote-stars li a.two-stars, div.extravote-container-small ul.extravote-stars-small li a.two-stars {width:40%;z-index:5;}
    16. div.extravote-container ul.extravote-stars li a.three-stars, div.extravote-container-small ul.extravote-stars-small li a.three-stars {width:60%;z-index:4;}
    17. div.extravote-container ul.extravote-stars li a.four-stars, div.extravote-container-small ul.extravote-stars-small li a.four-stars {width:80%;z-index:3;}
    18. div.extravote-container ul.extravote-stars li a.five-stars, div.extravote-container-small ul.extravote-stars-small li a.five-stars {width:100%;z-index:2;}
    19. div.extravote-container ul.extravote-stars li.current-rating,div.extravote-container-small  ul.extravote-stars-small li.current-rating {background-position:left center;margin:0px;z-index:1;}
    20. .extravote-count {vertical-align:middle;}

    Заранее благодарю!
     
  2.  

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

Загрузка...