_qtip.scss.html 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>The source code</title>
  6. <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
  7. <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
  8. <style type="text/css">
  9. .highlight { display: block; background-color: #ddd; }
  10. </style>
  11. <script type="text/javascript">
  12. function highlight() {
  13. document.getElementById(location.hash.replace(/#/, "")).className = "highlight";
  14. }
  15. </script>
  16. </head>
  17. <body onload="prettyPrint(); highlight();">
  18. <pre class="prettyprint lang-js">$tip-base-color: adjust-color($base-color, $hue: 2.121deg, $saturation: 44.444%, $lightness: 11.569%) !default;
  19. //background
  20. $tip-background-color: $tip-base-color !default;
  21. $tip-background-gradient: null !default;
  22. //text
  23. $tip-body-color : adjust-color($neutral-color, $hue: 0deg, $saturation: 0%, $lightness: -66.667%) !default;
  24. $tip-body-font-size : ceil($font-size * .9) !default;
  25. $tip-body-font-weight: normal !default;
  26. $tip-body-padding: 3px !default;
  27. $tip-body-link-color: darken($tip-body-color, 10%) !default;
  28. $tip-header-color : $tip-body-color !default;
  29. $tip-header-font-size : $tip-body-font-size !default;
  30. $tip-header-font-weight: bold !default;
  31. $tip-header-padding : 3px 3px 0 !default;
  32. //borders
  33. $tip-border-color: adjust-color($tip-base-color, $hue: -1.705deg, $saturation: -60.494%, $lightness: -27.451%) !default;
  34. $tip-border-width: 1px !default;
  35. $tip-border-radius: 3px !default;
  36. //error tips
  37. $tip-error-inner-border-color: #d87166 !default;
  38. $tip-error-border-color: #a1311f !default;
  39. $tip-error-border-radius: 5px !default;
  40. $tip-error-border-width: 1px !default;
  41. $tip-error-background-color: #fff !default;
  42. </pre>
  43. </body>
  44. </html>