jquery.bt.css in BeautyTips 8
Same filename and directory in other branches
/** * 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.cssView source
- /**
- * 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;
- */
- }