123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>The source code</title>
- <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
- <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
- <style type="text/css">
- .highlight { display: block; background-color: #ddd; }
- </style>
- <script type="text/javascript">
- function highlight() {
- document.getElementById(location.hash.replace(/#/, "")).className = "highlight";
- }
- </script>
- </head>
- <body onload="prettyPrint(); highlight();">
- <pre class="prettyprint lang-js">//color
- $tabbar-base-color: adjust-color($panel-base-color, $hue: 0deg, $saturation: -3.156%, $lightness: -5.294%) !default;
- $tabbar-background-gradient: 'tabbar' !default;
- //background
- $tab-base-color: adjust-color($base-color, $hue: 0deg, $saturation: 33.016%, $lightness: 9.02%) !default; //#deecfd
- $tab-base-color-over: adjust-color($tab-base-color, $hue: 0deg, $saturation: 11.429%, $lightness: 2.353%) !default;
- $tab-base-color-active: $tab-base-color !default;
- $tab-base-color-disabled: adjust-color($base-color, $hue: 0deg, $saturation: 15.873%, $lightness: 9.02%) !default; //E1ECFA
- $tab-background: $tab-base-color !default;
- $tab-background-over: $tab-base-color-over !default;
- $tab-background-active: $tab-base-color-active !default;
- $tab-background-disabled: $tab-base-color-disabled !default;
- $tab-color: adjust-color($tab-base-color, $hue: 0deg, $saturation: -45.589%, $lightness: -48.431%) !default;
- $tab-color-over: $tab-color !default;
- $tab-color-active: adjust-color($tab-color, $hue: 0deg, $saturation: 30.768%, $lightness: -13.333%) !default;
- $tab-color-disabled: #c3b3b3 !default;
- $tab-font-size: ceil($font-size * .9) !default; //11px
- $tab-font-size-over: $tab-font-size !default;
- $tab-font-size-active: $tab-font-size !default;
- $tab-font-size-disabled: $tab-font-size !default;
- $tab-font-family: $font-family !default;
- $tab-font-family-over: $tab-font-family !default;
- $tab-font-family-active: $tab-font-family !default;
- $tab-font-family-disabled: $tab-font-family !default;
- $tab-font-weight: bold !default;
- $tab-font-weight-over: $tab-font-weight !default;
- $tab-font-weight-active: $tab-font-weight !default;
- $tab-font-weight-disabled: $tab-font-weight !default;
- $tab-background-gradient: 'tab' !default;
- $tab-background-gradient-over: 'tab-over' !default;
- $tab-background-gradient-active: 'tab-active' !default;
- $tab-background-gradient-disabled: 'tab-disabled' !default;
- //borders
- $tab-inner-border: true !default;
- $tab-top-border-radius: 4px 4px 0 0 !default;
- $tab-top-border-width: 1px 1px 0 1px !default;
- $tab-top-inner-border-width: 1px 1px 0 !default;
- $tab-bottom-border-radius: 0 0 4px 4px !default;
- $tab-bottom-border-width: 0 1px 1px 1px !default;
- $tab-bottom-inner-border-width: 0 1px 1px 1px !default;
- $tab-border-color: adjust-color($tab-base-color, $hue:0deg, $saturation: -28.008%, $lightness: -20.98%) !default;
- $tab-border-color-over: $tab-border-color !default;
- $tab-border-color-active: $tab-border-color !default;
- $tab-border-color-disabled: adjust-color($base-color, $hue:0deg, $saturation: 6.349%, $lightness: -0.588%) !default;
- $tab-inner-border-color: adjust-color($tab-base-color, $hue: 0deg, $saturation: -8.571%, $lightness: 8.941%) !default;
- $tabbar-border-color: $panel-header-border-color !default;
- //size
- $tab-height: 20px !default;
- $tab-spacing: 2px !default;
- //tab bar body border and padding
- $tabbar-top-body-border-width: 1px 1px 0 !default;
- $tabbar-top-body-padding: 1px 0 3px !default;
- $tabbar-top-plain-body-border-width: 0 !default;
- $tabbar-top-plain-body-padding: 0 0 2px !default;
- $tabbar-bottom-body-border-width: 0 1px 1px !default;
- $tabbar-bottom-body-padding: 3px 0 1px !default;
- $tabbar-bottom-plain-body-border-width: 0 !default;
- $tabbar-bottom-plain-body-padding: 3px 0 0 !default;
- //closable tab
- $tab-closable-icon: 'tab/tab-default-close.gif' !default;
- $tab-closable-icon-width: 11px !default;
- $tab-closable-icon-height: 11px !default;
- $tab-closable-icon-top: 2px !default;
- $tab-closable-icon-right: 2px !default;
- $nbr-tab-closable-icon-top: 0px !default;
- $nbr-tab-closable-icon-right: 0px !default;
- //tab bar strip
- $tabbar-strip-height: 3px !default;
- $tabbar-strip-border-color: $panel-header-border-color !default;
- $tabbar-strip-background-color: $tab-base-color !default;
- $tabbar-top-strip-border-width: 1px 1px 0 !default;
- $tabbar-bottom-strip-border-width: 0 1px 1px !default;</pre>
- </body>
- </html>
|