init repo
11099
OfficeWeb/3rdparty/touch/resources/css-debug/android.css
vendored
Normal file
11150
OfficeWeb/3rdparty/touch/resources/css-debug/apple.css
vendored
Normal file
10813
OfficeWeb/3rdparty/touch/resources/css-debug/bb6.css
vendored
Normal file
11139
OfficeWeb/3rdparty/touch/resources/css-debug/sencha-touch.css
vendored
Normal file
21
OfficeWeb/3rdparty/touch/resources/css/android.css
vendored
Normal file
21
OfficeWeb/3rdparty/touch/resources/css/apple.css
vendored
Normal file
21
OfficeWeb/3rdparty/touch/resources/css/bb6.css
vendored
Normal file
21
OfficeWeb/3rdparty/touch/resources/css/sencha-touch.css
vendored
Normal file
BIN
OfficeWeb/3rdparty/touch/resources/images/icon1.png
vendored
Normal file
|
After Width: | Height: | Size: 616 B |
BIN
OfficeWeb/3rdparty/touch/resources/images/icon2.png
vendored
Normal file
|
After Width: | Height: | Size: 318 B |
BIN
OfficeWeb/3rdparty/touch/resources/images/icon3.png
vendored
Normal file
|
After Width: | Height: | Size: 854 B |
BIN
OfficeWeb/3rdparty/touch/resources/images/icon4.png
vendored
Normal file
|
After Width: | Height: | Size: 472 B |
BIN
OfficeWeb/3rdparty/touch/resources/images/welcome.png
vendored
Normal file
|
After Width: | Height: | Size: 158 KiB |
39
OfficeWeb/3rdparty/touch/resources/sass/android.scss
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
// Let's start with the basics
|
||||
$base-color: #333;
|
||||
$active-color: #ff8100;
|
||||
$base-gradient: 'flat';
|
||||
|
||||
// Buttons
|
||||
$button-gradient: 'bevel';
|
||||
|
||||
// Lists
|
||||
$list-bg-color: #eee;
|
||||
$list-color: #333;
|
||||
$list-pressed-color: #ddd;
|
||||
$list-active-gradient: 'recessed';
|
||||
$list-header-bg-color: #999;
|
||||
$list-header-gradient: 'bevel';
|
||||
|
||||
// Tabs
|
||||
$tabs_dark_color: #000;
|
||||
|
||||
@import 'sencha-touch/default/all';
|
||||
|
||||
@include sencha-panel;
|
||||
@include sencha-buttons;
|
||||
@include sencha-sheet;
|
||||
@include sencha-picker;
|
||||
@include sencha-tabs;
|
||||
@include sencha-toolbar;
|
||||
@include sencha-toolbar-forms;
|
||||
@include sencha-carousel;
|
||||
@include sencha-indexbar;
|
||||
@include sencha-list;
|
||||
@include sencha-list-paging;
|
||||
@include sencha-list-pullrefresh;
|
||||
@include sencha-layout;
|
||||
@include sencha-form;
|
||||
@include sencha-msgbox;
|
||||
@include sencha-loading-spinner;
|
||||
@include sencha-draw;
|
||||
@include sencha-charts;
|
||||
41
OfficeWeb/3rdparty/touch/resources/sass/apple.scss
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
// Let's start with the basics
|
||||
$base-color: #7c92ae;
|
||||
$base-gradient: 'glossy';
|
||||
|
||||
// Lists
|
||||
$list-active-gradient: 'bevel';
|
||||
$list-header-bg-color: transparentize(saturate($base-color, 10%), .25);
|
||||
$list-header-gradient: 'matte';
|
||||
|
||||
// Tabs
|
||||
$tabs-dark: #111;
|
||||
|
||||
@import 'sencha-touch/default/all';
|
||||
|
||||
@include sencha-panel;
|
||||
@include sencha-buttons;
|
||||
@include sencha-sheet;
|
||||
@include sencha-picker;
|
||||
@include sencha-tabs;
|
||||
@include sencha-toolbar;
|
||||
@include sencha-toolbar-forms;
|
||||
@include sencha-carousel;
|
||||
@include sencha-indexbar;
|
||||
@include sencha-list;
|
||||
@include sencha-list-paging;
|
||||
@include sencha-list-pullrefresh;
|
||||
@include sencha-layout;
|
||||
@include sencha-form;
|
||||
@include sencha-msgbox;
|
||||
@include sencha-loading-spinner;
|
||||
@include sencha-draw;
|
||||
@include sencha-charts;
|
||||
|
||||
.x-toolbar-light .x-title {
|
||||
color: #fff;
|
||||
text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0;
|
||||
}
|
||||
|
||||
.x-button-back .x-button-label {
|
||||
color: #fff;
|
||||
}
|
||||
68
OfficeWeb/3rdparty/touch/resources/sass/bb6.scss
vendored
Normal file
@@ -0,0 +1,68 @@
|
||||
$include-highlights: false;
|
||||
$include-border-radius: false;
|
||||
|
||||
// Let's start with the basics
|
||||
$base-color: #393F45;
|
||||
$active-color: #06f;
|
||||
$base-gradient: 'none';
|
||||
|
||||
// Lists
|
||||
$list_pressed_color: #09f;
|
||||
$list_bg_color: #111;
|
||||
$list_color: #eee;
|
||||
$list_header_bg_color: #aaa;
|
||||
$basic-slider: true;
|
||||
|
||||
@import 'sencha-touch/default/all';
|
||||
|
||||
@include sencha-panel;
|
||||
@include sencha-buttons;
|
||||
@include sencha-sheet;
|
||||
@include sencha-picker;
|
||||
@include sencha-tabs;
|
||||
@include sencha-toolbar;
|
||||
@include sencha-toolbar-forms;
|
||||
@include sencha-carousel;
|
||||
@include sencha-indexbar;
|
||||
@include sencha-list;
|
||||
@include sencha-list-paging;
|
||||
@include sencha-list-pullrefresh;
|
||||
@include sencha-layout;
|
||||
@include sencha-form;
|
||||
@include sencha-msgbox;
|
||||
@include sencha-loading-spinner;
|
||||
@include sencha-draw;
|
||||
@include sencha-charts;
|
||||
|
||||
.x-indexbar-item {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.x-scrollbar-dark {
|
||||
background-color: rgba(255, 255, 255, .6);
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
//fixing back/forward buttons in BB.
|
||||
$shadow-width: .065em; // Space between tip and its shadow
|
||||
$overlap-width: .2em; // how far the mask is clipped
|
||||
|
||||
$mask-height: $button-height;
|
||||
$mask-width: $mask-height/2.5;
|
||||
$mask-offset: $button-radius - $overlap-width - $button-stroke-weight + $shadow-width - .22em;
|
||||
|
||||
.x-button-forward, .x-button-back {
|
||||
&:before, &:after {
|
||||
@include insertion($mask-width, $mask-height, -$button-stroke-weight, auto);
|
||||
z-index: 2;
|
||||
-webkit-mask: $mask-offset 0 theme_image($theme-name, "tip_left.png") no-repeat;
|
||||
-webkit-mask-size: $mask-width $mask-height;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.x-button-forward, .x-toolbar .x-button-forward {
|
||||
&:before, &:after {
|
||||
-webkit-mask: -$mask-offset 0 theme_image($theme-name, "tip_right.png") no-repeat;
|
||||
}
|
||||
}
|
||||
11
OfficeWeb/3rdparty/touch/resources/sass/config-debug.rb
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Get the directory that this configuration file exists in
|
||||
dir = File.dirname(__FILE__)
|
||||
|
||||
# Load the sencha-touch framework automatically.
|
||||
load File.join(dir, '..', 'themes')
|
||||
|
||||
# Compass configurations
|
||||
sass_path = dir
|
||||
css_path = File.join(dir, "..", "css-debug")
|
||||
environment = :development
|
||||
output_style = :expanded
|
||||
11
OfficeWeb/3rdparty/touch/resources/sass/config.rb
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Get the directory that this configuration file exists in
|
||||
dir = File.dirname(__FILE__)
|
||||
|
||||
# Load the sencha-touch framework automatically.
|
||||
load File.join(dir, '..', 'themes')
|
||||
|
||||
# Compass configurations
|
||||
sass_path = dir
|
||||
css_path = File.join(dir, "..", "css")
|
||||
environment = :production
|
||||
output_style = :compressed
|
||||
20
OfficeWeb/3rdparty/touch/resources/sass/sencha-touch.scss
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
@import 'sencha-touch/default/all';
|
||||
|
||||
@include sencha-panel;
|
||||
@include sencha-buttons;
|
||||
@include sencha-sheet;
|
||||
@include sencha-picker;
|
||||
@include sencha-tabs;
|
||||
@include sencha-toolbar;
|
||||
@include sencha-toolbar-forms;
|
||||
@include sencha-indexbar;
|
||||
@include sencha-list;
|
||||
@include sencha-list-paging;
|
||||
@include sencha-list-pullrefresh;
|
||||
@include sencha-layout;
|
||||
@include sencha-carousel;
|
||||
@include sencha-form;
|
||||
@include sencha-msgbox;
|
||||
@include sencha-loading-spinner;
|
||||
@include sencha-draw;
|
||||
@include sencha-charts;
|
||||
10
OfficeWeb/3rdparty/touch/resources/themes/compass_init.rb
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# This file registers the sencha-touch framework with compass
|
||||
# It's a magic name that compass knows how to find.
|
||||
dir = File.dirname(__FILE__)
|
||||
require File.join(dir, 'lib', 'theme_images.rb')
|
||||
|
||||
# Include compass-recipes
|
||||
require File.join(File.dirname(__FILE__), 'vendor', 'compass-recipes', 'config')
|
||||
|
||||
Compass::BrowserSupport.add_support('repeating-linear-gradient', 'webkit', 'moz', 'o', 'ms')
|
||||
Compass::Frameworks.register 'sencha-touch', dir
|
||||
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/check.png
vendored
Normal file
|
After Width: | Height: | Size: 826 B |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/clear_icon.png
vendored
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/disclosure.png
vendored
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/disclosure2.png
vendored
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/dotgrid.png
vendored
Normal file
|
After Width: | Height: | Size: 582 B |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/loading.gif
vendored
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/action.png
vendored
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/add.png
vendored
Normal file
|
After Width: | Height: | Size: 482 B |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/add1.png
vendored
Normal file
|
After Width: | Height: | Size: 879 B |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/add_black.png
vendored
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/address_book.png
vendored
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/arrow_down.png
vendored
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/arrow_left.png
vendored
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/arrow_right.png
vendored
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/arrow_up.png
vendored
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/at.png
vendored
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/atom.png
vendored
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/attachment.png
vendored
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/attachment2.png
vendored
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/attachment3.png
vendored
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/attachment_black.png
vendored
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/backspace.png
vendored
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/battery_full.png
vendored
Normal file
|
After Width: | Height: | Size: 665 B |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/battery_low.png
vendored
Normal file
|
After Width: | Height: | Size: 835 B |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/battery_power.png
vendored
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/blank.png
vendored
Normal file
|
After Width: | Height: | Size: 239 B |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/bolt.png
vendored
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/bolt_side.png
vendored
Normal file
|
After Width: | Height: | Size: 988 B |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/bookmark1.png
vendored
Normal file
|
After Width: | Height: | Size: 592 B |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/bookmark2.png
vendored
Normal file
|
After Width: | Height: | Size: 591 B |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/bookmark_black.png
vendored
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/bookmarks.png
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/briefcase1.png
vendored
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/briefcase2.png
vendored
Normal file
|
After Width: | Height: | Size: 676 B |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/brightness1.png
vendored
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/brightness2.png
vendored
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/broadcast.png
vendored
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/bug.png
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/bulb.png
vendored
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/bullseye1.png
vendored
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/bullseye2.png
vendored
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/calendar.png
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/calendar2.png
vendored
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/calendar_add.png
vendored
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/card1.png
vendored
Normal file
|
After Width: | Height: | Size: 564 B |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/card2.png
vendored
Normal file
|
After Width: | Height: | Size: 703 B |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/chart1.png
vendored
Normal file
|
After Width: | Height: | Size: 833 B |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/chart2.png
vendored
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/chart3.png
vendored
Normal file
|
After Width: | Height: | Size: 688 B |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/chat.png
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/chat1.png
vendored
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/chat2.png
vendored
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/chat3.png
vendored
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/chat4.png
vendored
Normal file
|
After Width: | Height: | Size: 921 B |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/chat_black1.png
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/chat_black2.png
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/check1.png
vendored
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/check2.png
vendored
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/check_black1.png
vendored
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/check_black2.png
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/check_dotted.png
vendored
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/circle.png
vendored
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/circle2.png
vendored
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/circle3.png
vendored
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/circle4.png
vendored
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/clash.png
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/cloud.png
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/cloud_black.png
vendored
Normal file
|
After Width: | Height: | Size: 963 B |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/cloud_black_upload1.png
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/cloud_black_upload2.png
vendored
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/cloud_bolt.png
vendored
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/cloud_download.png
vendored
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/code1.png
vendored
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/code2.png
vendored
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/code3.png
vendored
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/compass1.png
vendored
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/compass2.png
vendored
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/compass3.png
vendored
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/compose.png
vendored
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
OfficeWeb/3rdparty/touch/resources/themes/images/default/pictos/compose1.png
vendored
Normal file
|
After Width: | Height: | Size: 1.5 KiB |