You are here

jquery.bt.css in BeautyTips 8

Same filename and directory in other branches
  1. 6.2 js/jquery.bt.css
  2. 6 js/jquery.bt.css
  3. 7.2 js/jquery.bt.css
/**
 * Styling for tip content.
 *
 * Mostly for example.
 * Note: canvas (the tip itself) cannot be styled here.
 * Use javascript options for that.
 */
.bt-content {
  font-size: small;
  color: #000;
  line-height: normal;
}
/* styling for active target elements - usually for background hilighting */
.bt-active {
  /* example:
  background-color: yellow !important;
  */
}

File

js/jquery.bt.css
View source
  1. /**
  2. * Styling for tip content.
  3. *
  4. * Mostly for example.
  5. * Note: canvas (the tip itself) cannot be styled here.
  6. * Use javascript options for that.
  7. */
  8. .bt-content {
  9. font-size: small;
  10. color: #000;
  11. line-height: normal;
  12. }
  13. /* styling for active target elements - usually for background hilighting */
  14. .bt-active {
  15. /* example:
  16. background-color: yellow !important;
  17. */
  18. }