In dieser Vorlage finden Sie die CSS-Anweisungen für die Darstellung der Bewertungsbalken. Fügen Sie diese bitte in Ihre Styles-Datei ein.

/* CSS Document */
 
.rating_ekomi_graphic_line {
margin-bottom: 2px;
}
 
.rating_ekomi_graphic_line a {
margin-right: 5px;
text-decoration: none;
}
 
.rating_ekomi_graphic_line a:hover {
text-decoration: underline;
cursor: pointer;
}
 
.rating_ekomi_graphic_line_complete {
margin-right: 5px;
background: #f4f4f4;
border: 1px solid #ddd;
display: inline-block;
vertical-align: middle;
width: 180px;
height: 18px;
position: relative;
}
 
.rating_ekomi_graphic_line_complete a {
font-size: 11px;
}
 
.rating_ekomi_graphic_line_filler {
background: #ffc757;
height: 100%;
}
 
.rating_ekomi_graphic_line_0 a,
.rating_ekomi_graphic_line_0 a:hover {
color: #999;
text-decoration: none !important;
cursor: default;
}
 
.rating_ekomi_graphic_score {
color: #666;
position: absolute;
right: 10px;
top: 3px;
}