devdaily home | career | drupal | java | mac | mysql | perl | php | uml | unix

Drupal example source code file (lullabot.txt)

This example Drupal source code file (lullabot.txt) is included in the DevDaily.com "Drupal Source Code Warehouse" project. The intent of this project is to help you "Learn Drupal by Example".

PHP - Drupal tags/keywords

0px, 16px, 17px, 32px, a:hover, background, background-position, cancel, div, height, no-repeat, star, width

The lullabot.txt Drupal example source code

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

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

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

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

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

div.fivestar-widget div.on a {
  background-position: 0 -16px;
}
div.fivestar-widget div.hover a, div.rating div a:hover {
  background-position: 0 -32px;
}

Other Drupal examples (source code examples)

Here is a short list of links related to this Drupal lullabot.txt source code file:

new blog posts


 


"Drupal" is a registered trademark of Dries Buytaert.

our drupal tutorials and examples  
 
Sponsored by:
Mat-Su Valley Programming (Wasilla and Palmer, Alaska)

Copyright 1998-2011 Alvin Alexander, devdaily.com
All Rights Reserved.