You are here

jquery.bt.css in BeautyTips 6

Same filename and directory in other branches
  1. 8 js/jquery.bt.css
  2. 6.2 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. * mostly for example
  4. * note: canvas (the tip itself) cannot be styled here. use javascript options for that.
  5. */
  6. .bt-content {
  7. font-size: small;
  8. color: #000;
  9. line-height: normal;
  10. }
  11. /* styling for active target elements - usually for background hilighting */
  12. .bt-active {
  13. /* example:
  14. background-color: yellow !important;
  15. */
  16. }