Warning, /webapps/ocs-server/gamingfreedom/template/jRating/jquery/jRating.jquery.css is written in an unsupported language. File is not indexed.

0001 /*********************/
0002 /** jRating CSS **/
0003 /*********************/
0004 
0005 /**Div containing the color of the stars */
0006 .jRatingAverage {
0007         background-color:#f62929;
0008         position:relative;
0009         top:0;
0010         left:0;
0011         z-index:2;
0012         height:100%;
0013 }
0014 .jRatingColor {
0015         background-color:#f4c239; /* bgcolor of the stars*/
0016         position:relative;
0017         top:0;
0018         left:0;
0019         z-index:2;
0020         height:100%;
0021 }
0022 
0023 /** Div containing the stars **/
0024 .jStar {
0025         position:relative;
0026         left:0;
0027         z-index:3;
0028 }
0029 
0030 /** P containing the rate informations **/
0031 p.jRatingInfos {
0032         position:               absolute;
0033         z-index:9999;
0034         background:     transparent url('icons/bg_jRatingInfos.png') no-repeat;
0035         color:                  #FFF;
0036         display:                none;
0037         width:                  91px;
0038         height:                 29px;   
0039         font-size:16px;
0040         text-align:center;
0041         padding-top:5px;
0042 }
0043         p.jRatingInfos span.maxRate {
0044                 color:#c9c9c9;
0045                 font-size:14px;
0046         }