11308 lines
467 KiB
CSS
11308 lines
467 KiB
CSS
|
/* line 3, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_reset.scss */
|
||
|
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3,
|
||
|
h4, h5, h6, pre, code, form, fieldset, legend,
|
||
|
input, textarea, p, blockquote, th, td {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
/* line 8, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_reset.scss */
|
||
|
table {
|
||
|
border-collapse: collapse;
|
||
|
border-spacing: 0;
|
||
|
}
|
||
|
|
||
|
/* line 13, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_reset.scss */
|
||
|
fieldset, img {
|
||
|
border: 0;
|
||
|
}
|
||
|
|
||
|
/* line 18, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_reset.scss */
|
||
|
address, caption, cite, code,
|
||
|
dfn, em, strong, th, var {
|
||
|
font-style: normal;
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
|
||
|
/* line 23, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_reset.scss */
|
||
|
li {
|
||
|
list-style: none;
|
||
|
}
|
||
|
|
||
|
/* line 27, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_reset.scss */
|
||
|
caption, th {
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
/* line 31, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_reset.scss */
|
||
|
h1, h2, h3, h4, h5, h6 {
|
||
|
font-size: 100%;
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
|
||
|
/* line 37, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_reset.scss */
|
||
|
q:before,
|
||
|
q:after {
|
||
|
content: "";
|
||
|
}
|
||
|
|
||
|
/* line 41, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_reset.scss */
|
||
|
abbr, acronym {
|
||
|
border: 0;
|
||
|
font-variant: normal;
|
||
|
}
|
||
|
|
||
|
/* line 46, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_reset.scss */
|
||
|
sup {
|
||
|
vertical-align: text-top;
|
||
|
}
|
||
|
|
||
|
/* line 50, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_reset.scss */
|
||
|
sub {
|
||
|
vertical-align: text-bottom;
|
||
|
}
|
||
|
|
||
|
/* line 54, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_reset.scss */
|
||
|
input, textarea, select {
|
||
|
font-family: inherit;
|
||
|
font-size: inherit;
|
||
|
font-weight: inherit;
|
||
|
}
|
||
|
|
||
|
/* line 60, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_reset.scss */
|
||
|
*:focus {
|
||
|
outline: none;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*
|
||
|
* Global CSS variables and mixins of Sencha Touch.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-html-style
|
||
|
* Optionally remove included HTML styles/typography (for components with styleHtmlContent: true).
|
||
|
* Styles are scoped to .x-html. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-icons
|
||
|
* Optionally remove the default icon set which includes the following toolbar and tab bar icons: action,
|
||
|
* add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites,
|
||
|
* home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash,
|
||
|
* and user. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-form-sliders
|
||
|
* Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-floating-panels
|
||
|
* Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-uis
|
||
|
* Decides whether or not to include the default UIs for all components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-highlights=true
|
||
|
* Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging,
|
||
|
* non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-border-radius
|
||
|
* Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $basic-slider
|
||
|
* Optionally remove CSS3 effects from the slider component for improved performance.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $base-color
|
||
|
* The primary color variable from which most elements derive their color scheme.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {string} $base-gradient
|
||
|
* The primary gradient variable from which most elements derive their color scheme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {font-family} $font-family
|
||
|
* The font-family to be used throughout the theme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $alert-color
|
||
|
* Color used for elements like badges, errors, and "decline" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $confirm-color
|
||
|
* Color used for elements like success messages, and "confirm" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $active-color
|
||
|
* Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $neutral-color
|
||
|
* Color used for the neautral `ui` for Toolbars and Tabbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $page-bg-color
|
||
|
* Background color for fullscreen components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-row-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-list-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* Background noise recipe
|
||
|
*
|
||
|
* This recipe use a sass function to generate a .png file
|
||
|
*
|
||
|
* Inspired by a jQuery plugin "Noisy" by Daniel Rapp @DanielRapp
|
||
|
* @link https://github.com/DanielRapp/Noisy
|
||
|
*
|
||
|
* Converted using Sass by Aaron Russell @aaronrussell & Philipp Bosch @philippbosch
|
||
|
* @link https://gist.github.com/1021332
|
||
|
*
|
||
|
* Ported to a sass gem by Antti Salonen @antsa
|
||
|
* @link https://github.com/antsa/sassy_noise
|
||
|
*
|
||
|
* Mixin: background-noise
|
||
|
* Function: background_noise
|
||
|
*
|
||
|
* @author Daniel Rapp @DanielRapp
|
||
|
* @author Aaron Russell @aaronrussell
|
||
|
* @author Philipp Bosch @philippbosch
|
||
|
* @author Antti Salonen @antsa
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Gradients
|
||
|
* @author David Kaneda http://www.davidkaneda.com/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a background gradient into a specified selector.
|
||
|
*
|
||
|
* @include background-gradient(#444, 'glossy');
|
||
|
*
|
||
|
* You can also use color-stops if you want full control of the gradient:
|
||
|
*
|
||
|
* @include background-gradient(#444, color-stops(#333, #222, #111));
|
||
|
*
|
||
|
* @param {color} $bg-color
|
||
|
* The base color of the gradient.
|
||
|
*
|
||
|
* @param {string/list} $type
|
||
|
* The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or linear:
|
||
|
*
|
||
|
* @include background-gradient(red, 'glossy');
|
||
|
*
|
||
|
* It can also accept a list of color-stop values:;
|
||
|
*
|
||
|
* @include background-gradient(black, color-stops(#333, #111, #000));
|
||
|
*
|
||
|
* @param {string} $direction
|
||
|
* The direction of the gradient.
|
||
|
*/
|
||
|
/**
|
||
|
* Blueprint grid background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#blueprint-grid
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Background overlay inspired by Google Chrome modal overlay
|
||
|
*
|
||
|
* @author Maxime Thirouin @MoOx maxime.thirouin@gmail.com
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com @davidkaneda for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tartan
|
||
|
*
|
||
|
* @author Marta Armada http://swwweet.com/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Carbon Fiber background pattern
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com/ for the Sass mixin
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background patterns
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#horizontal-stripes
|
||
|
* @link http://lea.verou.me/css3patterns/#vertical-stripes
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Cicada background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#cicada-stripes
|
||
|
*
|
||
|
* @author Randy Merril http://forthedeveloper.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Tablecloth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tablecloth
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Lined paper background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#lined-paper
|
||
|
*
|
||
|
* @author Sarah Backhouse http://www.jadu.net/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Madras background pattern
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#madras
|
||
|
*
|
||
|
* @author Divya Manian http://nimbupani.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Checkerboard background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#checkerboard
|
||
|
* @link http://lea.verou.me/css3patterns/#diagonal-checkerboard
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Houndstooth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#houndstooth
|
||
|
*
|
||
|
* @author Antoine Bernier http://abernier.name for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Polkadot background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#polka-dot
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Color
|
||
|
* @author David Kaneda - http://www.davidkaneda.com
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the brightness (out of 100) of a specified color.
|
||
|
* @todo explain why this is useful
|
||
|
* @param {color} $color The color you want the brightness value of
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the luminosity for a specified color
|
||
|
* @param {color} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the contrast ratio between two colors
|
||
|
* @param {color1} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Colors the text of an element based on lightness of its background.
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff); // Colors text black.
|
||
|
* }
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff, 40%); // Colors text gray.
|
||
|
* }
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $contrast Contrast of text color to its background.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*/
|
||
|
/**
|
||
|
* Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true).
|
||
|
*
|
||
|
* @include pictos-iconmask('attachment');
|
||
|
*
|
||
|
* @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png).
|
||
|
*/
|
||
|
/**
|
||
|
* Includes the default styles for toolbar buttons, mostly used as a helper function.
|
||
|
*
|
||
|
* @param {color} $bg-color Base color to be used for the button.
|
||
|
* @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small text shadow (or highlight) to give the impression of beveled text.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small box shadow (or highlight) to give the impression of being beveled.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds basic styles to :before or :after pseudo-elements.
|
||
|
*
|
||
|
* .my-element:after {
|
||
|
* @include insertion(50px, 50px);
|
||
|
* }
|
||
|
*
|
||
|
* @param {measurement} $width Height of pseudo-element.
|
||
|
* @param {measurement} $height Height of pseudo-element.
|
||
|
* @param {measurement} $top Top positioning of pseudo-element.
|
||
|
* @param {measurement} $left Left positioning of pseudo-element.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes an element stretch to its parent's bounds.
|
||
|
*/
|
||
|
/**
|
||
|
* Bevels the text based on its background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @see bevel-text
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Creates a background gradient for masked elements, based on the lightness of their background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $percent Contrast of the new gradient to its background.
|
||
|
* @param {percent} $style Gradient style of the gradient.
|
||
|
* @see background-gradient
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes the element text overflow to use ellipsis.
|
||
|
*/
|
||
|
/* line 10, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
html, body {
|
||
|
font-family: "Helvetica Neue", HelveticaNeue, "Helvetica-Neue", Helvetica, "BBAlpha Sans", sans-serif;
|
||
|
font-weight: normal;
|
||
|
position: relative;
|
||
|
-webkit-text-size-adjust: none;
|
||
|
}
|
||
|
|
||
|
/* line 17, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
body.x-desktop {
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
/* line 21, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
*, *:after, *:before {
|
||
|
-webkit-box-sizing: border-box;
|
||
|
box-sizing: border-box;
|
||
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||
|
-webkit-user-select: none;
|
||
|
-webkit-touch-callout: none;
|
||
|
-webkit-user-drag: none;
|
||
|
}
|
||
|
|
||
|
/* line 29, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
.x-ios.x-tablet .x-landscape * {
|
||
|
-webkit-text-stroke: 1px transparent;
|
||
|
}
|
||
|
|
||
|
/* line 33, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
body {
|
||
|
font-size: 104%;
|
||
|
}
|
||
|
|
||
|
/* line 37, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
body.x-android.x-phone {
|
||
|
font-size: 116%;
|
||
|
}
|
||
|
|
||
|
/* line 41, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
body.x-android.x-phone.x-silk {
|
||
|
font-size: 130%;
|
||
|
}
|
||
|
|
||
|
/* line 45, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
body.x-ios.x-phone {
|
||
|
font-size: 114%;
|
||
|
}
|
||
|
|
||
|
/* line 49, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
body.x-desktop {
|
||
|
font-size: 114%;
|
||
|
}
|
||
|
|
||
|
/* line 53, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
input, textarea {
|
||
|
-webkit-user-select: text;
|
||
|
}
|
||
|
|
||
|
/* line 57, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
.x-hidden-visibility {
|
||
|
visibility: hidden !important;
|
||
|
}
|
||
|
|
||
|
/* line 61, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
.x-hidden-display, .x-field-hidden {
|
||
|
display: none !important;
|
||
|
}
|
||
|
|
||
|
/* line 65, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
.x-hidden-offsets {
|
||
|
position: absolute !important;
|
||
|
left: -10000em;
|
||
|
top: -10000em;
|
||
|
visibility: hidden;
|
||
|
}
|
||
|
|
||
|
/* line 72, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
.x-fullscreen {
|
||
|
position: absolute !important;
|
||
|
}
|
||
|
|
||
|
/* line 79, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
.x-desktop .x-body-stretcher {
|
||
|
margin-bottom: 0px;
|
||
|
}
|
||
|
|
||
|
/* line 83, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
.x-mask {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
bottom: 0;
|
||
|
right: 0;
|
||
|
height: 100%;
|
||
|
z-index: 10;
|
||
|
display: -webkit-box;
|
||
|
display: box;
|
||
|
-webkit-box-align: center;
|
||
|
box-align: center;
|
||
|
-webkit-box-pack: center;
|
||
|
box-pack: center;
|
||
|
background: rgba(0, 0, 0, 0.3) center center no-repeat;
|
||
|
}
|
||
|
/* line 100, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
.x-mask.x-mask-gray {
|
||
|
background-color: rgba(0, 0, 0, 0.5);
|
||
|
}
|
||
|
/* line 104, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
.x-mask.x-mask-transparent {
|
||
|
background-color: transparent;
|
||
|
}
|
||
|
/* line 108, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
.x-mask .x-mask-inner {
|
||
|
position: relative;
|
||
|
background: rgba(0, 0, 0, 0.25);
|
||
|
color: #fff;
|
||
|
text-align: center;
|
||
|
padding: .4em;
|
||
|
font-size: .95em;
|
||
|
font-weight: bold;
|
||
|
-webkit-border-radius: 0.5em;
|
||
|
border-radius: 0.5em;
|
||
|
}
|
||
|
/* line 119, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
.x-mask .x-loading-spinner-outer {
|
||
|
display: -webkit-box;
|
||
|
display: box;
|
||
|
-webkit-box-orient: vertical;
|
||
|
box-orient: vertical;
|
||
|
-webkit-box-align: center;
|
||
|
box-align: center;
|
||
|
-webkit-box-pack: center;
|
||
|
box-pack: center;
|
||
|
width: 100%;
|
||
|
min-width: 8.5em;
|
||
|
height: 8.5em;
|
||
|
}
|
||
|
/* line 130, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
.x-mask.x-indicator-hidden .x-mask-inner {
|
||
|
padding-bottom: 0 !important;
|
||
|
}
|
||
|
/* line 133, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
.x-mask.x-indicator-hidden .x-loading-spinner-outer {
|
||
|
display: none;
|
||
|
}
|
||
|
/* line 136, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
.x-mask.x-indicator-hidden .x-mask-message {
|
||
|
position: relative;
|
||
|
bottom: .25em;
|
||
|
}
|
||
|
/* line 142, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
.x-mask .x-mask-message {
|
||
|
position: absolute;
|
||
|
bottom: 1.7em;
|
||
|
text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0;
|
||
|
-webkit-box-flex: 0 !important;
|
||
|
max-width: 13em;
|
||
|
min-width: 8.5em;
|
||
|
}
|
||
|
/* line 152, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
.x-mask.x-has-message .x-mask-inner {
|
||
|
padding-bottom: 2em;
|
||
|
}
|
||
|
/* line 156, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
.x-mask.x-has-message .x-loading-spinner-outer {
|
||
|
height: 7.5em;
|
||
|
}
|
||
|
|
||
|
/* line 162, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
.x-draggable {
|
||
|
z-index: 1;
|
||
|
}
|
||
|
|
||
|
/* line 166, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
.x-dragging {
|
||
|
opacity: 0.7;
|
||
|
}
|
||
|
|
||
|
/* line 170, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
.x-panel-list {
|
||
|
background-color: white;
|
||
|
}
|
||
|
|
||
|
/* line 175, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
.x-html {
|
||
|
-webkit-user-select: auto;
|
||
|
-webkit-touch-callout: inherit;
|
||
|
line-height: 1.5;
|
||
|
color: #333;
|
||
|
font-size: .8em;
|
||
|
padding: 1.2em;
|
||
|
}
|
||
|
/* line 33, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html body {
|
||
|
line-height: 1.5;
|
||
|
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
|
||
|
color: #333333;
|
||
|
font-size: 75%;
|
||
|
}
|
||
|
/* line 51, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html h1, .x-html h2, .x-html h3, .x-html h4, .x-html h5, .x-html h6 {
|
||
|
font-weight: normal;
|
||
|
color: #222222;
|
||
|
}
|
||
|
/* line 52, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html h1 img, .x-html h2 img, .x-html h3 img, .x-html h4 img, .x-html h5 img, .x-html h6 img {
|
||
|
margin: 0;
|
||
|
}
|
||
|
/* line 53, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html h1 {
|
||
|
font-size: 3em;
|
||
|
line-height: 1;
|
||
|
margin-bottom: 0.50em;
|
||
|
}
|
||
|
/* line 54, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html h2 {
|
||
|
font-size: 2em;
|
||
|
margin-bottom: 0.75em;
|
||
|
}
|
||
|
/* line 55, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html h3 {
|
||
|
font-size: 1.5em;
|
||
|
line-height: 1;
|
||
|
margin-bottom: 1.00em;
|
||
|
}
|
||
|
/* line 56, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html h4 {
|
||
|
font-size: 1.2em;
|
||
|
line-height: 1.25;
|
||
|
margin-bottom: 1.25em;
|
||
|
}
|
||
|
/* line 57, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html h5 {
|
||
|
font-size: 1em;
|
||
|
font-weight: bold;
|
||
|
margin-bottom: 1.50em;
|
||
|
}
|
||
|
/* line 58, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html h6 {
|
||
|
font-size: 1em;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
/* line 59, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html p {
|
||
|
margin: 0 0 1.5em;
|
||
|
}
|
||
|
/* line 60, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html p .left {
|
||
|
display: inline;
|
||
|
float: left;
|
||
|
margin: 1.5em 1.5em 1.5em 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
/* line 61, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html p .right {
|
||
|
display: inline;
|
||
|
float: right;
|
||
|
margin: 1.5em 0 1.5em 1.5em;
|
||
|
padding: 0;
|
||
|
}
|
||
|
/* line 62, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html a {
|
||
|
text-decoration: underline;
|
||
|
color: #0066cc;
|
||
|
}
|
||
|
/* line 18, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
|
||
|
.x-html a:visited {
|
||
|
color: #004c99;
|
||
|
}
|
||
|
/* line 21, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
|
||
|
.x-html a:focus {
|
||
|
color: #0099ff;
|
||
|
}
|
||
|
/* line 24, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
|
||
|
.x-html a:hover {
|
||
|
color: #0099ff;
|
||
|
}
|
||
|
/* line 27, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
|
||
|
.x-html a:active {
|
||
|
color: #bf00ff;
|
||
|
}
|
||
|
/* line 63, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html blockquote {
|
||
|
margin: 1.5em;
|
||
|
color: #666666;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
/* line 64, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html strong, .x-html dfn {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
/* line 65, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html em, .x-html dfn {
|
||
|
font-style: italic;
|
||
|
}
|
||
|
/* line 66, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html sup, .x-html sub {
|
||
|
line-height: 0;
|
||
|
}
|
||
|
/* line 67, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html abbr, .x-html acronym {
|
||
|
border-bottom: 1px dotted #666666;
|
||
|
}
|
||
|
/* line 68, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html address {
|
||
|
margin: 0 0 1.5em;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
/* line 69, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html del {
|
||
|
color: #666666;
|
||
|
}
|
||
|
/* line 70, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html pre {
|
||
|
margin: 1.5em 0;
|
||
|
white-space: pre;
|
||
|
}
|
||
|
/* line 71, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html pre, .x-html code, .x-html tt {
|
||
|
font: 1em "andale mono", "lucida console", monospace;
|
||
|
line-height: 1.5;
|
||
|
}
|
||
|
/* line 72, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html li ul, .x-html li ol {
|
||
|
margin: 0;
|
||
|
}
|
||
|
/* line 73, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html ul, .x-html ol {
|
||
|
margin: 0 1.5em 1.5em 0;
|
||
|
padding-left: 1.5em;
|
||
|
}
|
||
|
/* line 74, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html ul {
|
||
|
list-style-type: disc;
|
||
|
}
|
||
|
/* line 75, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html ol {
|
||
|
list-style-type: decimal;
|
||
|
}
|
||
|
/* line 76, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html dl {
|
||
|
margin: 0 0 1.5em 0;
|
||
|
}
|
||
|
/* line 77, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html dl dt {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
/* line 78, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html dd {
|
||
|
margin-left: 1.5em;
|
||
|
}
|
||
|
/* line 79, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html table {
|
||
|
margin-bottom: 1.4em;
|
||
|
width: 100%;
|
||
|
}
|
||
|
/* line 80, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html th {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
/* line 81, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html thead th {
|
||
|
background: #c3d9ff;
|
||
|
}
|
||
|
/* line 82, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html th, .x-html td, .x-html caption {
|
||
|
padding: 4px 10px 4px 5px;
|
||
|
}
|
||
|
/* line 85, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html table.striped tr:nth-child(even) td,
|
||
|
.x-html table tr.even td {
|
||
|
background: #e5ecf9;
|
||
|
}
|
||
|
/* line 86, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html tfoot {
|
||
|
font-style: italic;
|
||
|
}
|
||
|
/* line 87, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html caption {
|
||
|
background: #eeeeee;
|
||
|
}
|
||
|
/* line 88, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html .quiet {
|
||
|
color: #666666;
|
||
|
}
|
||
|
/* line 89, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
|
||
|
.x-html .loud {
|
||
|
color: #111111;
|
||
|
}
|
||
|
/* line 185, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
.x-html ul li {
|
||
|
list-style-type: circle;
|
||
|
}
|
||
|
/* line 188, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
.x-html ol li {
|
||
|
list-style-type: decimal;
|
||
|
}
|
||
|
|
||
|
/* line 194, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
.x-video {
|
||
|
background-color: #000;
|
||
|
}
|
||
|
|
||
|
/* line 198, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
.x-sortable .x-dragging {
|
||
|
opacity: 1;
|
||
|
z-index: 5;
|
||
|
}
|
||
|
|
||
|
/* line 203, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_core.scss */
|
||
|
.x-layout-card-item {
|
||
|
background: #eeeeee;
|
||
|
}
|
||
|
|
||
|
/* line 1, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_map.scss */
|
||
|
.x-map {
|
||
|
background-color: #edeae2;
|
||
|
}
|
||
|
/* line 3, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_map.scss */
|
||
|
.x-map * {
|
||
|
-webkit-box-sizing: content-box;
|
||
|
box-sizing: content-box;
|
||
|
}
|
||
|
|
||
|
/* line 9, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_map.scss */
|
||
|
.x-mask-map {
|
||
|
background: transparent !important;
|
||
|
}
|
||
|
|
||
|
/* line 13, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_map.scss */
|
||
|
.x-map-container {
|
||
|
position: absolute !important;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*
|
||
|
* Global CSS variables and mixins of Sencha Touch.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-html-style
|
||
|
* Optionally remove included HTML styles/typography (for components with styleHtmlContent: true).
|
||
|
* Styles are scoped to .x-html. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-icons
|
||
|
* Optionally remove the default icon set which includes the following toolbar and tab bar icons: action,
|
||
|
* add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites,
|
||
|
* home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash,
|
||
|
* and user. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-form-sliders
|
||
|
* Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-floating-panels
|
||
|
* Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-uis
|
||
|
* Decides whether or not to include the default UIs for all components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-highlights=true
|
||
|
* Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging,
|
||
|
* non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-border-radius
|
||
|
* Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $basic-slider
|
||
|
* Optionally remove CSS3 effects from the slider component for improved performance.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $base-color
|
||
|
* The primary color variable from which most elements derive their color scheme.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {string} $base-gradient
|
||
|
* The primary gradient variable from which most elements derive their color scheme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {font-family} $font-family
|
||
|
* The font-family to be used throughout the theme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $alert-color
|
||
|
* Color used for elements like badges, errors, and "decline" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $confirm-color
|
||
|
* Color used for elements like success messages, and "confirm" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $active-color
|
||
|
* Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $neutral-color
|
||
|
* Color used for the neautral `ui` for Toolbars and Tabbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $page-bg-color
|
||
|
* Background color for fullscreen components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-row-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-list-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* Background noise recipe
|
||
|
*
|
||
|
* This recipe use a sass function to generate a .png file
|
||
|
*
|
||
|
* Inspired by a jQuery plugin "Noisy" by Daniel Rapp @DanielRapp
|
||
|
* @link https://github.com/DanielRapp/Noisy
|
||
|
*
|
||
|
* Converted using Sass by Aaron Russell @aaronrussell & Philipp Bosch @philippbosch
|
||
|
* @link https://gist.github.com/1021332
|
||
|
*
|
||
|
* Ported to a sass gem by Antti Salonen @antsa
|
||
|
* @link https://github.com/antsa/sassy_noise
|
||
|
*
|
||
|
* Mixin: background-noise
|
||
|
* Function: background_noise
|
||
|
*
|
||
|
* @author Daniel Rapp @DanielRapp
|
||
|
* @author Aaron Russell @aaronrussell
|
||
|
* @author Philipp Bosch @philippbosch
|
||
|
* @author Antti Salonen @antsa
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Gradients
|
||
|
* @author David Kaneda http://www.davidkaneda.com/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a background gradient into a specified selector.
|
||
|
*
|
||
|
* @include background-gradient(#444, 'glossy');
|
||
|
*
|
||
|
* You can also use color-stops if you want full control of the gradient:
|
||
|
*
|
||
|
* @include background-gradient(#444, color-stops(#333, #222, #111));
|
||
|
*
|
||
|
* @param {color} $bg-color
|
||
|
* The base color of the gradient.
|
||
|
*
|
||
|
* @param {string/list} $type
|
||
|
* The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or linear:
|
||
|
*
|
||
|
* @include background-gradient(red, 'glossy');
|
||
|
*
|
||
|
* It can also accept a list of color-stop values:;
|
||
|
*
|
||
|
* @include background-gradient(black, color-stops(#333, #111, #000));
|
||
|
*
|
||
|
* @param {string} $direction
|
||
|
* The direction of the gradient.
|
||
|
*/
|
||
|
/**
|
||
|
* Blueprint grid background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#blueprint-grid
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Background overlay inspired by Google Chrome modal overlay
|
||
|
*
|
||
|
* @author Maxime Thirouin @MoOx maxime.thirouin@gmail.com
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com @davidkaneda for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tartan
|
||
|
*
|
||
|
* @author Marta Armada http://swwweet.com/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Carbon Fiber background pattern
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com/ for the Sass mixin
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background patterns
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#horizontal-stripes
|
||
|
* @link http://lea.verou.me/css3patterns/#vertical-stripes
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Cicada background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#cicada-stripes
|
||
|
*
|
||
|
* @author Randy Merril http://forthedeveloper.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Tablecloth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tablecloth
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Lined paper background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#lined-paper
|
||
|
*
|
||
|
* @author Sarah Backhouse http://www.jadu.net/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Madras background pattern
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#madras
|
||
|
*
|
||
|
* @author Divya Manian http://nimbupani.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Checkerboard background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#checkerboard
|
||
|
* @link http://lea.verou.me/css3patterns/#diagonal-checkerboard
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Houndstooth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#houndstooth
|
||
|
*
|
||
|
* @author Antoine Bernier http://abernier.name for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Polkadot background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#polka-dot
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Color
|
||
|
* @author David Kaneda - http://www.davidkaneda.com
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the brightness (out of 100) of a specified color.
|
||
|
* @todo explain why this is useful
|
||
|
* @param {color} $color The color you want the brightness value of
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the luminosity for a specified color
|
||
|
* @param {color} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the contrast ratio between two colors
|
||
|
* @param {color1} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Colors the text of an element based on lightness of its background.
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff); // Colors text black.
|
||
|
* }
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff, 40%); // Colors text gray.
|
||
|
* }
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $contrast Contrast of text color to its background.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*/
|
||
|
/**
|
||
|
* Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true).
|
||
|
*
|
||
|
* @include pictos-iconmask('attachment');
|
||
|
*
|
||
|
* @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png).
|
||
|
*/
|
||
|
/**
|
||
|
* Includes the default styles for toolbar buttons, mostly used as a helper function.
|
||
|
*
|
||
|
* @param {color} $bg-color Base color to be used for the button.
|
||
|
* @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small text shadow (or highlight) to give the impression of beveled text.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small box shadow (or highlight) to give the impression of being beveled.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds basic styles to :before or :after pseudo-elements.
|
||
|
*
|
||
|
* .my-element:after {
|
||
|
* @include insertion(50px, 50px);
|
||
|
* }
|
||
|
*
|
||
|
* @param {measurement} $width Height of pseudo-element.
|
||
|
* @param {measurement} $height Height of pseudo-element.
|
||
|
* @param {measurement} $top Top positioning of pseudo-element.
|
||
|
* @param {measurement} $left Left positioning of pseudo-element.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes an element stretch to its parent's bounds.
|
||
|
*/
|
||
|
/**
|
||
|
* Bevels the text based on its background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @see bevel-text
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Creates a background gradient for masked elements, based on the lightness of their background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $percent Contrast of the new gradient to its background.
|
||
|
* @param {percent} $style Gradient style of the gradient.
|
||
|
* @see background-gradient
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes the element text overflow to use ellipsis.
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*
|
||
|
* Global CSS variables and mixins of Sencha Touch.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-html-style
|
||
|
* Optionally remove included HTML styles/typography (for components with styleHtmlContent: true).
|
||
|
* Styles are scoped to .x-html. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-icons
|
||
|
* Optionally remove the default icon set which includes the following toolbar and tab bar icons: action,
|
||
|
* add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites,
|
||
|
* home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash,
|
||
|
* and user. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-form-sliders
|
||
|
* Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-floating-panels
|
||
|
* Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-uis
|
||
|
* Decides whether or not to include the default UIs for all components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-highlights=true
|
||
|
* Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging,
|
||
|
* non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-border-radius
|
||
|
* Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $basic-slider
|
||
|
* Optionally remove CSS3 effects from the slider component for improved performance.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $base-color
|
||
|
* The primary color variable from which most elements derive their color scheme.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {string} $base-gradient
|
||
|
* The primary gradient variable from which most elements derive their color scheme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {font-family} $font-family
|
||
|
* The font-family to be used throughout the theme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $alert-color
|
||
|
* Color used for elements like badges, errors, and "decline" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $confirm-color
|
||
|
* Color used for elements like success messages, and "confirm" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $active-color
|
||
|
* Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $neutral-color
|
||
|
* Color used for the neautral `ui` for Toolbars and Tabbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $page-bg-color
|
||
|
* Background color for fullscreen components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-row-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-list-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* Background noise recipe
|
||
|
*
|
||
|
* This recipe use a sass function to generate a .png file
|
||
|
*
|
||
|
* Inspired by a jQuery plugin "Noisy" by Daniel Rapp @DanielRapp
|
||
|
* @link https://github.com/DanielRapp/Noisy
|
||
|
*
|
||
|
* Converted using Sass by Aaron Russell @aaronrussell & Philipp Bosch @philippbosch
|
||
|
* @link https://gist.github.com/1021332
|
||
|
*
|
||
|
* Ported to a sass gem by Antti Salonen @antsa
|
||
|
* @link https://github.com/antsa/sassy_noise
|
||
|
*
|
||
|
* Mixin: background-noise
|
||
|
* Function: background_noise
|
||
|
*
|
||
|
* @author Daniel Rapp @DanielRapp
|
||
|
* @author Aaron Russell @aaronrussell
|
||
|
* @author Philipp Bosch @philippbosch
|
||
|
* @author Antti Salonen @antsa
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Gradients
|
||
|
* @author David Kaneda http://www.davidkaneda.com/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a background gradient into a specified selector.
|
||
|
*
|
||
|
* @include background-gradient(#444, 'glossy');
|
||
|
*
|
||
|
* You can also use color-stops if you want full control of the gradient:
|
||
|
*
|
||
|
* @include background-gradient(#444, color-stops(#333, #222, #111));
|
||
|
*
|
||
|
* @param {color} $bg-color
|
||
|
* The base color of the gradient.
|
||
|
*
|
||
|
* @param {string/list} $type
|
||
|
* The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or linear:
|
||
|
*
|
||
|
* @include background-gradient(red, 'glossy');
|
||
|
*
|
||
|
* It can also accept a list of color-stop values:;
|
||
|
*
|
||
|
* @include background-gradient(black, color-stops(#333, #111, #000));
|
||
|
*
|
||
|
* @param {string} $direction
|
||
|
* The direction of the gradient.
|
||
|
*/
|
||
|
/**
|
||
|
* Blueprint grid background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#blueprint-grid
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Background overlay inspired by Google Chrome modal overlay
|
||
|
*
|
||
|
* @author Maxime Thirouin @MoOx maxime.thirouin@gmail.com
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com @davidkaneda for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tartan
|
||
|
*
|
||
|
* @author Marta Armada http://swwweet.com/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Carbon Fiber background pattern
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com/ for the Sass mixin
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background patterns
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#horizontal-stripes
|
||
|
* @link http://lea.verou.me/css3patterns/#vertical-stripes
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Cicada background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#cicada-stripes
|
||
|
*
|
||
|
* @author Randy Merril http://forthedeveloper.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Tablecloth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tablecloth
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Lined paper background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#lined-paper
|
||
|
*
|
||
|
* @author Sarah Backhouse http://www.jadu.net/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Madras background pattern
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#madras
|
||
|
*
|
||
|
* @author Divya Manian http://nimbupani.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Checkerboard background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#checkerboard
|
||
|
* @link http://lea.verou.me/css3patterns/#diagonal-checkerboard
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Houndstooth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#houndstooth
|
||
|
*
|
||
|
* @author Antoine Bernier http://abernier.name for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Polkadot background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#polka-dot
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Color
|
||
|
* @author David Kaneda - http://www.davidkaneda.com
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the brightness (out of 100) of a specified color.
|
||
|
* @todo explain why this is useful
|
||
|
* @param {color} $color The color you want the brightness value of
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the luminosity for a specified color
|
||
|
* @param {color} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the contrast ratio between two colors
|
||
|
* @param {color1} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Colors the text of an element based on lightness of its background.
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff); // Colors text black.
|
||
|
* }
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff, 40%); // Colors text gray.
|
||
|
* }
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $contrast Contrast of text color to its background.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*/
|
||
|
/**
|
||
|
* Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true).
|
||
|
*
|
||
|
* @include pictos-iconmask('attachment');
|
||
|
*
|
||
|
* @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png).
|
||
|
*/
|
||
|
/**
|
||
|
* Includes the default styles for toolbar buttons, mostly used as a helper function.
|
||
|
*
|
||
|
* @param {color} $bg-color Base color to be used for the button.
|
||
|
* @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small text shadow (or highlight) to give the impression of beveled text.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small box shadow (or highlight) to give the impression of being beveled.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds basic styles to :before or :after pseudo-elements.
|
||
|
*
|
||
|
* .my-element:after {
|
||
|
* @include insertion(50px, 50px);
|
||
|
* }
|
||
|
*
|
||
|
* @param {measurement} $width Height of pseudo-element.
|
||
|
* @param {measurement} $height Height of pseudo-element.
|
||
|
* @param {measurement} $top Top positioning of pseudo-element.
|
||
|
* @param {measurement} $left Left positioning of pseudo-element.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes an element stretch to its parent's bounds.
|
||
|
*/
|
||
|
/**
|
||
|
* Bevels the text based on its background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @see bevel-text
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Creates a background gradient for masked elements, based on the lightness of their background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $percent Contrast of the new gradient to its background.
|
||
|
* @param {percent} $style Gradient style of the gradient.
|
||
|
* @see background-gradient
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes the element text overflow to use ellipsis.
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*
|
||
|
* Global CSS variables and mixins of Sencha Touch.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-html-style
|
||
|
* Optionally remove included HTML styles/typography (for components with styleHtmlContent: true).
|
||
|
* Styles are scoped to .x-html. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-icons
|
||
|
* Optionally remove the default icon set which includes the following toolbar and tab bar icons: action,
|
||
|
* add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites,
|
||
|
* home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash,
|
||
|
* and user. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-form-sliders
|
||
|
* Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-floating-panels
|
||
|
* Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-uis
|
||
|
* Decides whether or not to include the default UIs for all components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-highlights=true
|
||
|
* Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging,
|
||
|
* non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-border-radius
|
||
|
* Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $basic-slider
|
||
|
* Optionally remove CSS3 effects from the slider component for improved performance.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $base-color
|
||
|
* The primary color variable from which most elements derive their color scheme.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {string} $base-gradient
|
||
|
* The primary gradient variable from which most elements derive their color scheme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {font-family} $font-family
|
||
|
* The font-family to be used throughout the theme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $alert-color
|
||
|
* Color used for elements like badges, errors, and "decline" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $confirm-color
|
||
|
* Color used for elements like success messages, and "confirm" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $active-color
|
||
|
* Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $neutral-color
|
||
|
* Color used for the neautral `ui` for Toolbars and Tabbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $page-bg-color
|
||
|
* Background color for fullscreen components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-row-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-list-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* Background noise recipe
|
||
|
*
|
||
|
* This recipe use a sass function to generate a .png file
|
||
|
*
|
||
|
* Inspired by a jQuery plugin "Noisy" by Daniel Rapp @DanielRapp
|
||
|
* @link https://github.com/DanielRapp/Noisy
|
||
|
*
|
||
|
* Converted using Sass by Aaron Russell @aaronrussell & Philipp Bosch @philippbosch
|
||
|
* @link https://gist.github.com/1021332
|
||
|
*
|
||
|
* Ported to a sass gem by Antti Salonen @antsa
|
||
|
* @link https://github.com/antsa/sassy_noise
|
||
|
*
|
||
|
* Mixin: background-noise
|
||
|
* Function: background_noise
|
||
|
*
|
||
|
* @author Daniel Rapp @DanielRapp
|
||
|
* @author Aaron Russell @aaronrussell
|
||
|
* @author Philipp Bosch @philippbosch
|
||
|
* @author Antti Salonen @antsa
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Gradients
|
||
|
* @author David Kaneda http://www.davidkaneda.com/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a background gradient into a specified selector.
|
||
|
*
|
||
|
* @include background-gradient(#444, 'glossy');
|
||
|
*
|
||
|
* You can also use color-stops if you want full control of the gradient:
|
||
|
*
|
||
|
* @include background-gradient(#444, color-stops(#333, #222, #111));
|
||
|
*
|
||
|
* @param {color} $bg-color
|
||
|
* The base color of the gradient.
|
||
|
*
|
||
|
* @param {string/list} $type
|
||
|
* The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or linear:
|
||
|
*
|
||
|
* @include background-gradient(red, 'glossy');
|
||
|
*
|
||
|
* It can also accept a list of color-stop values:;
|
||
|
*
|
||
|
* @include background-gradient(black, color-stops(#333, #111, #000));
|
||
|
*
|
||
|
* @param {string} $direction
|
||
|
* The direction of the gradient.
|
||
|
*/
|
||
|
/**
|
||
|
* Blueprint grid background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#blueprint-grid
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Background overlay inspired by Google Chrome modal overlay
|
||
|
*
|
||
|
* @author Maxime Thirouin @MoOx maxime.thirouin@gmail.com
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com @davidkaneda for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tartan
|
||
|
*
|
||
|
* @author Marta Armada http://swwweet.com/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Carbon Fiber background pattern
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com/ for the Sass mixin
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background patterns
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#horizontal-stripes
|
||
|
* @link http://lea.verou.me/css3patterns/#vertical-stripes
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Cicada background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#cicada-stripes
|
||
|
*
|
||
|
* @author Randy Merril http://forthedeveloper.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Tablecloth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tablecloth
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Lined paper background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#lined-paper
|
||
|
*
|
||
|
* @author Sarah Backhouse http://www.jadu.net/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Madras background pattern
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#madras
|
||
|
*
|
||
|
* @author Divya Manian http://nimbupani.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Checkerboard background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#checkerboard
|
||
|
* @link http://lea.verou.me/css3patterns/#diagonal-checkerboard
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Houndstooth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#houndstooth
|
||
|
*
|
||
|
* @author Antoine Bernier http://abernier.name for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Polkadot background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#polka-dot
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Color
|
||
|
* @author David Kaneda - http://www.davidkaneda.com
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the brightness (out of 100) of a specified color.
|
||
|
* @todo explain why this is useful
|
||
|
* @param {color} $color The color you want the brightness value of
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the luminosity for a specified color
|
||
|
* @param {color} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the contrast ratio between two colors
|
||
|
* @param {color1} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Colors the text of an element based on lightness of its background.
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff); // Colors text black.
|
||
|
* }
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff, 40%); // Colors text gray.
|
||
|
* }
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $contrast Contrast of text color to its background.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*/
|
||
|
/**
|
||
|
* Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true).
|
||
|
*
|
||
|
* @include pictos-iconmask('attachment');
|
||
|
*
|
||
|
* @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png).
|
||
|
*/
|
||
|
/**
|
||
|
* Includes the default styles for toolbar buttons, mostly used as a helper function.
|
||
|
*
|
||
|
* @param {color} $bg-color Base color to be used for the button.
|
||
|
* @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small text shadow (or highlight) to give the impression of beveled text.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small box shadow (or highlight) to give the impression of being beveled.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds basic styles to :before or :after pseudo-elements.
|
||
|
*
|
||
|
* .my-element:after {
|
||
|
* @include insertion(50px, 50px);
|
||
|
* }
|
||
|
*
|
||
|
* @param {measurement} $width Height of pseudo-element.
|
||
|
* @param {measurement} $height Height of pseudo-element.
|
||
|
* @param {measurement} $top Top positioning of pseudo-element.
|
||
|
* @param {measurement} $left Left positioning of pseudo-element.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes an element stretch to its parent's bounds.
|
||
|
*/
|
||
|
/**
|
||
|
* Bevels the text based on its background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @see bevel-text
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Creates a background gradient for masked elements, based on the lightness of their background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $percent Contrast of the new gradient to its background.
|
||
|
* @param {percent} $style Gradient style of the gradient.
|
||
|
* @see background-gradient
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes the element text overflow to use ellipsis.
|
||
|
*/
|
||
|
/**
|
||
|
* @class Ext.Toolbar
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $toolbar-base-color
|
||
|
* The primary color variable from which toolbars derive their light and dark UIs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $toolbar-spacing
|
||
|
* Space between items in a toolbar (like buttons and fields)
|
||
|
*/
|
||
|
/**
|
||
|
* @var {string} $toolbar-gradient
|
||
|
* Background gradient style for toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-toolbar-uis
|
||
|
* Optionally disable separate toolbar UIs (light and dark).
|
||
|
*/
|
||
|
/**
|
||
|
* Includes default toolbar styles.
|
||
|
*/
|
||
|
/**
|
||
|
* Creates a theme UI for toolbars.
|
||
|
*
|
||
|
* // SCSS
|
||
|
* @include sencha-toolbar-ui('sub', #58710D, 'glossy');
|
||
|
*
|
||
|
* // JS
|
||
|
* var myTb = new Ext.Toolbar({title: 'My Green Glossy Toolbar', ui: 'sub'})
|
||
|
*
|
||
|
* @param {string} $ui-label The name of the UI being created.
|
||
|
* Can not included spaces or special punctuation (used in class names)
|
||
|
* @param {color} $color Base color for the UI.
|
||
|
* @param {string} $gradient: $toolbar-gradien Background gradient style for the UI.
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*
|
||
|
* Global CSS variables and mixins of Sencha Touch.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-html-style
|
||
|
* Optionally remove included HTML styles/typography (for components with styleHtmlContent: true).
|
||
|
* Styles are scoped to .x-html. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-icons
|
||
|
* Optionally remove the default icon set which includes the following toolbar and tab bar icons: action,
|
||
|
* add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites,
|
||
|
* home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash,
|
||
|
* and user. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-form-sliders
|
||
|
* Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-floating-panels
|
||
|
* Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-uis
|
||
|
* Decides whether or not to include the default UIs for all components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-highlights=true
|
||
|
* Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging,
|
||
|
* non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-border-radius
|
||
|
* Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $basic-slider
|
||
|
* Optionally remove CSS3 effects from the slider component for improved performance.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $base-color
|
||
|
* The primary color variable from which most elements derive their color scheme.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {string} $base-gradient
|
||
|
* The primary gradient variable from which most elements derive their color scheme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {font-family} $font-family
|
||
|
* The font-family to be used throughout the theme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $alert-color
|
||
|
* Color used for elements like badges, errors, and "decline" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $confirm-color
|
||
|
* Color used for elements like success messages, and "confirm" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $active-color
|
||
|
* Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $neutral-color
|
||
|
* Color used for the neautral `ui` for Toolbars and Tabbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $page-bg-color
|
||
|
* Background color for fullscreen components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-row-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-list-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* Background noise recipe
|
||
|
*
|
||
|
* This recipe use a sass function to generate a .png file
|
||
|
*
|
||
|
* Inspired by a jQuery plugin "Noisy" by Daniel Rapp @DanielRapp
|
||
|
* @link https://github.com/DanielRapp/Noisy
|
||
|
*
|
||
|
* Converted using Sass by Aaron Russell @aaronrussell & Philipp Bosch @philippbosch
|
||
|
* @link https://gist.github.com/1021332
|
||
|
*
|
||
|
* Ported to a sass gem by Antti Salonen @antsa
|
||
|
* @link https://github.com/antsa/sassy_noise
|
||
|
*
|
||
|
* Mixin: background-noise
|
||
|
* Function: background_noise
|
||
|
*
|
||
|
* @author Daniel Rapp @DanielRapp
|
||
|
* @author Aaron Russell @aaronrussell
|
||
|
* @author Philipp Bosch @philippbosch
|
||
|
* @author Antti Salonen @antsa
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Gradients
|
||
|
* @author David Kaneda http://www.davidkaneda.com/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a background gradient into a specified selector.
|
||
|
*
|
||
|
* @include background-gradient(#444, 'glossy');
|
||
|
*
|
||
|
* You can also use color-stops if you want full control of the gradient:
|
||
|
*
|
||
|
* @include background-gradient(#444, color-stops(#333, #222, #111));
|
||
|
*
|
||
|
* @param {color} $bg-color
|
||
|
* The base color of the gradient.
|
||
|
*
|
||
|
* @param {string/list} $type
|
||
|
* The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or linear:
|
||
|
*
|
||
|
* @include background-gradient(red, 'glossy');
|
||
|
*
|
||
|
* It can also accept a list of color-stop values:;
|
||
|
*
|
||
|
* @include background-gradient(black, color-stops(#333, #111, #000));
|
||
|
*
|
||
|
* @param {string} $direction
|
||
|
* The direction of the gradient.
|
||
|
*/
|
||
|
/**
|
||
|
* Blueprint grid background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#blueprint-grid
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Background overlay inspired by Google Chrome modal overlay
|
||
|
*
|
||
|
* @author Maxime Thirouin @MoOx maxime.thirouin@gmail.com
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com @davidkaneda for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tartan
|
||
|
*
|
||
|
* @author Marta Armada http://swwweet.com/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Carbon Fiber background pattern
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com/ for the Sass mixin
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background patterns
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#horizontal-stripes
|
||
|
* @link http://lea.verou.me/css3patterns/#vertical-stripes
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Cicada background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#cicada-stripes
|
||
|
*
|
||
|
* @author Randy Merril http://forthedeveloper.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Tablecloth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tablecloth
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Lined paper background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#lined-paper
|
||
|
*
|
||
|
* @author Sarah Backhouse http://www.jadu.net/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Madras background pattern
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#madras
|
||
|
*
|
||
|
* @author Divya Manian http://nimbupani.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Checkerboard background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#checkerboard
|
||
|
* @link http://lea.verou.me/css3patterns/#diagonal-checkerboard
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Houndstooth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#houndstooth
|
||
|
*
|
||
|
* @author Antoine Bernier http://abernier.name for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Polkadot background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#polka-dot
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Color
|
||
|
* @author David Kaneda - http://www.davidkaneda.com
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the brightness (out of 100) of a specified color.
|
||
|
* @todo explain why this is useful
|
||
|
* @param {color} $color The color you want the brightness value of
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the luminosity for a specified color
|
||
|
* @param {color} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the contrast ratio between two colors
|
||
|
* @param {color1} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Colors the text of an element based on lightness of its background.
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff); // Colors text black.
|
||
|
* }
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff, 40%); // Colors text gray.
|
||
|
* }
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $contrast Contrast of text color to its background.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*/
|
||
|
/**
|
||
|
* Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true).
|
||
|
*
|
||
|
* @include pictos-iconmask('attachment');
|
||
|
*
|
||
|
* @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png).
|
||
|
*/
|
||
|
/**
|
||
|
* Includes the default styles for toolbar buttons, mostly used as a helper function.
|
||
|
*
|
||
|
* @param {color} $bg-color Base color to be used for the button.
|
||
|
* @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small text shadow (or highlight) to give the impression of beveled text.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small box shadow (or highlight) to give the impression of being beveled.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds basic styles to :before or :after pseudo-elements.
|
||
|
*
|
||
|
* .my-element:after {
|
||
|
* @include insertion(50px, 50px);
|
||
|
* }
|
||
|
*
|
||
|
* @param {measurement} $width Height of pseudo-element.
|
||
|
* @param {measurement} $height Height of pseudo-element.
|
||
|
* @param {measurement} $top Top positioning of pseudo-element.
|
||
|
* @param {measurement} $left Left positioning of pseudo-element.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes an element stretch to its parent's bounds.
|
||
|
*/
|
||
|
/**
|
||
|
* Bevels the text based on its background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @see bevel-text
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Creates a background gradient for masked elements, based on the lightness of their background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $percent Contrast of the new gradient to its background.
|
||
|
* @param {percent} $style Gradient style of the gradient.
|
||
|
* @see background-gradient
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes the element text overflow to use ellipsis.
|
||
|
*/
|
||
|
/**
|
||
|
* @class Ext.Button
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $button-height Default height for buttons.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $button-radius Default border-radius for buttons.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $button-stroke-weight Default border width for buttons.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {string} $button-gradient Default gradient for buttons.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {string} $toolbar-icon-size Default size (width and height) for toolbar icons.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-button-uis Optionally disable separate button UIs, including action, confirm, and decline.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-button-highlights Optionally disable special CSS3 effects on buttons including gradients, text-shadows, and box-shadows.
|
||
|
*/
|
||
|
/**
|
||
|
* Includes default button styles.
|
||
|
*/
|
||
|
/**
|
||
|
* Creates a theme UI for buttons.
|
||
|
* Also automatically generates UIs for {ui-label}-round and {ui-label}-small.
|
||
|
*
|
||
|
* // SCSS
|
||
|
* @include sencha-button-ui('secondary', #99A4AE, 'glossy');
|
||
|
*
|
||
|
* // JS
|
||
|
* var cancelBtn = new Ext.Button({text: 'Cancel', ui: 'secondary'});
|
||
|
*
|
||
|
* @param {string} $ui-label The name of the UI being created.
|
||
|
* Can not included spaces or special punctuation (used in class names)
|
||
|
* @param {color} $color Base color for the UI.
|
||
|
* @param {string} $gradient Default gradient for the UI.
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*
|
||
|
* Global CSS variables and mixins of Sencha Touch.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-html-style
|
||
|
* Optionally remove included HTML styles/typography (for components with styleHtmlContent: true).
|
||
|
* Styles are scoped to .x-html. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-icons
|
||
|
* Optionally remove the default icon set which includes the following toolbar and tab bar icons: action,
|
||
|
* add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites,
|
||
|
* home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash,
|
||
|
* and user. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-form-sliders
|
||
|
* Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-floating-panels
|
||
|
* Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-uis
|
||
|
* Decides whether or not to include the default UIs for all components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-highlights=true
|
||
|
* Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging,
|
||
|
* non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-border-radius
|
||
|
* Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $basic-slider
|
||
|
* Optionally remove CSS3 effects from the slider component for improved performance.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $base-color
|
||
|
* The primary color variable from which most elements derive their color scheme.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {string} $base-gradient
|
||
|
* The primary gradient variable from which most elements derive their color scheme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {font-family} $font-family
|
||
|
* The font-family to be used throughout the theme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $alert-color
|
||
|
* Color used for elements like badges, errors, and "decline" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $confirm-color
|
||
|
* Color used for elements like success messages, and "confirm" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $active-color
|
||
|
* Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $neutral-color
|
||
|
* Color used for the neautral `ui` for Toolbars and Tabbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $page-bg-color
|
||
|
* Background color for fullscreen components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-row-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-list-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* Background noise recipe
|
||
|
*
|
||
|
* This recipe use a sass function to generate a .png file
|
||
|
*
|
||
|
* Inspired by a jQuery plugin "Noisy" by Daniel Rapp @DanielRapp
|
||
|
* @link https://github.com/DanielRapp/Noisy
|
||
|
*
|
||
|
* Converted using Sass by Aaron Russell @aaronrussell & Philipp Bosch @philippbosch
|
||
|
* @link https://gist.github.com/1021332
|
||
|
*
|
||
|
* Ported to a sass gem by Antti Salonen @antsa
|
||
|
* @link https://github.com/antsa/sassy_noise
|
||
|
*
|
||
|
* Mixin: background-noise
|
||
|
* Function: background_noise
|
||
|
*
|
||
|
* @author Daniel Rapp @DanielRapp
|
||
|
* @author Aaron Russell @aaronrussell
|
||
|
* @author Philipp Bosch @philippbosch
|
||
|
* @author Antti Salonen @antsa
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Gradients
|
||
|
* @author David Kaneda http://www.davidkaneda.com/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a background gradient into a specified selector.
|
||
|
*
|
||
|
* @include background-gradient(#444, 'glossy');
|
||
|
*
|
||
|
* You can also use color-stops if you want full control of the gradient:
|
||
|
*
|
||
|
* @include background-gradient(#444, color-stops(#333, #222, #111));
|
||
|
*
|
||
|
* @param {color} $bg-color
|
||
|
* The base color of the gradient.
|
||
|
*
|
||
|
* @param {string/list} $type
|
||
|
* The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or linear:
|
||
|
*
|
||
|
* @include background-gradient(red, 'glossy');
|
||
|
*
|
||
|
* It can also accept a list of color-stop values:;
|
||
|
*
|
||
|
* @include background-gradient(black, color-stops(#333, #111, #000));
|
||
|
*
|
||
|
* @param {string} $direction
|
||
|
* The direction of the gradient.
|
||
|
*/
|
||
|
/**
|
||
|
* Blueprint grid background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#blueprint-grid
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Background overlay inspired by Google Chrome modal overlay
|
||
|
*
|
||
|
* @author Maxime Thirouin @MoOx maxime.thirouin@gmail.com
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com @davidkaneda for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tartan
|
||
|
*
|
||
|
* @author Marta Armada http://swwweet.com/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Carbon Fiber background pattern
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com/ for the Sass mixin
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background patterns
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#horizontal-stripes
|
||
|
* @link http://lea.verou.me/css3patterns/#vertical-stripes
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Cicada background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#cicada-stripes
|
||
|
*
|
||
|
* @author Randy Merril http://forthedeveloper.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Tablecloth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tablecloth
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Lined paper background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#lined-paper
|
||
|
*
|
||
|
* @author Sarah Backhouse http://www.jadu.net/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Madras background pattern
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#madras
|
||
|
*
|
||
|
* @author Divya Manian http://nimbupani.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Checkerboard background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#checkerboard
|
||
|
* @link http://lea.verou.me/css3patterns/#diagonal-checkerboard
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Houndstooth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#houndstooth
|
||
|
*
|
||
|
* @author Antoine Bernier http://abernier.name for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Polkadot background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#polka-dot
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Color
|
||
|
* @author David Kaneda - http://www.davidkaneda.com
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the brightness (out of 100) of a specified color.
|
||
|
* @todo explain why this is useful
|
||
|
* @param {color} $color The color you want the brightness value of
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the luminosity for a specified color
|
||
|
* @param {color} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the contrast ratio between two colors
|
||
|
* @param {color1} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Colors the text of an element based on lightness of its background.
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff); // Colors text black.
|
||
|
* }
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff, 40%); // Colors text gray.
|
||
|
* }
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $contrast Contrast of text color to its background.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*/
|
||
|
/**
|
||
|
* Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true).
|
||
|
*
|
||
|
* @include pictos-iconmask('attachment');
|
||
|
*
|
||
|
* @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png).
|
||
|
*/
|
||
|
/**
|
||
|
* Includes the default styles for toolbar buttons, mostly used as a helper function.
|
||
|
*
|
||
|
* @param {color} $bg-color Base color to be used for the button.
|
||
|
* @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small text shadow (or highlight) to give the impression of beveled text.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small box shadow (or highlight) to give the impression of being beveled.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds basic styles to :before or :after pseudo-elements.
|
||
|
*
|
||
|
* .my-element:after {
|
||
|
* @include insertion(50px, 50px);
|
||
|
* }
|
||
|
*
|
||
|
* @param {measurement} $width Height of pseudo-element.
|
||
|
* @param {measurement} $height Height of pseudo-element.
|
||
|
* @param {measurement} $top Top positioning of pseudo-element.
|
||
|
* @param {measurement} $left Left positioning of pseudo-element.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes an element stretch to its parent's bounds.
|
||
|
*/
|
||
|
/**
|
||
|
* Bevels the text based on its background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @see bevel-text
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Creates a background gradient for masked elements, based on the lightness of their background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $percent Contrast of the new gradient to its background.
|
||
|
* @param {percent} $style Gradient style of the gradient.
|
||
|
* @see background-gradient
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes the element text overflow to use ellipsis.
|
||
|
*/
|
||
|
/**
|
||
|
* @class Ext.tab.Bar
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-tabbar-uis Optionally disable separate tabbar UIs (light and dark).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-top-tabs
|
||
|
* Optionally exclude top tab styles by setting to false.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-bottom-tabs
|
||
|
* Optionally exclude bottom tab styles by setting to false.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $tabs-light
|
||
|
* Base color for "light" UI tabs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $tabs-light-active
|
||
|
* Active color for "light" UI tabs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $tabs-dark
|
||
|
* Base color for "dark" UI tabs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $tabs-dark-active
|
||
|
* Active color for "dark" UI tabs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {string} $tabs-bar-gradient
|
||
|
* Background gradient style for tab bars.
|
||
|
*/
|
||
|
/**
|
||
|
* @class Ext.tab.Tab
|
||
|
*/
|
||
|
/**
|
||
|
* @var {string} $tabs-bottom-radius
|
||
|
* Border-radius for bottom tabs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {string} $tabs-bottom-icon-size
|
||
|
* Icon size for bottom tabs
|
||
|
*/
|
||
|
/**
|
||
|
* @var {string} $tabs-bottom-active-gradient
|
||
|
* Background gradient style for active bottom tabs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-tab-highlights
|
||
|
* Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging,
|
||
|
* non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* Includes default tab styles.
|
||
|
*
|
||
|
* @member Ext.tab.Bar
|
||
|
*/
|
||
|
/**
|
||
|
* Creates a theme UI for tabbar/tab components.
|
||
|
*
|
||
|
* // SCSS
|
||
|
* @include sencha-button-ui('pink', #333, 'matte', #AE537A);
|
||
|
*
|
||
|
* // JS
|
||
|
* var tabs = new Ext.tab.Panel({
|
||
|
* tabBar: {
|
||
|
* ui: 'pink',
|
||
|
* dock: 'bottom',
|
||
|
* layout: { pack: 'center' }
|
||
|
* },
|
||
|
* ...
|
||
|
* });
|
||
|
*
|
||
|
* @param {string} $ui-label The name of the UI being created.
|
||
|
* Can not included spaces or special punctuation (used in class names)
|
||
|
* @param {color} $bar-color Base color for the tab bar.
|
||
|
* @param {string} $bar-gradient Background gradient style for the tab bar.
|
||
|
* @param {color} $tab-active-color Background-color for active tab icons.
|
||
|
*
|
||
|
* @member Ext.tab.Bar
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*
|
||
|
* Global CSS variables and mixins of Sencha Touch.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-html-style
|
||
|
* Optionally remove included HTML styles/typography (for components with styleHtmlContent: true).
|
||
|
* Styles are scoped to .x-html. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-icons
|
||
|
* Optionally remove the default icon set which includes the following toolbar and tab bar icons: action,
|
||
|
* add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites,
|
||
|
* home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash,
|
||
|
* and user. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-form-sliders
|
||
|
* Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-floating-panels
|
||
|
* Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-uis
|
||
|
* Decides whether or not to include the default UIs for all components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-highlights=true
|
||
|
* Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging,
|
||
|
* non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-border-radius
|
||
|
* Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $basic-slider
|
||
|
* Optionally remove CSS3 effects from the slider component for improved performance.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $base-color
|
||
|
* The primary color variable from which most elements derive their color scheme.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {string} $base-gradient
|
||
|
* The primary gradient variable from which most elements derive their color scheme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {font-family} $font-family
|
||
|
* The font-family to be used throughout the theme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $alert-color
|
||
|
* Color used for elements like badges, errors, and "decline" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $confirm-color
|
||
|
* Color used for elements like success messages, and "confirm" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $active-color
|
||
|
* Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $neutral-color
|
||
|
* Color used for the neautral `ui` for Toolbars and Tabbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $page-bg-color
|
||
|
* Background color for fullscreen components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-row-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-list-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* Background noise recipe
|
||
|
*
|
||
|
* This recipe use a sass function to generate a .png file
|
||
|
*
|
||
|
* Inspired by a jQuery plugin "Noisy" by Daniel Rapp @DanielRapp
|
||
|
* @link https://github.com/DanielRapp/Noisy
|
||
|
*
|
||
|
* Converted using Sass by Aaron Russell @aaronrussell & Philipp Bosch @philippbosch
|
||
|
* @link https://gist.github.com/1021332
|
||
|
*
|
||
|
* Ported to a sass gem by Antti Salonen @antsa
|
||
|
* @link https://github.com/antsa/sassy_noise
|
||
|
*
|
||
|
* Mixin: background-noise
|
||
|
* Function: background_noise
|
||
|
*
|
||
|
* @author Daniel Rapp @DanielRapp
|
||
|
* @author Aaron Russell @aaronrussell
|
||
|
* @author Philipp Bosch @philippbosch
|
||
|
* @author Antti Salonen @antsa
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Gradients
|
||
|
* @author David Kaneda http://www.davidkaneda.com/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a background gradient into a specified selector.
|
||
|
*
|
||
|
* @include background-gradient(#444, 'glossy');
|
||
|
*
|
||
|
* You can also use color-stops if you want full control of the gradient:
|
||
|
*
|
||
|
* @include background-gradient(#444, color-stops(#333, #222, #111));
|
||
|
*
|
||
|
* @param {color} $bg-color
|
||
|
* The base color of the gradient.
|
||
|
*
|
||
|
* @param {string/list} $type
|
||
|
* The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or linear:
|
||
|
*
|
||
|
* @include background-gradient(red, 'glossy');
|
||
|
*
|
||
|
* It can also accept a list of color-stop values:;
|
||
|
*
|
||
|
* @include background-gradient(black, color-stops(#333, #111, #000));
|
||
|
*
|
||
|
* @param {string} $direction
|
||
|
* The direction of the gradient.
|
||
|
*/
|
||
|
/**
|
||
|
* Blueprint grid background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#blueprint-grid
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Background overlay inspired by Google Chrome modal overlay
|
||
|
*
|
||
|
* @author Maxime Thirouin @MoOx maxime.thirouin@gmail.com
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com @davidkaneda for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tartan
|
||
|
*
|
||
|
* @author Marta Armada http://swwweet.com/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Carbon Fiber background pattern
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com/ for the Sass mixin
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background patterns
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#horizontal-stripes
|
||
|
* @link http://lea.verou.me/css3patterns/#vertical-stripes
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Cicada background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#cicada-stripes
|
||
|
*
|
||
|
* @author Randy Merril http://forthedeveloper.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Tablecloth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tablecloth
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Lined paper background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#lined-paper
|
||
|
*
|
||
|
* @author Sarah Backhouse http://www.jadu.net/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Madras background pattern
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#madras
|
||
|
*
|
||
|
* @author Divya Manian http://nimbupani.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Checkerboard background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#checkerboard
|
||
|
* @link http://lea.verou.me/css3patterns/#diagonal-checkerboard
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Houndstooth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#houndstooth
|
||
|
*
|
||
|
* @author Antoine Bernier http://abernier.name for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Polkadot background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#polka-dot
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Color
|
||
|
* @author David Kaneda - http://www.davidkaneda.com
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the brightness (out of 100) of a specified color.
|
||
|
* @todo explain why this is useful
|
||
|
* @param {color} $color The color you want the brightness value of
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the luminosity for a specified color
|
||
|
* @param {color} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the contrast ratio between two colors
|
||
|
* @param {color1} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Colors the text of an element based on lightness of its background.
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff); // Colors text black.
|
||
|
* }
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff, 40%); // Colors text gray.
|
||
|
* }
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $contrast Contrast of text color to its background.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*/
|
||
|
/**
|
||
|
* Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true).
|
||
|
*
|
||
|
* @include pictos-iconmask('attachment');
|
||
|
*
|
||
|
* @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png).
|
||
|
*/
|
||
|
/**
|
||
|
* Includes the default styles for toolbar buttons, mostly used as a helper function.
|
||
|
*
|
||
|
* @param {color} $bg-color Base color to be used for the button.
|
||
|
* @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small text shadow (or highlight) to give the impression of beveled text.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small box shadow (or highlight) to give the impression of being beveled.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds basic styles to :before or :after pseudo-elements.
|
||
|
*
|
||
|
* .my-element:after {
|
||
|
* @include insertion(50px, 50px);
|
||
|
* }
|
||
|
*
|
||
|
* @param {measurement} $width Height of pseudo-element.
|
||
|
* @param {measurement} $height Height of pseudo-element.
|
||
|
* @param {measurement} $top Top positioning of pseudo-element.
|
||
|
* @param {measurement} $left Left positioning of pseudo-element.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes an element stretch to its parent's bounds.
|
||
|
*/
|
||
|
/**
|
||
|
* Bevels the text based on its background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @see bevel-text
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Creates a background gradient for masked elements, based on the lightness of their background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $percent Contrast of the new gradient to its background.
|
||
|
* @param {percent} $style Gradient style of the gradient.
|
||
|
* @see background-gradient
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes the element text overflow to use ellipsis.
|
||
|
*/
|
||
|
/**
|
||
|
* @class Ext.carousel.Indicator
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $carousel-indicator-size Size (width/height) of carousel indicator dots.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $carousel-indicator-spacing
|
||
|
* Amount of space between carousel indicator dots.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $carousel-track-size Size of the track the carousel indicator dots are in.
|
||
|
*/
|
||
|
/**
|
||
|
* Creates a theme UI for carousel indicator components.
|
||
|
*
|
||
|
* @param {string} $ui-label The name of the UI being created.
|
||
|
* Can not included spaces or special punctuation (used in class names)
|
||
|
* @param {color} $color Base color for the UI.
|
||
|
* @param {string} $gradient Default gradient for the UI.
|
||
|
* @param {color} $active-color Active color for the UI.
|
||
|
* @param {string} $active-gradient Active gradient for the UI.
|
||
|
*/
|
||
|
/**
|
||
|
* @class Ext.carousel.Carousel
|
||
|
*/
|
||
|
/**
|
||
|
* Includes basic carousel formatting.
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*
|
||
|
* Global CSS variables and mixins of Sencha Touch.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-html-style
|
||
|
* Optionally remove included HTML styles/typography (for components with styleHtmlContent: true).
|
||
|
* Styles are scoped to .x-html. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-icons
|
||
|
* Optionally remove the default icon set which includes the following toolbar and tab bar icons: action,
|
||
|
* add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites,
|
||
|
* home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash,
|
||
|
* and user. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-form-sliders
|
||
|
* Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-floating-panels
|
||
|
* Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-uis
|
||
|
* Decides whether or not to include the default UIs for all components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-highlights=true
|
||
|
* Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging,
|
||
|
* non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-border-radius
|
||
|
* Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $basic-slider
|
||
|
* Optionally remove CSS3 effects from the slider component for improved performance.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $base-color
|
||
|
* The primary color variable from which most elements derive their color scheme.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {string} $base-gradient
|
||
|
* The primary gradient variable from which most elements derive their color scheme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {font-family} $font-family
|
||
|
* The font-family to be used throughout the theme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $alert-color
|
||
|
* Color used for elements like badges, errors, and "decline" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $confirm-color
|
||
|
* Color used for elements like success messages, and "confirm" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $active-color
|
||
|
* Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $neutral-color
|
||
|
* Color used for the neautral `ui` for Toolbars and Tabbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $page-bg-color
|
||
|
* Background color for fullscreen components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-row-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-list-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* Background noise recipe
|
||
|
*
|
||
|
* This recipe use a sass function to generate a .png file
|
||
|
*
|
||
|
* Inspired by a jQuery plugin "Noisy" by Daniel Rapp @DanielRapp
|
||
|
* @link https://github.com/DanielRapp/Noisy
|
||
|
*
|
||
|
* Converted using Sass by Aaron Russell @aaronrussell & Philipp Bosch @philippbosch
|
||
|
* @link https://gist.github.com/1021332
|
||
|
*
|
||
|
* Ported to a sass gem by Antti Salonen @antsa
|
||
|
* @link https://github.com/antsa/sassy_noise
|
||
|
*
|
||
|
* Mixin: background-noise
|
||
|
* Function: background_noise
|
||
|
*
|
||
|
* @author Daniel Rapp @DanielRapp
|
||
|
* @author Aaron Russell @aaronrussell
|
||
|
* @author Philipp Bosch @philippbosch
|
||
|
* @author Antti Salonen @antsa
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Gradients
|
||
|
* @author David Kaneda http://www.davidkaneda.com/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a background gradient into a specified selector.
|
||
|
*
|
||
|
* @include background-gradient(#444, 'glossy');
|
||
|
*
|
||
|
* You can also use color-stops if you want full control of the gradient:
|
||
|
*
|
||
|
* @include background-gradient(#444, color-stops(#333, #222, #111));
|
||
|
*
|
||
|
* @param {color} $bg-color
|
||
|
* The base color of the gradient.
|
||
|
*
|
||
|
* @param {string/list} $type
|
||
|
* The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or linear:
|
||
|
*
|
||
|
* @include background-gradient(red, 'glossy');
|
||
|
*
|
||
|
* It can also accept a list of color-stop values:;
|
||
|
*
|
||
|
* @include background-gradient(black, color-stops(#333, #111, #000));
|
||
|
*
|
||
|
* @param {string} $direction
|
||
|
* The direction of the gradient.
|
||
|
*/
|
||
|
/**
|
||
|
* Blueprint grid background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#blueprint-grid
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Background overlay inspired by Google Chrome modal overlay
|
||
|
*
|
||
|
* @author Maxime Thirouin @MoOx maxime.thirouin@gmail.com
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com @davidkaneda for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tartan
|
||
|
*
|
||
|
* @author Marta Armada http://swwweet.com/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Carbon Fiber background pattern
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com/ for the Sass mixin
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background patterns
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#horizontal-stripes
|
||
|
* @link http://lea.verou.me/css3patterns/#vertical-stripes
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Cicada background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#cicada-stripes
|
||
|
*
|
||
|
* @author Randy Merril http://forthedeveloper.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Tablecloth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tablecloth
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Lined paper background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#lined-paper
|
||
|
*
|
||
|
* @author Sarah Backhouse http://www.jadu.net/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Madras background pattern
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#madras
|
||
|
*
|
||
|
* @author Divya Manian http://nimbupani.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Checkerboard background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#checkerboard
|
||
|
* @link http://lea.verou.me/css3patterns/#diagonal-checkerboard
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Houndstooth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#houndstooth
|
||
|
*
|
||
|
* @author Antoine Bernier http://abernier.name for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Polkadot background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#polka-dot
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Color
|
||
|
* @author David Kaneda - http://www.davidkaneda.com
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the brightness (out of 100) of a specified color.
|
||
|
* @todo explain why this is useful
|
||
|
* @param {color} $color The color you want the brightness value of
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the luminosity for a specified color
|
||
|
* @param {color} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the contrast ratio between two colors
|
||
|
* @param {color1} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Colors the text of an element based on lightness of its background.
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff); // Colors text black.
|
||
|
* }
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff, 40%); // Colors text gray.
|
||
|
* }
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $contrast Contrast of text color to its background.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*/
|
||
|
/**
|
||
|
* Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true).
|
||
|
*
|
||
|
* @include pictos-iconmask('attachment');
|
||
|
*
|
||
|
* @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png).
|
||
|
*/
|
||
|
/**
|
||
|
* Includes the default styles for toolbar buttons, mostly used as a helper function.
|
||
|
*
|
||
|
* @param {color} $bg-color Base color to be used for the button.
|
||
|
* @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small text shadow (or highlight) to give the impression of beveled text.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small box shadow (or highlight) to give the impression of being beveled.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds basic styles to :before or :after pseudo-elements.
|
||
|
*
|
||
|
* .my-element:after {
|
||
|
* @include insertion(50px, 50px);
|
||
|
* }
|
||
|
*
|
||
|
* @param {measurement} $width Height of pseudo-element.
|
||
|
* @param {measurement} $height Height of pseudo-element.
|
||
|
* @param {measurement} $top Top positioning of pseudo-element.
|
||
|
* @param {measurement} $left Left positioning of pseudo-element.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes an element stretch to its parent's bounds.
|
||
|
*/
|
||
|
/**
|
||
|
* Bevels the text based on its background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @see bevel-text
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Creates a background gradient for masked elements, based on the lightness of their background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $percent Contrast of the new gradient to its background.
|
||
|
* @param {percent} $style Gradient style of the gradient.
|
||
|
* @see background-gradient
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes the element text overflow to use ellipsis.
|
||
|
*/
|
||
|
/**
|
||
|
* @class Ext.dataview.IndexBar
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $index-bar-width
|
||
|
* Width of the index bar.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $index-bar-bg-color
|
||
|
* Background-color of the index bar.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $index-bar-color
|
||
|
* Text color of the index bar.
|
||
|
*/
|
||
|
/**
|
||
|
* Includes default index bar styles.
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*
|
||
|
* Global CSS variables and mixins of Sencha Touch.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-html-style
|
||
|
* Optionally remove included HTML styles/typography (for components with styleHtmlContent: true).
|
||
|
* Styles are scoped to .x-html. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-icons
|
||
|
* Optionally remove the default icon set which includes the following toolbar and tab bar icons: action,
|
||
|
* add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites,
|
||
|
* home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash,
|
||
|
* and user. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-form-sliders
|
||
|
* Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-floating-panels
|
||
|
* Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-uis
|
||
|
* Decides whether or not to include the default UIs for all components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-highlights=true
|
||
|
* Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging,
|
||
|
* non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-border-radius
|
||
|
* Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $basic-slider
|
||
|
* Optionally remove CSS3 effects from the slider component for improved performance.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $base-color
|
||
|
* The primary color variable from which most elements derive their color scheme.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {string} $base-gradient
|
||
|
* The primary gradient variable from which most elements derive their color scheme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {font-family} $font-family
|
||
|
* The font-family to be used throughout the theme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $alert-color
|
||
|
* Color used for elements like badges, errors, and "decline" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $confirm-color
|
||
|
* Color used for elements like success messages, and "confirm" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $active-color
|
||
|
* Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $neutral-color
|
||
|
* Color used for the neautral `ui` for Toolbars and Tabbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $page-bg-color
|
||
|
* Background color for fullscreen components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-row-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-list-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* Background noise recipe
|
||
|
*
|
||
|
* This recipe use a sass function to generate a .png file
|
||
|
*
|
||
|
* Inspired by a jQuery plugin "Noisy" by Daniel Rapp @DanielRapp
|
||
|
* @link https://github.com/DanielRapp/Noisy
|
||
|
*
|
||
|
* Converted using Sass by Aaron Russell @aaronrussell & Philipp Bosch @philippbosch
|
||
|
* @link https://gist.github.com/1021332
|
||
|
*
|
||
|
* Ported to a sass gem by Antti Salonen @antsa
|
||
|
* @link https://github.com/antsa/sassy_noise
|
||
|
*
|
||
|
* Mixin: background-noise
|
||
|
* Function: background_noise
|
||
|
*
|
||
|
* @author Daniel Rapp @DanielRapp
|
||
|
* @author Aaron Russell @aaronrussell
|
||
|
* @author Philipp Bosch @philippbosch
|
||
|
* @author Antti Salonen @antsa
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Gradients
|
||
|
* @author David Kaneda http://www.davidkaneda.com/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a background gradient into a specified selector.
|
||
|
*
|
||
|
* @include background-gradient(#444, 'glossy');
|
||
|
*
|
||
|
* You can also use color-stops if you want full control of the gradient:
|
||
|
*
|
||
|
* @include background-gradient(#444, color-stops(#333, #222, #111));
|
||
|
*
|
||
|
* @param {color} $bg-color
|
||
|
* The base color of the gradient.
|
||
|
*
|
||
|
* @param {string/list} $type
|
||
|
* The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or linear:
|
||
|
*
|
||
|
* @include background-gradient(red, 'glossy');
|
||
|
*
|
||
|
* It can also accept a list of color-stop values:;
|
||
|
*
|
||
|
* @include background-gradient(black, color-stops(#333, #111, #000));
|
||
|
*
|
||
|
* @param {string} $direction
|
||
|
* The direction of the gradient.
|
||
|
*/
|
||
|
/**
|
||
|
* Blueprint grid background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#blueprint-grid
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Background overlay inspired by Google Chrome modal overlay
|
||
|
*
|
||
|
* @author Maxime Thirouin @MoOx maxime.thirouin@gmail.com
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com @davidkaneda for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tartan
|
||
|
*
|
||
|
* @author Marta Armada http://swwweet.com/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Carbon Fiber background pattern
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com/ for the Sass mixin
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background patterns
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#horizontal-stripes
|
||
|
* @link http://lea.verou.me/css3patterns/#vertical-stripes
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Cicada background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#cicada-stripes
|
||
|
*
|
||
|
* @author Randy Merril http://forthedeveloper.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Tablecloth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tablecloth
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Lined paper background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#lined-paper
|
||
|
*
|
||
|
* @author Sarah Backhouse http://www.jadu.net/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Madras background pattern
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#madras
|
||
|
*
|
||
|
* @author Divya Manian http://nimbupani.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Checkerboard background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#checkerboard
|
||
|
* @link http://lea.verou.me/css3patterns/#diagonal-checkerboard
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Houndstooth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#houndstooth
|
||
|
*
|
||
|
* @author Antoine Bernier http://abernier.name for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Polkadot background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#polka-dot
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Color
|
||
|
* @author David Kaneda - http://www.davidkaneda.com
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the brightness (out of 100) of a specified color.
|
||
|
* @todo explain why this is useful
|
||
|
* @param {color} $color The color you want the brightness value of
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the luminosity for a specified color
|
||
|
* @param {color} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the contrast ratio between two colors
|
||
|
* @param {color1} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Colors the text of an element based on lightness of its background.
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff); // Colors text black.
|
||
|
* }
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff, 40%); // Colors text gray.
|
||
|
* }
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $contrast Contrast of text color to its background.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*/
|
||
|
/**
|
||
|
* Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true).
|
||
|
*
|
||
|
* @include pictos-iconmask('attachment');
|
||
|
*
|
||
|
* @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png).
|
||
|
*/
|
||
|
/**
|
||
|
* Includes the default styles for toolbar buttons, mostly used as a helper function.
|
||
|
*
|
||
|
* @param {color} $bg-color Base color to be used for the button.
|
||
|
* @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small text shadow (or highlight) to give the impression of beveled text.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small box shadow (or highlight) to give the impression of being beveled.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds basic styles to :before or :after pseudo-elements.
|
||
|
*
|
||
|
* .my-element:after {
|
||
|
* @include insertion(50px, 50px);
|
||
|
* }
|
||
|
*
|
||
|
* @param {measurement} $width Height of pseudo-element.
|
||
|
* @param {measurement} $height Height of pseudo-element.
|
||
|
* @param {measurement} $top Top positioning of pseudo-element.
|
||
|
* @param {measurement} $left Left positioning of pseudo-element.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes an element stretch to its parent's bounds.
|
||
|
*/
|
||
|
/**
|
||
|
* Bevels the text based on its background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @see bevel-text
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Creates a background gradient for masked elements, based on the lightness of their background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $percent Contrast of the new gradient to its background.
|
||
|
* @param {percent} $style Gradient style of the gradient.
|
||
|
* @see background-gradient
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes the element text overflow to use ellipsis.
|
||
|
*/
|
||
|
/**
|
||
|
* @class Ext.dataview.List
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $list-color
|
||
|
* Text color for list rows.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $list-bg-color
|
||
|
* Background-color for list rows.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $include-list-highlights
|
||
|
* Optionally disable all list gradients, text-shadows, and box-shadows. Useful for CSS debugging,
|
||
|
* non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $list-zebrastripe
|
||
|
* Optionally zebra-stripe the list (alternating background colors).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $list-pressed-color
|
||
|
* Background-color for pressed list rows.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $list-active-color
|
||
|
* Background-color for selected list rows.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {string} $list-active-gradient
|
||
|
* Gradient style for selected list rows.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $list-header-bg-color
|
||
|
* Background-color for list header rows (in grouped lists).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {string} $list-header-gradient
|
||
|
* Gradient style for list header rows (in grouped lists).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $list-disclosure-size
|
||
|
* Default size (width/height) for disclosure icons.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $list-disclosure-round-size
|
||
|
* Default size (width/height) for disclosure icons in a list with a `round` ui.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $list-round-padding
|
||
|
* Default padding for lists with a `round` ui.
|
||
|
*/
|
||
|
/**
|
||
|
* Includes default list styles.
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*
|
||
|
* Global CSS variables and mixins of Sencha Touch.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-html-style
|
||
|
* Optionally remove included HTML styles/typography (for components with styleHtmlContent: true).
|
||
|
* Styles are scoped to .x-html. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-icons
|
||
|
* Optionally remove the default icon set which includes the following toolbar and tab bar icons: action,
|
||
|
* add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites,
|
||
|
* home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash,
|
||
|
* and user. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-form-sliders
|
||
|
* Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-floating-panels
|
||
|
* Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-uis
|
||
|
* Decides whether or not to include the default UIs for all components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-highlights=true
|
||
|
* Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging,
|
||
|
* non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-border-radius
|
||
|
* Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $basic-slider
|
||
|
* Optionally remove CSS3 effects from the slider component for improved performance.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $base-color
|
||
|
* The primary color variable from which most elements derive their color scheme.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {string} $base-gradient
|
||
|
* The primary gradient variable from which most elements derive their color scheme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {font-family} $font-family
|
||
|
* The font-family to be used throughout the theme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $alert-color
|
||
|
* Color used for elements like badges, errors, and "decline" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $confirm-color
|
||
|
* Color used for elements like success messages, and "confirm" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $active-color
|
||
|
* Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $neutral-color
|
||
|
* Color used for the neautral `ui` for Toolbars and Tabbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $page-bg-color
|
||
|
* Background color for fullscreen components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-row-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-list-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* Background noise recipe
|
||
|
*
|
||
|
* This recipe use a sass function to generate a .png file
|
||
|
*
|
||
|
* Inspired by a jQuery plugin "Noisy" by Daniel Rapp @DanielRapp
|
||
|
* @link https://github.com/DanielRapp/Noisy
|
||
|
*
|
||
|
* Converted using Sass by Aaron Russell @aaronrussell & Philipp Bosch @philippbosch
|
||
|
* @link https://gist.github.com/1021332
|
||
|
*
|
||
|
* Ported to a sass gem by Antti Salonen @antsa
|
||
|
* @link https://github.com/antsa/sassy_noise
|
||
|
*
|
||
|
* Mixin: background-noise
|
||
|
* Function: background_noise
|
||
|
*
|
||
|
* @author Daniel Rapp @DanielRapp
|
||
|
* @author Aaron Russell @aaronrussell
|
||
|
* @author Philipp Bosch @philippbosch
|
||
|
* @author Antti Salonen @antsa
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Gradients
|
||
|
* @author David Kaneda http://www.davidkaneda.com/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a background gradient into a specified selector.
|
||
|
*
|
||
|
* @include background-gradient(#444, 'glossy');
|
||
|
*
|
||
|
* You can also use color-stops if you want full control of the gradient:
|
||
|
*
|
||
|
* @include background-gradient(#444, color-stops(#333, #222, #111));
|
||
|
*
|
||
|
* @param {color} $bg-color
|
||
|
* The base color of the gradient.
|
||
|
*
|
||
|
* @param {string/list} $type
|
||
|
* The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or linear:
|
||
|
*
|
||
|
* @include background-gradient(red, 'glossy');
|
||
|
*
|
||
|
* It can also accept a list of color-stop values:;
|
||
|
*
|
||
|
* @include background-gradient(black, color-stops(#333, #111, #000));
|
||
|
*
|
||
|
* @param {string} $direction
|
||
|
* The direction of the gradient.
|
||
|
*/
|
||
|
/**
|
||
|
* Blueprint grid background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#blueprint-grid
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Background overlay inspired by Google Chrome modal overlay
|
||
|
*
|
||
|
* @author Maxime Thirouin @MoOx maxime.thirouin@gmail.com
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com @davidkaneda for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tartan
|
||
|
*
|
||
|
* @author Marta Armada http://swwweet.com/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Carbon Fiber background pattern
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com/ for the Sass mixin
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background patterns
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#horizontal-stripes
|
||
|
* @link http://lea.verou.me/css3patterns/#vertical-stripes
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Cicada background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#cicada-stripes
|
||
|
*
|
||
|
* @author Randy Merril http://forthedeveloper.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Tablecloth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tablecloth
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Lined paper background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#lined-paper
|
||
|
*
|
||
|
* @author Sarah Backhouse http://www.jadu.net/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Madras background pattern
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#madras
|
||
|
*
|
||
|
* @author Divya Manian http://nimbupani.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Checkerboard background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#checkerboard
|
||
|
* @link http://lea.verou.me/css3patterns/#diagonal-checkerboard
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Houndstooth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#houndstooth
|
||
|
*
|
||
|
* @author Antoine Bernier http://abernier.name for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Polkadot background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#polka-dot
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Color
|
||
|
* @author David Kaneda - http://www.davidkaneda.com
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the brightness (out of 100) of a specified color.
|
||
|
* @todo explain why this is useful
|
||
|
* @param {color} $color The color you want the brightness value of
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the luminosity for a specified color
|
||
|
* @param {color} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the contrast ratio between two colors
|
||
|
* @param {color1} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Colors the text of an element based on lightness of its background.
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff); // Colors text black.
|
||
|
* }
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff, 40%); // Colors text gray.
|
||
|
* }
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $contrast Contrast of text color to its background.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*/
|
||
|
/**
|
||
|
* Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true).
|
||
|
*
|
||
|
* @include pictos-iconmask('attachment');
|
||
|
*
|
||
|
* @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png).
|
||
|
*/
|
||
|
/**
|
||
|
* Includes the default styles for toolbar buttons, mostly used as a helper function.
|
||
|
*
|
||
|
* @param {color} $bg-color Base color to be used for the button.
|
||
|
* @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small text shadow (or highlight) to give the impression of beveled text.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small box shadow (or highlight) to give the impression of being beveled.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds basic styles to :before or :after pseudo-elements.
|
||
|
*
|
||
|
* .my-element:after {
|
||
|
* @include insertion(50px, 50px);
|
||
|
* }
|
||
|
*
|
||
|
* @param {measurement} $width Height of pseudo-element.
|
||
|
* @param {measurement} $height Height of pseudo-element.
|
||
|
* @param {measurement} $top Top positioning of pseudo-element.
|
||
|
* @param {measurement} $left Left positioning of pseudo-element.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes an element stretch to its parent's bounds.
|
||
|
*/
|
||
|
/**
|
||
|
* Bevels the text based on its background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @see bevel-text
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Creates a background gradient for masked elements, based on the lightness of their background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $percent Contrast of the new gradient to its background.
|
||
|
* @param {percent} $style Gradient style of the gradient.
|
||
|
* @see background-gradient
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes the element text overflow to use ellipsis.
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*
|
||
|
* Global CSS variables and mixins of Sencha Touch.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-html-style
|
||
|
* Optionally remove included HTML styles/typography (for components with styleHtmlContent: true).
|
||
|
* Styles are scoped to .x-html. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-icons
|
||
|
* Optionally remove the default icon set which includes the following toolbar and tab bar icons: action,
|
||
|
* add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites,
|
||
|
* home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash,
|
||
|
* and user. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-form-sliders
|
||
|
* Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-floating-panels
|
||
|
* Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-uis
|
||
|
* Decides whether or not to include the default UIs for all components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-highlights=true
|
||
|
* Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging,
|
||
|
* non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-border-radius
|
||
|
* Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $basic-slider
|
||
|
* Optionally remove CSS3 effects from the slider component for improved performance.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $base-color
|
||
|
* The primary color variable from which most elements derive their color scheme.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {string} $base-gradient
|
||
|
* The primary gradient variable from which most elements derive their color scheme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {font-family} $font-family
|
||
|
* The font-family to be used throughout the theme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $alert-color
|
||
|
* Color used for elements like badges, errors, and "decline" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $confirm-color
|
||
|
* Color used for elements like success messages, and "confirm" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $active-color
|
||
|
* Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $neutral-color
|
||
|
* Color used for the neautral `ui` for Toolbars and Tabbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $page-bg-color
|
||
|
* Background color for fullscreen components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-row-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-list-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* Background noise recipe
|
||
|
*
|
||
|
* This recipe use a sass function to generate a .png file
|
||
|
*
|
||
|
* Inspired by a jQuery plugin "Noisy" by Daniel Rapp @DanielRapp
|
||
|
* @link https://github.com/DanielRapp/Noisy
|
||
|
*
|
||
|
* Converted using Sass by Aaron Russell @aaronrussell & Philipp Bosch @philippbosch
|
||
|
* @link https://gist.github.com/1021332
|
||
|
*
|
||
|
* Ported to a sass gem by Antti Salonen @antsa
|
||
|
* @link https://github.com/antsa/sassy_noise
|
||
|
*
|
||
|
* Mixin: background-noise
|
||
|
* Function: background_noise
|
||
|
*
|
||
|
* @author Daniel Rapp @DanielRapp
|
||
|
* @author Aaron Russell @aaronrussell
|
||
|
* @author Philipp Bosch @philippbosch
|
||
|
* @author Antti Salonen @antsa
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Gradients
|
||
|
* @author David Kaneda http://www.davidkaneda.com/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a background gradient into a specified selector.
|
||
|
*
|
||
|
* @include background-gradient(#444, 'glossy');
|
||
|
*
|
||
|
* You can also use color-stops if you want full control of the gradient:
|
||
|
*
|
||
|
* @include background-gradient(#444, color-stops(#333, #222, #111));
|
||
|
*
|
||
|
* @param {color} $bg-color
|
||
|
* The base color of the gradient.
|
||
|
*
|
||
|
* @param {string/list} $type
|
||
|
* The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or linear:
|
||
|
*
|
||
|
* @include background-gradient(red, 'glossy');
|
||
|
*
|
||
|
* It can also accept a list of color-stop values:;
|
||
|
*
|
||
|
* @include background-gradient(black, color-stops(#333, #111, #000));
|
||
|
*
|
||
|
* @param {string} $direction
|
||
|
* The direction of the gradient.
|
||
|
*/
|
||
|
/**
|
||
|
* Blueprint grid background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#blueprint-grid
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Background overlay inspired by Google Chrome modal overlay
|
||
|
*
|
||
|
* @author Maxime Thirouin @MoOx maxime.thirouin@gmail.com
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com @davidkaneda for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tartan
|
||
|
*
|
||
|
* @author Marta Armada http://swwweet.com/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Carbon Fiber background pattern
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com/ for the Sass mixin
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background patterns
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#horizontal-stripes
|
||
|
* @link http://lea.verou.me/css3patterns/#vertical-stripes
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Cicada background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#cicada-stripes
|
||
|
*
|
||
|
* @author Randy Merril http://forthedeveloper.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Tablecloth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tablecloth
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Lined paper background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#lined-paper
|
||
|
*
|
||
|
* @author Sarah Backhouse http://www.jadu.net/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Madras background pattern
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#madras
|
||
|
*
|
||
|
* @author Divya Manian http://nimbupani.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Checkerboard background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#checkerboard
|
||
|
* @link http://lea.verou.me/css3patterns/#diagonal-checkerboard
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Houndstooth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#houndstooth
|
||
|
*
|
||
|
* @author Antoine Bernier http://abernier.name for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Polkadot background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#polka-dot
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Color
|
||
|
* @author David Kaneda - http://www.davidkaneda.com
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the brightness (out of 100) of a specified color.
|
||
|
* @todo explain why this is useful
|
||
|
* @param {color} $color The color you want the brightness value of
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the luminosity for a specified color
|
||
|
* @param {color} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the contrast ratio between two colors
|
||
|
* @param {color1} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Colors the text of an element based on lightness of its background.
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff); // Colors text black.
|
||
|
* }
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff, 40%); // Colors text gray.
|
||
|
* }
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $contrast Contrast of text color to its background.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*/
|
||
|
/**
|
||
|
* Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true).
|
||
|
*
|
||
|
* @include pictos-iconmask('attachment');
|
||
|
*
|
||
|
* @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png).
|
||
|
*/
|
||
|
/**
|
||
|
* Includes the default styles for toolbar buttons, mostly used as a helper function.
|
||
|
*
|
||
|
* @param {color} $bg-color Base color to be used for the button.
|
||
|
* @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small text shadow (or highlight) to give the impression of beveled text.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small box shadow (or highlight) to give the impression of being beveled.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds basic styles to :before or :after pseudo-elements.
|
||
|
*
|
||
|
* .my-element:after {
|
||
|
* @include insertion(50px, 50px);
|
||
|
* }
|
||
|
*
|
||
|
* @param {measurement} $width Height of pseudo-element.
|
||
|
* @param {measurement} $height Height of pseudo-element.
|
||
|
* @param {measurement} $top Top positioning of pseudo-element.
|
||
|
* @param {measurement} $left Left positioning of pseudo-element.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes an element stretch to its parent's bounds.
|
||
|
*/
|
||
|
/**
|
||
|
* Bevels the text based on its background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @see bevel-text
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Creates a background gradient for masked elements, based on the lightness of their background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $percent Contrast of the new gradient to its background.
|
||
|
* @param {percent} $style Gradient style of the gradient.
|
||
|
* @see background-gradient
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes the element text overflow to use ellipsis.
|
||
|
*/
|
||
|
/**
|
||
|
* Includes default form slider styles.
|
||
|
*
|
||
|
* @member Ext.field.Slider
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $form-bg-color
|
||
|
* Default background-color for forms.
|
||
|
*
|
||
|
* @member Ext.form.Panel
|
||
|
*/
|
||
|
/**
|
||
|
* @class Ext.field.Field
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $form-field-bg-color
|
||
|
* Default background-color for form fields.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $form-light
|
||
|
* Light color for form fields, mostly used on field borders.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $form-dark
|
||
|
* Dark color for form fields, mostly used on labels/text.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $form-label-width
|
||
|
* Default width for form labels.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $form-label-background-color
|
||
|
* The default background color for labels
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $form-field-height
|
||
|
* Default height for form fields.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $form-spacing
|
||
|
* Default spacing for form fields, used for padding, etc.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $form-textarea-height
|
||
|
* Default height for form textareas.
|
||
|
*
|
||
|
* @member Ext.field.TextArea
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $form-thumb-size
|
||
|
* Default size of "thumbs" for form sliders/toggles.
|
||
|
*
|
||
|
* @member Ext.field.Slider
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $form-toggle-size
|
||
|
* Thumb size minus padding for inset thumbs like in a Toggle element.
|
||
|
*
|
||
|
* @member Ext.field.Toggle
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $form-fieldset-radius
|
||
|
* Default border-radius for form fieldsets.
|
||
|
*
|
||
|
* @member Ext.form.FieldSet
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $form-slider-size
|
||
|
* Height of the slider "track."
|
||
|
*
|
||
|
* @member Ext.field.Slider
|
||
|
*/
|
||
|
/**
|
||
|
* Includes default form styles.
|
||
|
*
|
||
|
* @member Ext.form.Panel
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*
|
||
|
* Global CSS variables and mixins of Sencha Touch.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-html-style
|
||
|
* Optionally remove included HTML styles/typography (for components with styleHtmlContent: true).
|
||
|
* Styles are scoped to .x-html. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-icons
|
||
|
* Optionally remove the default icon set which includes the following toolbar and tab bar icons: action,
|
||
|
* add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites,
|
||
|
* home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash,
|
||
|
* and user. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-form-sliders
|
||
|
* Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-floating-panels
|
||
|
* Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-uis
|
||
|
* Decides whether or not to include the default UIs for all components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-highlights=true
|
||
|
* Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging,
|
||
|
* non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-border-radius
|
||
|
* Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $basic-slider
|
||
|
* Optionally remove CSS3 effects from the slider component for improved performance.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $base-color
|
||
|
* The primary color variable from which most elements derive their color scheme.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {string} $base-gradient
|
||
|
* The primary gradient variable from which most elements derive their color scheme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {font-family} $font-family
|
||
|
* The font-family to be used throughout the theme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $alert-color
|
||
|
* Color used for elements like badges, errors, and "decline" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $confirm-color
|
||
|
* Color used for elements like success messages, and "confirm" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $active-color
|
||
|
* Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $neutral-color
|
||
|
* Color used for the neautral `ui` for Toolbars and Tabbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $page-bg-color
|
||
|
* Background color for fullscreen components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-row-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-list-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* Background noise recipe
|
||
|
*
|
||
|
* This recipe use a sass function to generate a .png file
|
||
|
*
|
||
|
* Inspired by a jQuery plugin "Noisy" by Daniel Rapp @DanielRapp
|
||
|
* @link https://github.com/DanielRapp/Noisy
|
||
|
*
|
||
|
* Converted using Sass by Aaron Russell @aaronrussell & Philipp Bosch @philippbosch
|
||
|
* @link https://gist.github.com/1021332
|
||
|
*
|
||
|
* Ported to a sass gem by Antti Salonen @antsa
|
||
|
* @link https://github.com/antsa/sassy_noise
|
||
|
*
|
||
|
* Mixin: background-noise
|
||
|
* Function: background_noise
|
||
|
*
|
||
|
* @author Daniel Rapp @DanielRapp
|
||
|
* @author Aaron Russell @aaronrussell
|
||
|
* @author Philipp Bosch @philippbosch
|
||
|
* @author Antti Salonen @antsa
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Gradients
|
||
|
* @author David Kaneda http://www.davidkaneda.com/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a background gradient into a specified selector.
|
||
|
*
|
||
|
* @include background-gradient(#444, 'glossy');
|
||
|
*
|
||
|
* You can also use color-stops if you want full control of the gradient:
|
||
|
*
|
||
|
* @include background-gradient(#444, color-stops(#333, #222, #111));
|
||
|
*
|
||
|
* @param {color} $bg-color
|
||
|
* The base color of the gradient.
|
||
|
*
|
||
|
* @param {string/list} $type
|
||
|
* The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or linear:
|
||
|
*
|
||
|
* @include background-gradient(red, 'glossy');
|
||
|
*
|
||
|
* It can also accept a list of color-stop values:;
|
||
|
*
|
||
|
* @include background-gradient(black, color-stops(#333, #111, #000));
|
||
|
*
|
||
|
* @param {string} $direction
|
||
|
* The direction of the gradient.
|
||
|
*/
|
||
|
/**
|
||
|
* Blueprint grid background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#blueprint-grid
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Background overlay inspired by Google Chrome modal overlay
|
||
|
*
|
||
|
* @author Maxime Thirouin @MoOx maxime.thirouin@gmail.com
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com @davidkaneda for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tartan
|
||
|
*
|
||
|
* @author Marta Armada http://swwweet.com/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Carbon Fiber background pattern
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com/ for the Sass mixin
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background patterns
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#horizontal-stripes
|
||
|
* @link http://lea.verou.me/css3patterns/#vertical-stripes
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Cicada background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#cicada-stripes
|
||
|
*
|
||
|
* @author Randy Merril http://forthedeveloper.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Tablecloth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tablecloth
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Lined paper background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#lined-paper
|
||
|
*
|
||
|
* @author Sarah Backhouse http://www.jadu.net/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Madras background pattern
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#madras
|
||
|
*
|
||
|
* @author Divya Manian http://nimbupani.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Checkerboard background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#checkerboard
|
||
|
* @link http://lea.verou.me/css3patterns/#diagonal-checkerboard
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Houndstooth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#houndstooth
|
||
|
*
|
||
|
* @author Antoine Bernier http://abernier.name for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Polkadot background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#polka-dot
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Color
|
||
|
* @author David Kaneda - http://www.davidkaneda.com
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the brightness (out of 100) of a specified color.
|
||
|
* @todo explain why this is useful
|
||
|
* @param {color} $color The color you want the brightness value of
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the luminosity for a specified color
|
||
|
* @param {color} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the contrast ratio between two colors
|
||
|
* @param {color1} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Colors the text of an element based on lightness of its background.
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff); // Colors text black.
|
||
|
* }
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff, 40%); // Colors text gray.
|
||
|
* }
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $contrast Contrast of text color to its background.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*/
|
||
|
/**
|
||
|
* Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true).
|
||
|
*
|
||
|
* @include pictos-iconmask('attachment');
|
||
|
*
|
||
|
* @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png).
|
||
|
*/
|
||
|
/**
|
||
|
* Includes the default styles for toolbar buttons, mostly used as a helper function.
|
||
|
*
|
||
|
* @param {color} $bg-color Base color to be used for the button.
|
||
|
* @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small text shadow (or highlight) to give the impression of beveled text.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small box shadow (or highlight) to give the impression of being beveled.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds basic styles to :before or :after pseudo-elements.
|
||
|
*
|
||
|
* .my-element:after {
|
||
|
* @include insertion(50px, 50px);
|
||
|
* }
|
||
|
*
|
||
|
* @param {measurement} $width Height of pseudo-element.
|
||
|
* @param {measurement} $height Height of pseudo-element.
|
||
|
* @param {measurement} $top Top positioning of pseudo-element.
|
||
|
* @param {measurement} $left Left positioning of pseudo-element.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes an element stretch to its parent's bounds.
|
||
|
*/
|
||
|
/**
|
||
|
* Bevels the text based on its background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @see bevel-text
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Creates a background gradient for masked elements, based on the lightness of their background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $percent Contrast of the new gradient to its background.
|
||
|
* @param {percent} $style Gradient style of the gradient.
|
||
|
* @see background-gradient
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes the element text overflow to use ellipsis.
|
||
|
*/
|
||
|
/**
|
||
|
* @class Ext.Sheet
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $sheet-bg-color
|
||
|
* Background-color for action sheets and message boxes.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $sheet-bg-gradient
|
||
|
* Background gradient style for action sheets and message boxes.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $sheet-button-spacing
|
||
|
* Vertical spacing between sheet buttons.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $sheet-padding
|
||
|
* Overall padding in a sheet.
|
||
|
*/
|
||
|
/**
|
||
|
* Includes default sheet styles (also required for message box).
|
||
|
*/
|
||
|
/**
|
||
|
* Includes default message box styles.
|
||
|
*
|
||
|
* @member Ext.MessageBox
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*
|
||
|
* Global CSS variables and mixins of Sencha Touch.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-html-style
|
||
|
* Optionally remove included HTML styles/typography (for components with styleHtmlContent: true).
|
||
|
* Styles are scoped to .x-html. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-icons
|
||
|
* Optionally remove the default icon set which includes the following toolbar and tab bar icons: action,
|
||
|
* add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites,
|
||
|
* home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash,
|
||
|
* and user. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-form-sliders
|
||
|
* Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-floating-panels
|
||
|
* Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-uis
|
||
|
* Decides whether or not to include the default UIs for all components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-highlights=true
|
||
|
* Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging,
|
||
|
* non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-border-radius
|
||
|
* Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $basic-slider
|
||
|
* Optionally remove CSS3 effects from the slider component for improved performance.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $base-color
|
||
|
* The primary color variable from which most elements derive their color scheme.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {string} $base-gradient
|
||
|
* The primary gradient variable from which most elements derive their color scheme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {font-family} $font-family
|
||
|
* The font-family to be used throughout the theme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $alert-color
|
||
|
* Color used for elements like badges, errors, and "decline" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $confirm-color
|
||
|
* Color used for elements like success messages, and "confirm" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $active-color
|
||
|
* Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $neutral-color
|
||
|
* Color used for the neautral `ui` for Toolbars and Tabbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $page-bg-color
|
||
|
* Background color for fullscreen components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-row-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-list-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* Background noise recipe
|
||
|
*
|
||
|
* This recipe use a sass function to generate a .png file
|
||
|
*
|
||
|
* Inspired by a jQuery plugin "Noisy" by Daniel Rapp @DanielRapp
|
||
|
* @link https://github.com/DanielRapp/Noisy
|
||
|
*
|
||
|
* Converted using Sass by Aaron Russell @aaronrussell & Philipp Bosch @philippbosch
|
||
|
* @link https://gist.github.com/1021332
|
||
|
*
|
||
|
* Ported to a sass gem by Antti Salonen @antsa
|
||
|
* @link https://github.com/antsa/sassy_noise
|
||
|
*
|
||
|
* Mixin: background-noise
|
||
|
* Function: background_noise
|
||
|
*
|
||
|
* @author Daniel Rapp @DanielRapp
|
||
|
* @author Aaron Russell @aaronrussell
|
||
|
* @author Philipp Bosch @philippbosch
|
||
|
* @author Antti Salonen @antsa
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Gradients
|
||
|
* @author David Kaneda http://www.davidkaneda.com/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a background gradient into a specified selector.
|
||
|
*
|
||
|
* @include background-gradient(#444, 'glossy');
|
||
|
*
|
||
|
* You can also use color-stops if you want full control of the gradient:
|
||
|
*
|
||
|
* @include background-gradient(#444, color-stops(#333, #222, #111));
|
||
|
*
|
||
|
* @param {color} $bg-color
|
||
|
* The base color of the gradient.
|
||
|
*
|
||
|
* @param {string/list} $type
|
||
|
* The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or linear:
|
||
|
*
|
||
|
* @include background-gradient(red, 'glossy');
|
||
|
*
|
||
|
* It can also accept a list of color-stop values:;
|
||
|
*
|
||
|
* @include background-gradient(black, color-stops(#333, #111, #000));
|
||
|
*
|
||
|
* @param {string} $direction
|
||
|
* The direction of the gradient.
|
||
|
*/
|
||
|
/**
|
||
|
* Blueprint grid background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#blueprint-grid
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Background overlay inspired by Google Chrome modal overlay
|
||
|
*
|
||
|
* @author Maxime Thirouin @MoOx maxime.thirouin@gmail.com
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com @davidkaneda for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tartan
|
||
|
*
|
||
|
* @author Marta Armada http://swwweet.com/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Carbon Fiber background pattern
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com/ for the Sass mixin
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background patterns
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#horizontal-stripes
|
||
|
* @link http://lea.verou.me/css3patterns/#vertical-stripes
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Cicada background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#cicada-stripes
|
||
|
*
|
||
|
* @author Randy Merril http://forthedeveloper.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Tablecloth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tablecloth
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Lined paper background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#lined-paper
|
||
|
*
|
||
|
* @author Sarah Backhouse http://www.jadu.net/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Madras background pattern
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#madras
|
||
|
*
|
||
|
* @author Divya Manian http://nimbupani.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Checkerboard background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#checkerboard
|
||
|
* @link http://lea.verou.me/css3patterns/#diagonal-checkerboard
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Houndstooth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#houndstooth
|
||
|
*
|
||
|
* @author Antoine Bernier http://abernier.name for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Polkadot background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#polka-dot
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Color
|
||
|
* @author David Kaneda - http://www.davidkaneda.com
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the brightness (out of 100) of a specified color.
|
||
|
* @todo explain why this is useful
|
||
|
* @param {color} $color The color you want the brightness value of
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the luminosity for a specified color
|
||
|
* @param {color} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the contrast ratio between two colors
|
||
|
* @param {color1} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Colors the text of an element based on lightness of its background.
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff); // Colors text black.
|
||
|
* }
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff, 40%); // Colors text gray.
|
||
|
* }
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $contrast Contrast of text color to its background.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*/
|
||
|
/**
|
||
|
* Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true).
|
||
|
*
|
||
|
* @include pictos-iconmask('attachment');
|
||
|
*
|
||
|
* @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png).
|
||
|
*/
|
||
|
/**
|
||
|
* Includes the default styles for toolbar buttons, mostly used as a helper function.
|
||
|
*
|
||
|
* @param {color} $bg-color Base color to be used for the button.
|
||
|
* @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small text shadow (or highlight) to give the impression of beveled text.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small box shadow (or highlight) to give the impression of being beveled.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds basic styles to :before or :after pseudo-elements.
|
||
|
*
|
||
|
* .my-element:after {
|
||
|
* @include insertion(50px, 50px);
|
||
|
* }
|
||
|
*
|
||
|
* @param {measurement} $width Height of pseudo-element.
|
||
|
* @param {measurement} $height Height of pseudo-element.
|
||
|
* @param {measurement} $top Top positioning of pseudo-element.
|
||
|
* @param {measurement} $left Left positioning of pseudo-element.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes an element stretch to its parent's bounds.
|
||
|
*/
|
||
|
/**
|
||
|
* Bevels the text based on its background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @see bevel-text
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Creates a background gradient for masked elements, based on the lightness of their background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $percent Contrast of the new gradient to its background.
|
||
|
* @param {percent} $style Gradient style of the gradient.
|
||
|
* @see background-gradient
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes the element text overflow to use ellipsis.
|
||
|
*/
|
||
|
/**
|
||
|
* @class Ext.field.Field
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $toolbar-input-bg
|
||
|
* Background-color for toolbar form fields.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $toolbar-input-color
|
||
|
* Text color for toolbar form fields.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $toolbar-input-height
|
||
|
* Text color for toolbar form fields.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $toolbar-input-border-color
|
||
|
* Border color for toolbar form fields.
|
||
|
*/
|
||
|
/**
|
||
|
* Includes default toolbar form field styles.
|
||
|
*
|
||
|
* @member Ext.tab.Bar
|
||
|
*/
|
||
|
/**
|
||
|
* @class Ext.LoadMask
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $loading-spinner-color
|
||
|
* Background-color for the bars in the loading spinner.
|
||
|
*/
|
||
|
/**
|
||
|
* Includes default loading spinner styles (for dataviews).
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*
|
||
|
* Global CSS variables and mixins of Sencha Touch.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-html-style
|
||
|
* Optionally remove included HTML styles/typography (for components with styleHtmlContent: true).
|
||
|
* Styles are scoped to .x-html. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-icons
|
||
|
* Optionally remove the default icon set which includes the following toolbar and tab bar icons: action,
|
||
|
* add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites,
|
||
|
* home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash,
|
||
|
* and user. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-form-sliders
|
||
|
* Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-floating-panels
|
||
|
* Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-uis
|
||
|
* Decides whether or not to include the default UIs for all components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-highlights=true
|
||
|
* Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging,
|
||
|
* non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-border-radius
|
||
|
* Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $basic-slider
|
||
|
* Optionally remove CSS3 effects from the slider component for improved performance.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $base-color
|
||
|
* The primary color variable from which most elements derive their color scheme.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {string} $base-gradient
|
||
|
* The primary gradient variable from which most elements derive their color scheme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {font-family} $font-family
|
||
|
* The font-family to be used throughout the theme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $alert-color
|
||
|
* Color used for elements like badges, errors, and "decline" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $confirm-color
|
||
|
* Color used for elements like success messages, and "confirm" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $active-color
|
||
|
* Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $neutral-color
|
||
|
* Color used for the neautral `ui` for Toolbars and Tabbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $page-bg-color
|
||
|
* Background color for fullscreen components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-row-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-list-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* Background noise recipe
|
||
|
*
|
||
|
* This recipe use a sass function to generate a .png file
|
||
|
*
|
||
|
* Inspired by a jQuery plugin "Noisy" by Daniel Rapp @DanielRapp
|
||
|
* @link https://github.com/DanielRapp/Noisy
|
||
|
*
|
||
|
* Converted using Sass by Aaron Russell @aaronrussell & Philipp Bosch @philippbosch
|
||
|
* @link https://gist.github.com/1021332
|
||
|
*
|
||
|
* Ported to a sass gem by Antti Salonen @antsa
|
||
|
* @link https://github.com/antsa/sassy_noise
|
||
|
*
|
||
|
* Mixin: background-noise
|
||
|
* Function: background_noise
|
||
|
*
|
||
|
* @author Daniel Rapp @DanielRapp
|
||
|
* @author Aaron Russell @aaronrussell
|
||
|
* @author Philipp Bosch @philippbosch
|
||
|
* @author Antti Salonen @antsa
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Gradients
|
||
|
* @author David Kaneda http://www.davidkaneda.com/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a background gradient into a specified selector.
|
||
|
*
|
||
|
* @include background-gradient(#444, 'glossy');
|
||
|
*
|
||
|
* You can also use color-stops if you want full control of the gradient:
|
||
|
*
|
||
|
* @include background-gradient(#444, color-stops(#333, #222, #111));
|
||
|
*
|
||
|
* @param {color} $bg-color
|
||
|
* The base color of the gradient.
|
||
|
*
|
||
|
* @param {string/list} $type
|
||
|
* The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or linear:
|
||
|
*
|
||
|
* @include background-gradient(red, 'glossy');
|
||
|
*
|
||
|
* It can also accept a list of color-stop values:;
|
||
|
*
|
||
|
* @include background-gradient(black, color-stops(#333, #111, #000));
|
||
|
*
|
||
|
* @param {string} $direction
|
||
|
* The direction of the gradient.
|
||
|
*/
|
||
|
/**
|
||
|
* Blueprint grid background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#blueprint-grid
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Background overlay inspired by Google Chrome modal overlay
|
||
|
*
|
||
|
* @author Maxime Thirouin @MoOx maxime.thirouin@gmail.com
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com @davidkaneda for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tartan
|
||
|
*
|
||
|
* @author Marta Armada http://swwweet.com/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Carbon Fiber background pattern
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com/ for the Sass mixin
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background patterns
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#horizontal-stripes
|
||
|
* @link http://lea.verou.me/css3patterns/#vertical-stripes
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Cicada background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#cicada-stripes
|
||
|
*
|
||
|
* @author Randy Merril http://forthedeveloper.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Tablecloth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tablecloth
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Lined paper background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#lined-paper
|
||
|
*
|
||
|
* @author Sarah Backhouse http://www.jadu.net/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Madras background pattern
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#madras
|
||
|
*
|
||
|
* @author Divya Manian http://nimbupani.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Checkerboard background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#checkerboard
|
||
|
* @link http://lea.verou.me/css3patterns/#diagonal-checkerboard
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Houndstooth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#houndstooth
|
||
|
*
|
||
|
* @author Antoine Bernier http://abernier.name for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Polkadot background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#polka-dot
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Color
|
||
|
* @author David Kaneda - http://www.davidkaneda.com
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the brightness (out of 100) of a specified color.
|
||
|
* @todo explain why this is useful
|
||
|
* @param {color} $color The color you want the brightness value of
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the luminosity for a specified color
|
||
|
* @param {color} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the contrast ratio between two colors
|
||
|
* @param {color1} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Colors the text of an element based on lightness of its background.
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff); // Colors text black.
|
||
|
* }
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff, 40%); // Colors text gray.
|
||
|
* }
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $contrast Contrast of text color to its background.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*/
|
||
|
/**
|
||
|
* Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true).
|
||
|
*
|
||
|
* @include pictos-iconmask('attachment');
|
||
|
*
|
||
|
* @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png).
|
||
|
*/
|
||
|
/**
|
||
|
* Includes the default styles for toolbar buttons, mostly used as a helper function.
|
||
|
*
|
||
|
* @param {color} $bg-color Base color to be used for the button.
|
||
|
* @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small text shadow (or highlight) to give the impression of beveled text.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small box shadow (or highlight) to give the impression of being beveled.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds basic styles to :before or :after pseudo-elements.
|
||
|
*
|
||
|
* .my-element:after {
|
||
|
* @include insertion(50px, 50px);
|
||
|
* }
|
||
|
*
|
||
|
* @param {measurement} $width Height of pseudo-element.
|
||
|
* @param {measurement} $height Height of pseudo-element.
|
||
|
* @param {measurement} $top Top positioning of pseudo-element.
|
||
|
* @param {measurement} $left Left positioning of pseudo-element.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes an element stretch to its parent's bounds.
|
||
|
*/
|
||
|
/**
|
||
|
* Bevels the text based on its background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @see bevel-text
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Creates a background gradient for masked elements, based on the lightness of their background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $percent Contrast of the new gradient to its background.
|
||
|
* @param {percent} $style Gradient style of the gradient.
|
||
|
* @see background-gradient
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes the element text overflow to use ellipsis.
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*
|
||
|
* Global CSS variables and mixins of Sencha Touch.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-html-style
|
||
|
* Optionally remove included HTML styles/typography (for components with styleHtmlContent: true).
|
||
|
* Styles are scoped to .x-html. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-icons
|
||
|
* Optionally remove the default icon set which includes the following toolbar and tab bar icons: action,
|
||
|
* add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites,
|
||
|
* home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash,
|
||
|
* and user. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-form-sliders
|
||
|
* Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-floating-panels
|
||
|
* Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-uis
|
||
|
* Decides whether or not to include the default UIs for all components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-highlights=true
|
||
|
* Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging,
|
||
|
* non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-border-radius
|
||
|
* Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $basic-slider
|
||
|
* Optionally remove CSS3 effects from the slider component for improved performance.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $base-color
|
||
|
* The primary color variable from which most elements derive their color scheme.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {string} $base-gradient
|
||
|
* The primary gradient variable from which most elements derive their color scheme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {font-family} $font-family
|
||
|
* The font-family to be used throughout the theme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $alert-color
|
||
|
* Color used for elements like badges, errors, and "decline" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $confirm-color
|
||
|
* Color used for elements like success messages, and "confirm" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $active-color
|
||
|
* Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $neutral-color
|
||
|
* Color used for the neautral `ui` for Toolbars and Tabbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $page-bg-color
|
||
|
* Background color for fullscreen components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-row-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-list-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* Background noise recipe
|
||
|
*
|
||
|
* This recipe use a sass function to generate a .png file
|
||
|
*
|
||
|
* Inspired by a jQuery plugin "Noisy" by Daniel Rapp @DanielRapp
|
||
|
* @link https://github.com/DanielRapp/Noisy
|
||
|
*
|
||
|
* Converted using Sass by Aaron Russell @aaronrussell & Philipp Bosch @philippbosch
|
||
|
* @link https://gist.github.com/1021332
|
||
|
*
|
||
|
* Ported to a sass gem by Antti Salonen @antsa
|
||
|
* @link https://github.com/antsa/sassy_noise
|
||
|
*
|
||
|
* Mixin: background-noise
|
||
|
* Function: background_noise
|
||
|
*
|
||
|
* @author Daniel Rapp @DanielRapp
|
||
|
* @author Aaron Russell @aaronrussell
|
||
|
* @author Philipp Bosch @philippbosch
|
||
|
* @author Antti Salonen @antsa
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Gradients
|
||
|
* @author David Kaneda http://www.davidkaneda.com/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a background gradient into a specified selector.
|
||
|
*
|
||
|
* @include background-gradient(#444, 'glossy');
|
||
|
*
|
||
|
* You can also use color-stops if you want full control of the gradient:
|
||
|
*
|
||
|
* @include background-gradient(#444, color-stops(#333, #222, #111));
|
||
|
*
|
||
|
* @param {color} $bg-color
|
||
|
* The base color of the gradient.
|
||
|
*
|
||
|
* @param {string/list} $type
|
||
|
* The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or linear:
|
||
|
*
|
||
|
* @include background-gradient(red, 'glossy');
|
||
|
*
|
||
|
* It can also accept a list of color-stop values:;
|
||
|
*
|
||
|
* @include background-gradient(black, color-stops(#333, #111, #000));
|
||
|
*
|
||
|
* @param {string} $direction
|
||
|
* The direction of the gradient.
|
||
|
*/
|
||
|
/**
|
||
|
* Blueprint grid background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#blueprint-grid
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Background overlay inspired by Google Chrome modal overlay
|
||
|
*
|
||
|
* @author Maxime Thirouin @MoOx maxime.thirouin@gmail.com
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com @davidkaneda for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tartan
|
||
|
*
|
||
|
* @author Marta Armada http://swwweet.com/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Carbon Fiber background pattern
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com/ for the Sass mixin
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background patterns
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#horizontal-stripes
|
||
|
* @link http://lea.verou.me/css3patterns/#vertical-stripes
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Cicada background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#cicada-stripes
|
||
|
*
|
||
|
* @author Randy Merril http://forthedeveloper.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Tablecloth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tablecloth
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Lined paper background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#lined-paper
|
||
|
*
|
||
|
* @author Sarah Backhouse http://www.jadu.net/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Madras background pattern
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#madras
|
||
|
*
|
||
|
* @author Divya Manian http://nimbupani.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Checkerboard background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#checkerboard
|
||
|
* @link http://lea.verou.me/css3patterns/#diagonal-checkerboard
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Houndstooth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#houndstooth
|
||
|
*
|
||
|
* @author Antoine Bernier http://abernier.name for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Polkadot background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#polka-dot
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Color
|
||
|
* @author David Kaneda - http://www.davidkaneda.com
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the brightness (out of 100) of a specified color.
|
||
|
* @todo explain why this is useful
|
||
|
* @param {color} $color The color you want the brightness value of
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the luminosity for a specified color
|
||
|
* @param {color} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the contrast ratio between two colors
|
||
|
* @param {color1} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Colors the text of an element based on lightness of its background.
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff); // Colors text black.
|
||
|
* }
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff, 40%); // Colors text gray.
|
||
|
* }
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $contrast Contrast of text color to its background.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*/
|
||
|
/**
|
||
|
* Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true).
|
||
|
*
|
||
|
* @include pictos-iconmask('attachment');
|
||
|
*
|
||
|
* @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png).
|
||
|
*/
|
||
|
/**
|
||
|
* Includes the default styles for toolbar buttons, mostly used as a helper function.
|
||
|
*
|
||
|
* @param {color} $bg-color Base color to be used for the button.
|
||
|
* @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small text shadow (or highlight) to give the impression of beveled text.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small box shadow (or highlight) to give the impression of being beveled.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds basic styles to :before or :after pseudo-elements.
|
||
|
*
|
||
|
* .my-element:after {
|
||
|
* @include insertion(50px, 50px);
|
||
|
* }
|
||
|
*
|
||
|
* @param {measurement} $width Height of pseudo-element.
|
||
|
* @param {measurement} $height Height of pseudo-element.
|
||
|
* @param {measurement} $top Top positioning of pseudo-element.
|
||
|
* @param {measurement} $left Left positioning of pseudo-element.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes an element stretch to its parent's bounds.
|
||
|
*/
|
||
|
/**
|
||
|
* Bevels the text based on its background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @see bevel-text
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Creates a background gradient for masked elements, based on the lightness of their background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $percent Contrast of the new gradient to its background.
|
||
|
* @param {percent} $style Gradient style of the gradient.
|
||
|
* @see background-gradient
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes the element text overflow to use ellipsis.
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*
|
||
|
* Global CSS variables and mixins of Sencha Touch.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-html-style
|
||
|
* Optionally remove included HTML styles/typography (for components with styleHtmlContent: true).
|
||
|
* Styles are scoped to .x-html. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-icons
|
||
|
* Optionally remove the default icon set which includes the following toolbar and tab bar icons: action,
|
||
|
* add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites,
|
||
|
* home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash,
|
||
|
* and user. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-form-sliders
|
||
|
* Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-floating-panels
|
||
|
* Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-uis
|
||
|
* Decides whether or not to include the default UIs for all components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-highlights=true
|
||
|
* Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging,
|
||
|
* non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-border-radius
|
||
|
* Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $basic-slider
|
||
|
* Optionally remove CSS3 effects from the slider component for improved performance.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $base-color
|
||
|
* The primary color variable from which most elements derive their color scheme.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {string} $base-gradient
|
||
|
* The primary gradient variable from which most elements derive their color scheme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {font-family} $font-family
|
||
|
* The font-family to be used throughout the theme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $alert-color
|
||
|
* Color used for elements like badges, errors, and "decline" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $confirm-color
|
||
|
* Color used for elements like success messages, and "confirm" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $active-color
|
||
|
* Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $neutral-color
|
||
|
* Color used for the neautral `ui` for Toolbars and Tabbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $page-bg-color
|
||
|
* Background color for fullscreen components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-row-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-list-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* Background noise recipe
|
||
|
*
|
||
|
* This recipe use a sass function to generate a .png file
|
||
|
*
|
||
|
* Inspired by a jQuery plugin "Noisy" by Daniel Rapp @DanielRapp
|
||
|
* @link https://github.com/DanielRapp/Noisy
|
||
|
*
|
||
|
* Converted using Sass by Aaron Russell @aaronrussell & Philipp Bosch @philippbosch
|
||
|
* @link https://gist.github.com/1021332
|
||
|
*
|
||
|
* Ported to a sass gem by Antti Salonen @antsa
|
||
|
* @link https://github.com/antsa/sassy_noise
|
||
|
*
|
||
|
* Mixin: background-noise
|
||
|
* Function: background_noise
|
||
|
*
|
||
|
* @author Daniel Rapp @DanielRapp
|
||
|
* @author Aaron Russell @aaronrussell
|
||
|
* @author Philipp Bosch @philippbosch
|
||
|
* @author Antti Salonen @antsa
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Gradients
|
||
|
* @author David Kaneda http://www.davidkaneda.com/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a background gradient into a specified selector.
|
||
|
*
|
||
|
* @include background-gradient(#444, 'glossy');
|
||
|
*
|
||
|
* You can also use color-stops if you want full control of the gradient:
|
||
|
*
|
||
|
* @include background-gradient(#444, color-stops(#333, #222, #111));
|
||
|
*
|
||
|
* @param {color} $bg-color
|
||
|
* The base color of the gradient.
|
||
|
*
|
||
|
* @param {string/list} $type
|
||
|
* The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or linear:
|
||
|
*
|
||
|
* @include background-gradient(red, 'glossy');
|
||
|
*
|
||
|
* It can also accept a list of color-stop values:;
|
||
|
*
|
||
|
* @include background-gradient(black, color-stops(#333, #111, #000));
|
||
|
*
|
||
|
* @param {string} $direction
|
||
|
* The direction of the gradient.
|
||
|
*/
|
||
|
/**
|
||
|
* Blueprint grid background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#blueprint-grid
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Background overlay inspired by Google Chrome modal overlay
|
||
|
*
|
||
|
* @author Maxime Thirouin @MoOx maxime.thirouin@gmail.com
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com @davidkaneda for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tartan
|
||
|
*
|
||
|
* @author Marta Armada http://swwweet.com/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Carbon Fiber background pattern
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com/ for the Sass mixin
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background patterns
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#horizontal-stripes
|
||
|
* @link http://lea.verou.me/css3patterns/#vertical-stripes
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Cicada background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#cicada-stripes
|
||
|
*
|
||
|
* @author Randy Merril http://forthedeveloper.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Tablecloth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tablecloth
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Lined paper background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#lined-paper
|
||
|
*
|
||
|
* @author Sarah Backhouse http://www.jadu.net/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Madras background pattern
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#madras
|
||
|
*
|
||
|
* @author Divya Manian http://nimbupani.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Checkerboard background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#checkerboard
|
||
|
* @link http://lea.verou.me/css3patterns/#diagonal-checkerboard
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Houndstooth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#houndstooth
|
||
|
*
|
||
|
* @author Antoine Bernier http://abernier.name for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Polkadot background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#polka-dot
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Color
|
||
|
* @author David Kaneda - http://www.davidkaneda.com
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the brightness (out of 100) of a specified color.
|
||
|
* @todo explain why this is useful
|
||
|
* @param {color} $color The color you want the brightness value of
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the luminosity for a specified color
|
||
|
* @param {color} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the contrast ratio between two colors
|
||
|
* @param {color1} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Colors the text of an element based on lightness of its background.
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff); // Colors text black.
|
||
|
* }
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff, 40%); // Colors text gray.
|
||
|
* }
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $contrast Contrast of text color to its background.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*/
|
||
|
/**
|
||
|
* Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true).
|
||
|
*
|
||
|
* @include pictos-iconmask('attachment');
|
||
|
*
|
||
|
* @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png).
|
||
|
*/
|
||
|
/**
|
||
|
* Includes the default styles for toolbar buttons, mostly used as a helper function.
|
||
|
*
|
||
|
* @param {color} $bg-color Base color to be used for the button.
|
||
|
* @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small text shadow (or highlight) to give the impression of beveled text.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small box shadow (or highlight) to give the impression of being beveled.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds basic styles to :before or :after pseudo-elements.
|
||
|
*
|
||
|
* .my-element:after {
|
||
|
* @include insertion(50px, 50px);
|
||
|
* }
|
||
|
*
|
||
|
* @param {measurement} $width Height of pseudo-element.
|
||
|
* @param {measurement} $height Height of pseudo-element.
|
||
|
* @param {measurement} $top Top positioning of pseudo-element.
|
||
|
* @param {measurement} $left Left positioning of pseudo-element.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes an element stretch to its parent's bounds.
|
||
|
*/
|
||
|
/**
|
||
|
* Bevels the text based on its background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @see bevel-text
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Creates a background gradient for masked elements, based on the lightness of their background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $percent Contrast of the new gradient to its background.
|
||
|
* @param {percent} $style Gradient style of the gradient.
|
||
|
* @see background-gradient
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes the element text overflow to use ellipsis.
|
||
|
*/
|
||
|
/* line 4, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_img.scss */
|
||
|
.x-img.x-img-image {
|
||
|
text-align: center;
|
||
|
}
|
||
|
/* line 7, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_img.scss */
|
||
|
.x-img.x-img-image img {
|
||
|
width: auto;
|
||
|
height: 100%;
|
||
|
}
|
||
|
/* line 13, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_img.scss */
|
||
|
.x-img.x-img-background {
|
||
|
background-repeat: no-repeat;
|
||
|
background-position: center;
|
||
|
background-size: auto 100%;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*
|
||
|
* Global CSS variables and mixins of Sencha Touch.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-html-style
|
||
|
* Optionally remove included HTML styles/typography (for components with styleHtmlContent: true).
|
||
|
* Styles are scoped to .x-html. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-icons
|
||
|
* Optionally remove the default icon set which includes the following toolbar and tab bar icons: action,
|
||
|
* add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites,
|
||
|
* home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash,
|
||
|
* and user. Set to false to reduce CSS weight.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-form-sliders
|
||
|
* Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-floating-panels
|
||
|
* Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-default-uis
|
||
|
* Decides whether or not to include the default UIs for all components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-highlights=true
|
||
|
* Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging,
|
||
|
* non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $include-border-radius
|
||
|
* Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {boolean} $basic-slider
|
||
|
* Optionally remove CSS3 effects from the slider component for improved performance.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $base-color
|
||
|
* The primary color variable from which most elements derive their color scheme.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {string} $base-gradient
|
||
|
* The primary gradient variable from which most elements derive their color scheme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {font-family} $font-family
|
||
|
* The font-family to be used throughout the theme.
|
||
|
* @see background-gradient
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $alert-color
|
||
|
* Color used for elements like badges, errors, and "decline" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $confirm-color
|
||
|
* Color used for elements like success messages, and "confirm" UIs (eg. on buttons).
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $active-color
|
||
|
* Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $neutral-color
|
||
|
* Color used for the neautral `ui` for Toolbars and Tabbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {color} $page-bg-color
|
||
|
* Background color for fullscreen components.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-row-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* @var {measurement} $global-list-height
|
||
|
* The minimum row height for items like toolbars.
|
||
|
*/
|
||
|
/**
|
||
|
* Background noise recipe
|
||
|
*
|
||
|
* This recipe use a sass function to generate a .png file
|
||
|
*
|
||
|
* Inspired by a jQuery plugin "Noisy" by Daniel Rapp @DanielRapp
|
||
|
* @link https://github.com/DanielRapp/Noisy
|
||
|
*
|
||
|
* Converted using Sass by Aaron Russell @aaronrussell & Philipp Bosch @philippbosch
|
||
|
* @link https://gist.github.com/1021332
|
||
|
*
|
||
|
* Ported to a sass gem by Antti Salonen @antsa
|
||
|
* @link https://github.com/antsa/sassy_noise
|
||
|
*
|
||
|
* Mixin: background-noise
|
||
|
* Function: background_noise
|
||
|
*
|
||
|
* @author Daniel Rapp @DanielRapp
|
||
|
* @author Aaron Russell @aaronrussell
|
||
|
* @author Philipp Bosch @philippbosch
|
||
|
* @author Antti Salonen @antsa
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Gradients
|
||
|
* @author David Kaneda http://www.davidkaneda.com/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a background gradient into a specified selector.
|
||
|
*
|
||
|
* @include background-gradient(#444, 'glossy');
|
||
|
*
|
||
|
* You can also use color-stops if you want full control of the gradient:
|
||
|
*
|
||
|
* @include background-gradient(#444, color-stops(#333, #222, #111));
|
||
|
*
|
||
|
* @param {color} $bg-color
|
||
|
* The base color of the gradient.
|
||
|
*
|
||
|
* @param {string/list} $type
|
||
|
* The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or linear:
|
||
|
*
|
||
|
* @include background-gradient(red, 'glossy');
|
||
|
*
|
||
|
* It can also accept a list of color-stop values:;
|
||
|
*
|
||
|
* @include background-gradient(black, color-stops(#333, #111, #000));
|
||
|
*
|
||
|
* @param {string} $direction
|
||
|
* The direction of the gradient.
|
||
|
*/
|
||
|
/**
|
||
|
* Blueprint grid background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#blueprint-grid
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Background overlay inspired by Google Chrome modal overlay
|
||
|
*
|
||
|
* @author Maxime Thirouin @MoOx maxime.thirouin@gmail.com
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com @davidkaneda for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tartan
|
||
|
*
|
||
|
* @author Marta Armada http://swwweet.com/ for the original pattern
|
||
|
* @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Carbon Fiber background pattern
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author David Kaneda http://www.davidkaneda.com/ for the Sass mixin
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Striped background patterns
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#horizontal-stripes
|
||
|
* @link http://lea.verou.me/css3patterns/#vertical-stripes
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Cicada background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#cicada-stripes
|
||
|
*
|
||
|
* @author Randy Merril http://forthedeveloper.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Tablecloth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#tablecloth
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Lined paper background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#lined-paper
|
||
|
*
|
||
|
* @author Sarah Backhouse http://www.jadu.net/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Madras background pattern
|
||
|
*
|
||
|
* Before compass 0.11.5, you need to add
|
||
|
* Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "o", "ms")
|
||
|
* To your configuration (config.rb)
|
||
|
* @see https://github.com/chriseppstein/compass/issues/401
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#madras
|
||
|
*
|
||
|
* @author Divya Manian http://nimbupani.com/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
* Checkerboard background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#checkerboard
|
||
|
* @link http://lea.verou.me/css3patterns/#diagonal-checkerboard
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Houndstooth background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#houndstooth
|
||
|
*
|
||
|
* @author Antoine Bernier http://abernier.name for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* Polkadot background pattern
|
||
|
*
|
||
|
* @link http://lea.verou.me/css3patterns/#polka-dot
|
||
|
*
|
||
|
* @author Lea Verou http://lea.verou.me/ for the original pattern
|
||
|
* @author Mason Wendell mason@canarypromo.com @canarymason for the sass mixin
|
||
|
*/
|
||
|
/**
|
||
|
*
|
||
|
* @class Color
|
||
|
* @author David Kaneda - http://www.davidkaneda.com
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the brightness (out of 100) of a specified color.
|
||
|
* @todo explain why this is useful
|
||
|
* @param {color} $color The color you want the brightness value of
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the luminosity for a specified color
|
||
|
* @param {color} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Returns the contrast ratio between two colors
|
||
|
* @param {color1} The color to check
|
||
|
* @return {measurement}
|
||
|
*/
|
||
|
/**
|
||
|
* Colors the text of an element based on lightness of its background.
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff); // Colors text black.
|
||
|
* }
|
||
|
*
|
||
|
* .my-element {
|
||
|
* @include color-by-background(#fff, 40%); // Colors text gray.
|
||
|
* }
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $contrast Contrast of text color to its background.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* @class Global_CSS
|
||
|
*/
|
||
|
/**
|
||
|
* Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true).
|
||
|
*
|
||
|
* @include pictos-iconmask('attachment');
|
||
|
*
|
||
|
* @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png).
|
||
|
*/
|
||
|
/**
|
||
|
* Includes the default styles for toolbar buttons, mostly used as a helper function.
|
||
|
*
|
||
|
* @param {color} $bg-color Base color to be used for the button.
|
||
|
* @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small text shadow (or highlight) to give the impression of beveled text.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds a small box shadow (or highlight) to give the impression of being beveled.
|
||
|
*
|
||
|
* @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark.
|
||
|
*/
|
||
|
/**
|
||
|
* Adds basic styles to :before or :after pseudo-elements.
|
||
|
*
|
||
|
* .my-element:after {
|
||
|
* @include insertion(50px, 50px);
|
||
|
* }
|
||
|
*
|
||
|
* @param {measurement} $width Height of pseudo-element.
|
||
|
* @param {measurement} $height Height of pseudo-element.
|
||
|
* @param {measurement} $top Top positioning of pseudo-element.
|
||
|
* @param {measurement} $left Left positioning of pseudo-element.
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes an element stretch to its parent's bounds.
|
||
|
*/
|
||
|
/**
|
||
|
* Bevels the text based on its background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @see bevel-text
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Creates a background gradient for masked elements, based on the lightness of their background.
|
||
|
*
|
||
|
* @param {color} $bg-color Background color of element.
|
||
|
* @param {percent} $percent Contrast of the new gradient to its background.
|
||
|
* @param {percent} $style Gradient style of the gradient.
|
||
|
* @see background-gradient
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* Makes the element text overflow to use ellipsis.
|
||
|
*/
|
||
|
/* line 3, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_media.scss */
|
||
|
.x-video {
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
/* line 8, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_media.scss */
|
||
|
.x-video > * {
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
position: absolute;
|
||
|
}
|
||
|
|
||
|
/* line 14, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_media.scss */
|
||
|
.x-video-ghost {
|
||
|
-webkit-background-size: 100% auto;
|
||
|
background: black url() center center no-repeat;
|
||
|
}
|
||
|
|
||
|
/* line 19, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_media.scss */
|
||
|
audio {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
/* line 8, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_panel.scss */
|
||
|
.x-panel,
|
||
|
.x-msgbox,
|
||
|
.x-panel-body {
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
/* line 15, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_panel.scss */
|
||
|
.x-panel.x-floating,
|
||
|
.x-msgbox,
|
||
|
.x-form.x-floating {
|
||
|
padding: 6px;
|
||
|
-webkit-border-radius: 0.3em;
|
||
|
border-radius: 0.3em;
|
||
|
-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 0.2em 0.6em;
|
||
|
box-shadow: rgba(0, 0, 0, 0.8) 0 0.2em 0.6em;
|
||
|
background-image: none;
|
||
|
background-color: #656565;
|
||
|
}
|
||
|
/* line 21, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_panel.scss */
|
||
|
.x-panel.x-floating.x-floating-light,
|
||
|
.x-msgbox.x-floating-light,
|
||
|
.x-form.x-floating.x-floating-light {
|
||
|
background-image: none;
|
||
|
background-color: #cbcbcb;
|
||
|
}
|
||
|
/* line 26, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_panel.scss */
|
||
|
.x-panel.x-floating .x-panel-inner,
|
||
|
.x-panel.x-floating > .x-body,
|
||
|
.x-msgbox .x-panel-inner,
|
||
|
.x-msgbox > .x-body,
|
||
|
.x-form.x-floating .x-panel-inner,
|
||
|
.x-form.x-floating > .x-body {
|
||
|
z-index: 1;
|
||
|
background-color: #fff;
|
||
|
-webkit-border-radius: 0.3em;
|
||
|
border-radius: 0.3em;
|
||
|
}
|
||
|
|
||
|
/* line 35, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_panel.scss */
|
||
|
.x-panel.x-floating > .x-dock,
|
||
|
.x-msgbox > .x-dock,
|
||
|
.x-form.x-floating > .x-dock {
|
||
|
z-index: 1;
|
||
|
}
|
||
|
|
||
|
/* line 41, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_panel.scss */
|
||
|
.x-panel.x-floating > .x-dock.x-sized,
|
||
|
.x-msgbox > .x-dock.x-sized,
|
||
|
.x-form.x-floating > .x-dock.x-sized {
|
||
|
margin: 6px;
|
||
|
}
|
||
|
|
||
|
/* line 48, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_panel.scss */
|
||
|
.x-anchor {
|
||
|
position: absolute;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
/* line 53, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_panel.scss */
|
||
|
.x-anchor.x-anchor-top {
|
||
|
margin-top: -0.68em;
|
||
|
margin-left: -0.8155em;
|
||
|
width: 1.631em;
|
||
|
height: 0.7em;
|
||
|
-webkit-mask: 0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAPCAYAAABut3YUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNpi/PX7LwOFwAyIG6HseiA+Ra5BjBQ6xg+IVwAxJ5T/HYgjgHgTOYYxUeCQUiBeh+QQBih7HVSOLiHDDMSTgTiTgLrpQJwLxH9p5RhOaLT4EakeFF3RQPyF2o6RhkaBGYkheRmIPYH4KbXSjC4QnyTDIch6danhGCcgPgwNGXKBNNQMb0ocEwXE24GYn4FyADJjI76Ej88x7UC8FIjZGKgHQDlxGtRsZmISMMjy+dBQoSXYBC0gv+NyDD80xzgx0AeAqg4fIH6NHk0qQHyMjg6B1WvHYDkNFjIgwS1ALMowMOAjEAeBHINe2Q0U+AUQYACQ10C2QNhRogAAAABJRU5ErkJggg==') no-repeat;
|
||
|
-webkit-mask-size: 1.631em 0.7em;
|
||
|
background-color: #656565;
|
||
|
}
|
||
|
/* line 63, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_panel.scss */
|
||
|
.x-anchor.x-anchor-bottom {
|
||
|
margin-left: -0.8155em;
|
||
|
width: 1.631em;
|
||
|
height: 0.7em;
|
||
|
-webkit-mask: 0 0 url('data:image/png;base64,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') no-repeat;
|
||
|
-webkit-mask-size: 1.631em 0.7em;
|
||
|
background-color: #656565;
|
||
|
}
|
||
|
/* line 72, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_panel.scss */
|
||
|
.x-anchor.x-anchor-left {
|
||
|
margin-left: -0.6655em;
|
||
|
margin-top: -0.35em;
|
||
|
height: 1.631em;
|
||
|
width: 0.7em;
|
||
|
-webkit-mask: 0 0 url('data:image/png;base64,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') no-repeat;
|
||
|
-webkit-mask-size: 0.7em 1.631em;
|
||
|
background-color: #656565;
|
||
|
}
|
||
|
/* line 82, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_panel.scss */
|
||
|
.x-anchor.x-anchor-right {
|
||
|
margin-top: -0.35em;
|
||
|
height: 1.631em;
|
||
|
width: 0.7em;
|
||
|
-webkit-mask: 0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAjCAYAAABLuFAHAAAEJGlDQ1BJQ0MgUHJvZmlsZQAAOBGFVd9v21QUPolvUqQWPyBYR4eKxa9VU1u5GxqtxgZJk6XtShal6dgqJOQ6N4mpGwfb6baqT3uBNwb8AUDZAw9IPCENBmJ72fbAtElThyqqSUh76MQPISbtBVXhu3ZiJ1PEXPX6yznfOec7517bRD1fabWaGVWIlquunc8klZOnFpSeTYrSs9RLA9Sr6U4tkcvNEi7BFffO6+EdigjL7ZHu/k72I796i9zRiSJPwG4VHX0Z+AxRzNRrtksUvwf7+Gm3BtzzHPDTNgQCqwKXfZwSeNHHJz1OIT8JjtAq6xWtCLwGPLzYZi+3YV8DGMiT4VVuG7oiZpGzrZJhcs/hL49xtzH/Dy6bdfTsXYNY+5yluWO4D4neK/ZUvok/17X0HPBLsF+vuUlhfwX4j/rSfAJ4H1H0qZJ9dN7nR19frRTeBt4Fe9FwpwtN+2p1MXscGLHR9SXrmMgjONd1ZxKzpBeA71b4tNhj6JGoyFNp4GHgwUp9qplfmnFW5oTdy7NamcwCI49kv6fN5IAHgD+0rbyoBc3SOjczohbyS1drbq6pQdqumllRC/0ymTtej8gpbbuVwpQfyw66dqEZyxZKxtHpJn+tZnpnEdrYBbueF9qQn93S7HQGGHnYP7w6L+YGHNtd1FJitqPAR+hERCNOFi1i1alKO6RQnjKUxL1GNjwlMsiEhcPLYTEiT9ISbN15OY/jx4SMshe9LaJRpTvHr3C/ybFYP1PZAfwfYrPsMBtnE6SwN9ib7AhLwTrBDgUKcm06FSrTfSj187xPdVQWOk5Q8vxAfSiIUc7Z7xr6zY/+hpqwSyv0I0/QMTRb7RMgBxNodTfSPqdraz/sDjzKBrv4zu2+a2t0/HHzjd2Lbcc2sG7GtsL42K+xLfxtUgI7YHqKlqHK8HbCCXgjHT1cAdMlDetv4FnQ2lLasaOl6vmB0CMmwT/IPszSueHQqv6i/qluqF+oF9TfO2qEGTumJH0qfSv9KH0nfS/9TIp0Wboi/SRdlb6RLgU5u++9nyXYe69fYRPdil1o1WufNSdTTsp75BfllPy8/LI8G7AUuV8ek6fkvfDsCfbNDP0dvRh0CrNqTbV7LfEEGDQPJQadBtfGVMWEq3QWWdufk6ZSNsjG2PQjp3ZcnOWWing6noonSInvi0/Ex+IzAreevPhe+CawpgP1/pMTMDo64G0sTCXIM+KdOnFWRfQKdJvQzV1+Bt8OokmrdtY2yhVX2a+qrykJfMq4Ml3VR4cVzTQVz+UoNne4vcKLoyS+gyKO6EHe+75Fdt0Mbe5bRIf/wjvrVmhbqBN97RD1vxrahvBOfOYzoosH9bq94uejSOQGkVM6sN/7HelL4t10t9F4gPdVzydEOx83Gv+uNxo7XyL/FtFl8z9ZAHF4bBsrEwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAb5JREFUSA2dlb1OwzAQx+/y4VIJqRMTK2vXbkgVG0srdWJl7AMgwc6AxMjAExQxMVSgssADdEXiDTqxUAmRxkl8nNMGuW2aOImU+Gzf7/5nnxVDKJMwiKITIoKqL4QyJg7wHYbUrgo7kD7UAlRPPwAHy77ddwVrZzoSUfLMRtMOBTDgFOlImTyy5doE2IQBEHpSqut6sKaQLsNIDcsCoN7tfCdMSFG/0XBf8udZYzesEZwDOcdCwEdegO01r3lRi0BNggAO14ZXnRKYtZEOXU9N2H9/M0ApvASozSUcsb1WQkuYMS4hV+DOVLeHU56GYawusgAlu525mW1awgGXcFwD1oEwQEi6NWHmCV4rrdlMPtUvPmGb7ll/mXYN5XTDznzfn1aGCeFK77TOoRJMgPcNz7n9T956zQRjIdwBg0lVeCp8t8tQkIG6LU2bCGdJnCqugRYwzhGc02YTZqZiZhcoo1SoBrv+IsXKROd7nveeqeS1Xt4gEN4I4TzkzpmDulQb78j2zlpddMsACxm/MShsYSNt/Gz4jj4E0sysyE5hPnZfoJw+O86LnLfm+G7+lVJ2bFM1/WCxiHvmQBX7D24MnWFZVIC2AAAAAElFTkSuQmCC') no-repeat;
|
||
|
-webkit-mask-size: 0.7em 1.631em;
|
||
|
background-color: #656565;
|
||
|
}
|
||
|
|
||
|
/* line 93, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_panel.scss */
|
||
|
.x-floating.x-panel-light:after {
|
||
|
background-color: #cbcbcb;
|
||
|
}
|
||
|
|
||
|
/* line 52, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-button {
|
||
|
-webkit-background-clip: padding;
|
||
|
background-clip: padding-box;
|
||
|
-webkit-border-radius: 0.4em;
|
||
|
border-radius: 0.4em;
|
||
|
display: -webkit-box;
|
||
|
display: box;
|
||
|
-webkit-box-align: center;
|
||
|
box-align: center;
|
||
|
min-height: 1.8em;
|
||
|
padding: 0.3em 0.6em;
|
||
|
position: relative;
|
||
|
overflow: hidden;
|
||
|
-webkit-user-select: none;
|
||
|
z-index: 1;
|
||
|
}
|
||
|
/* line 32, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/../_mixins.scss */
|
||
|
.x-button, .x-toolbar .x-button {
|
||
|
border: 1px solid #999999;
|
||
|
border-top-color: #a6a6a6;
|
||
|
color: black;
|
||
|
}
|
||
|
/* line 37, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/../_mixins.scss */
|
||
|
.x-button.x-button-back:before, .x-button.x-button-forward:before, .x-toolbar .x-button.x-button-back:before, .x-toolbar .x-button.x-button-forward:before {
|
||
|
background: #999999;
|
||
|
}
|
||
|
/* line 41, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/../_mixins.scss */
|
||
|
.x-button, .x-button.x-button-back:after, .x-button.x-button-forward:after, .x-toolbar .x-button, .x-toolbar .x-button.x-button-back:after, .x-toolbar .x-button.x-button-forward:after {
|
||
|
background-image: none;
|
||
|
background-color: #cccccc;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(3%, #d9d9d9), color-stop(100%, #bfbfbf));
|
||
|
background-image: -webkit-linear-gradient(top, #f2f2f2, #d9d9d9 3%, #bfbfbf);
|
||
|
background-image: linear-gradient(top, #f2f2f2, #d9d9d9 3%, #bfbfbf);
|
||
|
}
|
||
|
/* line 45, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/../_mixins.scss */
|
||
|
.x-button .x-button-icon.x-icon-mask, .x-toolbar .x-button .x-button-icon.x-icon-mask {
|
||
|
background-image: none;
|
||
|
background-color: black;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #262626), color-stop(3%, #0d0d0d), color-stop(100%, #000000));
|
||
|
background-image: -webkit-linear-gradient(top, #262626, #0d0d0d 3%, #000000);
|
||
|
background-image: linear-gradient(top, #262626, #0d0d0d 3%, #000000);
|
||
|
}
|
||
|
/* line 50, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/../_mixins.scss */
|
||
|
.x-button.x-button-pressing, .x-button.x-button-pressing:after, .x-button.x-button-pressed, .x-button.x-button-pressed:after, .x-button.x-button-active, .x-button.x-button-active:after, .x-toolbar .x-button.x-button-pressing, .x-toolbar .x-button.x-button-pressing:after, .x-toolbar .x-button.x-button-pressed, .x-toolbar .x-button.x-button-pressed:after, .x-toolbar .x-button.x-button-active, .x-toolbar .x-button.x-button-active:after {
|
||
|
background-image: none;
|
||
|
background-color: #c4c4c4;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ababab), color-stop(10%, #b8b8b8), color-stop(65%, #c4c4c4), color-stop(100%, #c6c6c6));
|
||
|
background-image: -webkit-linear-gradient(top, #ababab, #b8b8b8 10%, #c4c4c4 65%, #c6c6c6);
|
||
|
background-image: linear-gradient(top, #ababab, #b8b8b8 10%, #c4c4c4 65%, #c6c6c6);
|
||
|
}
|
||
|
/* line 66, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-button .x-button-icon {
|
||
|
width: 2.1em;
|
||
|
height: 2.1em;
|
||
|
background-repeat: no-repeat;
|
||
|
background-position: center;
|
||
|
display: block;
|
||
|
}
|
||
|
/* line 73, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-button .x-button-icon.x-icon-mask {
|
||
|
width: 1.1em;
|
||
|
height: 1.1em;
|
||
|
-webkit-mask-size: 1.1em;
|
||
|
}
|
||
|
/* line 80, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-button.x-item-disabled .x-button-label, .x-button.x-item-disabled .x-hasbadge .x-badge, .x-hasbadge .x-button.x-item-disabled .x-badge, .x-button.x-item-disabled .x-button-icon {
|
||
|
opacity: .5;
|
||
|
}
|
||
|
|
||
|
/* line 86, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-button-round {
|
||
|
-webkit-border-radius: 0.9em;
|
||
|
border-radius: 0.9em;
|
||
|
}
|
||
|
|
||
|
/* line 92, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-iconalign-left, .x-icon-align-right {
|
||
|
-webkit-box-orient: horizontal;
|
||
|
box-orient: horizontal;
|
||
|
}
|
||
|
|
||
|
/* line 95, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-iconalign-top, .x-iconalign-bottom {
|
||
|
-webkit-box-orient: vertical;
|
||
|
box-orient: vertical;
|
||
|
}
|
||
|
|
||
|
/* line 98, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-iconalign-bottom, .x-iconalign-right {
|
||
|
-webkit-box-direction: reverse;
|
||
|
box-direction: reverse;
|
||
|
}
|
||
|
|
||
|
/* line 101, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-iconalign-center {
|
||
|
-webkit-box-pack: center;
|
||
|
box-pack: center;
|
||
|
}
|
||
|
|
||
|
/* line 104, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-iconalign-left .x-button-label, .x-iconalign-left .x-hasbadge .x-badge, .x-hasbadge .x-iconalign-left .x-badge {
|
||
|
margin-left: 0.3em;
|
||
|
}
|
||
|
|
||
|
/* line 107, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-iconalign-right .x-button-label, .x-iconalign-right .x-hasbadge .x-badge, .x-hasbadge .x-iconalign-right .x-badge {
|
||
|
margin-right: 0.3em;
|
||
|
}
|
||
|
|
||
|
/* line 110, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-iconalign-top .x-button-label, .x-iconalign-top .x-hasbadge .x-badge, .x-hasbadge .x-iconalign-top .x-badge {
|
||
|
margin-top: 0.3em;
|
||
|
}
|
||
|
|
||
|
/* line 113, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-iconalign-bottom .x-button-label, .x-iconalign-bottom .x-hasbadge .x-badge, .x-hasbadge .x-iconalign-bottom .x-badge {
|
||
|
margin-bottom: 0.3em;
|
||
|
}
|
||
|
|
||
|
/* line 118, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-button-label, .x-hasbadge .x-badge {
|
||
|
-webkit-box-flex: 1;
|
||
|
box-flex: 1;
|
||
|
-webkit-box-align: center;
|
||
|
box-align: center;
|
||
|
white-space: nowrap;
|
||
|
text-overflow: ellipsis;
|
||
|
text-align: center;
|
||
|
font-weight: bold;
|
||
|
line-height: 1.2em;
|
||
|
display: block;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
/* line 131, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-toolbar .x-button {
|
||
|
margin: 0 0.2em;
|
||
|
padding: 0.3em 0.6em;
|
||
|
}
|
||
|
/* line 135, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-toolbar .x-button .x-button-label, .x-toolbar .x-button .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button .x-badge {
|
||
|
font-size: .7em;
|
||
|
}
|
||
|
/* line 139, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-toolbar .x-button .x-button-label, .x-toolbar .x-button .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button .x-badge, .x-toolbar .x-button .x-hasbadge .x-badge {
|
||
|
line-height: 1.6em;
|
||
|
}
|
||
|
|
||
|
/* line 144, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-button-small, .x-toolbar .x-button-small {
|
||
|
-webkit-border-radius: 0.3em;
|
||
|
border-radius: 0.3em;
|
||
|
padding: 0.2em 0.4em;
|
||
|
min-height: 0;
|
||
|
}
|
||
|
/* line 149, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-button-small .x-button-label, .x-button-small .x-hasbadge .x-badge, .x-hasbadge .x-button-small .x-badge, .x-toolbar .x-button-small .x-button-label, .x-toolbar .x-button-small .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button-small .x-badge {
|
||
|
font-size: .6em;
|
||
|
}
|
||
|
/* line 153, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-button-small .x-button-icon, .x-toolbar .x-button-small .x-button-icon {
|
||
|
width: .75em;
|
||
|
height: .75em;
|
||
|
}
|
||
|
/* line 157, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-button-small .x-button-icon.x-icon-mask, .x-toolbar .x-button-small .x-button-icon.x-icon-mask {
|
||
|
-webkit-mask-size: .75em;
|
||
|
}
|
||
|
|
||
|
/* line 175, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-button-forward, .x-button-back {
|
||
|
position: relative;
|
||
|
overflow: visible;
|
||
|
height: 1.7em;
|
||
|
z-index: 1;
|
||
|
}
|
||
|
/* line 180, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-button-forward:before, .x-button-forward:after, .x-button-back:before, .x-button-back:after {
|
||
|
content: "";
|
||
|
position: absolute;
|
||
|
width: 0.80717em;
|
||
|
height: 1.8em;
|
||
|
top: -0.1em;
|
||
|
left: auto;
|
||
|
z-index: 2;
|
||
|
-webkit-mask: 0.125em 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABGCAYAAADb7SQ4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAiNJREFUeNrEWb9LQlEUvj5BcHoQvMnVKXD1D3CLwqBJbHJsazQaWoSCxgbHJiMIAiNok6AhCDdXVycnJ8EQOgeOYaG+d39998KH+HyP753zzjnfd325xfdSgVeV8B6BScuEV0IRSbxHeCMk/AVFXCA8ScQKSXxPqK0fQBBfE5r/D+Y8VzUT9jb94DPimqRYIYkrhGcpKhhxIqTxrpNcExdlQJTTTnRJnCc8ykhUSOIOoZ71ZFfEZ4S2zgUu+rguxZRHEnPbfKRVsOtUl0RtYpOLTYljIS2Z3nVk2DY9SbNCEt8RDm0rUpe4La1jvXSqmtum72raZI24KuNQIYl/nSGSOJb0Jq61M0pxhjwK9304hUjHGSKILzc5Q5drUzttdYY+I97pDH1FzG0zNFUb04gTG4kzJS5kdYauiZtZnaFr4ooKsCIVaDHxKAQxt1NBnGIVHfGCcEQYh3jGU8KBfMKLiyM+lgzAq/qT0ArVTg+Ei1B9fEPoovV4fcfQd2HedScX39GprwGTNjJn0maTELN6IuSzECLB6T5x2eM66jQgnIeSxa60GnS3uL56tr7b1Ai0JPVwYi6yho2U2lgfKym19VxjMRHzEGbvS9K+RBPzetGVUpf29lZHSl2/DMnLvwh1ZMQrKW3Ic4fvJOZS6ZMQW5hpmpT63DvtlFLfm7bBNruM2C2yXb7y3U6ZpRS5P/4jpUjihRTbCJ3q1eL3GMMfAQYAJmB6SBO619IAAAAASUVORK5CYII=') no-repeat;
|
||
|
-webkit-mask-size: 0.80717em 1.8em;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
/* line 190, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-button-back,
|
||
|
.x-toolbar .x-button-back {
|
||
|
margin-left: 0.87217em;
|
||
|
padding-left: .4em;
|
||
|
}
|
||
|
/* line 193, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-button-back:before,
|
||
|
.x-toolbar .x-button-back:before {
|
||
|
left: -0.72717em;
|
||
|
}
|
||
|
/* line 196, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-button-back:after,
|
||
|
.x-toolbar .x-button-back:after {
|
||
|
left: -0.68217em;
|
||
|
}
|
||
|
|
||
|
/* line 202, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-button-forward,
|
||
|
.x-toolbar .x-button-forward {
|
||
|
margin-right: 0.88217em;
|
||
|
padding-right: .4em;
|
||
|
}
|
||
|
/* line 205, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-button-forward:before, .x-button-forward:after,
|
||
|
.x-toolbar .x-button-forward:before,
|
||
|
.x-toolbar .x-button-forward:after {
|
||
|
-webkit-mask: -0.125em 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABGCAYAAADb7SQ4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXlJREFUaN7lmTFqAlEQhh8EhFSCYJXW1law9QAewMrWAwQWAmmtbPcGHiCQ1gPYCla2QsDKSsgmQecvFqImu2/fzry/2OLb9mt23vwz47Kvn5MwEFxM8DkLB6HHEIOd0GGIwUpoMcRgyRKDOUsMJizxpzBiiMFR6DPEeZl1GWKwFh4ZYvAmPDDEqmVWVQxmLPG3MGaIVcosVAz2whNDDDZCmyEG7yFlpiEGKUsMEpb4XKXMtMXeiVVb7J1YLcRgW1ZmVuLSxGopLkys1mLwwhL/mVhjie8Sayxx3kp7DPFVYo0tzhNriyEGU5Z40TjxtDE/F6WcDowHBE/msDFNImG0xZQRBAonDCvxhhH2vKZIZ9Ds+7EDfaWFnKZ4xhja5owxdcnYCAQv1p1Gi4sprn08cZbDt6ZYZasXIn5mLFHTjLCvVt1V+4rVt/M+4r3FPaJMbHaBKRKb3pyKxKZXtv/Er4yjZpRL6q042u34tzh4xV9H/FHnqBHKBQeEd6aqqwD6AAAAAElFTkSuQmCC') no-repeat;
|
||
|
}
|
||
|
/* line 208, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-button-forward:before,
|
||
|
.x-toolbar .x-button-forward:before {
|
||
|
right: -0.72717em;
|
||
|
}
|
||
|
/* line 211, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-button-forward:after,
|
||
|
.x-toolbar .x-button-forward:after {
|
||
|
right: -0.68217em;
|
||
|
}
|
||
|
|
||
|
/* line 219, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-button.x-button-plain,
|
||
|
.x-toolbar .x-button.x-button-plain {
|
||
|
background: none;
|
||
|
border: 0 none;
|
||
|
-webkit-border-radius: none;
|
||
|
border-radius: none;
|
||
|
min-height: 0;
|
||
|
text-shadow: none;
|
||
|
line-height: auto;
|
||
|
height: 1.9em;
|
||
|
padding: 0em 0.5em;
|
||
|
}
|
||
|
/* line 229, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-button.x-button-plain > *,
|
||
|
.x-toolbar .x-button.x-button-plain > * {
|
||
|
overflow: visible;
|
||
|
}
|
||
|
/* line 233, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-button.x-button-plain .x-button-icon,
|
||
|
.x-toolbar .x-button.x-button-plain .x-button-icon {
|
||
|
-webkit-mask-size: 1em;
|
||
|
width: 1em;
|
||
|
height: 1em;
|
||
|
}
|
||
|
/* line 239, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-button.x-button-plain.x-button-pressing, .x-button.x-button-plain.x-button-pressed,
|
||
|
.x-toolbar .x-button.x-button-plain.x-button-pressing,
|
||
|
.x-toolbar .x-button.x-button-plain.x-button-pressed {
|
||
|
background: none;
|
||
|
background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 24, color-stop(0%, rgba(236, 240, 225, 0.7)), color-stop(100%, rgba(236, 240, 225, 0)));
|
||
|
background-image: -webkit-radial-gradient(rgba(236, 240, 225, 0.7), rgba(236, 240, 225, 0) 24px);
|
||
|
background-image: radial-gradient(rgba(236, 240, 225, 0.7), rgba(236, 240, 225, 0) 24px);
|
||
|
}
|
||
|
/* line 244, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-button.x-button-plain.x-button-pressing .x-button-icon.x-button-mask, .x-button.x-button-plain.x-button-pressed .x-button-icon.x-button-mask,
|
||
|
.x-toolbar .x-button.x-button-plain.x-button-pressing .x-button-icon.x-button-mask,
|
||
|
.x-toolbar .x-button.x-button-plain.x-button-pressed .x-button-icon.x-button-mask {
|
||
|
background-image: none;
|
||
|
background-color: white;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(10%, #f2f2f2), color-stop(65%, #ffffff), color-stop(100%, #ffffff));
|
||
|
background-image: -webkit-linear-gradient(top, #e6e6e6, #f2f2f2 10%, #ffffff 65%, #ffffff);
|
||
|
background-image: linear-gradient(top, #e6e6e6, #f2f2f2 10%, #ffffff 65%, #ffffff);
|
||
|
}
|
||
|
|
||
|
/* line 251, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-segmentedbutton .x-button {
|
||
|
margin: 0;
|
||
|
-webkit-border-radius: 0;
|
||
|
border-radius: 0;
|
||
|
}
|
||
|
/* line 257, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-segmentedbutton .x-button.x-first {
|
||
|
-webkit-border-top-left-radius: 0.4em;
|
||
|
border-top-left-radius: 0.4em;
|
||
|
-webkit-border-bottom-left-radius: 0.4em;
|
||
|
border-bottom-left-radius: 0.4em;
|
||
|
}
|
||
|
/* line 260, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-segmentedbutton .x-button.x-last {
|
||
|
-webkit-border-top-right-radius: 0.4em;
|
||
|
border-top-right-radius: 0.4em;
|
||
|
-webkit-border-bottom-right-radius: 0.4em;
|
||
|
border-bottom-right-radius: 0.4em;
|
||
|
}
|
||
|
/* line 265, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-segmentedbutton .x-button:not(.x-first) {
|
||
|
border-left: 0;
|
||
|
}
|
||
|
|
||
|
/* line 276, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-hasbadge {
|
||
|
overflow: visible;
|
||
|
}
|
||
|
/* line 278, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */
|
||
|
.x-hasbadge .x-badge {
|
||
|
-webkit-background-clip: padding;
|
||
|
background-clip: padding-box;
|
||
|
-webkit-border-radius: 0.2em;
|
||
|
border-radius: 0.2em;
|
||
|
padding: 0.1em 0.3em;
|
||
|
z-index: 2;
|
||
|
text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0;
|
||
|
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0.1em 0.1em;
|
||
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0.1em 0.1em;
|
||
|
overflow: hidden;
|
||
|
color: #ffcccc;
|
||
|
border: 1px solid #990000;
|
||
|
position: absolute;
|
||
|
width: auto;
|
||
|
min-width: 2em;
|
||
|
line-height: 1.2em;
|
||
|
font-size: .6em;
|
||
|
right: 0px;
|
||
|
top: -.2em;
|
||
|
max-width: 95%;
|
||
|
background-image: none;
|
||
|
background-color: #cc0000;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff1a1a), color-stop(3%, #e60000), color-stop(100%, #b30000));
|
||
|
background-image: -webkit-linear-gradient(top, #ff1a1a, #e60000 3%, #b30000);
|
||
|
background-image: linear-gradient(top, #ff1a1a, #e60000 3%, #b30000);
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
/* line 36, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */
|
||
|
.x-toolbar {
|
||
|
padding: 0 0.2em;
|
||
|
position: relative;
|
||
|
}
|
||
|
/* line 46, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */
|
||
|
.x-toolbar.x-docked-top {
|
||
|
border-bottom: 0.1em solid;
|
||
|
}
|
||
|
/* line 50, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */
|
||
|
.x-toolbar.x-docked-bottom {
|
||
|
border-top: 0.1em solid;
|
||
|
}
|
||
|
/* line 54, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */
|
||
|
.x-toolbar.x-docked-left {
|
||
|
width: 7em;
|
||
|
height: auto;
|
||
|
padding: 0.2em;
|
||
|
border-right: 0.1em solid;
|
||
|
}
|
||
|
/* line 61, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */
|
||
|
.x-toolbar.x-docked-right {
|
||
|
width: 7em;
|
||
|
height: auto;
|
||
|
padding: 0.2em;
|
||
|
border-left: 0.1em solid;
|
||
|
}
|
||
|
|
||
|
/* line 69, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */
|
||
|
.x-title {
|
||
|
line-height: 2.1em;
|
||
|
font-size: 1.2em;
|
||
|
text-align: center;
|
||
|
font-weight: bold;
|
||
|
white-space: nowrap;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
margin: 0 0.3em;
|
||
|
padding: 0 0.3em;
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
/* line 81, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */
|
||
|
.x-title .x-innerhtml {
|
||
|
white-space: nowrap;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
}
|
||
|
|
||
|
/* line 103, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */
|
||
|
.x-navigation-bar .x-container {
|
||
|
overflow: visible;
|
||
|
}
|
||
|
|
||
|
/* line 43, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */
|
||
|
.x-spinner .x-input-el,
|
||
|
.x-field-select .x-input-el {
|
||
|
-webkit-text-fill-color: #000;
|
||
|
-webkit-opacity: 1;
|
||
|
}
|
||
|
|
||
|
/* line 49, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */
|
||
|
.x-spinner.x-item-disabled .x-input-el,
|
||
|
.x-field-select.x-item-disabled .x-input-el {
|
||
|
-webkit-text-fill-color: currentcolor;
|
||
|
}
|
||
|
|
||
|
/* line 54, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */
|
||
|
.x-toolbar .x-field-select .x-input-el {
|
||
|
-webkit-text-fill-color: #fff;
|
||
|
}
|
||
|
|
||
|
/* line 58, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */
|
||
|
.x-toolbar .x-field-select.x-item-disabled .x-input-el {
|
||
|
-webkit-text-fill-color: rgba(255, 255, 255, 0.6);
|
||
|
}
|
||
|
|
||
|
/* line 63, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */
|
||
|
.x-toolbar .x-form-field-container {
|
||
|
padding: 0 0.3em;
|
||
|
}
|
||
|
/* line 67, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */
|
||
|
.x-toolbar .x-field {
|
||
|
width: 13em;
|
||
|
margin: .5em;
|
||
|
min-height: 0;
|
||
|
border-bottom: 0;
|
||
|
background: transparent;
|
||
|
}
|
||
|
/* line 74, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */
|
||
|
.x-toolbar .x-field .x-clear-icon {
|
||
|
background-size: 50% 50%;
|
||
|
right: -0.8em;
|
||
|
margin-top: -1.06em;
|
||
|
}
|
||
|
/* line 81, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */
|
||
|
.x-toolbar .x-field-input {
|
||
|
padding-right: 1.6em !important;
|
||
|
}
|
||
|
/* line 89, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */
|
||
|
.x-toolbar .x-field-textarea .x-component-outer,
|
||
|
.x-toolbar .x-field-text .x-component-outer,
|
||
|
.x-toolbar .x-field-number .x-component-outer,
|
||
|
.x-toolbar .x-field-search .x-component-outer {
|
||
|
-webkit-border-radius: 0.3em;
|
||
|
border-radius: 0.3em;
|
||
|
background-color: white;
|
||
|
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0.1em 0 inset, rgba(0, 0, 0, 0.5) 0 -0.1em 0 inset, rgba(0, 0, 0, 0.5) 0.1em 0 0 inset, rgba(0, 0, 0, 0.5) -0.1em 0 0 inset, rgba(0, 0, 0, 0.5) 0 0.15em 0.4em inset;
|
||
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0.1em 0 inset, rgba(0, 0, 0, 0.5) 0 -0.1em 0 inset, rgba(0, 0, 0, 0.5) 0.1em 0 0 inset, rgba(0, 0, 0, 0.5) -0.1em 0 0 inset, rgba(0, 0, 0, 0.5) 0 0.15em 0.4em inset;
|
||
|
}
|
||
|
/* line 99, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */
|
||
|
.x-toolbar .x-form-label {
|
||
|
background: transparent;
|
||
|
border: 0;
|
||
|
padding: 0;
|
||
|
line-height: 1.4em;
|
||
|
}
|
||
|
/* line 106, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */
|
||
|
.x-toolbar .x-form-field {
|
||
|
height: 1.6em;
|
||
|
color: #6e6e6e;
|
||
|
background: transparent;
|
||
|
min-height: 0;
|
||
|
-webkit-appearance: none;
|
||
|
padding: 0em 0.3em;
|
||
|
margin: 0;
|
||
|
}
|
||
|
/* line 115, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */
|
||
|
.x-toolbar .x-form-field:focus {
|
||
|
color: black;
|
||
|
}
|
||
|
/* line 122, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */
|
||
|
.x-toolbar .x-field-select .x-component-outer,
|
||
|
.x-toolbar .x-field-search .x-component-outer {
|
||
|
-webkit-border-radius: 0.8em;
|
||
|
border-radius: 0.8em;
|
||
|
}
|
||
|
/* line 128, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */
|
||
|
.x-toolbar .x-field-search .x-field-input {
|
||
|
background-position: 0.5em 50%;
|
||
|
}
|
||
|
/* line 133, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */
|
||
|
.x-toolbar .x-field-select {
|
||
|
-webkit-box-shadow: none;
|
||
|
}
|
||
|
/* line 136, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */
|
||
|
.x-toolbar .x-field-select .x-form-field {
|
||
|
height: 1.4em;
|
||
|
}
|
||
|
/* line 141, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */
|
||
|
.x-toolbar .x-field-select {
|
||
|
background: transparent;
|
||
|
}
|
||
|
/* line 145, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */
|
||
|
.x-toolbar .x-field-select .x-component-outer:after {
|
||
|
right: .4em;
|
||
|
}
|
||
|
/* line 151, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */
|
||
|
.x-toolbar .x-field-select.x-item-disabled .x-component-outer:after {
|
||
|
opacity: .6;
|
||
|
}
|
||
|
/* line 157, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */
|
||
|
.x-toolbar .x-field-select .x-component-outer:before {
|
||
|
width: 3em;
|
||
|
border-left: none;
|
||
|
-webkit-border-top-right-radius: 0.8em;
|
||
|
border-top-right-radius: 0.8em;
|
||
|
-webkit-border-bottom-right-radius: 0.8em;
|
||
|
border-bottom-right-radius: 0.8em;
|
||
|
-webkit-mask: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAABCAYAAACc0f2yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADJJREFUeNpi/P//PwMjIyMbAwMDOxRzAjEXFHMDMQ8a5kXC6HLcSHo5kcwEmU9TABBgAOcTBAFcRiSpAAAAAElFTkSuQmCC');
|
||
|
-webkit-mask-position: right top;
|
||
|
-webkit-mask-repeat: repeat-y;
|
||
|
-webkit-mask-size: 3em 0.05em;
|
||
|
}
|
||
|
/* line 172, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */
|
||
|
.x-toolbar .x-field-select .x-input-text {
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
/* line 178, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */
|
||
|
.x-android .x-field-search .x-field-input {
|
||
|
padding-left: 0.2em !important;
|
||
|
padding-right: 2.2em !important;
|
||
|
}
|
||
|
|
||
|
/* line 29, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */
|
||
|
.x-indexbar-wrapper {
|
||
|
-webkit-box-pack: end !important;
|
||
|
box-pack: end !important;
|
||
|
pointer-events: none;
|
||
|
}
|
||
|
|
||
|
/* line 35, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */
|
||
|
.x-indexbar-vertical {
|
||
|
width: 1.1em;
|
||
|
-webkit-box-orient: vertical;
|
||
|
box-orient: vertical;
|
||
|
margin-right: 8px;
|
||
|
}
|
||
|
|
||
|
/* line 41, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */
|
||
|
.x-indexbar-horizontal {
|
||
|
height: 1.1em;
|
||
|
-webkit-box-orient: horizontal;
|
||
|
box-orient: horizontal;
|
||
|
margin-bottom: 8px;
|
||
|
}
|
||
|
|
||
|
/* line 47, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */
|
||
|
.x-indexbar {
|
||
|
pointer-events: auto;
|
||
|
z-index: 2;
|
||
|
padding: 0.3em 0;
|
||
|
min-height: 0 !important;
|
||
|
height: auto !important;
|
||
|
-webkit-box-flex: 0 !important;
|
||
|
}
|
||
|
/* line 55, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */
|
||
|
.x-indexbar > div {
|
||
|
color: #a5a5a5;
|
||
|
font-size: 0.6em;
|
||
|
text-align: center;
|
||
|
line-height: 1.1em;
|
||
|
font-weight: bold;
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
/* line 66, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */
|
||
|
.x-phone.x-landscape .x-indexbar > div {
|
||
|
font-size: 0.38em;
|
||
|
line-height: 1em;
|
||
|
}
|
||
|
|
||
|
/* line 72, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */
|
||
|
.x-indexbar-pressed {
|
||
|
-webkit-border-radius: 0.55em;
|
||
|
border-radius: 0.55em;
|
||
|
background-color: rgba(163, 143, 143, 0.8);
|
||
|
}
|
||
|
|
||
|
/* line 84, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list {
|
||
|
position: relative;
|
||
|
background-color: #f7f7f7;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
/* line 89, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list .x-list-inner {
|
||
|
width: 100% !important;
|
||
|
}
|
||
|
/* line 93, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list .x-list-disclosure {
|
||
|
overflow: visible;
|
||
|
-webkit-mask: 0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFNkNCM0JGNTZFMjI2ODExQkNGQjkwMzk3MDc3MkZFQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3M0MzQUU1QUFDQkQxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3M0MzQUU1OUFDQkQxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU3Q0IzQkY1NkUyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU2Q0IzQkY1NkUyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIi8+IDwvcmRmOkRlc2NyaXB0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
|
||
|
-webkit-mask-size: 1.7em;
|
||
|
background-image: none;
|
||
|
background-color: #7e983a;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a5c15e), color-stop(3%, #8daa42), color-stop(100%, #6e8533));
|
||
|
background-image: -webkit-linear-gradient(top, #a5c15e, #8daa42 3%, #6e8533);
|
||
|
background-image: linear-gradient(top, #a5c15e, #8daa42 3%, #6e8533);
|
||
|
width: 1.7em;
|
||
|
height: 1.7em;
|
||
|
margin: 0.5em 0.5em 0 0;
|
||
|
}
|
||
|
/* line 103, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list.x-list-indexed .x-list-disclosure {
|
||
|
margin-right: 1.8em;
|
||
|
}
|
||
|
/* line 107, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list .x-item-selected .x-list-disclosure {
|
||
|
background: white none;
|
||
|
}
|
||
|
/* line 111, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list .x-list-scrolldock-hidden {
|
||
|
display: none;
|
||
|
}
|
||
|
/* line 115, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list .x-list-item {
|
||
|
position: absolute !important;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
color: black;
|
||
|
width: 100%;
|
||
|
}
|
||
|
/* line 123, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list .x-list-item.x-item-pressed .x-dock-horizontal {
|
||
|
background: #ecf0e1 none;
|
||
|
}
|
||
|
/* line 128, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list .x-list-item.x-item-selected .x-dock-horizontal {
|
||
|
background-image: none;
|
||
|
background-color: #798d45;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a0b669), color-stop(3%, #889e4d), color-stop(100%, #6a7c3d));
|
||
|
background-image: -webkit-linear-gradient(top, #a0b669, #889e4d 3%, #6a7c3d);
|
||
|
background-image: linear-gradient(top, #a0b669, #889e4d 3%, #6a7c3d);
|
||
|
color: white;
|
||
|
text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0;
|
||
|
}
|
||
|
/* line 134, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list .x-list-item > .x-dock {
|
||
|
height: auto;
|
||
|
}
|
||
|
|
||
|
/* line 140, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-item-body {
|
||
|
min-height: 46px;
|
||
|
padding: 0.65em 0.8em;
|
||
|
}
|
||
|
|
||
|
/* line 145, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-header-swap {
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
width: 100%;
|
||
|
z-index: 2 !important;
|
||
|
}
|
||
|
|
||
|
/* line 152, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-ios .x-list-header-swap {
|
||
|
-webkit-transform: translate3d(0, 0, 0);
|
||
|
transform: translate3d(0, 0, 0);
|
||
|
}
|
||
|
|
||
|
/* line 156, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-item .x-list-header {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
/* line 160, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-grouped .x-list-header-wrap .x-list-header {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
width: 100%;
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
/* line 169, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-normal.x-list-grouped .x-list-header-wrap .x-dock-horizontal {
|
||
|
padding-top: 26px;
|
||
|
}
|
||
|
/* line 174, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-normal .x-list-header-wrap .x-item-header,
|
||
|
.x-list-normal .x-list-header {
|
||
|
background-image: none;
|
||
|
background-color: #fefefe;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(3%, #ffffff), color-stop(100%, #f3f0f0));
|
||
|
background-image: -webkit-linear-gradient(top, #ffffff, #ffffff 3%, #f3f0f0);
|
||
|
background-image: linear-gradient(top, #ffffff, #ffffff 3%, #f3f0f0);
|
||
|
color: #b9aaaa;
|
||
|
text-shadow: rgba(255, 255, 255, 0.25) 0 0.08em 0;
|
||
|
border-top: 1px solid #fefefe;
|
||
|
border-bottom: 1px solid #d0c6c6;
|
||
|
font-weight: bold;
|
||
|
font-size: 0.8em;
|
||
|
padding: 0.2em 1.02em;
|
||
|
text-shadow: rgba(255, 255, 255, 0.25) 0 0.08em 0;
|
||
|
}
|
||
|
/* line 202, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-normal .x-list-item .x-dock-horizontal {
|
||
|
border-top: 1px solid #dedede;
|
||
|
}
|
||
|
/* line 206, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-normal .x-list-item.x-list-footer-wrap .x-dock-horizontal {
|
||
|
border-bottom: 1px solid #dedede;
|
||
|
}
|
||
|
/* line 214, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-normal .x-list-item.x-item-pressed .x-dock-horizontal {
|
||
|
border-top-color: #ecf0e1;
|
||
|
background-color: #ecf0e1;
|
||
|
}
|
||
|
/* line 219, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-normal .x-list-item.x-item-selected .x-dock-horizontal {
|
||
|
border-top-color: #798d45;
|
||
|
border-bottom: 1px solid #4d5a2c;
|
||
|
}
|
||
|
|
||
|
/* line 227, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-normal.x-list-grouped .x-list-item.x-list-header-wrap .x-dock-horizontal {
|
||
|
border-top: 0;
|
||
|
}
|
||
|
|
||
|
/* line 232, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-round.x-list-grouped .x-list-header-wrap .x-dock-horizontal {
|
||
|
padding-top: 31px;
|
||
|
}
|
||
|
/* line 236, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-round .x-scroll-view {
|
||
|
background-color: #eeeeee !important;
|
||
|
}
|
||
|
/* line 241, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-round .x-list-header-swap {
|
||
|
padding-right: 13px;
|
||
|
}
|
||
|
/* line 245, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-round .x-list-inner .x-scroll-container {
|
||
|
top: 13px;
|
||
|
left: 13px;
|
||
|
bottom: 13px;
|
||
|
right: 13px;
|
||
|
width: auto !important;
|
||
|
height: auto !important;
|
||
|
}
|
||
|
/* line 254, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-round .x-list-disclosure {
|
||
|
overflow: hidden;
|
||
|
-webkit-mask: 0 0 url('data:image/png;base64,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
|
||
|
-webkit-mask-size: 1.5em;
|
||
|
background-image: none;
|
||
|
background-color: #e5e5e5;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(3%, #f1f1f1), color-stop(100%, #d8d8d8));
|
||
|
background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1 3%, #d8d8d8);
|
||
|
background-image: linear-gradient(top, #ffffff, #f1f1f1 3%, #d8d8d8);
|
||
|
width: 1.5em;
|
||
|
height: 1.5em;
|
||
|
margin: 0.5em 0.5em 0 0;
|
||
|
}
|
||
|
/* line 264, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-round .x-list-header {
|
||
|
color: #777;
|
||
|
font-size: 1em;
|
||
|
font-weight: bold;
|
||
|
padding-left: 26px;
|
||
|
line-height: 1.7em;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(30%, rgba(238, 238, 238, 0.9)), color-stop(100%, rgba(238, 238, 238, 0.4)));
|
||
|
background-image: -webkit-linear-gradient(top, #eeeeee, rgba(238, 238, 238, 0.9) 30%, rgba(238, 238, 238, 0.4));
|
||
|
background-image: linear-gradient(top, #eeeeee, rgba(238, 238, 238, 0.9) 30%, rgba(238, 238, 238, 0.4));
|
||
|
}
|
||
|
/* line 274, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-round .x-list-container {
|
||
|
padding: 13px 13px 0 13px;
|
||
|
}
|
||
|
/* line 277, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-round .x-list-container .x-list-header {
|
||
|
padding-left: 13px;
|
||
|
background-image: none;
|
||
|
}
|
||
|
/* line 285, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-round.x-list-ungrouped .x-list-item .x-dock-horizontal, .x-list-round.x-list-grouped .x-list-item .x-dock-horizontal {
|
||
|
border: 1px solid #dedede;
|
||
|
border-width: 1px 1px 0 1px;
|
||
|
background: #f7f7f7;
|
||
|
}
|
||
|
/* line 295, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-round.x-list-ungrouped .x-list-item:first-child {
|
||
|
-webkit-border-top-left-radius: 0.4em;
|
||
|
border-top-left-radius: 0.4em;
|
||
|
-webkit-border-top-right-radius: 0.4em;
|
||
|
border-top-right-radius: 0.4em;
|
||
|
}
|
||
|
/* line 299, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-round.x-list-ungrouped .x-list-item:last-child {
|
||
|
-webkit-border-bottom-left-radius: 0.4em;
|
||
|
border-bottom-left-radius: 0.4em;
|
||
|
-webkit-border-bottom-right-radius: 0.4em;
|
||
|
border-bottom-right-radius: 0.4em;
|
||
|
border-width: 1px;
|
||
|
margin-bottom: 13px;
|
||
|
}
|
||
|
/* line 310, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-round.x-list-grouped .x-list-header-wrap .x-dock-horizontal {
|
||
|
-webkit-border-top-left-radius: 0.4em;
|
||
|
border-top-left-radius: 0.4em;
|
||
|
-webkit-border-top-right-radius: 0.4em;
|
||
|
border-top-right-radius: 0.4em;
|
||
|
}
|
||
|
/* line 314, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-round.x-list-grouped .x-list-header-wrap .x-list-header {
|
||
|
border: 1px solid #dedede;
|
||
|
border-width: 1px 1px 0 1px;
|
||
|
-webkit-border-top-left-radius: 0.4em;
|
||
|
border-top-left-radius: 0.4em;
|
||
|
-webkit-border-top-right-radius: 0.4em;
|
||
|
border-top-right-radius: 0.4em;
|
||
|
}
|
||
|
/* line 321, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-round.x-list-grouped .x-list-footer-wrap {
|
||
|
background: transparent;
|
||
|
}
|
||
|
/* line 324, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-round.x-list-grouped .x-list-footer-wrap .x-dock-horizontal {
|
||
|
border: none;
|
||
|
background: transparent;
|
||
|
padding-bottom: 13px;
|
||
|
}
|
||
|
/* line 329, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-round.x-list-grouped .x-list-footer-wrap .x-dock-horizontal > .x-dock-body {
|
||
|
border: 1px solid #dedede;
|
||
|
background: #f7f7f7;
|
||
|
-webkit-border-bottom-left-radius: 0.4em;
|
||
|
border-bottom-left-radius: 0.4em;
|
||
|
-webkit-border-bottom-right-radius: 0.4em;
|
||
|
border-bottom-right-radius: 0.4em;
|
||
|
}
|
||
|
|
||
|
/* line 340, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-dataview-inlineblock .x-dataview-item, .x-dataview-inlineblock .x-data-item {
|
||
|
display: inline-block !important;
|
||
|
}
|
||
|
|
||
|
/* line 346, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-dataview-nowrap .x-dataview-container {
|
||
|
white-space: nowrap !important;
|
||
|
}
|
||
|
|
||
|
/* line 352, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-inlineblock .x-list-item {
|
||
|
display: inline-block !important;
|
||
|
}
|
||
|
|
||
|
/* line 358, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-nowrap .x-list-inner {
|
||
|
width: auto;
|
||
|
}
|
||
|
/* line 361, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss */
|
||
|
.x-list-nowrap .x-list-container {
|
||
|
white-space: nowrap !important;
|
||
|
}
|
||
|
|
||
|
/* line 41, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
html, body {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
@-webkit-keyframes x-paint-monitor-helper {
|
||
|
/* line 47, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
from {
|
||
|
zoom: 1;
|
||
|
}
|
||
|
|
||
|
/* line 48, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
to {
|
||
|
zoom: 1;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* line 51, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-paint-monitored {
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
/* line 55, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-paint-monitor {
|
||
|
width: 0 !important;
|
||
|
height: 0 !important;
|
||
|
visibility: hidden;
|
||
|
}
|
||
|
/* line 59, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-paint-monitor.cssanimation {
|
||
|
-webkit-animation-duration: 0.0001ms;
|
||
|
-webkit-animation-name: x-paint-monitor-helper;
|
||
|
}
|
||
|
/* line 63, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-paint-monitor.overflowchange {
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
/* line 65, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-paint-monitor.overflowchange::after {
|
||
|
content: "";
|
||
|
display: block;
|
||
|
width: 1px !important;
|
||
|
height: 1px !important;
|
||
|
}
|
||
|
|
||
|
/* line 74, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-size-monitored {
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
/* line 78, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-size-monitors {
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
visibility: hidden;
|
||
|
z-index: -9999;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
/* line 87, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-size-monitors > * {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
/* line 93, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-size-monitors.scroll > *.shrink::after {
|
||
|
content: "";
|
||
|
display: block;
|
||
|
width: 200%;
|
||
|
height: 200%;
|
||
|
min-width: 1px;
|
||
|
min-height: 1px;
|
||
|
}
|
||
|
/* line 101, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-size-monitors.scroll > *.expand::after {
|
||
|
content: "";
|
||
|
display: block;
|
||
|
width: 100000px;
|
||
|
height: 100000px;
|
||
|
}
|
||
|
/* line 110, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-size-monitors.overflowchanged > *.shrink > * {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
/* line 116, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-size-monitors.overflowchanged > *.expand > * {
|
||
|
width: 200%;
|
||
|
height: 200%;
|
||
|
}
|
||
|
|
||
|
/* line 130, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-body {
|
||
|
position: relative;
|
||
|
z-index: 0;
|
||
|
}
|
||
|
|
||
|
/* line 135, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-inner, .x-body {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
/* line 140, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-dock, .x-dock-body {
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
/* line 144, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-sized {
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
/* line 148, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-stretched.x-container {
|
||
|
display: -webkit-box;
|
||
|
-webkit-box-orient: vertical;
|
||
|
box-orient: vertical;
|
||
|
}
|
||
|
/* line 151, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-stretched.x-container > .x-inner, .x-stretched.x-container > .x-body, .x-stretched.x-container > .x-body > .x-inner {
|
||
|
display: -webkit-box;
|
||
|
-webkit-box-flex: 1;
|
||
|
box-flex: 1;
|
||
|
-webkit-box-orient: vertical;
|
||
|
box-orient: vertical;
|
||
|
}
|
||
|
|
||
|
/* line 158, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-innerhtml {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
/* line 162, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-layout-card {
|
||
|
position: relative;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
/* line 167, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-layout-card-item-container {
|
||
|
width: auto;
|
||
|
height: auto;
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
}
|
||
|
|
||
|
/* line 171, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-layout-card-item {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
}
|
||
|
|
||
|
/* line 175, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-layout-newcard-item, .x-layout-newcard-item > * {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
}
|
||
|
|
||
|
/* line 179, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-layout-newcard-item:not(.active) {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
/* line 183, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-layout-fit.x-stretched > .x-layout-fit-item {
|
||
|
display: -webkit-box;
|
||
|
-webkit-box-flex: 1;
|
||
|
box-flex: 1;
|
||
|
}
|
||
|
|
||
|
/* line 188, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-layout-fit {
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
/* line 193, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-layout-fit-item.x-sized {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
}
|
||
|
/* line 196, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-layout-fit-item.x-unsized {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
/* line 202, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-center, .x-centered {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
display: -webkit-box;
|
||
|
-webkit-box-align: center;
|
||
|
box-align: center;
|
||
|
-webkit-box-pack: center;
|
||
|
box-pack: center;
|
||
|
}
|
||
|
/* line 207, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-center > *, .x-centered > * {
|
||
|
position: relative;
|
||
|
}
|
||
|
/* line 210, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-center > .x-floating, .x-centered > .x-floating {
|
||
|
position: relative !important;
|
||
|
}
|
||
|
|
||
|
/* line 215, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-floating {
|
||
|
position: absolute;
|
||
|
}
|
||
|
|
||
|
/* line 219, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-dock {
|
||
|
display: -webkit-box;
|
||
|
}
|
||
|
/* line 222, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-dock.x-sized, .x-dock.x-sized > .x-dock-body > *, .x-dock.x-sized > .x-dock-body > .x-body > .x-inner {
|
||
|
width: auto;
|
||
|
height: auto;
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
}
|
||
|
/* line 225, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-dock .x-dock-body {
|
||
|
display: -webkit-box;
|
||
|
-webkit-box-flex: 1;
|
||
|
box-flex: 1;
|
||
|
}
|
||
|
/* line 229, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-dock.x-sized > .x-dock-body {
|
||
|
position: relative;
|
||
|
}
|
||
|
/* line 233, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-dock.x-unsized > .x-dock-body, .x-dock.x-stretched > .x-dock-body {
|
||
|
-webkit-box-orient: vertical;
|
||
|
box-orient: vertical;
|
||
|
}
|
||
|
/* line 235, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-dock.x-unsized > .x-dock-body > *, .x-dock.x-stretched > .x-dock-body > * {
|
||
|
-webkit-box-flex: 1;
|
||
|
box-flex: 1;
|
||
|
}
|
||
|
/* line 240, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-dock.x-dock-vertical {
|
||
|
-webkit-box-orient: vertical;
|
||
|
box-orient: vertical;
|
||
|
}
|
||
|
/* line 243, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-dock.x-dock-horizontal {
|
||
|
-webkit-box-orient: horizontal;
|
||
|
box-orient: horizontal;
|
||
|
}
|
||
|
/* line 245, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-dock.x-dock-horizontal > .x-dock-item {
|
||
|
display: -webkit-box;
|
||
|
}
|
||
|
/* line 248, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-dock.x-dock-horizontal > .x-dock-item.x-sized > .x-inner, .x-dock.x-dock-horizontal > .x-dock-item.x-sized > .x-body {
|
||
|
width: auto;
|
||
|
height: auto;
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
}
|
||
|
/* line 252, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-dock.x-dock-horizontal > .x-dock-item.x-unsized {
|
||
|
-webkit-box-orient: vertical;
|
||
|
box-orient: vertical;
|
||
|
}
|
||
|
/* line 254, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-dock.x-dock-horizontal > .x-dock-item.x-unsized > * {
|
||
|
-webkit-box-flex: 1;
|
||
|
box-flex: 1;
|
||
|
}
|
||
|
|
||
|
/* line 301, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-layout-box {
|
||
|
display: -webkit-box;
|
||
|
}
|
||
|
/* line 303, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-layout-box.x-horizontal {
|
||
|
-webkit-box-orient: horizontal !important;
|
||
|
}
|
||
|
/* line 305, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-layout-box.x-horizontal > .x-layout-box-item.x-flexed {
|
||
|
width: 0 !important;
|
||
|
}
|
||
|
/* line 309, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-layout-box.x-vertical {
|
||
|
-webkit-box-orient: vertical;
|
||
|
box-orient: vertical;
|
||
|
}
|
||
|
/* line 311, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-layout-box.x-vertical > .x-layout-box-item.x-flexed {
|
||
|
height: 0 !important;
|
||
|
}
|
||
|
/* line 315, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-layout-box > .x-layout-box-item {
|
||
|
display: -webkit-box !important;
|
||
|
}
|
||
|
/* line 318, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-layout-box.x-align-start {
|
||
|
-webkit-box-align: start;
|
||
|
box-align: start;
|
||
|
}
|
||
|
/* line 321, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-layout-box.x-align-center {
|
||
|
-webkit-box-align: center;
|
||
|
box-align: center;
|
||
|
}
|
||
|
/* line 324, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-layout-box.x-align-end {
|
||
|
-webkit-box-align: end;
|
||
|
box-align: end;
|
||
|
}
|
||
|
/* line 327, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-layout-box.x-align-stretch {
|
||
|
-webkit-box-align: stretch;
|
||
|
box-align: stretch;
|
||
|
}
|
||
|
/* line 330, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-layout-box.x-pack-start {
|
||
|
-webkit-box-pack: start;
|
||
|
box-pack: start;
|
||
|
}
|
||
|
/* line 333, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-layout-box.x-pack-center {
|
||
|
-webkit-box-pack: center;
|
||
|
box-pack: center;
|
||
|
}
|
||
|
/* line 336, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-layout-box.x-pack-end {
|
||
|
-webkit-box-pack: end;
|
||
|
box-pack: end;
|
||
|
}
|
||
|
/* line 339, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-layout-box.x-pack-justify {
|
||
|
-webkit-box-pack: justify;
|
||
|
box-pack: justify;
|
||
|
}
|
||
|
|
||
|
/* line 345, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-layout-box-item.x-sized > .x-inner, .x-layout-box-item.x-sized > .x-body, .x-layout-box-item.x-sized > .x-dock-outer {
|
||
|
width: auto;
|
||
|
height: auto;
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
}
|
||
|
|
||
|
/* line 350, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-layout-float {
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
/* line 352, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-layout-float > .x-layout-float-item {
|
||
|
float: left;
|
||
|
}
|
||
|
/* line 356, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-layout-float.x-direction-right > .x-layout-float-item {
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
/* line 362, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-table-inner {
|
||
|
display: table !important;
|
||
|
width: 100% !important;
|
||
|
height: 100% !important;
|
||
|
}
|
||
|
/* line 367, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-table-inner.x-fixed-layout {
|
||
|
table-layout: fixed !important;
|
||
|
}
|
||
|
|
||
|
/* line 372, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-table-row {
|
||
|
display: table-row !important;
|
||
|
}
|
||
|
|
||
|
/* line 376, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-table-cell {
|
||
|
display: table-cell !important;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
/* line 381, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-translatable {
|
||
|
position: absolute;
|
||
|
top: 100% !important;
|
||
|
left: 100% !important;
|
||
|
overflow: visible !important;
|
||
|
z-index: 1;
|
||
|
}
|
||
|
/* line 387, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-translatable::before {
|
||
|
content: "";
|
||
|
display: block;
|
||
|
position: absolute;
|
||
|
top: 100%;
|
||
|
left: 100%;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
visibility: hidden;
|
||
|
}
|
||
|
|
||
|
/* line 399, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-translatable-container {
|
||
|
overflow: hidden;
|
||
|
width: auto;
|
||
|
height: auto;
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
}
|
||
|
/* line 402, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-translatable-container::before {
|
||
|
content: "";
|
||
|
display: block;
|
||
|
width: 300%;
|
||
|
height: 300%;
|
||
|
visibility: hidden;
|
||
|
}
|
||
|
|
||
|
/* line 411, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-size-change-detector {
|
||
|
visibility: hidden;
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
z-index: -1;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
/* line 422, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-size-change-detector > * {
|
||
|
visibility: hidden;
|
||
|
}
|
||
|
|
||
|
/* line 426, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-size-change-detector-shrink > * {
|
||
|
width: 200%;
|
||
|
height: 200%;
|
||
|
}
|
||
|
|
||
|
/* line 431, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-size-change-detector-expand > * {
|
||
|
width: 100000px;
|
||
|
height: 100000px;
|
||
|
}
|
||
|
|
||
|
/* line 436, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-view {
|
||
|
position: relative;
|
||
|
display: block;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
/* line 442, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-container {
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
/* line 448, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-scroller {
|
||
|
position: absolute;
|
||
|
min-width: 100%;
|
||
|
min-height: 100%;
|
||
|
width: auto !important;
|
||
|
height: auto !important;
|
||
|
}
|
||
|
|
||
|
/* line 456, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-ios .x-scroll-scroller {
|
||
|
-webkit-transform: translate3d(0, 0, 0);
|
||
|
}
|
||
|
|
||
|
/* line 460, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-stretcher {
|
||
|
position: absolute;
|
||
|
visibility: hidden;
|
||
|
}
|
||
|
|
||
|
/* line 465, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-bar-grid-wrapper {
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
/* line 471, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-bar-grid {
|
||
|
display: table;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
/* line 476, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-bar-grid > * {
|
||
|
display: table-row;
|
||
|
}
|
||
|
/* line 480, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-bar-grid > * > * {
|
||
|
display: table-cell;
|
||
|
}
|
||
|
/* line 484, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-bar-grid > :first-child > :first-child {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
/* line 489, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-bar-grid > :first-child > :nth-child(2) {
|
||
|
padding: 3px 3px 0 0;
|
||
|
}
|
||
|
/* line 493, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-bar-grid > :nth-child(2) > :first-child {
|
||
|
padding: 0 0 3px 3px;
|
||
|
}
|
||
|
|
||
|
/* line 498, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-bar {
|
||
|
position: relative;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
/* line 503, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-bar-stretcher {
|
||
|
position: absolute;
|
||
|
visibility: hidden;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
/* line 510, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-bar-x {
|
||
|
width: 100%;
|
||
|
}
|
||
|
/* line 513, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-bar-x > .x-scroll-bar-stretcher {
|
||
|
width: 300%;
|
||
|
}
|
||
|
/* line 517, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-bar-x.active {
|
||
|
height: 6px;
|
||
|
}
|
||
|
|
||
|
/* line 522, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-bar-y {
|
||
|
height: 100%;
|
||
|
}
|
||
|
/* line 525, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-bar-y > .x-scroll-bar-stretcher {
|
||
|
height: 300%;
|
||
|
}
|
||
|
/* line 529, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-bar-y.active {
|
||
|
width: 6px;
|
||
|
}
|
||
|
|
||
|
/* line 534, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-indicator {
|
||
|
background: #333;
|
||
|
position: absolute;
|
||
|
z-index: 3;
|
||
|
opacity: 0.5;
|
||
|
}
|
||
|
|
||
|
/* line 541, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-android-4 .x-scroll-indicator {
|
||
|
opacity: 1;
|
||
|
}
|
||
|
|
||
|
/* line 545, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-indicator.default {
|
||
|
-webkit-border-top-left-radius: 3px;
|
||
|
border-top-left-radius: 3px;
|
||
|
-webkit-border-top-right-radius: 3px;
|
||
|
border-top-right-radius: 3px;
|
||
|
-webkit-border-bottom-left-radius: 3px;
|
||
|
border-bottom-left-radius: 3px;
|
||
|
-webkit-border-bottom-right-radius: 3px;
|
||
|
border-bottom-right-radius: 3px;
|
||
|
}
|
||
|
|
||
|
/* line 552, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-list-light .x-scroll-indicator,
|
||
|
.x-dataview-light .x-scroll-indicator {
|
||
|
background: #fff;
|
||
|
opacity: 1;
|
||
|
}
|
||
|
|
||
|
/* line 558, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-indicator-x {
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
/* line 562, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-indicator-y {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
/* line 566, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-indicator.csstransform {
|
||
|
background: none;
|
||
|
}
|
||
|
/* line 569, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-indicator.csstransform > * {
|
||
|
position: absolute;
|
||
|
background-color: #333;
|
||
|
}
|
||
|
/* line 574, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-indicator.csstransform > :nth-child(2) {
|
||
|
-webkit-transform-origin: 0% 0%;
|
||
|
background: none;
|
||
|
content: url(data:image/bmp;base64,Qk08AAAAAAAAADYAAAAoAAAAAQAAAAEAAAABABAAAAAAAAYAAAASCwAAEgsAAAAAAAAAAAAAxhgAAAAA);
|
||
|
}
|
||
|
/* line 581, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-indicator.csstransform.x-scroll-indicator-light > * {
|
||
|
background-color: #eee;
|
||
|
}
|
||
|
/* line 585, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-indicator.csstransform.x-scroll-indicator-light > :nth-child(2) {
|
||
|
content: url(data:image/bmp;base64,Qk08AAAAAAAAADYAAAAoAAAAAQAAAAEAAAABABAAAAAAAAYAAAASCwAAEgsAAAAAAAAAAAAAvXcAAAAA);
|
||
|
}
|
||
|
/* line 591, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-indicator.csstransform.x-scroll-indicator-y > * {
|
||
|
width: 100%;
|
||
|
}
|
||
|
/* line 595, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-indicator.csstransform.x-scroll-indicator-y > :first-child {
|
||
|
height: 3px;
|
||
|
-webkit-border-top-left-radius: 3px;
|
||
|
border-top-left-radius: 3px;
|
||
|
-webkit-border-top-right-radius: 3px;
|
||
|
border-top-right-radius: 3px;
|
||
|
}
|
||
|
/* line 600, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-indicator.csstransform.x-scroll-indicator-y > :nth-child(2) {
|
||
|
height: 1px;
|
||
|
}
|
||
|
/* line 604, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-indicator.csstransform.x-scroll-indicator-y > :last-child {
|
||
|
height: 3px;
|
||
|
-webkit-border-bottom-left-radius: 3px;
|
||
|
border-bottom-left-radius: 3px;
|
||
|
-webkit-border-bottom-right-radius: 3px;
|
||
|
border-bottom-right-radius: 3px;
|
||
|
}
|
||
|
/* line 611, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-indicator.csstransform.x-scroll-indicator-x > * {
|
||
|
height: 100%;
|
||
|
}
|
||
|
/* line 615, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-indicator.csstransform.x-scroll-indicator-x > :first-child {
|
||
|
width: 3px;
|
||
|
-webkit-border-top-left-radius: 3px;
|
||
|
border-top-left-radius: 3px;
|
||
|
-webkit-border-bottom-left-radius: 3px;
|
||
|
border-bottom-left-radius: 3px;
|
||
|
}
|
||
|
/* line 620, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-indicator.csstransform.x-scroll-indicator-x > :nth-child(2) {
|
||
|
width: 1px;
|
||
|
}
|
||
|
/* line 623, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss */
|
||
|
.x-scroll-indicator.csstransform.x-scroll-indicator-x > :last-child {
|
||
|
width: 3px;
|
||
|
-webkit-border-top-right-radius: 3px;
|
||
|
border-top-right-radius: 3px;
|
||
|
-webkit-border-bottom-right-radius: 3px;
|
||
|
border-bottom-right-radius: 3px;
|
||
|
}
|
||
|
|
||
|
/* line 134, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-form .x-scroll-container {
|
||
|
background-color: #eeeeee;
|
||
|
}
|
||
|
/* line 137, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-form .x-scroll-container > .x-inner {
|
||
|
padding: 1em;
|
||
|
}
|
||
|
|
||
|
/* line 144, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-form-label {
|
||
|
text-shadow: white 0 1px 1px;
|
||
|
color: #333333;
|
||
|
text-shadow: rgba(255, 255, 255, 0.25) 0 0.08em 0;
|
||
|
padding: 0.6em;
|
||
|
display: none !important;
|
||
|
background-color: #f7f7f7;
|
||
|
}
|
||
|
/* line 151, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-form-label span {
|
||
|
font-size: .8em;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
/* line 156, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-form-label-nowrap .x-form-label {
|
||
|
white-space: nowrap;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
}
|
||
|
|
||
|
/* line 162, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-field {
|
||
|
display: -webkit-box;
|
||
|
display: box;
|
||
|
min-height: 2.5em;
|
||
|
background: #fff;
|
||
|
}
|
||
|
/* line 167, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-field .x-field-input {
|
||
|
position: relative;
|
||
|
min-width: 3.7em;
|
||
|
}
|
||
|
/* line 173, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-field .x-field-input,
|
||
|
.x-field .x-input-el {
|
||
|
width: 100%;
|
||
|
}
|
||
|
/* line 178, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-field.x-field-labeled .x-form-label {
|
||
|
display: block !important;
|
||
|
}
|
||
|
/* line 183, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-field:last-child {
|
||
|
border-bottom: 0;
|
||
|
}
|
||
|
|
||
|
/* line 190, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-label-align-left .x-component-outer,
|
||
|
.x-label-align-right .x-component-outer {
|
||
|
-webkit-box-flex: 1;
|
||
|
box-flex: 1;
|
||
|
}
|
||
|
|
||
|
/* line 197, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-label-align-left:first-child .x-form-label {
|
||
|
-webkit-border-top-left-radius: 0.4em;
|
||
|
border-top-left-radius: 0.4em;
|
||
|
}
|
||
|
/* line 203, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-label-align-left:last-child .x-form-label {
|
||
|
-webkit-border-bottom-left-radius: 0.4em;
|
||
|
border-bottom-left-radius: 0.4em;
|
||
|
}
|
||
|
|
||
|
/* line 213, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-label-align-right {
|
||
|
-webkit-box-direction: reverse;
|
||
|
box-direction: reverse;
|
||
|
}
|
||
|
/* line 217, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-label-align-right:first-child .x-form-label {
|
||
|
-webkit-border-top-right-radius: 0.4em;
|
||
|
border-top-right-radius: 0.4em;
|
||
|
}
|
||
|
/* line 222, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-label-align-right:last-child {
|
||
|
border-bottom: 0;
|
||
|
}
|
||
|
/* line 225, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-label-align-right:last-child .x-form-label {
|
||
|
-webkit-border-bottom-right-radius: 0.4em;
|
||
|
border-bottom-right-radius: 0.4em;
|
||
|
}
|
||
|
|
||
|
/* line 235, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-label-align-left,
|
||
|
.x-label-align-right {
|
||
|
-webkit-box-orient: horizontal !important;
|
||
|
box-orient: horizontal !important;
|
||
|
}
|
||
|
|
||
|
/* line 240, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-label-align-top,
|
||
|
.x-label-align-bottom {
|
||
|
-webkit-box-orient: vertical !important;
|
||
|
box-orient: vertical !important;
|
||
|
}
|
||
|
|
||
|
/* line 249, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-label-align-top:first-child .x-form-label {
|
||
|
-webkit-border-top-left-radius: 0.4em;
|
||
|
border-top-left-radius: 0.4em;
|
||
|
-webkit-border-top-right-radius: 0.4em;
|
||
|
border-top-right-radius: 0.4em;
|
||
|
}
|
||
|
/* line 255, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-label-align-top .x-component-outer {
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
/* line 260, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-label-align-bottom {
|
||
|
-webkit-box-direction: reverse;
|
||
|
box-direction: reverse;
|
||
|
}
|
||
|
/* line 264, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-label-align-bottom:last-child .x-form-label {
|
||
|
-webkit-border-bottom-left-radius: 0.4em;
|
||
|
border-bottom-left-radius: 0.4em;
|
||
|
-webkit-border-bottom-right-radius: 0.4em;
|
||
|
border-bottom-right-radius: 0.4em;
|
||
|
}
|
||
|
|
||
|
/* line 270, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-input-el {
|
||
|
padding: .4em;
|
||
|
min-height: 2.5em;
|
||
|
display: block;
|
||
|
border-width: 0;
|
||
|
background: transparent;
|
||
|
-webkit-appearance: none;
|
||
|
}
|
||
|
|
||
|
/* line 279, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-field-mask {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
}
|
||
|
|
||
|
/* line 286, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-field-required label:after,
|
||
|
.x-field-required .x-form-label:after {
|
||
|
content: "*";
|
||
|
display: inline;
|
||
|
}
|
||
|
|
||
|
/* line 294, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-item-disabled label:after,
|
||
|
.x-item-disabled .x-form-label:after {
|
||
|
color: #666666 !important;
|
||
|
}
|
||
|
|
||
|
/* line 301, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-field-textarea textarea {
|
||
|
min-height: 6em;
|
||
|
padding-top: .5em;
|
||
|
}
|
||
|
|
||
|
/* line 313, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-checkmark-base, .x-field-checkbox .x-input-el:after, .x-field-checkbox .x-input-el:checked:after, .x-select-overlay .x-item-selected .x-list-item-inner:before, .x-select-overlay .x-item-selected .x-list-item-inner:after {
|
||
|
content: "";
|
||
|
position: absolute;
|
||
|
width: 1.4em;
|
||
|
height: 1.4em;
|
||
|
top: 50%;
|
||
|
left: auto;
|
||
|
right: 1.1em;
|
||
|
-webkit-mask-size: 1.4em;
|
||
|
-webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAE+klEQVRoBe2aS28URxRGsY0h2FmwCQuEWLHjvUNgZAQ4PMwrEkIRIGEgySKwB8QvYIvEP+ANO0CwsJAA88wGBEKBZJUVQkJCQrwJ5nxN31Z5pnpc7e4ZT9vT0peqqanquqfurVvlIW3Dw8NTJtPTPplgxdoCnugeb3m45eEJtgJTJwJPGw8cP8V6TfmC4/Z/H9uEAAZsIdqHZiMBn2UNbvigSw8M2AIAD6PtqBPpmYe+8t1NoL9GLfYf3bTKKhiWo9PoA9KV0dUgn/tRh8tXWg/Hnj0KUB8yz1JNnjXUuhFd264A/f0O7dKXpQ7EIiTPfkKuVyvrSlx3US+KPF26cMbwxeg8Gg3W4LWHFd6rUUepQprQnI/Rh9A25AtjmqseHVkK7w59UxpgYFdg7wH0CwqFpWvyrKI23GZ7OWluwgqwOnqOobVoWh4Tm97DwCpBHUFp2TiUX3v5QVMnLQzMmqAsUVWWyta3UX/TAmOcwjjk6KmE830W7GbU0ZTAGKYEJdj3yAcQ2qYw1jmsG9e0KF8122UDw/SHwFX0EYWC+fpZGG/hPcn1sqk8jGHas+dQ6KXCB6o2g91IPfKsObZpgDGsqAT1hXdpz25A7QZqZU1gBsxFSh5zbEA9yniOU5R5PSvvCnYTSsLYtdkLTGf9uKdD/gS6gI6jPndgUXXe24OKSFAK4zsoSVA+G6uAGaC758/oBrIs+Zb6rbg9up35Xpa1jffpUqEEldezysbJ0VPLjhHADOpEfUiw2gtuUtAKDiGtYNXeqDWJ7zveYQnqM3V3nqx1s2s97xmRoLzzWqMgkLLaTVQJa0ZoJe+hXjRmaMYKVlslr2dlp5wgu4PsiTyszmg5qgVr0CqvoZW2WFlKxhV5gxJsdIMKtYH+Eew6yksoNLy0soJeFzqR+vEI9gx6h9wFzFoPSlA+25g3SlChnnUNU3grkWmxRg0n+ihBnUR5w9j2bCbPGjzzR3sgbc+6gL66TV4zkTHHEqSfZSzr+94V0mbzKUF1GkSWknG5QktGyoj7qBdVeZo2S1Ch2yUNXOMVUcEJyrcQjOeP4vzQCu9BpBtOck5T70HybN4w1iJcR7ouem9QPjhfG+On7EBPUNrKhrYLWp7+FS1FCjtdKvJ6VvM/Q9o2uWC1AHq60QB6hELh0voJ+im6iHReF+FZwe5HP/g8lrXNzuEfeeFu9C9Kg8nSrr9lBZ9ljK/v37xjL5qRFSytf3K15KXy9EH0D/JN3ui2Qj1rC5AAq4FnJvoDPUSNBnTnUy4YQF1maFHlCOAYuouJFN6PkWtEo+ryrH5sL2TPVi5UFXAMrfDegxrtae3ZfWh6paFFffYCx9BKZLtQo/a0YLXIhSUo3yKlAsfQ8vSBBkALtrCjxwdqbTWBY2glst9REee0Lw/ULUEZpFuOChxD1yuRybNbUV0SlAtq9SDgGFp7ushEJlhdKuqWoAzSLYOBHeidGPkc+cIztE2wA6iuCcoFtXom4Bha4f0nGmv2FqyOnoaFscFG9rsfQusYq0T2G8qayASrbdEdOlfR/TJ72AzAaHla5/QD9BnVCucvfK/fjZXtx8WzZneu/+WBf53XOb0G6XetHjQXyfv2vKLyH7qLLqMhJn5DOW5PLmBZDfRUilloGUoD/ovvXgIrT4/rkxt4XK0fw+TtYxhT6iEt4FK7L8D4locDFqnUXSadh78Bx5bEl2CLG+8AAAAASUVORK5CYII=');
|
||
|
margin-top: -.7em;
|
||
|
}
|
||
|
|
||
|
/* line 322, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-radiomark-base, .x-field-radio .x-input-el:before, .x-field-radio .x-input-el:after {
|
||
|
content: "";
|
||
|
position: absolute;
|
||
|
width: 1.4em;
|
||
|
height: 1.4em;
|
||
|
top: 50%;
|
||
|
left: auto;
|
||
|
right: 1.1em;
|
||
|
margin-top: -0.7em;
|
||
|
-webkit-mask-size: 1.4em;
|
||
|
-webkit-mask-image: url('data:image/png;base64,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
|
||
|
}
|
||
|
|
||
|
/* line 330, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-field-checkbox .x-input-el {
|
||
|
position: relative;
|
||
|
}
|
||
|
/* line 332, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-field-checkbox .x-input-el:after {
|
||
|
background-color: #dddddd;
|
||
|
}
|
||
|
/* line 335, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-field-checkbox .x-input-el:checked:after {
|
||
|
background-color: #798d45;
|
||
|
}
|
||
|
|
||
|
/* line 340, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-field-radio .x-input-el {
|
||
|
position: relative;
|
||
|
}
|
||
|
/* line 342, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-field-radio .x-input-el:before {
|
||
|
background-color: #d0d0d0;
|
||
|
}
|
||
|
/* line 345, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-field-radio .x-input-el:after {
|
||
|
background-color: #dddddd;
|
||
|
-webkit-mask-image: url('data:image/png;base64,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
|
||
|
}
|
||
|
/* line 349, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-field-radio .x-input-el:checked:before {
|
||
|
background-color: #798d45;
|
||
|
}
|
||
|
|
||
|
/* line 356, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-item-disabled.x-field-radio .x-input-el:checked:before {
|
||
|
background: #b5bda0;
|
||
|
}
|
||
|
/* line 360, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-item-disabled.x-field-radio .x-input-el:after {
|
||
|
background: #eee;
|
||
|
}
|
||
|
/* line 367, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-item-disabled.x-field-checkbox .x-input-el:checked:after {
|
||
|
background: #b5bda0;
|
||
|
}
|
||
|
|
||
|
/* line 376, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-spinner .x-component-outer {
|
||
|
display: -webkit-box;
|
||
|
display: box;
|
||
|
}
|
||
|
/* line 379, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-spinner .x-component-outer > * {
|
||
|
width: auto;
|
||
|
}
|
||
|
/* line 384, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-spinner .x-field-input {
|
||
|
-webkit-box-flex: 1;
|
||
|
}
|
||
|
/* line 387, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-spinner .x-field-input .x-input-el {
|
||
|
-webkit-text-fill-color: #000;
|
||
|
width: 100%;
|
||
|
text-align: center;
|
||
|
}
|
||
|
/* line 395, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-spinner .x-field-input input::-webkit-outer-spin-button,
|
||
|
.x-spinner .x-field-input input::-webkit-inner-spin-button {
|
||
|
-webkit-appearance: none;
|
||
|
margin: 0;
|
||
|
}
|
||
|
/* line 402, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-spinner.x-item-disabled .x-input-el {
|
||
|
-webkit-text-fill-color: #B3B3B3;
|
||
|
}
|
||
|
/* line 406, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-spinner.x-item-disabled .x-spinner-button {
|
||
|
color: #aaaaaa !important;
|
||
|
}
|
||
|
/* line 32, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/../_mixins.scss */
|
||
|
.x-spinner.x-item-disabled .x-spinner-button, .x-toolbar .x-spinner.x-item-disabled .x-spinner-button {
|
||
|
border: 1px solid #c4c4c4;
|
||
|
border-top-color: #d0d0d0;
|
||
|
color: #1e1e1e;
|
||
|
}
|
||
|
/* line 37, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/../_mixins.scss */
|
||
|
.x-spinner.x-item-disabled .x-spinner-button.x-button-back:before, .x-spinner.x-item-disabled .x-spinner-button.x-button-forward:before, .x-toolbar .x-spinner.x-item-disabled .x-spinner-button.x-button-back:before, .x-toolbar .x-spinner.x-item-disabled .x-spinner-button.x-button-forward:before {
|
||
|
background: #c4c4c4;
|
||
|
}
|
||
|
/* line 41, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/../_mixins.scss */
|
||
|
.x-spinner.x-item-disabled .x-spinner-button, .x-spinner.x-item-disabled .x-spinner-button.x-button-back:after, .x-spinner.x-item-disabled .x-spinner-button.x-button-forward:after, .x-toolbar .x-spinner.x-item-disabled .x-spinner-button, .x-toolbar .x-spinner.x-item-disabled .x-spinner-button.x-button-back:after, .x-toolbar .x-spinner.x-item-disabled .x-spinner-button.x-button-forward:after {
|
||
|
background-image: none;
|
||
|
background-color: #f7f7f7;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(3%, #ffffff), color-stop(100%, #eaeaea));
|
||
|
background-image: -webkit-linear-gradient(top, #ffffff, #ffffff 3%, #eaeaea);
|
||
|
background-image: linear-gradient(top, #ffffff, #ffffff 3%, #eaeaea);
|
||
|
}
|
||
|
/* line 45, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/../_mixins.scss */
|
||
|
.x-spinner.x-item-disabled .x-spinner-button .x-button-icon.x-icon-mask, .x-toolbar .x-spinner.x-item-disabled .x-spinner-button .x-button-icon.x-icon-mask {
|
||
|
background-image: none;
|
||
|
background-color: black;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #262626), color-stop(3%, #0d0d0d), color-stop(100%, #000000));
|
||
|
background-image: -webkit-linear-gradient(top, #262626, #0d0d0d 3%, #000000);
|
||
|
background-image: linear-gradient(top, #262626, #0d0d0d 3%, #000000);
|
||
|
}
|
||
|
/* line 50, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/../_mixins.scss */
|
||
|
.x-spinner.x-item-disabled .x-spinner-button.x-button-pressing, .x-spinner.x-item-disabled .x-spinner-button.x-button-pressing:after, .x-spinner.x-item-disabled .x-spinner-button.x-button-pressed, .x-spinner.x-item-disabled .x-spinner-button.x-button-pressed:after, .x-spinner.x-item-disabled .x-spinner-button.x-button-active, .x-spinner.x-item-disabled .x-spinner-button.x-button-active:after, .x-toolbar .x-spinner.x-item-disabled .x-spinner-button.x-button-pressing, .x-toolbar .x-spinner.x-item-disabled .x-spinner-button.x-button-pressing:after, .x-toolbar .x-spinner.x-item-disabled .x-spinner-button.x-button-pressed, .x-toolbar .x-spinner.x-item-disabled .x-spinner-button.x-button-pressed:after, .x-toolbar .x-spinner.x-item-disabled .x-spinner-button.x-button-active, .x-toolbar .x-spinner.x-item-disabled .x-spinner-button.x-button-active:after {
|
||
|
background-image: none;
|
||
|
background-color: #efefef;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d5d5d5), color-stop(10%, #e2e2e2), color-stop(65%, #efefef), color-stop(100%, #f0f0f0));
|
||
|
background-image: -webkit-linear-gradient(top, #d5d5d5, #e2e2e2 10%, #efefef 65%, #f0f0f0);
|
||
|
background-image: linear-gradient(top, #d5d5d5, #e2e2e2 10%, #efefef 65%, #f0f0f0);
|
||
|
}
|
||
|
/* line 412, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-spinner .x-spinner-button {
|
||
|
margin-top: .25em;
|
||
|
margin-bottom: .25em;
|
||
|
width: 2em;
|
||
|
padding: 0.23em 0 0.27em;
|
||
|
font-weight: bold;
|
||
|
text-align: center;
|
||
|
border: 1px solid #dddddd !important;
|
||
|
-webkit-border-radius: 1em;
|
||
|
border-radius: 1em;
|
||
|
}
|
||
|
/* line 32, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/../_mixins.scss */
|
||
|
.x-spinner .x-spinner-button, .x-toolbar .x-spinner .x-spinner-button {
|
||
|
border: 1px solid #b7b7b7;
|
||
|
border-top-color: #c4c4c4;
|
||
|
color: #111111;
|
||
|
}
|
||
|
/* line 37, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/../_mixins.scss */
|
||
|
.x-spinner .x-spinner-button.x-button-back:before, .x-spinner .x-spinner-button.x-button-forward:before, .x-toolbar .x-spinner .x-spinner-button.x-button-back:before, .x-toolbar .x-spinner .x-spinner-button.x-button-forward:before {
|
||
|
background: #b7b7b7;
|
||
|
}
|
||
|
/* line 41, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/../_mixins.scss */
|
||
|
.x-spinner .x-spinner-button, .x-spinner .x-spinner-button.x-button-back:after, .x-spinner .x-spinner-button.x-button-forward:after, .x-toolbar .x-spinner .x-spinner-button, .x-toolbar .x-spinner .x-spinner-button.x-button-back:after, .x-toolbar .x-spinner .x-spinner-button.x-button-forward:after {
|
||
|
background-image: none;
|
||
|
background-color: #eaeaea;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(3%, #f7f7f7), color-stop(100%, #dddddd));
|
||
|
background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7 3%, #dddddd);
|
||
|
background-image: linear-gradient(top, #ffffff, #f7f7f7 3%, #dddddd);
|
||
|
}
|
||
|
/* line 45, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/../_mixins.scss */
|
||
|
.x-spinner .x-spinner-button .x-button-icon.x-icon-mask, .x-toolbar .x-spinner .x-spinner-button .x-button-icon.x-icon-mask {
|
||
|
background-image: none;
|
||
|
background-color: black;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #262626), color-stop(3%, #0d0d0d), color-stop(100%, #000000));
|
||
|
background-image: -webkit-linear-gradient(top, #262626, #0d0d0d 3%, #000000);
|
||
|
background-image: linear-gradient(top, #262626, #0d0d0d 3%, #000000);
|
||
|
}
|
||
|
/* line 50, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/../_mixins.scss */
|
||
|
.x-spinner .x-spinner-button.x-button-pressing, .x-spinner .x-spinner-button.x-button-pressing:after, .x-spinner .x-spinner-button.x-button-pressed, .x-spinner .x-spinner-button.x-button-pressed:after, .x-spinner .x-spinner-button.x-button-active, .x-spinner .x-spinner-button.x-button-active:after, .x-toolbar .x-spinner .x-spinner-button.x-button-pressing, .x-toolbar .x-spinner .x-spinner-button.x-button-pressing:after, .x-toolbar .x-spinner .x-spinner-button.x-button-pressed, .x-toolbar .x-spinner .x-spinner-button.x-button-pressed:after, .x-toolbar .x-spinner .x-spinner-button.x-button-active, .x-toolbar .x-spinner .x-spinner-button.x-button-active:after {
|
||
|
background-image: none;
|
||
|
background-color: #e2e2e2;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c9c9c9), color-stop(10%, #d5d5d5), color-stop(65%, #e2e2e2), color-stop(100%, #e3e3e3));
|
||
|
background-image: -webkit-linear-gradient(top, #c9c9c9, #d5d5d5 10%, #e2e2e2 65%, #e3e3e3);
|
||
|
background-image: linear-gradient(top, #c9c9c9, #d5d5d5 10%, #e2e2e2 65%, #e3e3e3);
|
||
|
}
|
||
|
/* line 424, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-spinner .x-spinner-button-down {
|
||
|
margin-left: .25em;
|
||
|
}
|
||
|
/* line 427, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-spinner .x-spinner-button-up {
|
||
|
margin-right: .25em;
|
||
|
}
|
||
|
/* line 432, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-spinner.x-field-grouped-buttons .x-input-el {
|
||
|
text-align: left;
|
||
|
}
|
||
|
/* line 436, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-spinner.x-field-grouped-buttons .x-spinner-button-down {
|
||
|
margin-right: .5em;
|
||
|
}
|
||
|
|
||
|
/* line 443, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-android .x-spinner-button {
|
||
|
padding: 0.4em 0 0.11em !important;
|
||
|
}
|
||
|
|
||
|
/* line 450, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-select-overlay .x-list-item-label {
|
||
|
height: 2.6em;
|
||
|
}
|
||
|
/* line 454, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-select-overlay .x-list-label {
|
||
|
white-space: nowrap;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
display: block;
|
||
|
}
|
||
|
/* line 460, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-select-overlay .x-item-selected .x-list-label {
|
||
|
margin-right: 2.6em;
|
||
|
}
|
||
|
/* line 465, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-select-overlay .x-item-selected .x-list-item-inner:before {
|
||
|
background-color: rgba(0, 0, 0, 0.3);
|
||
|
margin-top: -.8em;
|
||
|
}
|
||
|
/* line 470, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-select-overlay .x-item-selected .x-list-item-inner:after {
|
||
|
background-color: #dddddd;
|
||
|
}
|
||
|
|
||
|
/* line 11, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */
|
||
|
.x-slider-field .x-component-outer, .x-toggle-field .x-component-outer {
|
||
|
padding: 0.6em;
|
||
|
}
|
||
|
|
||
|
/* line 17, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */
|
||
|
.x-slider,
|
||
|
.x-toggle {
|
||
|
position: relative;
|
||
|
height: 2.2em;
|
||
|
min-height: 0;
|
||
|
min-width: 0;
|
||
|
}
|
||
|
/* line 23, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */
|
||
|
.x-slider > *,
|
||
|
.x-toggle > * {
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
/* line 30, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */
|
||
|
.x-slider.x-item-disabled {
|
||
|
opacity: .6;
|
||
|
}
|
||
|
|
||
|
/* line 57, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */
|
||
|
.x-thumb {
|
||
|
position: absolute;
|
||
|
height: 2.2em;
|
||
|
width: 2.2em;
|
||
|
}
|
||
|
/* line 63, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */
|
||
|
.x-thumb:after {
|
||
|
content: "";
|
||
|
position: absolute;
|
||
|
width: 1.85em;
|
||
|
height: 1.85em;
|
||
|
top: 0.175em;
|
||
|
left: 0.175em;
|
||
|
border: 1px solid #919191;
|
||
|
-webkit-border-radius: 0.925em;
|
||
|
border-radius: 0.925em;
|
||
|
background-image: none;
|
||
|
background-color: #dddddd;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(3%, #eaeaea), color-stop(100%, #d0d0d0));
|
||
|
background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea 3%, #d0d0d0);
|
||
|
background-image: linear-gradient(top, #ffffff, #eaeaea 3%, #d0d0d0);
|
||
|
-webkit-background-clip: padding;
|
||
|
background-clip: padding-box;
|
||
|
}
|
||
|
/* line 72, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */
|
||
|
.x-thumb.x-dragging {
|
||
|
opacity: 1;
|
||
|
}
|
||
|
/* line 73, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */
|
||
|
.x-thumb.x-dragging:after {
|
||
|
background-image: none;
|
||
|
background-color: #d0d0d0;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(3%, #dddddd), color-stop(100%, #c4c4c4));
|
||
|
background-image: -webkit-linear-gradient(top, #f7f7f7, #dddddd 3%, #c4c4c4);
|
||
|
background-image: linear-gradient(top, #f7f7f7, #dddddd 3%, #c4c4c4);
|
||
|
}
|
||
|
|
||
|
/* line 81, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */
|
||
|
.x-slider:after {
|
||
|
content: "";
|
||
|
position: absolute;
|
||
|
width: auto;
|
||
|
height: 0.8em;
|
||
|
top: 0.7375em;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
margin: 0 0.925em;
|
||
|
background-image: none;
|
||
|
background-color: #dddddd;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4c4c4), color-stop(10%, #d0d0d0), color-stop(65%, #dddddd), color-stop(100%, #dedede));
|
||
|
background-image: -webkit-linear-gradient(top, #c4c4c4, #d0d0d0 10%, #dddddd 65%, #dedede);
|
||
|
background-image: linear-gradient(top, #c4c4c4, #d0d0d0 10%, #dddddd 65%, #dedede);
|
||
|
border: 0.1em solid rgba(0, 0, 0, 0.1);
|
||
|
border-bottom: 0;
|
||
|
-webkit-box-shadow: rgba(255, 255, 255, 0.7) 0 0.1em 0;
|
||
|
box-shadow: rgba(255, 255, 255, 0.7) 0 0.1em 0;
|
||
|
-webkit-border-radius: 0.4em;
|
||
|
border-radius: 0.4em;
|
||
|
}
|
||
|
|
||
|
/* line 93, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */
|
||
|
.x-toggle {
|
||
|
width: 4.4em;
|
||
|
-webkit-border-radius: 1.1em;
|
||
|
border-radius: 1.1em;
|
||
|
overflow: hidden;
|
||
|
border: 1px solid #b7b7b7;
|
||
|
background-image: none;
|
||
|
background-color: #dddddd;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4c4c4), color-stop(10%, #d0d0d0), color-stop(65%, #dddddd), color-stop(100%, #dedede));
|
||
|
background-image: -webkit-linear-gradient(top, #c4c4c4, #d0d0d0 10%, #dddddd 65%, #dedede);
|
||
|
background-image: linear-gradient(top, #c4c4c4, #d0d0d0 10%, #dddddd 65%, #dedede);
|
||
|
-webkit-box-flex: 0;
|
||
|
}
|
||
|
/* line 113, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */
|
||
|
.x-toggle .x-thumb.x-dragging {
|
||
|
opacity: 1;
|
||
|
}
|
||
|
/* line 117, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */
|
||
|
.x-toggle .x-thumb:before {
|
||
|
top: 0.175em;
|
||
|
}
|
||
|
|
||
|
/* line 146, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */
|
||
|
.x-toggle-on {
|
||
|
background-image: none;
|
||
|
background-color: #92cf00;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6e9c00), color-stop(10%, #80b500), color-stop(65%, #92cf00), color-stop(100%, #94d200));
|
||
|
background-image: -webkit-linear-gradient(top, #6e9c00, #80b500 10%, #92cf00 65%, #94d200);
|
||
|
background-image: linear-gradient(top, #6e9c00, #80b500 10%, #92cf00 65%, #94d200);
|
||
|
}
|
||
|
|
||
|
/* line 482, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
input[type="search"]::-webkit-search-cancel-button {
|
||
|
-webkit-appearance: none;
|
||
|
}
|
||
|
|
||
|
/* line 488, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-field-number input::-webkit-outer-spin-button,
|
||
|
.x-field-number input::-webkit-inner-spin-button {
|
||
|
-webkit-appearance: none;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
/* line 495, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-field-search .x-field-input {
|
||
|
position: relative;
|
||
|
}
|
||
|
/* line 498, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-field-search .x-field-input:before {
|
||
|
content: "";
|
||
|
position: absolute;
|
||
|
width: 0.86em;
|
||
|
height: 0.86em;
|
||
|
top: 50%;
|
||
|
left: 0.5em;
|
||
|
-webkit-mask-image: url('data:image/png;base64,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');
|
||
|
-webkit-mask-size: .86em;
|
||
|
background-color: #ccc;
|
||
|
-webkit-mask-repeat: no-repeat;
|
||
|
margin-top: -0.43em;
|
||
|
}
|
||
|
/* line 506, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-field-search .x-field-input .x-form-field {
|
||
|
margin-left: 1.0em;
|
||
|
}
|
||
|
|
||
|
/* line 516, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-field-input .x-clear-icon {
|
||
|
display: none;
|
||
|
background: url('data:image/png;base64,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
|
||
|
background-position: center center;
|
||
|
background-size: 55% 55%;
|
||
|
width: 2.2em;
|
||
|
height: 2.2em;
|
||
|
margin: .5em;
|
||
|
margin-top: -1.1em;
|
||
|
position: absolute;
|
||
|
top: 50%;
|
||
|
right: -.5em;
|
||
|
}
|
||
|
|
||
|
/* line 532, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-field-clearable .x-clear-icon {
|
||
|
display: block;
|
||
|
}
|
||
|
/* line 536, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-field-clearable .x-field-input {
|
||
|
padding-right: 2.2em;
|
||
|
}
|
||
|
|
||
|
/* line 541, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-android .x-input-el {
|
||
|
-webkit-text-fill-color: #000;
|
||
|
}
|
||
|
|
||
|
/* line 545, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-android .x-empty .x-input-el {
|
||
|
-webkit-text-fill-color: #A9A9A9;
|
||
|
}
|
||
|
|
||
|
/* line 556, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-item-disabled .x-form-label span,
|
||
|
.x-item-disabled input,
|
||
|
.x-item-disabled .x-input-el,
|
||
|
.x-item-disabled .x-spinner-body,
|
||
|
.x-item-disabled select,
|
||
|
.x-item-disabled textarea,
|
||
|
.x-item-disabled .x-field-clear-container {
|
||
|
color: #b3b3b3;
|
||
|
-webkit-text-fill-color: #b3b3b3;
|
||
|
pointer-events: none;
|
||
|
}
|
||
|
|
||
|
/* line 563, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-form-fieldset {
|
||
|
margin: 0 0 1.5em;
|
||
|
}
|
||
|
/* line 566, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-form-fieldset .x-form-label {
|
||
|
border-top: 1px solid white;
|
||
|
}
|
||
|
/* line 570, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-form-fieldset .x-form-fieldset-inner {
|
||
|
border: 1px solid #dddddd;
|
||
|
background: #fff;
|
||
|
padding: 0;
|
||
|
-webkit-border-radius: 0.4em;
|
||
|
border-radius: 0.4em;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
/* line 579, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-form-fieldset .x-field {
|
||
|
border-bottom: 1px solid #dddddd;
|
||
|
background: transparent;
|
||
|
}
|
||
|
/* line 583, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-form-fieldset .x-field:first-child {
|
||
|
-webkit-border-top-left-radius: 0.4em;
|
||
|
border-top-left-radius: 0.4em;
|
||
|
-webkit-border-top-right-radius: 0.4em;
|
||
|
border-top-right-radius: 0.4em;
|
||
|
}
|
||
|
/* line 589, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-form-fieldset .x-field:last-child {
|
||
|
border-bottom: 0;
|
||
|
-webkit-border-bottom-left-radius: 0.4em;
|
||
|
border-bottom-left-radius: 0.4em;
|
||
|
-webkit-border-bottom-right-radius: 0.4em;
|
||
|
border-bottom-right-radius: 0.4em;
|
||
|
}
|
||
|
|
||
|
/* line 599, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-form-fieldset-title {
|
||
|
text-shadow: white 0 1px 1px;
|
||
|
color: #333333;
|
||
|
margin: 1em 0.7em 0.3em;
|
||
|
color: #333333;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
/* line 605, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-form-fieldset-title .x-innerhtml {
|
||
|
white-space: nowrap;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
}
|
||
|
|
||
|
/* line 610, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-form-fieldset-instructions {
|
||
|
text-shadow: white 0 1px 1px;
|
||
|
color: #333333;
|
||
|
color: gray;
|
||
|
margin: 1em 0.7em 0.3em;
|
||
|
font-size: .8em;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
/* line 619, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-selectmark-base, .x-field-select .x-component-outer:after {
|
||
|
content: "";
|
||
|
position: absolute;
|
||
|
width: 1em;
|
||
|
height: 1em;
|
||
|
top: 50%;
|
||
|
left: auto;
|
||
|
right: 0.7em;
|
||
|
-webkit-mask-size: 1em;
|
||
|
-webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQTFBMDFDQ0I5NEYxMURGQUU1RjlGMEFERUNDQTVEMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMkRCMDIxMkI5NEUxMURGQUU1RjlGMEFERUNDQTVEMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjMwRTE0QzVBNDIyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+HfrH/AAAAeVJREFUeNrs2cFHBGEUAPA3zYqIiIhOnTpFRHSKrp26RqeuEV077R/QqWtE166dOkVERHRa9hQRnZalFcv0Hk/W1Mx+38z3vvlm5j3eZW+/9+abne+9KEkSaFPMQMtCwQpWsIIVrGAFK1jBClawgo2ik/4hiqJGwLKuvfpIc5xSkWqYr5hzU1s/mRNxXTPsJ+ZqluvXlwOmSj3XBDvG3M1rpAmYYoUrFzr4ZNqTawqm2MH8Dhh7ZXJUbcAUx4FinzBnJcAUl4FhP/jIgRSYKvkYCJaO2LbNv08RMMUy5nsA4COTLy0XYIqtil9iF6aflq7AwBWuAvuQ9ZKSBgNX2ieWjtKSzeXBNZgqfe8J+4W5aXtbcg0GrvibB/BhkeuhBJhigzsghT0veh+WAlMcCGHvMOMQwcCdcIntYy6WmXhIg2PuiAvsEHO97IhHGgzckb4D8L6LmZYPMHBnhiWwXVdDPF9g4A4Vwd66nFr6BAN3ygbbw1yoMzjmjplgB5hrrufSvsHAHesZDOD2JAbxVYCBOzfIAZ9JbR6qAgN3cPwP9kZy1VIlGLiTdluCmoOBO/pnS9Bk8DzmS3pL4BMcpZEe1qX0GI/atC4dQYXRMa1MU0IX4gpWsIIVrGAFK1jBCnYUPwIMAPUPAyFL+nRdAAAAAElFTkSuQmCC');
|
||
|
margin-top: -.5em;
|
||
|
}
|
||
|
|
||
|
/* line 629, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-field-select {
|
||
|
position: relative;
|
||
|
z-index: 1;
|
||
|
}
|
||
|
/* line 634, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-field-select .x-component-outer:after {
|
||
|
background-color: #dddddd;
|
||
|
}
|
||
|
/* line 639, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-field-select .x-component-outer:before, .x-field-select .x-component-outer:after {
|
||
|
pointer-events: none;
|
||
|
position: absolute;
|
||
|
display: block;
|
||
|
}
|
||
|
/* line 645, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss */
|
||
|
.x-field-select .x-component-outer:before {
|
||
|
content: "";
|
||
|
position: absolute;
|
||
|
width: 4em;
|
||
|
height: auto;
|
||
|
top: 0;
|
||
|
left: auto;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
-webkit-border-top-right-radius: 0.4em;
|
||
|
border-top-right-radius: 0.4em;
|
||
|
-webkit-border-bottom-right-radius: 0.4em;
|
||
|
border-bottom-right-radius: 0.4em;
|
||
|
background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255, 255, 255, 0)), color-stop(0.5, white));
|
||
|
}
|
||
|
|
||
|
/* line 7, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */
|
||
|
.x-msgbox {
|
||
|
min-width: 15em;
|
||
|
max-width: 20em;
|
||
|
max-height: 90%;
|
||
|
margin: .5em;
|
||
|
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0.1em 0.5em;
|
||
|
box-shadow: rgba(0, 0, 0, 0.4) 0 0.1em 0.5em;
|
||
|
-webkit-border-radius: 0.3em;
|
||
|
border-radius: 0.3em;
|
||
|
border: 0.15em solid #cbcbcb;
|
||
|
}
|
||
|
/* line 17, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */
|
||
|
.x-msgbox .x-docking-vertical {
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
/* line 22, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */
|
||
|
.x-msgbox .x-icon {
|
||
|
margin: 0 0.8em 0 0.5em;
|
||
|
background: #fff;
|
||
|
-webkit-mask-size: 100%;
|
||
|
}
|
||
|
/* line 28, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */
|
||
|
.x-msgbox .x-msgbox-info {
|
||
|
-webkit-mask-image: url('data:image/png;base64,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');
|
||
|
}
|
||
|
/* line 32, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */
|
||
|
.x-msgbox .x-msgbox-warning {
|
||
|
-webkit-mask-image: url('data:image/png;base64,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');
|
||
|
}
|
||
|
/* line 36, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */
|
||
|
.x-msgbox .x-msgbox-question {
|
||
|
-webkit-mask-image: url('data:image/png;base64,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');
|
||
|
}
|
||
|
/* line 40, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */
|
||
|
.x-msgbox .x-msgbox-error {
|
||
|
-webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFGUlEQVRoBe2bzW8VVRxAeS0UMZggaARtGgtNU5pIRCMaEsPChrgh7FhCjHtdEBKNLvwjdOHShSHGmEiMiVFw4cL4EcFoolRSuqBiRDQqCLRS6znDzPP1dub1fbbzLv6S05m57829vzN3Pu+8VhYWFtZ0KyqVygbqHoA74QEYhnmojX4WpuFHuAZz5HSdaVei0mlhJBW7Hx6GJ+AheAwaiS/50rfwGXwNF8nPDdGx6JgwonvJ6hE4CI/DXdBOXGHlz+EEnEb803Yqq65rD7cDFSn4NvwKHh/dwLpt42A7ubpuS7I03Ad74C24DP9AN0Rr67QN27JN2+5rRb5pYRraBC+Bx9ZKiNZKO2+bM/AKbG5WuilhGtgNb4Jn0zCRlV42B3PZ3Yx0w8JUfAQmwcvKSssVtWcu5nSkUemGhKnwKFyE1diFi2SzcnMyt6ONSNcVphJvCl4ATxZZA2WdmqO59tcTLxRmRc/Ez8AvUFbJMC9zNefCM3g9YW8kvocyHbOhYLhsrua8t6iXc4VZYRQ+hJsQVlr2ZXM299E86SXCfNEb/tfhTyi7XFF+5q7DhlB6kTBfqMCzMA1FlfVKuQ66JM8LmXgoPM4XTsIs9IpYUZ466DKeyTr1TJwETztegg7BLhhICnv7jw66HErdEpuqMEvb4Um4O/kkjj+66KRbEokwW2AtS/tgBzgfS+ii077UsbpL30fhBNwLsYVOuum4pg9zz8xj4P7u2FNsoZNuY7q6S3twPwUx9i5aSeim44DC68CxKB/sYw3ddFyn8BBsg5hOVugsCt10HFJ4BGLuXfSS0HFE80HYmBQt/XOdIseJfwfvaDzBlTGy3JRyHNzngTB0HFR4KxSdnS/w2ctwFhxZKHO4t3q1eRV82gtDx60Kb4E7wk/T5d+YTnIPqnjpI73EmnNe6LjFrVJvN3VXya7VeZWUpiyV1ceciyK5Dhd9GGW5W+S2iv+Fg+72eKh3TARfX/XFZfO1h+eg6JLjbec8Z+nSS6c5/k2+/ZAXOs55WboEvqfJu/nYTvlznAHPM3UItMxh5w3BgwVJ6nhJYa+xVyFP2Gv0MYghdLzgVpmCP2IwWsZBxymFz8FlKP1xSo6thm46nlPYrp6EvyDW0E3HqwrPwinwRVSsoZuOs75l83R9Bn4G52MLnXQ7o6s9bMzAR+B+HlvopJuOt4ZpMb/CvF3ulogtdDqVOlbHpZX8DnzQd5QjltBFJ92SyHZpX6p5YB+HH2A++bS3/+igy/HULbGpCqdu7zP9BLxU9XrooItO/wX24SvTnXz6MXgjnj199NrU3HXYucQvLHCZOAzT0GuiWb7mfjjXLbfw1qD886zUiz97MGdzX5vrlldoGbEZ3gAfq7ItV/apuZpz4W8wFx2/oTwrOkh/Am5A2WXN0VwHQ4/a5brCaU+PUMm7UGZpczPHkVq5vPllhWuk3ymptLLmtqxs4pK3FfLKqND3Ni+Ct2rekK/2Lm4O5mJOm/JyzitrqIezFal4PTwNp+EmrJa0bZuDuazP8mtk2pRwViGNDMNr4BPISva2bdmmbQ9n+TQzbUk4a4BGJ8Azo/fh3RS3btuwrYms/Vambf8bD0O4jgM/CgfAXcyfFoT36BS1FIq6634A78FXSLb1YNO2MEkkgbiD9l63x2E/2Ptj0Ky8kmfhJPirWB/tZhD1/rjt6JhwbSbIe3LzBfQ22AV7YAfck+K8MQWOSIjzX8A38BNcQ9Lxto7Gv+RtOqJ9fOwKAAAAAElFTkSuQmCC');
|
||
|
}
|
||
|
/* line 44, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */
|
||
|
.x-msgbox .x-title {
|
||
|
font-size: .9em;
|
||
|
line-height: 1.4em;
|
||
|
}
|
||
|
/* line 49, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */
|
||
|
.x-msgbox .x-body {
|
||
|
background: transparent !important;
|
||
|
}
|
||
|
/* line 53, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */
|
||
|
.x-msgbox .x-toolbar {
|
||
|
background: transparent none;
|
||
|
-webkit-box-shadow: none;
|
||
|
box-shadow: none;
|
||
|
}
|
||
|
/* line 57, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */
|
||
|
.x-msgbox .x-toolbar.x-docked-top {
|
||
|
border-bottom: 0;
|
||
|
height: 1.3em;
|
||
|
}
|
||
|
/* line 62, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */
|
||
|
.x-msgbox .x-toolbar.x-docked-bottom {
|
||
|
border-top: 0;
|
||
|
}
|
||
|
/* line 67, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */
|
||
|
.x-msgbox .x-field {
|
||
|
min-height: 2em;
|
||
|
background: #fff;
|
||
|
-webkit-border-radius: 0.2em;
|
||
|
border-radius: 0.2em;
|
||
|
}
|
||
|
/* line 73, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */
|
||
|
.x-msgbox .x-form-field {
|
||
|
min-height: 1.5em;
|
||
|
padding-right: 0 !important;
|
||
|
-webkit-appearance: none;
|
||
|
}
|
||
|
/* line 79, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */
|
||
|
.x-msgbox .x-field-input {
|
||
|
padding-right: 2.2em;
|
||
|
}
|
||
|
|
||
|
/* line 84, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */
|
||
|
.x-msgbox-text {
|
||
|
text-align: center;
|
||
|
padding: 6px 0;
|
||
|
line-height: 1.4em;
|
||
|
}
|
||
|
|
||
|
/* line 90, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */
|
||
|
.x-msgbox-buttons {
|
||
|
padding: 0.4em 0;
|
||
|
height: auto;
|
||
|
}
|
||
|
/* line 94, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */
|
||
|
.x-msgbox-buttons .x-button {
|
||
|
min-width: 4.5em;
|
||
|
}
|
||
|
/* line 98, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */
|
||
|
.x-msgbox-buttons .x-button-normal span {
|
||
|
opacity: .7;
|
||
|
}
|
||
|
|
||
|
/* line 109, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */
|
||
|
.x-msgbox-dark .x-msgbox-text {
|
||
|
color: rgba(255, 255, 255, 0.9);
|
||
|
text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0;
|
||
|
}
|
||
|
/* line 113, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */
|
||
|
.x-msgbox-dark .x-msgbox-input {
|
||
|
background-image: none;
|
||
|
background-color: rgba(255, 255, 255, 0.9);
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(230, 230, 230, 0.9)), color-stop(10%, rgba(242, 242, 242, 0.9)), color-stop(65%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0.9)));
|
||
|
background-image: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.9), rgba(242, 242, 242, 0.9) 10%, rgba(255, 255, 255, 0.9) 65%, rgba(255, 255, 255, 0.9));
|
||
|
background-image: linear-gradient(top, rgba(230, 230, 230, 0.9), rgba(242, 242, 242, 0.9) 10%, rgba(255, 255, 255, 0.9) 65%, rgba(255, 255, 255, 0.9));
|
||
|
border: 0.1em solid rgba(203, 203, 203, 0.9);
|
||
|
}
|
||
|
|
||
|
/* line 20, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
.x-loading-spinner {
|
||
|
font-size: 250%;
|
||
|
height: 1em;
|
||
|
width: 1em;
|
||
|
position: relative;
|
||
|
-webkit-transform-origin: 0.5em 0.5em;
|
||
|
/* Shared Properties for all the bars */
|
||
|
}
|
||
|
/* line 29, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
.x-loading-spinner > span, .x-loading-spinner > span:before, .x-loading-spinner > span:after {
|
||
|
display: block;
|
||
|
position: absolute;
|
||
|
width: 0.1em;
|
||
|
height: 0.25em;
|
||
|
top: 0;
|
||
|
-webkit-transform-origin: 0.05em 0.5em;
|
||
|
-webkit-border-radius: 0.05em;
|
||
|
border-radius: 0.05em;
|
||
|
content: " ";
|
||
|
}
|
||
|
/* line 41, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
.x-loading-spinner > span.x-loading-top {
|
||
|
background-color: rgba(170, 170, 170, 0.99);
|
||
|
}
|
||
|
/* line 42, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
.x-loading-spinner > span.x-loading-top::after {
|
||
|
background-color: rgba(170, 170, 170, 0.9);
|
||
|
}
|
||
|
/* line 43, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
.x-loading-spinner > span.x-loading-left::before {
|
||
|
background-color: rgba(170, 170, 170, 0.8);
|
||
|
}
|
||
|
/* line 44, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
.x-loading-spinner > span.x-loading-left {
|
||
|
background-color: rgba(170, 170, 170, 0.7);
|
||
|
}
|
||
|
/* line 45, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
.x-loading-spinner > span.x-loading-left::after {
|
||
|
background-color: rgba(170, 170, 170, 0.6);
|
||
|
}
|
||
|
/* line 46, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
.x-loading-spinner > span.x-loading-bottom::before {
|
||
|
background-color: rgba(170, 170, 170, 0.5);
|
||
|
}
|
||
|
/* line 47, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
.x-loading-spinner > span.x-loading-bottom {
|
||
|
background-color: rgba(170, 170, 170, 0.4);
|
||
|
}
|
||
|
/* line 48, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
.x-loading-spinner > span.x-loading-bottom::after {
|
||
|
background-color: rgba(170, 170, 170, 0.35);
|
||
|
}
|
||
|
/* line 49, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
.x-loading-spinner > span.x-loading-right::before {
|
||
|
background-color: rgba(170, 170, 170, 0.3);
|
||
|
}
|
||
|
/* line 50, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
.x-loading-spinner > span.x-loading-right {
|
||
|
background-color: rgba(170, 170, 170, 0.25);
|
||
|
}
|
||
|
/* line 51, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
.x-loading-spinner > span.x-loading-right::after {
|
||
|
background-color: rgba(170, 170, 170, 0.2);
|
||
|
}
|
||
|
/* line 52, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
.x-loading-spinner > span.x-loading-top::before {
|
||
|
background-color: rgba(170, 170, 170, 0.15);
|
||
|
}
|
||
|
|
||
|
/* line 56, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
.x-loading-spinner > span {
|
||
|
left: 50%;
|
||
|
margin-left: -0.05em;
|
||
|
}
|
||
|
|
||
|
/* Rotate each of the 4 Spans */
|
||
|
/* line 65, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
.x-loading-spinner > span.x-loading-top {
|
||
|
-webkit-transform: rotate(0deg);
|
||
|
-moz-transform: rotate(0deg);
|
||
|
}
|
||
|
|
||
|
/* line 66, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
.x-loading-spinner > span.x-loading-right {
|
||
|
-webkit-transform: rotate(90deg);
|
||
|
-moz-transform: rotate(90deg);
|
||
|
}
|
||
|
|
||
|
/* line 67, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
.x-loading-spinner > span.x-loading-bottom {
|
||
|
-webkit-transform: rotate(180deg);
|
||
|
-moz-transform: rotate(180deg);
|
||
|
}
|
||
|
|
||
|
/* line 68, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
.x-loading-spinner > span.x-loading-left {
|
||
|
-webkit-transform: rotate(270deg);
|
||
|
-moz-transform: rotate(270deg);
|
||
|
}
|
||
|
|
||
|
/* These are the two lines that surround each of the 4 Span lines */
|
||
|
/* line 72, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
.x-loading-spinner > span::before {
|
||
|
-webkit-transform: rotate(30deg);
|
||
|
-moz-transform: rotate(30deg);
|
||
|
}
|
||
|
|
||
|
/* line 73, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
.x-loading-spinner > span::after {
|
||
|
-webkit-transform: rotate(-30deg);
|
||
|
-moz-transform: rotate(-30deg);
|
||
|
}
|
||
|
|
||
|
/* Set Animation */
|
||
|
/* line 77, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
.x-loading-spinner {
|
||
|
-webkit-animation-name: x-loading-spinner-rotate;
|
||
|
-webkit-animation-duration: .5s;
|
||
|
-webkit-animation-iteration-count: infinite;
|
||
|
-webkit-animation-timing-function: linear;
|
||
|
}
|
||
|
|
||
|
@-webkit-keyframes x-loading-spinner-rotate {
|
||
|
/* line 85, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
0% {
|
||
|
-webkit-transform: rotate(0deg);
|
||
|
}
|
||
|
|
||
|
/* line 86, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
8.32% {
|
||
|
-webkit-transform: rotate(0deg);
|
||
|
}
|
||
|
|
||
|
/* line 88, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
8.33% {
|
||
|
-webkit-transform: rotate(30deg);
|
||
|
}
|
||
|
|
||
|
/* line 89, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
16.65% {
|
||
|
-webkit-transform: rotate(30deg);
|
||
|
}
|
||
|
|
||
|
/* line 91, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
16.66% {
|
||
|
-webkit-transform: rotate(60deg);
|
||
|
}
|
||
|
|
||
|
/* line 92, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
24.99% {
|
||
|
-webkit-transform: rotate(60deg);
|
||
|
}
|
||
|
|
||
|
/* line 94, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
25% {
|
||
|
-webkit-transform: rotate(90deg);
|
||
|
}
|
||
|
|
||
|
/* line 95, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
33.32% {
|
||
|
-webkit-transform: rotate(90deg);
|
||
|
}
|
||
|
|
||
|
/* line 97, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
33.33% {
|
||
|
-webkit-transform: rotate(120deg);
|
||
|
}
|
||
|
|
||
|
/* line 98, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
41.65% {
|
||
|
-webkit-transform: rotate(120deg);
|
||
|
}
|
||
|
|
||
|
/* line 100, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
41.66% {
|
||
|
-webkit-transform: rotate(150deg);
|
||
|
}
|
||
|
|
||
|
/* line 101, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
49.99% {
|
||
|
-webkit-transform: rotate(150deg);
|
||
|
}
|
||
|
|
||
|
/* line 103, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
50% {
|
||
|
-webkit-transform: rotate(180deg);
|
||
|
}
|
||
|
|
||
|
/* line 104, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
58.32% {
|
||
|
-webkit-transform: rotate(180deg);
|
||
|
}
|
||
|
|
||
|
/* line 106, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
58.33% {
|
||
|
-webkit-transform: rotate(210deg);
|
||
|
}
|
||
|
|
||
|
/* line 107, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
66.65% {
|
||
|
-webkit-transform: rotate(210deg);
|
||
|
}
|
||
|
|
||
|
/* line 109, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
66.66% {
|
||
|
-webkit-transform: rotate(240deg);
|
||
|
}
|
||
|
|
||
|
/* line 110, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
74.99% {
|
||
|
-webkit-transform: rotate(240deg);
|
||
|
}
|
||
|
|
||
|
/* line 112, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
75% {
|
||
|
-webkit-transform: rotate(270deg);
|
||
|
}
|
||
|
|
||
|
/* line 113, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
83.32% {
|
||
|
-webkit-transform: rotate(270deg);
|
||
|
}
|
||
|
|
||
|
/* line 115, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
83.33% {
|
||
|
-webkit-transform: rotate(300deg);
|
||
|
}
|
||
|
|
||
|
/* line 116, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
91.65% {
|
||
|
-webkit-transform: rotate(300deg);
|
||
|
}
|
||
|
|
||
|
/* line 118, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
91.66% {
|
||
|
-webkit-transform: rotate(330deg);
|
||
|
}
|
||
|
|
||
|
/* line 119, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/_loading-spinner.scss */
|
||
|
100% {
|
||
|
-webkit-transform: rotate(330deg);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* line 129, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.border-radius-10 {
|
||
|
-webkit-border-radius: 10px !important;
|
||
|
border-radius: 10px !important;
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
* Color palette
|
||
|
*/
|
||
|
/* line 7, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-dataview.scss */
|
||
|
.x-dataview.color .x-dataview-inner.x-scroll-scroller {
|
||
|
top: 12px;
|
||
|
left: 12px;
|
||
|
width: auto !important;
|
||
|
height: auto !important;
|
||
|
-webkit-border-radius: 0.3em;
|
||
|
border-radius: 0.3em;
|
||
|
}
|
||
|
/* line 14, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-dataview.scss */
|
||
|
.x-dataview.color .x-dataview-inner.x-scroll-scroller .x-dataview-container {
|
||
|
margin-bottom: 12px;
|
||
|
}
|
||
|
/* line 19, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-dataview.scss */
|
||
|
.x-dataview.color .x-dataview-item {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
/* line 22, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-dataview.scss */
|
||
|
.x-dataview.color .x-dataview-item.x-item-selected .item-inner {
|
||
|
-webkit-box-shadow: #c9d200 0 0 0 4px;
|
||
|
box-shadow: #c9d200 0 0 0 4px;
|
||
|
}
|
||
|
/* line 26, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-dataview.scss */
|
||
|
.x-dataview.color .x-dataview-item .item-inner {
|
||
|
display: inline-block;
|
||
|
width: 50px;
|
||
|
height: 50px;
|
||
|
border: 1px solid #d8d8d8;
|
||
|
margin: 6px;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* // SCSS
|
||
|
* @include application-toolbar-ui('edit', $base-color);
|
||
|
*/
|
||
|
/**
|
||
|
* // SCSS
|
||
|
* @include application-toolbar-iconmask('code3', '../../img/toolbar/code3.png');
|
||
|
*/
|
||
|
/* line 1, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingslist.scss */
|
||
|
.x-list.settings {
|
||
|
-webkit-border-radius: 0.3em;
|
||
|
border-radius: 0.3em;
|
||
|
}
|
||
|
/* line 5, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingslist.scss */
|
||
|
.x-list.settings.x-list-round .x-scroll-view {
|
||
|
-webkit-border-radius: 0.3em;
|
||
|
border-radius: 0.3em;
|
||
|
}
|
||
|
/* line 11, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingslist.scss */
|
||
|
.x-list.settings.x-list-round.x-list-grouped .x-list-header-wrap .x-dock-horizontal {
|
||
|
padding-top: 0;
|
||
|
}
|
||
|
/* line 15, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingslist.scss */
|
||
|
.x-list.settings.x-list-round.x-list-grouped .x-list-header-wrap .x-list-header {
|
||
|
display: none;
|
||
|
}
|
||
|
/* line 22, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingslist.scss */
|
||
|
.x-list.settings.x-list-round.x-list-grouped .x-list-footer-wrap.x-list-item-last .x-dock-horizontal {
|
||
|
padding-bottom: 0;
|
||
|
}
|
||
|
/* line 29, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingslist.scss */
|
||
|
.x-list.settings.x-list-round.x-list-grouped .x-list-item .x-dock-horizontal {
|
||
|
border: 1px solid #bcbcbc;
|
||
|
border-width: 1px 1px 0 1px;
|
||
|
background: white;
|
||
|
}
|
||
|
/* line 34, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingslist.scss */
|
||
|
.x-list.settings.x-list-round.x-list-grouped .x-list-item .x-dock-horizontal .x-innerhtml {
|
||
|
white-space: nowrap;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
}
|
||
|
/* line 42, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingslist.scss */
|
||
|
.x-list.settings.x-list-round.x-list-grouped .x-list-item.x-item-pressed .x-dock-horizontal {
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #889e4d), color-stop(100%, #5c6b34));
|
||
|
background-image: -webkit-linear-gradient(top, #889e4d, #5c6b34);
|
||
|
background-image: linear-gradient(top, #889e4d, #5c6b34);
|
||
|
color: white;
|
||
|
}
|
||
|
/* line 48, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingslist.scss */
|
||
|
.x-list.settings.x-list-round.x-list-grouped .x-list-item.x-item-pressed .x-dock-horizontal .disclosure {
|
||
|
background-position: -24px 0;
|
||
|
}
|
||
|
/* line 55, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingslist.scss */
|
||
|
.x-list.settings.x-list-round.x-list-grouped .x-list-item.x-item-selected .x-dock-horizontal {
|
||
|
color: inherit;
|
||
|
}
|
||
|
/* line 58, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingslist.scss */
|
||
|
.x-list.settings.x-list-round.x-list-grouped .x-list-item.x-item-selected .x-dock-horizontal .x-list-item-body {
|
||
|
padding-right: 1.2em;
|
||
|
}
|
||
|
/* line 62, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingslist.scss */
|
||
|
.x-list.settings.x-list-round.x-list-grouped .x-list-item.x-item-selected .x-dock-horizontal:after {
|
||
|
content: "";
|
||
|
width: 24px;
|
||
|
height: 24px;
|
||
|
position: absolute;
|
||
|
top: 11px;
|
||
|
right: 11px;
|
||
|
background-image: url("../img/icons/list-normal.png");
|
||
|
background-size: 72px 48px;
|
||
|
background-position: 0 -24px;
|
||
|
}
|
||
|
/* line 76, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingslist.scss */
|
||
|
.x-list.settings.x-list-round.x-list-grouped .x-list-item.x-item-selected.x-item-pressed .x-dock-horizontal {
|
||
|
color: white;
|
||
|
}
|
||
|
/* line 79, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingslist.scss */
|
||
|
.x-list.settings.x-list-round.x-list-grouped .x-list-item.x-item-selected.x-item-pressed .x-dock-horizontal:after {
|
||
|
background-position: -24px -24px;
|
||
|
}
|
||
|
/* line 86, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingslist.scss */
|
||
|
.x-list.settings.x-list-round.x-list-grouped .x-list-item .list-icon {
|
||
|
width: 24px;
|
||
|
height: 24px;
|
||
|
position: absolute;
|
||
|
}
|
||
|
/* line 93, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingslist.scss */
|
||
|
.x-list.settings.x-list-round.x-list-grouped .x-list-item .icon-offset {
|
||
|
margin-left: 30px;
|
||
|
}
|
||
|
/* line 97, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingslist.scss */
|
||
|
.x-list.settings.x-list-round.x-list-grouped .x-list-item .disclosure {
|
||
|
right: 12px;
|
||
|
background-image: url("../img/icons/list-normal.png");
|
||
|
background-size: 72px 48px;
|
||
|
background-position: 0 0;
|
||
|
}
|
||
|
/* line 106, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingslist.scss */
|
||
|
.x-list.settings.x-list-round.x-list-grouped .x-list-header-wrap.x-list-footer-wrap .x-dock-body {
|
||
|
-webkit-border-radius: 0.4em;
|
||
|
border-radius: 0.4em;
|
||
|
}
|
||
|
/* line 112, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingslist.scss */
|
||
|
.x-list.settings.x-list-round.x-list-grouped .x-list-footer-wrap .x-dock-horizontal {
|
||
|
border: none;
|
||
|
background: transparent;
|
||
|
padding-bottom: 13.8px;
|
||
|
}
|
||
|
/* line 117, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingslist.scss */
|
||
|
.x-list.settings.x-list-round.x-list-grouped .x-list-footer-wrap .x-dock-horizontal > .x-dock-body {
|
||
|
border: 1px solid #bcbcbc;
|
||
|
background: white;
|
||
|
}
|
||
|
/* line 124, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingslist.scss */
|
||
|
.x-list.settings.x-list-round.x-list-grouped .x-list-footer-wrap.x-item-pressed .x-dock-horizontal {
|
||
|
background: transparent;
|
||
|
}
|
||
|
/* line 126, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingslist.scss */
|
||
|
.x-list.settings.x-list-round.x-list-grouped .x-list-footer-wrap.x-item-pressed .x-dock-horizontal > .x-dock-body {
|
||
|
-webkit-border-bottom-left-radius: 0.4em;
|
||
|
border-bottom-left-radius: 0.4em;
|
||
|
-webkit-border-bottom-right-radius: 0.4em;
|
||
|
border-bottom-right-radius: 0.4em;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #889e4d), color-stop(100%, #5c6b34));
|
||
|
background-image: -webkit-linear-gradient(top, #889e4d, #5c6b34);
|
||
|
background-image: linear-gradient(top, #889e4d, #5c6b34);
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
/* line 2, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-messagebox.scss */
|
||
|
.x-msgbox {
|
||
|
background-image: none;
|
||
|
background-color: #cbcbcb;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #989898), color-stop(10%, #656565), color-stop(100%, #656565));
|
||
|
background-image: -webkit-linear-gradient(top, #989898, #656565 10%, #656565);
|
||
|
background-image: linear-gradient(top, #989898, #656565 10%, #656565);
|
||
|
}
|
||
|
/* line 6, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-messagebox.scss */
|
||
|
.x-msgbox .x-toolbar.x-docked-bottom .x-button .x-button-label, .x-msgbox .x-toolbar.x-docked-bottom .x-button .x-hasbadge .x-badge, .x-hasbadge .x-msgbox .x-toolbar.x-docked-bottom .x-button .x-badge {
|
||
|
font-size: .9em;
|
||
|
line-height: 2em;
|
||
|
}
|
||
|
/* line 12, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-messagebox.scss */
|
||
|
.x-msgbox .x-title {
|
||
|
font-size: 1em;
|
||
|
line-height: 1.4em;
|
||
|
color: #ffffff;
|
||
|
text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0;
|
||
|
}
|
||
|
|
||
|
/* line 2, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingspanel.scss */
|
||
|
.x-panel.x-panel-settings {
|
||
|
background-image: none;
|
||
|
background-color: #cbcbcb;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ececec), color-stop(100%, #cbcbcb));
|
||
|
background-image: -webkit-linear-gradient(top, #ececec, #cbcbcb);
|
||
|
background-image: linear-gradient(top, #ececec, #cbcbcb);
|
||
|
-webkit-box-shadow: white 0 1px 0 inset, rgba(0, 0, 0, 0.3) 0 0.2em 0.6em;
|
||
|
box-shadow: white 0 1px 0 inset, rgba(0, 0, 0, 0.3) 0 0.2em 0.6em;
|
||
|
border: 1px solid #797979;
|
||
|
}
|
||
|
/* line 7, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingspanel.scss */
|
||
|
.x-panel.x-panel-settings .x-anchor-top {
|
||
|
background-color: #797979;
|
||
|
margin-top: -0.62em;
|
||
|
-webkit-box-shadow: white 0 -1px 0 0 inset;
|
||
|
box-shadow: white 0 -1px 0 0 inset;
|
||
|
}
|
||
|
/* line 15, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingspanel.scss */
|
||
|
.x-panel.x-panel-settings .x-anchor-top:after {
|
||
|
content: '';
|
||
|
position: absolute;
|
||
|
width: 1.631em;
|
||
|
height: 0.7em;
|
||
|
-webkit-mask: 0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAPCAYAAABut3YUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNpi/PX7LwOFwAyIG6HseiA+Ra5BjBQ6xg+IVwAxJ5T/HYgjgHgTOYYxUeCQUiBeh+QQBih7HVSOLiHDDMSTgTiTgLrpQJwLxH9p5RhOaLT4EakeFF3RQPyF2o6RhkaBGYkheRmIPYH4KbXSjC4QnyTDIch6danhGCcgPgwNGXKBNNQMb0ocEwXE24GYn4FyADJjI76Ej88x7UC8FIjZGKgHQDlxGtRsZmISMMjy+dBQoSXYBC0gv+NyDD80xzgx0AeAqg4fIH6NHk0qQHyMjg6B1WvHYDkNFjIgwS1ALMowMOAjEAeBHINe2Q0U+AUQYACQ10C2QNhRogAAAABJRU5ErkJggg==') no-repeat;
|
||
|
-webkit-mask-size: 1.631em 0.7em;
|
||
|
background-image: none;
|
||
|
background-color: #cbcbcb;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1f1), color-stop(100%, #ececec));
|
||
|
background-image: -webkit-linear-gradient(top, #f1f1f1, #ececec);
|
||
|
background-image: linear-gradient(top, #f1f1f1, #ececec);
|
||
|
top: 1px !important;
|
||
|
}
|
||
|
/* line 27, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingspanel.scss */
|
||
|
.x-panel.x-panel-settings .x-anchor-bottom {
|
||
|
height: 0.8em;
|
||
|
background-color: #797979;
|
||
|
margin-top: -0.15em;
|
||
|
-webkit-box-shadow: white 0 -1px 0 0 inset;
|
||
|
box-shadow: white 0 -1px 0 0 inset;
|
||
|
}
|
||
|
/* line 36, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingspanel.scss */
|
||
|
.x-panel.x-panel-settings .x-anchor-bottom:after {
|
||
|
content: '';
|
||
|
position: absolute;
|
||
|
width: 1.631em;
|
||
|
height: 0.8em;
|
||
|
-webkit-mask: 0 0 url('data:image/png;base64,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') no-repeat;
|
||
|
-webkit-mask-size: 1.631em 0.7em;
|
||
|
background-image: none;
|
||
|
background-color: #cbcbcb;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cbcbcb), color-stop(100%, #bebebe));
|
||
|
background-image: -webkit-linear-gradient(top, #cbcbcb, #bebebe);
|
||
|
background-image: linear-gradient(top, #cbcbcb, #bebebe);
|
||
|
top: -1px !important;
|
||
|
}
|
||
|
/* line 48, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingspanel.scss */
|
||
|
.x-panel.x-panel-settings .x-panel-inner {
|
||
|
background: transparent;
|
||
|
}
|
||
|
/* line 52, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingspanel.scss */
|
||
|
.x-panel.x-panel-settings .x-navigation-bar {
|
||
|
border-bottom: none;
|
||
|
margin-top: -6px;
|
||
|
background: transparent;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
/* line 58, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingspanel.scss */
|
||
|
.x-panel.x-panel-settings .x-navigation-bar .x-title {
|
||
|
color: #323232;
|
||
|
text-shadow: white 0 0.08em 0;
|
||
|
}
|
||
|
/* line 66, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingspanel.scss */
|
||
|
.x-panel.x-panel-settings .x-navigationview.plain .x-navigationview-inner {
|
||
|
background: transparent;
|
||
|
-webkit-border-radius: 0;
|
||
|
border-radius: 0;
|
||
|
}
|
||
|
/* line 69, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingspanel.scss */
|
||
|
.x-panel.x-panel-settings .x-navigationview.plain .x-navigationview-inner:after {
|
||
|
content: none;
|
||
|
}
|
||
|
/* line 75, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingspanel.scss */
|
||
|
.x-panel.x-panel-settings .x-navigationview-inner {
|
||
|
background-color: #efefef;
|
||
|
-webkit-border-radius: 0.3em;
|
||
|
border-radius: 0.3em;
|
||
|
}
|
||
|
/* line 78, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingspanel.scss */
|
||
|
.x-panel.x-panel-settings .x-navigationview-inner:after {
|
||
|
content: "";
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
pointer-events: none;
|
||
|
-webkit-border-radius: 0.3em;
|
||
|
border-radius: 0.3em;
|
||
|
-webkit-box-shadow: inset 0 1px 2px 2px #c8c8c8;
|
||
|
box-shadow: inset 0 1px 2px 2px #c8c8c8;
|
||
|
border: 1px solid #797979;
|
||
|
}
|
||
|
|
||
|
/* line 88, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingspanel.scss */
|
||
|
.x-label.info .x-innerhtml {
|
||
|
color: #7f7f7f;
|
||
|
text-shadow: 0 1px 0 white;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
/* line 94, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingspanel.scss */
|
||
|
.btn-input-image input[type="file"] {
|
||
|
opacity: 0;
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
}
|
||
|
|
||
|
/* line 102, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingspanel.scss */
|
||
|
.x-mask.transparent {
|
||
|
background: transparent;
|
||
|
}
|
||
|
|
||
|
/* line 106, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-settingspanel.scss */
|
||
|
.round {
|
||
|
-webkit-border-radius: 0.3em;
|
||
|
border-radius: 0.3em;
|
||
|
}
|
||
|
|
||
|
/* line 3, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-planarspinner.scss */
|
||
|
.x-spinner.planar-spinner.x-field-grouped-buttons {
|
||
|
background: transparent;
|
||
|
}
|
||
|
/* line 6, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-planarspinner.scss */
|
||
|
.x-spinner.planar-spinner.x-field-grouped-buttons.x-field {
|
||
|
min-height: 0;
|
||
|
}
|
||
|
/* line 10, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-planarspinner.scss */
|
||
|
.x-spinner.planar-spinner.x-field-grouped-buttons .x-form-label {
|
||
|
background: transparent;
|
||
|
}
|
||
|
/* line 13, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-planarspinner.scss */
|
||
|
.x-spinner.planar-spinner.x-field-grouped-buttons .x-form-label span {
|
||
|
font-size: inherit;
|
||
|
}
|
||
|
/* line 18, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-planarspinner.scss */
|
||
|
.x-spinner.planar-spinner.x-field-grouped-buttons .x-button {
|
||
|
margin-top: 9px;
|
||
|
margin-bottom: 9px;
|
||
|
}
|
||
|
/* line 23, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-planarspinner.scss */
|
||
|
.x-spinner.planar-spinner.x-field-grouped-buttons .x-form-label {
|
||
|
padding: 0.16em;
|
||
|
}
|
||
|
/* line 27, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-planarspinner.scss */
|
||
|
.x-spinner.planar-spinner.x-field-grouped-buttons .x-field-input {
|
||
|
-webkit-box-shadow: #b2b2b2 0 3px 4px -2px inset;
|
||
|
box-shadow: #b2b2b2 0 3px 4px -2px inset;
|
||
|
background: white;
|
||
|
min-width: 2.3em;
|
||
|
}
|
||
|
/* line 32, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-planarspinner.scss */
|
||
|
.x-spinner.planar-spinner.x-field-grouped-buttons .x-field-input .x-input-el {
|
||
|
text-align: center;
|
||
|
-webkit-border-radius: 0;
|
||
|
border-radius: 0;
|
||
|
padding: 3px 0 4px;
|
||
|
min-height: 0;
|
||
|
border-top: 1px solid #565656;
|
||
|
border-bottom: 1px solid #565656;
|
||
|
}
|
||
|
/* line 46, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-planarspinner.scss */
|
||
|
.x-spinner.planar-spinner.x-field-grouped-buttons .x-spinner-button {
|
||
|
width: auto;
|
||
|
border: 1px solid #939393 !important;
|
||
|
margin: 0;
|
||
|
}
|
||
|
/* line 52, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-planarspinner.scss */
|
||
|
.x-spinner.planar-spinner.x-field-grouped-buttons .x-spinner-button-down {
|
||
|
margin-right: 0;
|
||
|
-webkit-border-top-right-radius: 0;
|
||
|
border-top-right-radius: 0;
|
||
|
-webkit-border-bottom-right-radius: 0;
|
||
|
border-bottom-right-radius: 0;
|
||
|
}
|
||
|
/* line 58, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-planarspinner.scss */
|
||
|
.x-spinner.planar-spinner.x-field-grouped-buttons .x-spinner-button-up {
|
||
|
-webkit-border-top-left-radius: 0;
|
||
|
border-top-left-radius: 0;
|
||
|
-webkit-border-bottom-left-radius: 0;
|
||
|
border-bottom-left-radius: 0;
|
||
|
}
|
||
|
|
||
|
/* line 12, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-toolbar.scss */
|
||
|
.x-toolbar-edit {
|
||
|
background-image: none;
|
||
|
background-color: #cbcbcb;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(3%, #ececec), color-stop(100%, #cbcbcb));
|
||
|
background-image: -webkit-linear-gradient(top, #ffffff, #ececec 3%, #cbcbcb);
|
||
|
background-image: linear-gradient(top, #ffffff, #ececec 3%, #cbcbcb);
|
||
|
border-color: #4c4c4c;
|
||
|
}
|
||
|
/* line 21, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-toolbar.scss */
|
||
|
.x-toolbar-edit .x-title {
|
||
|
color: black;
|
||
|
text-shadow: rgba(255, 255, 255, 0.25) 0 0.08em 0;
|
||
|
}
|
||
|
/* line 26, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-toolbar.scss */
|
||
|
.x-toolbar-edit.x-docked-top {
|
||
|
border-bottom: 1px solid #939393;
|
||
|
}
|
||
|
/* line 32, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/../_mixins.scss */
|
||
|
.x-toolbar-edit .x-button, .x-toolbar .x-toolbar-edit .x-button,
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer, .x-toolbar
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer,
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer:before, .x-toolbar
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer:before {
|
||
|
border: 1px solid #8b8b8b;
|
||
|
border-top-color: #989898;
|
||
|
color: black;
|
||
|
}
|
||
|
/* line 37, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/../_mixins.scss */
|
||
|
.x-toolbar-edit .x-button.x-button-back:before, .x-toolbar-edit .x-button.x-button-forward:before, .x-toolbar .x-toolbar-edit .x-button.x-button-back:before, .x-toolbar .x-toolbar-edit .x-button.x-button-forward:before,
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer.x-button-back:before,
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer.x-button-forward:before, .x-toolbar
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer.x-button-back:before, .x-toolbar
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer.x-button-forward:before,
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer:before.x-button-back:before,
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer:before.x-button-forward:before, .x-toolbar
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer:before.x-button-back:before, .x-toolbar
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer:before.x-button-forward:before {
|
||
|
background: #8b8b8b;
|
||
|
}
|
||
|
/* line 41, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/../_mixins.scss */
|
||
|
.x-toolbar-edit .x-button, .x-toolbar-edit .x-button.x-button-back:after, .x-toolbar-edit .x-button.x-button-forward:after, .x-toolbar .x-toolbar-edit .x-button, .x-toolbar .x-toolbar-edit .x-button.x-button-back:after, .x-toolbar .x-toolbar-edit .x-button.x-button-forward:after,
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer,
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer.x-button-back:after,
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer.x-button-forward:after, .x-toolbar
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer, .x-toolbar
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer.x-button-back:after, .x-toolbar
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer.x-button-forward:after,
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer:before,
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer:before.x-button-back:after,
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer:before.x-button-forward:after, .x-toolbar
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer:before, .x-toolbar
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer:before.x-button-back:after, .x-toolbar
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer:before.x-button-forward:after {
|
||
|
background-image: none;
|
||
|
background-color: #bebebe;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e5e5e5), color-stop(3%, #cbcbcb), color-stop(100%, #b2b2b2));
|
||
|
background-image: -webkit-linear-gradient(top, #e5e5e5, #cbcbcb 3%, #b2b2b2);
|
||
|
background-image: linear-gradient(top, #e5e5e5, #cbcbcb 3%, #b2b2b2);
|
||
|
}
|
||
|
/* line 45, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/../_mixins.scss */
|
||
|
.x-toolbar-edit .x-button .x-button-icon.x-icon-mask, .x-toolbar .x-toolbar-edit .x-button .x-button-icon.x-icon-mask,
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer .x-button-icon.x-icon-mask, .x-toolbar
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer .x-button-icon.x-icon-mask,
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer:before .x-button-icon.x-icon-mask, .x-toolbar
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer:before .x-button-icon.x-icon-mask {
|
||
|
background-image: none;
|
||
|
background-color: black;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #262626), color-stop(3%, #0d0d0d), color-stop(100%, #000000));
|
||
|
background-image: -webkit-linear-gradient(top, #262626, #0d0d0d 3%, #000000);
|
||
|
background-image: linear-gradient(top, #262626, #0d0d0d 3%, #000000);
|
||
|
}
|
||
|
/* line 50, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/../_mixins.scss */
|
||
|
.x-toolbar-edit .x-button.x-button-pressing, .x-toolbar-edit .x-button.x-button-pressing:after, .x-toolbar-edit .x-button.x-button-pressed, .x-toolbar-edit .x-button.x-button-pressed:after, .x-toolbar-edit .x-button.x-button-active, .x-toolbar-edit .x-button.x-button-active:after, .x-toolbar .x-toolbar-edit .x-button.x-button-pressing, .x-toolbar .x-toolbar-edit .x-button.x-button-pressing:after, .x-toolbar .x-toolbar-edit .x-button.x-button-pressed, .x-toolbar .x-toolbar-edit .x-button.x-button-pressed:after, .x-toolbar .x-toolbar-edit .x-button.x-button-active, .x-toolbar .x-toolbar-edit .x-button.x-button-active:after,
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer.x-button-pressing,
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer.x-button-pressing:after,
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer.x-button-pressed,
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer.x-button-pressed:after,
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer.x-button-active,
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer.x-button-active:after, .x-toolbar
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer.x-button-pressing, .x-toolbar
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer.x-button-pressing:after, .x-toolbar
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer.x-button-pressed, .x-toolbar
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer.x-button-pressed:after, .x-toolbar
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer.x-button-active, .x-toolbar
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer.x-button-active:after,
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer:before.x-button-pressing,
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer:before.x-button-pressing:after,
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer:before.x-button-pressed,
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer:before.x-button-pressed:after,
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer:before.x-button-active,
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer:before.x-button-active:after, .x-toolbar
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer:before.x-button-pressing, .x-toolbar
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer:before.x-button-pressing:after, .x-toolbar
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer:before.x-button-pressed, .x-toolbar
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer:before.x-button-pressed:after, .x-toolbar
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer:before.x-button-active, .x-toolbar
|
||
|
.x-toolbar-edit .x-field-select .x-component-outer:before.x-button-active:after {
|
||
|
background-image: none;
|
||
|
background-color: #b7b7b7;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9d9d9d), color-stop(10%, #aaaaaa), color-stop(65%, #b7b7b7), color-stop(100%, #b8b8b8));
|
||
|
background-image: -webkit-linear-gradient(top, #9d9d9d, #aaaaaa 10%, #b7b7b7 65%, #b8b8b8);
|
||
|
background-image: linear-gradient(top, #9d9d9d, #aaaaaa 10%, #b7b7b7 65%, #b8b8b8);
|
||
|
}
|
||
|
/* line 37, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-toolbar.scss */
|
||
|
.x-toolbar-edit .x-label,
|
||
|
.x-toolbar-edit .x-form-label {
|
||
|
font-weight: normal;
|
||
|
color: #4c4c4c;
|
||
|
text-shadow: 0 1px 0 white;
|
||
|
}
|
||
|
|
||
|
/* line 12, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-toolbar.scss */
|
||
|
.x-toolbar-search {
|
||
|
background-image: none;
|
||
|
background-color: #cbcbcb;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cbcbcb), color-stop(20%, #e7e7e7), color-stop(100%, #e7e7e7));
|
||
|
background-image: -webkit-linear-gradient(top, #cbcbcb, #e7e7e7 20%, #e7e7e7);
|
||
|
background-image: linear-gradient(top, #cbcbcb, #e7e7e7 20%, #e7e7e7);
|
||
|
border-color: #4c4c4c;
|
||
|
}
|
||
|
/* line 21, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-toolbar.scss */
|
||
|
.x-toolbar-search .x-title {
|
||
|
color: black;
|
||
|
text-shadow: rgba(255, 255, 255, 0.25) 0 0.08em 0;
|
||
|
}
|
||
|
/* line 26, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-toolbar.scss */
|
||
|
.x-toolbar-search.x-docked-top {
|
||
|
border-bottom: 1px solid #939393;
|
||
|
}
|
||
|
/* line 32, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/../_mixins.scss */
|
||
|
.x-toolbar-search .x-button, .x-toolbar .x-toolbar-search .x-button,
|
||
|
.x-toolbar-search .x-field-select .x-component-outer, .x-toolbar
|
||
|
.x-toolbar-search .x-field-select .x-component-outer,
|
||
|
.x-toolbar-search .x-field-select .x-component-outer:before, .x-toolbar
|
||
|
.x-toolbar-search .x-field-select .x-component-outer:before {
|
||
|
border: 1px solid #8b8b8b;
|
||
|
border-top-color: #989898;
|
||
|
color: black;
|
||
|
}
|
||
|
/* line 37, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/../_mixins.scss */
|
||
|
.x-toolbar-search .x-button.x-button-back:before, .x-toolbar-search .x-button.x-button-forward:before, .x-toolbar .x-toolbar-search .x-button.x-button-back:before, .x-toolbar .x-toolbar-search .x-button.x-button-forward:before,
|
||
|
.x-toolbar-search .x-field-select .x-component-outer.x-button-back:before,
|
||
|
.x-toolbar-search .x-field-select .x-component-outer.x-button-forward:before, .x-toolbar
|
||
|
.x-toolbar-search .x-field-select .x-component-outer.x-button-back:before, .x-toolbar
|
||
|
.x-toolbar-search .x-field-select .x-component-outer.x-button-forward:before,
|
||
|
.x-toolbar-search .x-field-select .x-component-outer:before.x-button-back:before,
|
||
|
.x-toolbar-search .x-field-select .x-component-outer:before.x-button-forward:before, .x-toolbar
|
||
|
.x-toolbar-search .x-field-select .x-component-outer:before.x-button-back:before, .x-toolbar
|
||
|
.x-toolbar-search .x-field-select .x-component-outer:before.x-button-forward:before {
|
||
|
background: #8b8b8b;
|
||
|
}
|
||
|
/* line 41, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/../_mixins.scss */
|
||
|
.x-toolbar-search .x-button, .x-toolbar-search .x-button.x-button-back:after, .x-toolbar-search .x-button.x-button-forward:after, .x-toolbar .x-toolbar-search .x-button, .x-toolbar .x-toolbar-search .x-button.x-button-back:after, .x-toolbar .x-toolbar-search .x-button.x-button-forward:after,
|
||
|
.x-toolbar-search .x-field-select .x-component-outer,
|
||
|
.x-toolbar-search .x-field-select .x-component-outer.x-button-back:after,
|
||
|
.x-toolbar-search .x-field-select .x-component-outer.x-button-forward:after, .x-toolbar
|
||
|
.x-toolbar-search .x-field-select .x-component-outer, .x-toolbar
|
||
|
.x-toolbar-search .x-field-select .x-component-outer.x-button-back:after, .x-toolbar
|
||
|
.x-toolbar-search .x-field-select .x-component-outer.x-button-forward:after,
|
||
|
.x-toolbar-search .x-field-select .x-component-outer:before,
|
||
|
.x-toolbar-search .x-field-select .x-component-outer:before.x-button-back:after,
|
||
|
.x-toolbar-search .x-field-select .x-component-outer:before.x-button-forward:after, .x-toolbar
|
||
|
.x-toolbar-search .x-field-select .x-component-outer:before, .x-toolbar
|
||
|
.x-toolbar-search .x-field-select .x-component-outer:before.x-button-back:after, .x-toolbar
|
||
|
.x-toolbar-search .x-field-select .x-component-outer:before.x-button-forward:after {
|
||
|
background-image: none;
|
||
|
background-color: #bebebe;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e5e5e5), color-stop(3%, #cbcbcb), color-stop(100%, #b2b2b2));
|
||
|
background-image: -webkit-linear-gradient(top, #e5e5e5, #cbcbcb 3%, #b2b2b2);
|
||
|
background-image: linear-gradient(top, #e5e5e5, #cbcbcb 3%, #b2b2b2);
|
||
|
}
|
||
|
/* line 45, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/../_mixins.scss */
|
||
|
.x-toolbar-search .x-button .x-button-icon.x-icon-mask, .x-toolbar .x-toolbar-search .x-button .x-button-icon.x-icon-mask,
|
||
|
.x-toolbar-search .x-field-select .x-component-outer .x-button-icon.x-icon-mask, .x-toolbar
|
||
|
.x-toolbar-search .x-field-select .x-component-outer .x-button-icon.x-icon-mask,
|
||
|
.x-toolbar-search .x-field-select .x-component-outer:before .x-button-icon.x-icon-mask, .x-toolbar
|
||
|
.x-toolbar-search .x-field-select .x-component-outer:before .x-button-icon.x-icon-mask {
|
||
|
background-image: none;
|
||
|
background-color: black;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #262626), color-stop(3%, #0d0d0d), color-stop(100%, #000000));
|
||
|
background-image: -webkit-linear-gradient(top, #262626, #0d0d0d 3%, #000000);
|
||
|
background-image: linear-gradient(top, #262626, #0d0d0d 3%, #000000);
|
||
|
}
|
||
|
/* line 50, E:/Work/Projects JS 2/3rdparty/touch/resources/themes/stylesheets/sencha-touch/default/widgets/../_mixins.scss */
|
||
|
.x-toolbar-search .x-button.x-button-pressing, .x-toolbar-search .x-button.x-button-pressing:after, .x-toolbar-search .x-button.x-button-pressed, .x-toolbar-search .x-button.x-button-pressed:after, .x-toolbar-search .x-button.x-button-active, .x-toolbar-search .x-button.x-button-active:after, .x-toolbar .x-toolbar-search .x-button.x-button-pressing, .x-toolbar .x-toolbar-search .x-button.x-button-pressing:after, .x-toolbar .x-toolbar-search .x-button.x-button-pressed, .x-toolbar .x-toolbar-search .x-button.x-button-pressed:after, .x-toolbar .x-toolbar-search .x-button.x-button-active, .x-toolbar .x-toolbar-search .x-button.x-button-active:after,
|
||
|
.x-toolbar-search .x-field-select .x-component-outer.x-button-pressing,
|
||
|
.x-toolbar-search .x-field-select .x-component-outer.x-button-pressing:after,
|
||
|
.x-toolbar-search .x-field-select .x-component-outer.x-button-pressed,
|
||
|
.x-toolbar-search .x-field-select .x-component-outer.x-button-pressed:after,
|
||
|
.x-toolbar-search .x-field-select .x-component-outer.x-button-active,
|
||
|
.x-toolbar-search .x-field-select .x-component-outer.x-button-active:after, .x-toolbar
|
||
|
.x-toolbar-search .x-field-select .x-component-outer.x-button-pressing, .x-toolbar
|
||
|
.x-toolbar-search .x-field-select .x-component-outer.x-button-pressing:after, .x-toolbar
|
||
|
.x-toolbar-search .x-field-select .x-component-outer.x-button-pressed, .x-toolbar
|
||
|
.x-toolbar-search .x-field-select .x-component-outer.x-button-pressed:after, .x-toolbar
|
||
|
.x-toolbar-search .x-field-select .x-component-outer.x-button-active, .x-toolbar
|
||
|
.x-toolbar-search .x-field-select .x-component-outer.x-button-active:after,
|
||
|
.x-toolbar-search .x-field-select .x-component-outer:before.x-button-pressing,
|
||
|
.x-toolbar-search .x-field-select .x-component-outer:before.x-button-pressing:after,
|
||
|
.x-toolbar-search .x-field-select .x-component-outer:before.x-button-pressed,
|
||
|
.x-toolbar-search .x-field-select .x-component-outer:before.x-button-pressed:after,
|
||
|
.x-toolbar-search .x-field-select .x-component-outer:before.x-button-active,
|
||
|
.x-toolbar-search .x-field-select .x-component-outer:before.x-button-active:after, .x-toolbar
|
||
|
.x-toolbar-search .x-field-select .x-component-outer:before.x-button-pressing, .x-toolbar
|
||
|
.x-toolbar-search .x-field-select .x-component-outer:before.x-button-pressing:after, .x-toolbar
|
||
|
.x-toolbar-search .x-field-select .x-component-outer:before.x-button-pressed, .x-toolbar
|
||
|
.x-toolbar-search .x-field-select .x-component-outer:before.x-button-pressed:after, .x-toolbar
|
||
|
.x-toolbar-search .x-field-select .x-component-outer:before.x-button-active, .x-toolbar
|
||
|
.x-toolbar-search .x-field-select .x-component-outer:before.x-button-active:after {
|
||
|
background-image: none;
|
||
|
background-color: #b7b7b7;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9d9d9d), color-stop(10%, #aaaaaa), color-stop(65%, #b7b7b7), color-stop(100%, #b8b8b8));
|
||
|
background-image: -webkit-linear-gradient(top, #9d9d9d, #aaaaaa 10%, #b7b7b7 65%, #b8b8b8);
|
||
|
background-image: linear-gradient(top, #9d9d9d, #aaaaaa 10%, #b7b7b7 65%, #b8b8b8);
|
||
|
}
|
||
|
/* line 37, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-toolbar.scss */
|
||
|
.x-toolbar-search .x-label,
|
||
|
.x-toolbar-search .x-form-label {
|
||
|
font-weight: normal;
|
||
|
color: #4c4c4c;
|
||
|
text-shadow: 0 1px 0 white;
|
||
|
}
|
||
|
|
||
|
/* line 3, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-icon.save,
|
||
|
.list-icon.save {
|
||
|
background-image: url("../img/icons/icons-normal.png");
|
||
|
background-color: transparent;
|
||
|
background-position: 0 0px;
|
||
|
background-size: 72px 624px;
|
||
|
}
|
||
|
|
||
|
/* line 15, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-pressing .x-button-icon.save,
|
||
|
.x-button-pressing .list-icon.save,
|
||
|
.x-button-pressed .x-button-icon.save,
|
||
|
.x-button-pressed .list-icon.save,
|
||
|
.x-button-active .x-button-icon.save,
|
||
|
.x-button-active .list-icon.save,
|
||
|
.x-item-pressed .x-button-icon.save,
|
||
|
.x-item-pressed .list-icon.save {
|
||
|
background-position: -24px 0px;
|
||
|
}
|
||
|
|
||
|
/* line 3, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-icon.undo,
|
||
|
.list-icon.undo {
|
||
|
background-image: url("../img/icons/icons-normal.png");
|
||
|
background-color: transparent;
|
||
|
background-position: 0 -24px;
|
||
|
background-size: 72px 624px;
|
||
|
}
|
||
|
|
||
|
/* line 15, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-pressing .x-button-icon.undo,
|
||
|
.x-button-pressing .list-icon.undo,
|
||
|
.x-button-pressed .x-button-icon.undo,
|
||
|
.x-button-pressed .list-icon.undo,
|
||
|
.x-button-active .x-button-icon.undo,
|
||
|
.x-button-active .list-icon.undo,
|
||
|
.x-item-pressed .x-button-icon.undo,
|
||
|
.x-item-pressed .list-icon.undo {
|
||
|
background-position: -24px -24px;
|
||
|
}
|
||
|
|
||
|
/* line 3, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-icon.share,
|
||
|
.list-icon.share {
|
||
|
background-image: url("../img/icons/icons-normal.png");
|
||
|
background-color: transparent;
|
||
|
background-position: 0 -48px;
|
||
|
background-size: 72px 624px;
|
||
|
}
|
||
|
|
||
|
/* line 15, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-pressing .x-button-icon.share,
|
||
|
.x-button-pressing .list-icon.share,
|
||
|
.x-button-pressed .x-button-icon.share,
|
||
|
.x-button-pressed .list-icon.share,
|
||
|
.x-button-active .x-button-icon.share,
|
||
|
.x-button-active .list-icon.share,
|
||
|
.x-item-pressed .x-button-icon.share,
|
||
|
.x-item-pressed .list-icon.share {
|
||
|
background-position: -24px -48px;
|
||
|
}
|
||
|
|
||
|
/* line 3, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-icon.font-style,
|
||
|
.list-icon.font-style {
|
||
|
background-image: url("../img/icons/icons-normal.png");
|
||
|
background-color: transparent;
|
||
|
background-position: 0 -72px;
|
||
|
background-size: 72px 624px;
|
||
|
}
|
||
|
|
||
|
/* line 15, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-pressing .x-button-icon.font-style,
|
||
|
.x-button-pressing .list-icon.font-style,
|
||
|
.x-button-pressed .x-button-icon.font-style,
|
||
|
.x-button-pressed .list-icon.font-style,
|
||
|
.x-button-active .x-button-icon.font-style,
|
||
|
.x-button-active .list-icon.font-style,
|
||
|
.x-item-pressed .x-button-icon.font-style,
|
||
|
.x-item-pressed .list-icon.font-style {
|
||
|
background-position: -24px -72px;
|
||
|
}
|
||
|
|
||
|
/* line 3, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-icon.font-color,
|
||
|
.list-icon.font-color {
|
||
|
background-image: url("../img/icons/icons-normal.png");
|
||
|
background-color: transparent;
|
||
|
background-position: 0 -96px;
|
||
|
background-size: 72px 624px;
|
||
|
}
|
||
|
|
||
|
/* line 15, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-pressing .x-button-icon.font-color,
|
||
|
.x-button-pressing .list-icon.font-color,
|
||
|
.x-button-pressed .x-button-icon.font-color,
|
||
|
.x-button-pressed .list-icon.font-color,
|
||
|
.x-button-active .x-button-icon.font-color,
|
||
|
.x-button-active .list-icon.font-color,
|
||
|
.x-item-pressed .x-button-icon.font-color,
|
||
|
.x-item-pressed .list-icon.font-color {
|
||
|
background-position: -24px -96px;
|
||
|
}
|
||
|
|
||
|
/* line 3, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-icon.bold,
|
||
|
.list-icon.bold {
|
||
|
background-image: url("../img/icons/icons-normal.png");
|
||
|
background-color: transparent;
|
||
|
background-position: 0 -120px;
|
||
|
background-size: 72px 624px;
|
||
|
}
|
||
|
|
||
|
/* line 15, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-pressing .x-button-icon.bold,
|
||
|
.x-button-pressing .list-icon.bold,
|
||
|
.x-button-pressed .x-button-icon.bold,
|
||
|
.x-button-pressed .list-icon.bold,
|
||
|
.x-button-active .x-button-icon.bold,
|
||
|
.x-button-active .list-icon.bold,
|
||
|
.x-item-pressed .x-button-icon.bold,
|
||
|
.x-item-pressed .list-icon.bold {
|
||
|
background-position: -24px -120px;
|
||
|
}
|
||
|
|
||
|
/* line 3, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-icon.italic,
|
||
|
.list-icon.italic {
|
||
|
background-image: url("../img/icons/icons-normal.png");
|
||
|
background-color: transparent;
|
||
|
background-position: 0 -144px;
|
||
|
background-size: 72px 624px;
|
||
|
}
|
||
|
|
||
|
/* line 15, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-pressing .x-button-icon.italic,
|
||
|
.x-button-pressing .list-icon.italic,
|
||
|
.x-button-pressed .x-button-icon.italic,
|
||
|
.x-button-pressed .list-icon.italic,
|
||
|
.x-button-active .x-button-icon.italic,
|
||
|
.x-button-active .list-icon.italic,
|
||
|
.x-item-pressed .x-button-icon.italic,
|
||
|
.x-item-pressed .list-icon.italic {
|
||
|
background-position: -24px -144px;
|
||
|
}
|
||
|
|
||
|
/* line 3, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-icon.underline,
|
||
|
.list-icon.underline {
|
||
|
background-image: url("../img/icons/icons-normal.png");
|
||
|
background-color: transparent;
|
||
|
background-position: 0 -168px;
|
||
|
background-size: 72px 624px;
|
||
|
}
|
||
|
|
||
|
/* line 15, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-pressing .x-button-icon.underline,
|
||
|
.x-button-pressing .list-icon.underline,
|
||
|
.x-button-pressed .x-button-icon.underline,
|
||
|
.x-button-pressed .list-icon.underline,
|
||
|
.x-button-active .x-button-icon.underline,
|
||
|
.x-button-active .list-icon.underline,
|
||
|
.x-item-pressed .x-button-icon.underline,
|
||
|
.x-item-pressed .list-icon.underline {
|
||
|
background-position: -24px -168px;
|
||
|
}
|
||
|
|
||
|
/* line 3, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-icon.align-left,
|
||
|
.list-icon.align-left {
|
||
|
background-image: url("../img/icons/icons-normal.png");
|
||
|
background-color: transparent;
|
||
|
background-position: 0 -192px;
|
||
|
background-size: 72px 624px;
|
||
|
}
|
||
|
|
||
|
/* line 15, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-pressing .x-button-icon.align-left,
|
||
|
.x-button-pressing .list-icon.align-left,
|
||
|
.x-button-pressed .x-button-icon.align-left,
|
||
|
.x-button-pressed .list-icon.align-left,
|
||
|
.x-button-active .x-button-icon.align-left,
|
||
|
.x-button-active .list-icon.align-left,
|
||
|
.x-item-pressed .x-button-icon.align-left,
|
||
|
.x-item-pressed .list-icon.align-left {
|
||
|
background-position: -24px -192px;
|
||
|
}
|
||
|
|
||
|
/* line 3, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-icon.align-center,
|
||
|
.list-icon.align-center {
|
||
|
background-image: url("../img/icons/icons-normal.png");
|
||
|
background-color: transparent;
|
||
|
background-position: 0 -216px;
|
||
|
background-size: 72px 624px;
|
||
|
}
|
||
|
|
||
|
/* line 15, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-pressing .x-button-icon.align-center,
|
||
|
.x-button-pressing .list-icon.align-center,
|
||
|
.x-button-pressed .x-button-icon.align-center,
|
||
|
.x-button-pressed .list-icon.align-center,
|
||
|
.x-button-active .x-button-icon.align-center,
|
||
|
.x-button-active .list-icon.align-center,
|
||
|
.x-item-pressed .x-button-icon.align-center,
|
||
|
.x-item-pressed .list-icon.align-center {
|
||
|
background-position: -24px -216px;
|
||
|
}
|
||
|
|
||
|
/* line 3, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-icon.align-right,
|
||
|
.list-icon.align-right {
|
||
|
background-image: url("../img/icons/icons-normal.png");
|
||
|
background-color: transparent;
|
||
|
background-position: 0 -240px;
|
||
|
background-size: 72px 624px;
|
||
|
}
|
||
|
|
||
|
/* line 15, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-pressing .x-button-icon.align-right,
|
||
|
.x-button-pressing .list-icon.align-right,
|
||
|
.x-button-pressed .x-button-icon.align-right,
|
||
|
.x-button-pressed .list-icon.align-right,
|
||
|
.x-button-active .x-button-icon.align-right,
|
||
|
.x-button-active .list-icon.align-right,
|
||
|
.x-item-pressed .x-button-icon.align-right,
|
||
|
.x-item-pressed .list-icon.align-right {
|
||
|
background-position: -24px -240px;
|
||
|
}
|
||
|
|
||
|
/* line 3, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-icon.align-fill,
|
||
|
.list-icon.align-fill {
|
||
|
background-image: url("../img/icons/icons-normal.png");
|
||
|
background-color: transparent;
|
||
|
background-position: 0 -264px;
|
||
|
background-size: 72px 624px;
|
||
|
}
|
||
|
|
||
|
/* line 15, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-pressing .x-button-icon.align-fill,
|
||
|
.x-button-pressing .list-icon.align-fill,
|
||
|
.x-button-pressed .x-button-icon.align-fill,
|
||
|
.x-button-pressed .list-icon.align-fill,
|
||
|
.x-button-active .x-button-icon.align-fill,
|
||
|
.x-button-active .list-icon.align-fill,
|
||
|
.x-item-pressed .x-button-icon.align-fill,
|
||
|
.x-item-pressed .list-icon.align-fill {
|
||
|
background-position: -24px -264px;
|
||
|
}
|
||
|
|
||
|
/* line 3, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-icon.pages,
|
||
|
.list-icon.pages {
|
||
|
background-image: url("../img/icons/icons-normal.png");
|
||
|
background-color: transparent;
|
||
|
background-position: 0 -288px;
|
||
|
background-size: 72px 624px;
|
||
|
}
|
||
|
|
||
|
/* line 15, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-pressing .x-button-icon.pages,
|
||
|
.x-button-pressing .list-icon.pages,
|
||
|
.x-button-pressed .x-button-icon.pages,
|
||
|
.x-button-pressed .list-icon.pages,
|
||
|
.x-button-active .x-button-icon.pages,
|
||
|
.x-button-active .list-icon.pages,
|
||
|
.x-item-pressed .x-button-icon.pages,
|
||
|
.x-item-pressed .list-icon.pages {
|
||
|
background-position: -24px -288px;
|
||
|
}
|
||
|
|
||
|
/* line 3, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-icon.search-prev,
|
||
|
.list-icon.search-prev {
|
||
|
background-image: url("../img/icons/icons-normal.png");
|
||
|
background-color: transparent;
|
||
|
background-position: 0 -312px;
|
||
|
background-size: 72px 624px;
|
||
|
}
|
||
|
|
||
|
/* line 15, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-pressing .x-button-icon.search-prev,
|
||
|
.x-button-pressing .list-icon.search-prev,
|
||
|
.x-button-pressed .x-button-icon.search-prev,
|
||
|
.x-button-pressed .list-icon.search-prev,
|
||
|
.x-button-active .x-button-icon.search-prev,
|
||
|
.x-button-active .list-icon.search-prev,
|
||
|
.x-item-pressed .x-button-icon.search-prev,
|
||
|
.x-item-pressed .list-icon.search-prev {
|
||
|
background-position: -24px -312px;
|
||
|
}
|
||
|
|
||
|
/* line 3, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-icon.search-next,
|
||
|
.list-icon.search-next {
|
||
|
background-image: url("../img/icons/icons-normal.png");
|
||
|
background-color: transparent;
|
||
|
background-position: 0 -336px;
|
||
|
background-size: 72px 624px;
|
||
|
}
|
||
|
|
||
|
/* line 15, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-pressing .x-button-icon.search-next,
|
||
|
.x-button-pressing .list-icon.search-next,
|
||
|
.x-button-pressed .x-button-icon.search-next,
|
||
|
.x-button-pressed .list-icon.search-next,
|
||
|
.x-button-active .x-button-icon.search-next,
|
||
|
.x-button-active .list-icon.search-next,
|
||
|
.x-item-pressed .x-button-icon.search-next,
|
||
|
.x-item-pressed .list-icon.search-next {
|
||
|
background-position: -24px -336px;
|
||
|
}
|
||
|
|
||
|
/* line 3, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-icon.insert,
|
||
|
.list-icon.insert {
|
||
|
background-image: url("../img/icons/icons-normal.png");
|
||
|
background-color: transparent;
|
||
|
background-position: 0 -360px;
|
||
|
background-size: 72px 624px;
|
||
|
}
|
||
|
|
||
|
/* line 15, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-pressing .x-button-icon.insert,
|
||
|
.x-button-pressing .list-icon.insert,
|
||
|
.x-button-pressed .x-button-icon.insert,
|
||
|
.x-button-pressed .list-icon.insert,
|
||
|
.x-button-active .x-button-icon.insert,
|
||
|
.x-button-active .list-icon.insert,
|
||
|
.x-item-pressed .x-button-icon.insert,
|
||
|
.x-item-pressed .list-icon.insert {
|
||
|
background-position: -24px -360px;
|
||
|
}
|
||
|
|
||
|
/* line 3, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-icon.search,
|
||
|
.list-icon.search {
|
||
|
background-image: url("../img/icons/icons-normal.png");
|
||
|
background-color: transparent;
|
||
|
background-position: 0 -384px;
|
||
|
background-size: 72px 624px;
|
||
|
}
|
||
|
|
||
|
/* line 15, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-pressing .x-button-icon.search,
|
||
|
.x-button-pressing .list-icon.search,
|
||
|
.x-button-pressed .x-button-icon.search,
|
||
|
.x-button-pressed .list-icon.search,
|
||
|
.x-button-active .x-button-icon.search,
|
||
|
.x-button-active .list-icon.search,
|
||
|
.x-item-pressed .x-button-icon.search,
|
||
|
.x-item-pressed .list-icon.search {
|
||
|
background-position: -24px -384px;
|
||
|
}
|
||
|
|
||
|
/* line 3, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-icon.fullscreen,
|
||
|
.list-icon.fullscreen {
|
||
|
background-image: url("../img/icons/icons-normal.png");
|
||
|
background-color: transparent;
|
||
|
background-position: 0 -408px;
|
||
|
background-size: 72px 624px;
|
||
|
}
|
||
|
|
||
|
/* line 15, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-pressing .x-button-icon.fullscreen,
|
||
|
.x-button-pressing .list-icon.fullscreen,
|
||
|
.x-button-pressed .x-button-icon.fullscreen,
|
||
|
.x-button-pressed .list-icon.fullscreen,
|
||
|
.x-button-active .x-button-icon.fullscreen,
|
||
|
.x-button-active .list-icon.fullscreen,
|
||
|
.x-item-pressed .x-button-icon.fullscreen,
|
||
|
.x-item-pressed .list-icon.fullscreen {
|
||
|
background-position: -24px -408px;
|
||
|
}
|
||
|
|
||
|
/* line 3, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-icon.spinner-down,
|
||
|
.list-icon.spinner-down {
|
||
|
background-image: url("../img/icons/icons-normal.png");
|
||
|
background-color: transparent;
|
||
|
background-position: 0 -432px;
|
||
|
background-size: 72px 624px;
|
||
|
}
|
||
|
|
||
|
/* line 15, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-pressing .x-button-icon.spinner-down,
|
||
|
.x-button-pressing .list-icon.spinner-down,
|
||
|
.x-button-pressed .x-button-icon.spinner-down,
|
||
|
.x-button-pressed .list-icon.spinner-down,
|
||
|
.x-button-active .x-button-icon.spinner-down,
|
||
|
.x-button-active .list-icon.spinner-down,
|
||
|
.x-item-pressed .x-button-icon.spinner-down,
|
||
|
.x-item-pressed .list-icon.spinner-down {
|
||
|
background-position: -24px -432px;
|
||
|
}
|
||
|
|
||
|
/* line 3, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-icon.spinner-up,
|
||
|
.list-icon.spinner-up {
|
||
|
background-image: url("../img/icons/icons-normal.png");
|
||
|
background-color: transparent;
|
||
|
background-position: 0 -456px;
|
||
|
background-size: 72px 624px;
|
||
|
}
|
||
|
|
||
|
/* line 15, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-pressing .x-button-icon.spinner-up,
|
||
|
.x-button-pressing .list-icon.spinner-up,
|
||
|
.x-button-pressed .x-button-icon.spinner-up,
|
||
|
.x-button-pressed .list-icon.spinner-up,
|
||
|
.x-button-active .x-button-icon.spinner-up,
|
||
|
.x-button-active .list-icon.spinner-up,
|
||
|
.x-item-pressed .x-button-icon.spinner-up,
|
||
|
.x-item-pressed .list-icon.spinner-up {
|
||
|
background-position: -24px -456px;
|
||
|
}
|
||
|
|
||
|
/* line 3, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-icon.table,
|
||
|
.list-icon.table {
|
||
|
background-image: url("../img/icons/icons-normal.png");
|
||
|
background-color: transparent;
|
||
|
background-position: 0 -480px;
|
||
|
background-size: 72px 624px;
|
||
|
}
|
||
|
|
||
|
/* line 15, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-pressing .x-button-icon.table,
|
||
|
.x-button-pressing .list-icon.table,
|
||
|
.x-button-pressed .x-button-icon.table,
|
||
|
.x-button-pressed .list-icon.table,
|
||
|
.x-button-active .x-button-icon.table,
|
||
|
.x-button-active .list-icon.table,
|
||
|
.x-item-pressed .x-button-icon.table,
|
||
|
.x-item-pressed .list-icon.table {
|
||
|
background-position: -24px -480px;
|
||
|
}
|
||
|
|
||
|
/* line 3, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-icon.picture,
|
||
|
.list-icon.picture {
|
||
|
background-image: url("../img/icons/icons-normal.png");
|
||
|
background-color: transparent;
|
||
|
background-position: 0 -504px;
|
||
|
background-size: 72px 624px;
|
||
|
}
|
||
|
|
||
|
/* line 15, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-pressing .x-button-icon.picture,
|
||
|
.x-button-pressing .list-icon.picture,
|
||
|
.x-button-pressed .x-button-icon.picture,
|
||
|
.x-button-pressed .list-icon.picture,
|
||
|
.x-button-active .x-button-icon.picture,
|
||
|
.x-button-active .list-icon.picture,
|
||
|
.x-item-pressed .x-button-icon.picture,
|
||
|
.x-item-pressed .list-icon.picture {
|
||
|
background-position: -24px -504px;
|
||
|
}
|
||
|
|
||
|
/* line 3, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-icon.insert-row,
|
||
|
.list-icon.insert-row {
|
||
|
background-image: url("../img/icons/icons-normal.png");
|
||
|
background-color: transparent;
|
||
|
background-position: 0 -528px;
|
||
|
background-size: 72px 624px;
|
||
|
}
|
||
|
|
||
|
/* line 15, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-pressing .x-button-icon.insert-row,
|
||
|
.x-button-pressing .list-icon.insert-row,
|
||
|
.x-button-pressed .x-button-icon.insert-row,
|
||
|
.x-button-pressed .list-icon.insert-row,
|
||
|
.x-button-active .x-button-icon.insert-row,
|
||
|
.x-button-active .list-icon.insert-row,
|
||
|
.x-item-pressed .x-button-icon.insert-row,
|
||
|
.x-item-pressed .list-icon.insert-row {
|
||
|
background-position: -24px -528px;
|
||
|
}
|
||
|
|
||
|
/* line 3, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-icon.insert-column,
|
||
|
.list-icon.insert-column {
|
||
|
background-image: url("../img/icons/icons-normal.png");
|
||
|
background-color: transparent;
|
||
|
background-position: 0 -552px;
|
||
|
background-size: 72px 624px;
|
||
|
}
|
||
|
|
||
|
/* line 15, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-pressing .x-button-icon.insert-column,
|
||
|
.x-button-pressing .list-icon.insert-column,
|
||
|
.x-button-pressed .x-button-icon.insert-column,
|
||
|
.x-button-pressed .list-icon.insert-column,
|
||
|
.x-button-active .x-button-icon.insert-column,
|
||
|
.x-button-active .list-icon.insert-column,
|
||
|
.x-item-pressed .x-button-icon.insert-column,
|
||
|
.x-item-pressed .list-icon.insert-column {
|
||
|
background-position: -24px -552px;
|
||
|
}
|
||
|
|
||
|
/* line 3, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-icon.textbigger,
|
||
|
.list-icon.textbigger {
|
||
|
background-image: url("../img/icons/icons-normal.png");
|
||
|
background-color: transparent;
|
||
|
background-position: 0 -576px;
|
||
|
background-size: 72px 624px;
|
||
|
}
|
||
|
|
||
|
/* line 15, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-pressing .x-button-icon.textbigger,
|
||
|
.x-button-pressing .list-icon.textbigger,
|
||
|
.x-button-pressed .x-button-icon.textbigger,
|
||
|
.x-button-pressed .list-icon.textbigger,
|
||
|
.x-button-active .x-button-icon.textbigger,
|
||
|
.x-button-active .list-icon.textbigger,
|
||
|
.x-item-pressed .x-button-icon.textbigger,
|
||
|
.x-item-pressed .list-icon.textbigger {
|
||
|
background-position: -24px -576px;
|
||
|
}
|
||
|
|
||
|
/* line 3, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-icon.textless,
|
||
|
.list-icon.textless {
|
||
|
background-image: url("../img/icons/icons-normal.png");
|
||
|
background-color: transparent;
|
||
|
background-position: 0 -600px;
|
||
|
background-size: 72px 624px;
|
||
|
}
|
||
|
|
||
|
/* line 15, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-mixins.scss */
|
||
|
.x-button-pressing .x-button-icon.textless,
|
||
|
.x-button-pressing .list-icon.textless,
|
||
|
.x-button-pressed .x-button-icon.textless,
|
||
|
.x-button-pressed .list-icon.textless,
|
||
|
.x-button-active .x-button-icon.textless,
|
||
|
.x-button-active .list-icon.textless,
|
||
|
.x-item-pressed .x-button-icon.textless,
|
||
|
.x-item-pressed .list-icon.textless {
|
||
|
background-position: -24px -600px;
|
||
|
}
|
||
|
|
||
|
/* line 73, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-base {
|
||
|
padding: 0.3em 8px;
|
||
|
}
|
||
|
/* line 2, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-base, .x-toolbar .x-button.x-button-base {
|
||
|
border: 1px solid #939393;
|
||
|
border-top-color: #a5a5a5;
|
||
|
min-height: 29px;
|
||
|
padding-top: 0;
|
||
|
padding-bottom: 0;
|
||
|
-webkit-border-radius: 2px;
|
||
|
border-radius: 2px;
|
||
|
-webkit-box-shadow: rgba(255, 255, 255, 0.35) 0 1px 0;
|
||
|
box-shadow: rgba(255, 255, 255, 0.35) 0 1px 0;
|
||
|
color: black;
|
||
|
}
|
||
|
/* line 14, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-base .x-button-icon, .x-toolbar .x-button.x-button-base .x-button-icon {
|
||
|
width: 24px;
|
||
|
height: 24px;
|
||
|
}
|
||
|
/* line 21, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-base.x-button-forward:before, .x-button.x-button-base.x-button-forward:after, .x-button.x-button-base.x-button-back:before, .x-button.x-button-base.x-button-back:after, .x-toolbar .x-button.x-button-base.x-button-forward:before, .x-toolbar .x-button.x-button-base.x-button-forward:after, .x-toolbar .x-button.x-button-base.x-button-back:before, .x-toolbar .x-button.x-button-base.x-button-back:after {
|
||
|
-webkit-mask-size: 0.80717em 1.75em;
|
||
|
}
|
||
|
/* line 29, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-base .x-button-label, .x-button.x-button-base .x-hasbadge .x-badge, .x-hasbadge .x-button.x-button-base .x-badge, .x-toolbar .x-button.x-button-base .x-button-label, .x-toolbar .x-button.x-button-base .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button.x-button-base .x-badge {
|
||
|
color: #323232;
|
||
|
text-shadow: white 0 0.09em 0;
|
||
|
}
|
||
|
/* line 39, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-base.x-button-back:before, .x-button.x-button-base.x-button-forward:before, .x-toolbar .x-button.x-button-base.x-button-back:before, .x-toolbar .x-button.x-button-base.x-button-forward:before {
|
||
|
background: #989898;
|
||
|
}
|
||
|
/* line 43, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-base, .x-button.x-button-base.x-button-back:after, .x-button.x-button-base.x-button-forward:after, .x-toolbar .x-button.x-button-base, .x-toolbar .x-button.x-button-base.x-button-back:after, .x-toolbar .x-button.x-button-base.x-button-forward:after {
|
||
|
background-image: none;
|
||
|
background-color: #cbcbcb;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(3%, #ececec), color-stop(100%, #cbcbcb));
|
||
|
background-image: -webkit-linear-gradient(top, #ffffff, #ececec 3%, #cbcbcb);
|
||
|
background-image: linear-gradient(top, #ffffff, #ececec 3%, #cbcbcb);
|
||
|
}
|
||
|
/* line 48, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-base.x-button-pressing, .x-button.x-button-base.x-button-pressing:after, .x-button.x-button-base.x-button-pressed, .x-button.x-button-base.x-button-pressed:after, .x-button.x-button-base.x-button-active, .x-button.x-button-base.x-button-active:after, .x-toolbar .x-button.x-button-base.x-button-pressing, .x-toolbar .x-button.x-button-base.x-button-pressing:after, .x-toolbar .x-button.x-button-base.x-button-pressed, .x-toolbar .x-button.x-button-base.x-button-pressed:after, .x-toolbar .x-button.x-button-base.x-button-active, .x-toolbar .x-button.x-button-base.x-button-active:after {
|
||
|
background-image: none;
|
||
|
background-color: #656565;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4c4c4c), color-stop(10%, #585858), color-stop(65%, #656565), color-stop(100%, #666666));
|
||
|
background-image: -webkit-linear-gradient(top, #4c4c4c, #585858 10%, #656565 65%, #666666);
|
||
|
background-image: linear-gradient(top, #4c4c4c, #585858 10%, #656565 65%, #666666);
|
||
|
}
|
||
|
/* line 56, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-base.x-button-pressing .x-button-label, .x-button.x-button-base.x-button-pressing .x-hasbadge .x-badge, .x-hasbadge .x-button.x-button-base.x-button-pressing .x-badge, .x-button.x-button-base.x-button-pressed .x-button-label, .x-button.x-button-base.x-button-pressed .x-hasbadge .x-badge, .x-hasbadge .x-button.x-button-base.x-button-pressed .x-badge, .x-button.x-button-base.x-button-active .x-button-label, .x-button.x-button-base.x-button-active .x-hasbadge .x-badge, .x-hasbadge .x-button.x-button-base.x-button-active .x-badge, .x-toolbar .x-button.x-button-base.x-button-pressing .x-button-label, .x-toolbar .x-button.x-button-base.x-button-pressing .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button.x-button-base.x-button-pressing .x-badge, .x-toolbar .x-button.x-button-base.x-button-pressed .x-button-label, .x-toolbar .x-button.x-button-base.x-button-pressed .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button.x-button-base.x-button-pressed .x-badge, .x-toolbar .x-button.x-button-base.x-button-active .x-button-label, .x-toolbar .x-button.x-button-base.x-button-active .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button.x-button-base.x-button-active .x-badge {
|
||
|
color: white;
|
||
|
text-shadow: #4c4c4c 0 0.09em 0;
|
||
|
}
|
||
|
|
||
|
/* line 89, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-segmentedbutton-base:not(.divided) {
|
||
|
margin: 0 0.2em;
|
||
|
}
|
||
|
/* line 92, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-segmentedbutton-base:not(.divided) .x-button-base {
|
||
|
margin: 0;
|
||
|
-webkit-border-radius: 0 !important;
|
||
|
border-radius: 0 !important;
|
||
|
}
|
||
|
/* line 97, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-segmentedbutton-base:not(.divided) .x-button-base:not(.x-first) {
|
||
|
border-left: 0 !important;
|
||
|
}
|
||
|
/* line 105, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-segmentedbutton-base.divided .x-button-base:not(.x-first) {
|
||
|
border-left: 1px solid #939393;
|
||
|
}
|
||
|
/* line 109, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-segmentedbutton-base.divided .x-button-base:not(.x-last) {
|
||
|
margin-right: 7px;
|
||
|
}
|
||
|
/* line 116, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-segmentedbutton-base .x-button-base.x-first {
|
||
|
-webkit-border-top-left-radius: 2px !important;
|
||
|
border-top-left-radius: 2px !important;
|
||
|
-webkit-border-bottom-left-radius: 2px !important;
|
||
|
border-bottom-left-radius: 2px !important;
|
||
|
}
|
||
|
/* line 119, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-segmentedbutton-base .x-button-base.x-last {
|
||
|
-webkit-border-top-right-radius: 2px !important;
|
||
|
border-top-right-radius: 2px !important;
|
||
|
-webkit-border-bottom-right-radius: 2px !important;
|
||
|
border-bottom-right-radius: 2px !important;
|
||
|
}
|
||
|
|
||
|
/* line 73, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-light {
|
||
|
padding: 0.3em 8px;
|
||
|
}
|
||
|
/* line 2, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-light, .x-toolbar .x-button.x-button-light {
|
||
|
border: 1px solid #c7c7c7;
|
||
|
border-top-color: #d9d9d9;
|
||
|
min-height: 29px;
|
||
|
padding-top: 0;
|
||
|
padding-bottom: 0;
|
||
|
-webkit-border-radius: 2px;
|
||
|
border-radius: 2px;
|
||
|
-webkit-box-shadow: rgba(255, 255, 255, 0.35) 0 1px 0;
|
||
|
box-shadow: rgba(255, 255, 255, 0.35) 0 1px 0;
|
||
|
color: #262626;
|
||
|
}
|
||
|
/* line 14, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-light .x-button-icon, .x-toolbar .x-button.x-button-light .x-button-icon {
|
||
|
width: 24px;
|
||
|
height: 24px;
|
||
|
}
|
||
|
/* line 21, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-light.x-button-forward:before, .x-button.x-button-light.x-button-forward:after, .x-button.x-button-light.x-button-back:before, .x-button.x-button-light.x-button-back:after, .x-toolbar .x-button.x-button-light.x-button-forward:before, .x-toolbar .x-button.x-button-light.x-button-forward:after, .x-toolbar .x-button.x-button-light.x-button-back:before, .x-toolbar .x-button.x-button-light.x-button-back:after {
|
||
|
-webkit-mask-size: 0.80717em 1.75em;
|
||
|
}
|
||
|
/* line 29, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-light .x-button-label, .x-button.x-button-light .x-hasbadge .x-badge, .x-hasbadge .x-button.x-button-light .x-badge, .x-toolbar .x-button.x-button-light .x-button-label, .x-toolbar .x-button.x-button-light .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button.x-button-light .x-badge {
|
||
|
color: #666666;
|
||
|
text-shadow: white 0 0.09em 0;
|
||
|
}
|
||
|
/* line 39, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-light.x-button-back:before, .x-button.x-button-light.x-button-forward:before, .x-toolbar .x-button.x-button-light.x-button-back:before, .x-toolbar .x-button.x-button-light.x-button-forward:before {
|
||
|
background: #cccccc;
|
||
|
}
|
||
|
/* line 43, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-light, .x-button.x-button-light.x-button-back:after, .x-button.x-button-light.x-button-forward:after, .x-toolbar .x-button.x-button-light, .x-toolbar .x-button.x-button-light.x-button-back:after, .x-toolbar .x-button.x-button-light.x-button-forward:after {
|
||
|
background-image: none;
|
||
|
background-color: white;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(3%, #ffffff), color-stop(100%, #ffffff));
|
||
|
background-image: -webkit-linear-gradient(top, #ffffff, #ffffff 3%, #ffffff);
|
||
|
background-image: linear-gradient(top, #ffffff, #ffffff 3%, #ffffff);
|
||
|
}
|
||
|
/* line 48, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-light.x-button-pressing, .x-button.x-button-light.x-button-pressing:after, .x-button.x-button-light.x-button-pressed, .x-button.x-button-light.x-button-pressed:after, .x-button.x-button-light.x-button-active, .x-button.x-button-light.x-button-active:after, .x-toolbar .x-button.x-button-light.x-button-pressing, .x-toolbar .x-button.x-button-light.x-button-pressing:after, .x-toolbar .x-button.x-button-light.x-button-pressed, .x-toolbar .x-button.x-button-light.x-button-pressed:after, .x-toolbar .x-button.x-button-light.x-button-active, .x-toolbar .x-button.x-button-light.x-button-active:after {
|
||
|
background-image: none;
|
||
|
background-color: #999999;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #808080), color-stop(10%, #8c8c8c), color-stop(65%, #999999), color-stop(100%, #9a9a9a));
|
||
|
background-image: -webkit-linear-gradient(top, #808080, #8c8c8c 10%, #999999 65%, #9a9a9a);
|
||
|
background-image: linear-gradient(top, #808080, #8c8c8c 10%, #999999 65%, #9a9a9a);
|
||
|
}
|
||
|
/* line 56, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-light.x-button-pressing .x-button-label, .x-button.x-button-light.x-button-pressing .x-hasbadge .x-badge, .x-hasbadge .x-button.x-button-light.x-button-pressing .x-badge, .x-button.x-button-light.x-button-pressed .x-button-label, .x-button.x-button-light.x-button-pressed .x-hasbadge .x-badge, .x-hasbadge .x-button.x-button-light.x-button-pressed .x-badge, .x-button.x-button-light.x-button-active .x-button-label, .x-button.x-button-light.x-button-active .x-hasbadge .x-badge, .x-hasbadge .x-button.x-button-light.x-button-active .x-badge, .x-toolbar .x-button.x-button-light.x-button-pressing .x-button-label, .x-toolbar .x-button.x-button-light.x-button-pressing .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button.x-button-light.x-button-pressing .x-badge, .x-toolbar .x-button.x-button-light.x-button-pressed .x-button-label, .x-toolbar .x-button.x-button-light.x-button-pressed .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button.x-button-light.x-button-pressed .x-badge, .x-toolbar .x-button.x-button-light.x-button-active .x-button-label, .x-toolbar .x-button.x-button-light.x-button-active .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button.x-button-light.x-button-active .x-badge {
|
||
|
color: white;
|
||
|
text-shadow: gray 0 0.09em 0;
|
||
|
}
|
||
|
|
||
|
/* line 89, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-segmentedbutton-base:not(.divided) {
|
||
|
margin: 0 0.2em;
|
||
|
}
|
||
|
/* line 92, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-segmentedbutton-base:not(.divided) .x-button-light {
|
||
|
margin: 0;
|
||
|
-webkit-border-radius: 0 !important;
|
||
|
border-radius: 0 !important;
|
||
|
}
|
||
|
/* line 97, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-segmentedbutton-base:not(.divided) .x-button-light:not(.x-first) {
|
||
|
border-left: 0 !important;
|
||
|
}
|
||
|
/* line 105, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-segmentedbutton-base.divided .x-button-light:not(.x-first) {
|
||
|
border-left: 1px solid #c7c7c7;
|
||
|
}
|
||
|
/* line 109, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-segmentedbutton-base.divided .x-button-light:not(.x-last) {
|
||
|
margin-right: 7px;
|
||
|
}
|
||
|
/* line 116, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-segmentedbutton-base .x-button-light.x-first {
|
||
|
-webkit-border-top-left-radius: 2px !important;
|
||
|
border-top-left-radius: 2px !important;
|
||
|
-webkit-border-bottom-left-radius: 2px !important;
|
||
|
border-bottom-left-radius: 2px !important;
|
||
|
}
|
||
|
/* line 119, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-segmentedbutton-base .x-button-light.x-last {
|
||
|
-webkit-border-top-right-radius: 2px !important;
|
||
|
border-top-right-radius: 2px !important;
|
||
|
-webkit-border-bottom-right-radius: 2px !important;
|
||
|
border-bottom-right-radius: 2px !important;
|
||
|
}
|
||
|
|
||
|
/* line 73, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-base-blue {
|
||
|
padding: 0.3em 8px;
|
||
|
}
|
||
|
/* line 2, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-base-blue, .x-toolbar .x-button.x-button-base-blue {
|
||
|
border: 1px solid #384220;
|
||
|
border-top-color: #4d5a2c;
|
||
|
min-height: 29px;
|
||
|
padding-top: 0;
|
||
|
padding-bottom: 0;
|
||
|
-webkit-border-radius: 2px;
|
||
|
border-radius: 2px;
|
||
|
-webkit-box-shadow: rgba(255, 255, 255, 0.35) 0 1px 0;
|
||
|
box-shadow: rgba(255, 255, 255, 0.35) 0 1px 0;
|
||
|
color: white;
|
||
|
}
|
||
|
/* line 14, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-base-blue .x-button-icon, .x-toolbar .x-button.x-button-base-blue .x-button-icon {
|
||
|
width: 24px;
|
||
|
height: 24px;
|
||
|
}
|
||
|
/* line 21, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-base-blue.x-button-forward:before, .x-button.x-button-base-blue.x-button-forward:after, .x-button.x-button-base-blue.x-button-back:before, .x-button.x-button-base-blue.x-button-back:after, .x-toolbar .x-button.x-button-base-blue.x-button-forward:before, .x-toolbar .x-button.x-button-base-blue.x-button-forward:after, .x-toolbar .x-button.x-button-base-blue.x-button-back:before, .x-toolbar .x-button.x-button-base-blue.x-button-back:after {
|
||
|
-webkit-mask-size: 0.80717em 1.75em;
|
||
|
}
|
||
|
/* line 29, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-base-blue .x-button-label, .x-button.x-button-base-blue .x-hasbadge .x-badge, .x-hasbadge .x-button.x-button-base-blue .x-badge, .x-toolbar .x-button.x-button-base-blue .x-button-label, .x-toolbar .x-button.x-button-base-blue .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button.x-button-base-blue .x-badge {
|
||
|
color: white;
|
||
|
text-shadow: #384220 0 -0.09em 0;
|
||
|
}
|
||
|
/* line 39, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-base-blue.x-button-back:before, .x-button.x-button-base-blue.x-button-forward:before, .x-toolbar .x-button.x-button-base-blue.x-button-back:before, .x-toolbar .x-button.x-button-base-blue.x-button-forward:before {
|
||
|
background: #3e4923;
|
||
|
}
|
||
|
/* line 43, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-base-blue, .x-button.x-button-base-blue.x-button-back:after, .x-button.x-button-base-blue.x-button-forward:after, .x-toolbar .x-button.x-button-base-blue, .x-toolbar .x-button.x-button-base-blue.x-button-back:after, .x-toolbar .x-button.x-button-base-blue.x-button-forward:after {
|
||
|
background-image: none;
|
||
|
background-color: #798d45;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(3%, #9cb262), color-stop(100%, #798d45));
|
||
|
background-image: -webkit-linear-gradient(top, #ffffff, #9cb262 3%, #798d45);
|
||
|
background-image: linear-gradient(top, #ffffff, #9cb262 3%, #798d45);
|
||
|
}
|
||
|
/* line 48, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-base-blue.x-button-pressing, .x-button.x-button-base-blue.x-button-pressing:after, .x-button.x-button-base-blue.x-button-pressed, .x-button.x-button-base-blue.x-button-pressed:after, .x-button.x-button-base-blue.x-button-active, .x-button.x-button-base-blue.x-button-active:after, .x-toolbar .x-button.x-button-base-blue.x-button-pressing, .x-toolbar .x-button.x-button-base-blue.x-button-pressing:after, .x-toolbar .x-button.x-button-base-blue.x-button-pressed, .x-toolbar .x-button.x-button-base-blue.x-button-pressed:after, .x-toolbar .x-button.x-button-base-blue.x-button-active, .x-toolbar .x-button.x-button-base-blue.x-button-active:after {
|
||
|
background-image: none;
|
||
|
background-color: #5c6b34;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3e4923), color-stop(10%, #4d5a2c), color-stop(65%, #5c6b34), color-stop(100%, #5d6c35));
|
||
|
background-image: -webkit-linear-gradient(top, #3e4923, #4d5a2c 10%, #5c6b34 65%, #5d6c35);
|
||
|
background-image: linear-gradient(top, #3e4923, #4d5a2c 10%, #5c6b34 65%, #5d6c35);
|
||
|
}
|
||
|
/* line 56, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-base-blue.x-button-pressing .x-button-label, .x-button.x-button-base-blue.x-button-pressing .x-hasbadge .x-badge, .x-hasbadge .x-button.x-button-base-blue.x-button-pressing .x-badge, .x-button.x-button-base-blue.x-button-pressed .x-button-label, .x-button.x-button-base-blue.x-button-pressed .x-hasbadge .x-badge, .x-hasbadge .x-button.x-button-base-blue.x-button-pressed .x-badge, .x-button.x-button-base-blue.x-button-active .x-button-label, .x-button.x-button-base-blue.x-button-active .x-hasbadge .x-badge, .x-hasbadge .x-button.x-button-base-blue.x-button-active .x-badge, .x-toolbar .x-button.x-button-base-blue.x-button-pressing .x-button-label, .x-toolbar .x-button.x-button-base-blue.x-button-pressing .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button.x-button-base-blue.x-button-pressing .x-badge, .x-toolbar .x-button.x-button-base-blue.x-button-pressed .x-button-label, .x-toolbar .x-button.x-button-base-blue.x-button-pressed .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button.x-button-base-blue.x-button-pressed .x-badge, .x-toolbar .x-button.x-button-base-blue.x-button-active .x-button-label, .x-toolbar .x-button.x-button-base-blue.x-button-active .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button.x-button-base-blue.x-button-active .x-badge {
|
||
|
text-shadow: #384220 0 0.09em 0;
|
||
|
}
|
||
|
|
||
|
/* line 89, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-segmentedbutton-base:not(.divided) {
|
||
|
margin: 0 0.2em;
|
||
|
}
|
||
|
/* line 92, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-segmentedbutton-base:not(.divided) .x-button-base-blue {
|
||
|
margin: 0;
|
||
|
-webkit-border-radius: 0 !important;
|
||
|
border-radius: 0 !important;
|
||
|
}
|
||
|
/* line 97, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-segmentedbutton-base:not(.divided) .x-button-base-blue:not(.x-first) {
|
||
|
border-left: 0 !important;
|
||
|
}
|
||
|
/* line 105, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-segmentedbutton-base.divided .x-button-base-blue:not(.x-first) {
|
||
|
border-left: 1px solid #384220;
|
||
|
}
|
||
|
/* line 109, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-segmentedbutton-base.divided .x-button-base-blue:not(.x-last) {
|
||
|
margin-right: 7px;
|
||
|
}
|
||
|
/* line 116, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-segmentedbutton-base .x-button-base-blue.x-first {
|
||
|
-webkit-border-top-left-radius: 2px !important;
|
||
|
border-top-left-radius: 2px !important;
|
||
|
-webkit-border-bottom-left-radius: 2px !important;
|
||
|
border-bottom-left-radius: 2px !important;
|
||
|
}
|
||
|
/* line 119, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-segmentedbutton-base .x-button-base-blue.x-last {
|
||
|
-webkit-border-top-right-radius: 2px !important;
|
||
|
border-top-right-radius: 2px !important;
|
||
|
-webkit-border-bottom-right-radius: 2px !important;
|
||
|
border-bottom-right-radius: 2px !important;
|
||
|
}
|
||
|
|
||
|
/* line 73, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-back {
|
||
|
padding: 0.3em 8px;
|
||
|
}
|
||
|
/* line 2, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-back, .x-toolbar .x-button.x-button-back {
|
||
|
border: 1px solid #939393;
|
||
|
border-top-color: #a5a5a5;
|
||
|
min-height: 29px;
|
||
|
padding-top: 0;
|
||
|
padding-bottom: 0;
|
||
|
-webkit-border-radius: 2px;
|
||
|
border-radius: 2px;
|
||
|
-webkit-box-shadow: rgba(255, 255, 255, 0.35) 0 1px 0;
|
||
|
box-shadow: rgba(255, 255, 255, 0.35) 0 1px 0;
|
||
|
color: black;
|
||
|
}
|
||
|
/* line 14, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-back .x-button-icon, .x-toolbar .x-button.x-button-back .x-button-icon {
|
||
|
width: 24px;
|
||
|
height: 24px;
|
||
|
}
|
||
|
/* line 21, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-back.x-button-forward:before, .x-button.x-button-back.x-button-forward:after, .x-button.x-button-back.x-button-back:before, .x-button.x-button-back.x-button-back:after, .x-toolbar .x-button.x-button-back.x-button-forward:before, .x-toolbar .x-button.x-button-back.x-button-forward:after, .x-toolbar .x-button.x-button-back.x-button-back:before, .x-toolbar .x-button.x-button-back.x-button-back:after {
|
||
|
-webkit-mask-size: 0.80717em 1.75em;
|
||
|
}
|
||
|
/* line 29, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-back .x-button-label, .x-button.x-button-back .x-hasbadge .x-badge, .x-hasbadge .x-button.x-button-back .x-badge, .x-toolbar .x-button.x-button-back .x-button-label, .x-toolbar .x-button.x-button-back .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button.x-button-back .x-badge {
|
||
|
color: #323232;
|
||
|
text-shadow: white 0 0.09em 0;
|
||
|
}
|
||
|
/* line 39, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-back.x-button-back:before, .x-button.x-button-back.x-button-forward:before, .x-toolbar .x-button.x-button-back.x-button-back:before, .x-toolbar .x-button.x-button-back.x-button-forward:before {
|
||
|
background: #989898;
|
||
|
}
|
||
|
/* line 43, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-back, .x-button.x-button-back.x-button-back:after, .x-button.x-button-back.x-button-forward:after, .x-toolbar .x-button.x-button-back, .x-toolbar .x-button.x-button-back.x-button-back:after, .x-toolbar .x-button.x-button-back.x-button-forward:after {
|
||
|
background-image: none;
|
||
|
background-color: #cbcbcb;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(3%, #ececec), color-stop(100%, #cbcbcb));
|
||
|
background-image: -webkit-linear-gradient(top, #ffffff, #ececec 3%, #cbcbcb);
|
||
|
background-image: linear-gradient(top, #ffffff, #ececec 3%, #cbcbcb);
|
||
|
}
|
||
|
/* line 48, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-back.x-button-pressing, .x-button.x-button-back.x-button-pressing:after, .x-button.x-button-back.x-button-pressed, .x-button.x-button-back.x-button-pressed:after, .x-button.x-button-back.x-button-active, .x-button.x-button-back.x-button-active:after, .x-toolbar .x-button.x-button-back.x-button-pressing, .x-toolbar .x-button.x-button-back.x-button-pressing:after, .x-toolbar .x-button.x-button-back.x-button-pressed, .x-toolbar .x-button.x-button-back.x-button-pressed:after, .x-toolbar .x-button.x-button-back.x-button-active, .x-toolbar .x-button.x-button-back.x-button-active:after {
|
||
|
background-image: none;
|
||
|
background-color: #656565;
|
||
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4c4c4c), color-stop(10%, #585858), color-stop(65%, #656565), color-stop(100%, #666666));
|
||
|
background-image: -webkit-linear-gradient(top, #4c4c4c, #585858 10%, #656565 65%, #666666);
|
||
|
background-image: linear-gradient(top, #4c4c4c, #585858 10%, #656565 65%, #666666);
|
||
|
}
|
||
|
/* line 56, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-back.x-button-pressing .x-button-label, .x-button.x-button-back.x-button-pressing .x-hasbadge .x-badge, .x-hasbadge .x-button.x-button-back.x-button-pressing .x-badge, .x-button.x-button-back.x-button-pressed .x-button-label, .x-button.x-button-back.x-button-pressed .x-hasbadge .x-badge, .x-hasbadge .x-button.x-button-back.x-button-pressed .x-badge, .x-button.x-button-back.x-button-active .x-button-label, .x-button.x-button-back.x-button-active .x-hasbadge .x-badge, .x-hasbadge .x-button.x-button-back.x-button-active .x-badge, .x-toolbar .x-button.x-button-back.x-button-pressing .x-button-label, .x-toolbar .x-button.x-button-back.x-button-pressing .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button.x-button-back.x-button-pressing .x-badge, .x-toolbar .x-button.x-button-back.x-button-pressed .x-button-label, .x-toolbar .x-button.x-button-back.x-button-pressed .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button.x-button-back.x-button-pressed .x-badge, .x-toolbar .x-button.x-button-back.x-button-active .x-button-label, .x-toolbar .x-button.x-button-back.x-button-active .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button.x-button-back.x-button-active .x-badge {
|
||
|
color: white;
|
||
|
text-shadow: #4c4c4c 0 0.09em 0;
|
||
|
}
|
||
|
/* line 79, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-button.x-button-back, .x-toolbar .x-button.x-button-back {
|
||
|
-webkit-border-radius: 4px;
|
||
|
border-radius: 4px;
|
||
|
-webkit-border-top-left-radius: 6px;
|
||
|
border-top-left-radius: 6px;
|
||
|
-webkit-border-bottom-left-radius: 6px;
|
||
|
border-bottom-left-radius: 6px;
|
||
|
}
|
||
|
|
||
|
/* line 89, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-segmentedbutton-base:not(.divided) {
|
||
|
margin: 0 0.2em;
|
||
|
}
|
||
|
/* line 92, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-segmentedbutton-base:not(.divided) .x-button-back {
|
||
|
margin: 0;
|
||
|
-webkit-border-radius: 0 !important;
|
||
|
border-radius: 0 !important;
|
||
|
}
|
||
|
/* line 97, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-segmentedbutton-base:not(.divided) .x-button-back:not(.x-first) {
|
||
|
border-left: 0 !important;
|
||
|
}
|
||
|
/* line 105, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-segmentedbutton-base.divided .x-button-back:not(.x-first) {
|
||
|
border-left: 1px solid #939393;
|
||
|
}
|
||
|
/* line 109, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-segmentedbutton-base.divided .x-button-back:not(.x-last) {
|
||
|
margin-right: 7px;
|
||
|
}
|
||
|
/* line 116, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-segmentedbutton-base .x-button-back.x-first {
|
||
|
-webkit-border-top-left-radius: 2px !important;
|
||
|
border-top-left-radius: 2px !important;
|
||
|
-webkit-border-bottom-left-radius: 2px !important;
|
||
|
border-bottom-left-radius: 2px !important;
|
||
|
}
|
||
|
/* line 119, E:/Work/Projects JS 2/apps/common/mobile/resources/sass/_common-buttons.scss */
|
||
|
.x-segmentedbutton-base .x-button-back.x-last {
|
||
|
-webkit-border-top-right-radius: 2px !important;
|
||
|
border-top-right-radius: 2px !important;
|
||
|
-webkit-border-bottom-right-radius: 2px !important;
|
||
|
border-bottom-right-radius: 2px !important;
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
* unsupport
|
||
|
*/
|
||
|
/* line 89, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-base.scss */
|
||
|
.unsuported-view {
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
background: url(../img/ios-only.png) no-repeat center #efefef;
|
||
|
background-attachment: fixed;
|
||
|
z-index: 90000;
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
* Additional styles
|
||
|
*/
|
||
|
/* line 104, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-base.scss */
|
||
|
.x-button.text-offset-12 {
|
||
|
padding-left: 12px;
|
||
|
padding-right: 12px;
|
||
|
}
|
||
|
|
||
|
/* line 109, E:/Work/Projects JS 2/apps/spreadsheeteditor/mobile/resources/sass/_application-base.scss */
|
||
|
.x-button.text-offset-30 {
|
||
|
padding-left: 30px;
|
||
|
padding-right: 30px;
|
||
|
}
|