Projet

Général

Profil

Paste
Télécharger (734 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / fivestar / widgets / lullabot / lullabot.txt @ d50a36e0

1
/* Static View-only Star Version */
2
div.fivestar-widget-static .star {
3
  width: 17px;
4
  height: 16px;
5
  background: url(lullabot.gif) no-repeat 0 0px;
6
}
7

    
8
div.fivestar-widget-static .star span.on {
9
  background: url(lullabot.gif) no-repeat 0 -32px;
10
}
11

    
12
div.fivestar-widget-static .star span.off {
13
  background: url(lullabot.gif) no-repeat 0 0px;
14
}
15

    
16
/* Javascript Star Version */
17
div.fivestar-widget .cancel, div.fivestar-widget .star {
18
  width: 17px;
19
  height: 16px;
20
}
21

    
22
div.fivestar-widget .star, div.fivestar-widget .star a {
23
  background: url(lullabot.gif) no-repeat 0 0px;
24
}
25

    
26
div.fivestar-widget div.on a {
27
  background-position: 0 -16px;
28
}
29
div.fivestar-widget div.hover a, div.rating div a:hover {
30
  background-position: 0 -32px;
31
}