| Server IP : 54.36.91.62 / Your IP : 216.73.217.112 Web Server : Apache System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : coopiak ( 151928) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/coopiak/amisdesseniors-fr/aix/media/kunena/core/css/ |
Upload File : |
/* -----------------------------------------------------------------------------
COMPENENTS - RATING
----------------------------------------------------------------------------- */
#krating {
display: inline-block;
left: 4px;
position: relative;
top: 4px;
}
#ktopicsform [class*='category'] #krating-top {
float: right;
}
#kunena .c-rating {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
list-style: none;
margin: 0;
padding: 0;
}
#kunena .c-rating__item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 24px;
-ms-flex: 0 0 24px;
flex: 0 0 24px;
height: 24px;
width: 24px;
background: url("../images/stars.svg") 0 0;
cursor: pointer;
}
#kunena .c-rating__item:hover,
#kunena .c-rating__item.is-active {
background-position: -24px 0;
}
#ktopicsform [class*='category'] .c-rating__item {
-webkit-box-flex: 0;
-webkit-flex: 0 0 14px;
-ms-flex: 0 0 14px;
flex: 0 0 14px;
height: 14px;
width: 14px;
background-size: 200%;
background: url("../images/stars.svg") 0 0;
cursor: pointer;
}
#ktopicsform [class*='category'] .c-rating__item.is-active {
background-position: -14px 0;
}
#ktopicsform [class*='category'] .c-rating__item .is-active:hover {
background-position: 0;
}