[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/plg_content_vote/css/ -> rating.css (source)

   1  .content_rating ul {
   2    list-style: none;
   3    padding-inline-start: 0;
   4    margin-bottom: 0.5em;
   5  }
   6  
   7  .content_rating .vote-star,
   8  .content_rating .vote-star-empty,
   9  .content_rating .vote-star-half {
  10    display: inline-block;
  11  }
  12  
  13  .content_rating .vote-star svg,
  14  .content_rating .vote-star-half svg {
  15    width: 1em;
  16    height: 1em;
  17    fill: #fd7e14;
  18  }
  19  
  20  .content_rating .vote-star-empty svg {
  21    width: 1em;
  22    height: 1em;
  23    fill: #d3d3d3;
  24  }
  25  
  26  .content_rating .vote-star-half {
  27    margin-inline-start: -1em;
  28  }
  29  
  30  [dir=rtl] .content_rating .vote-star-half {
  31    transform: scaleX(-1);
  32  }
  33  


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer