Remove CSS files related to former UI
Signed-off-by: Aline Manera <aline.manera(a)gmail.com>
---
IBM-license-blacklist | 1 -
ui/css/Makefile.am | 7 -
ui/css/jquery-ui.custom.css | 8 +-
ui/css/src/modules/_menu-flat.scss | 2 +-
ui/css/src/modules/_wok-variables.scss | 1 -
ui/css/theme-default/about.css | 23 --
ui/css/theme-default/base.css | 74 -----
ui/css/theme-default/button-flat.css | 137 ----------
ui/css/theme-default/button.css | 441 ------------------------------
ui/css/theme-default/checkbox-flat.css | 27 --
ui/css/theme-default/circleGauge.css | 25 --
ui/css/theme-default/datagrid.css | 60 ----
ui/css/theme-default/dialog-flat.css | 69 -----
ui/css/theme-default/error.css | 90 ------
ui/css/theme-default/form.css | 64 -----
ui/css/theme-default/framework.css | 35 ---
ui/css/theme-default/gauge-flat.css | 54 ----
ui/css/theme-default/grid.css | 264 ------------------
ui/css/theme-default/jquery-ui.custom.css | 205 --------------
ui/css/theme-default/line-chart.css | 75 -----
ui/css/theme-default/line.css | 36 ---
ui/css/theme-default/list-flat.css | 85 ------
ui/css/theme-default/login-window.css | 92 -------
ui/css/theme-default/menu-flat.css | 91 ------
ui/css/theme-default/message-flat.css | 89 ------
ui/css/theme-default/message.css | 147 ----------
ui/css/theme-default/messagebar-flat.css | 66 -----
ui/css/theme-default/nav-tree.css | 119 --------
ui/css/theme-default/navbar.css | 61 -----
ui/css/theme-default/popover.css | 126 ---------
ui/css/theme-default/radio-flat.css | 32 ---
ui/css/theme-default/reset.css | 60 ----
ui/css/theme-default/selectmenu-flat.css | 90 ------
ui/css/theme-default/tabs.css | 48 ----
ui/css/theme-default/textbox-flat.css | 24 --
ui/css/theme-default/theme.css | 52 ----
ui/css/theme-default/tile-check.css | 47 ----
ui/css/theme-default/toolbar.css | 55 ----
ui/css/theme-default/topbar.css | 182 ------------
ui/css/theme-default/window.css | 86 ------
ui/images/theme-default/Makefile.am | 4 +-
ui/images/theme-default/logo-flat.svg | 113 --------
ui/images/theme-default/logo-white.png | Bin 3229 -> 0 bytes
43 files changed, 4 insertions(+), 3363 deletions(-)
delete mode 100644 ui/css/theme-default/about.css
delete mode 100644 ui/css/theme-default/base.css
delete mode 100755 ui/css/theme-default/button-flat.css
delete mode 100644 ui/css/theme-default/button.css
delete mode 100644 ui/css/theme-default/checkbox-flat.css
delete mode 100644 ui/css/theme-default/circleGauge.css
delete mode 100644 ui/css/theme-default/datagrid.css
delete mode 100644 ui/css/theme-default/dialog-flat.css
delete mode 100644 ui/css/theme-default/error.css
delete mode 100644 ui/css/theme-default/form.css
delete mode 100644 ui/css/theme-default/framework.css
delete mode 100755 ui/css/theme-default/gauge-flat.css
delete mode 100644 ui/css/theme-default/grid.css
delete mode 100644 ui/css/theme-default/jquery-ui.custom.css
delete mode 100644 ui/css/theme-default/line-chart.css
delete mode 100644 ui/css/theme-default/line.css
delete mode 100644 ui/css/theme-default/list-flat.css
delete mode 100644 ui/css/theme-default/login-window.css
delete mode 100644 ui/css/theme-default/menu-flat.css
delete mode 100644 ui/css/theme-default/message-flat.css
delete mode 100644 ui/css/theme-default/message.css
delete mode 100644 ui/css/theme-default/messagebar-flat.css
delete mode 100644 ui/css/theme-default/nav-tree.css
delete mode 100644 ui/css/theme-default/navbar.css
delete mode 100644 ui/css/theme-default/popover.css
delete mode 100644 ui/css/theme-default/radio-flat.css
delete mode 100644 ui/css/theme-default/reset.css
delete mode 100644 ui/css/theme-default/selectmenu-flat.css
delete mode 100644 ui/css/theme-default/tabs.css
delete mode 100644 ui/css/theme-default/textbox-flat.css
delete mode 100644 ui/css/theme-default/theme.css
delete mode 100644 ui/css/theme-default/tile-check.css
delete mode 100644 ui/css/theme-default/toolbar.css
delete mode 100644 ui/css/theme-default/topbar.css
delete mode 100644 ui/css/theme-default/window.css
delete mode 100644 ui/images/theme-default/logo-flat.svg
delete mode 100644 ui/images/theme-default/logo-white.png
diff --git a/IBM-license-blacklist b/IBM-license-blacklist
index 82aff79f..09d15ca1 100644
--- a/IBM-license-blacklist
+++ b/IBM-license-blacklist
@@ -64,7 +64,6 @@ ui/css/src/vendor/compass-mixins/lib/compass/utilities/tables/.*.scss
ui/css/src/vendor/compass-mixins/lib/compass/utilities/text/.*.scss
ui/config/tab-ext.xml
ui/images/.*.svg
-ui/images/theme-default/.*.svg
ui/libs/jquery-ui/LICENSE
ui/libs/jquery-ui/jquery-ui-i18n.min.js
ui/libs/jquery-ui/jquery-ui.min.js
diff --git a/ui/css/Makefile.am b/ui/css/Makefile.am
index 09ade6b4..a2a65cdd 100644
--- a/ui/css/Makefile.am
+++ b/ui/css/Makefile.am
@@ -17,8 +17,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-EXTRA_DIST = theme-default
-
cssdir = $(datadir)/wok/ui/css
dist_css_DATA = $(wildcard *.css)
@@ -43,8 +41,3 @@ bootstrap-select: src/bootstrap-select.custom.scss
sassc -s expanded $< bootstrap-select.custom.css
css: wok bootstrap bootstrap-select user-log settings
-
-theme-default.min.css: theme-default/*.css
- cat $^ > $@
-
-CLEANFILES = theme-default.min.css
diff --git a/ui/css/jquery-ui.custom.css b/ui/css/jquery-ui.custom.css
index f38aa4bf..cfef9693 100644
--- a/ui/css/jquery-ui.custom.css
+++ b/ui/css/jquery-ui.custom.css
@@ -1,7 +1,7 @@
/*
* Project Wok
*
- * Copyright IBM Corp, 2015-2016
+ * Copyright IBM Corp, 2015-2017
*
* Code derived from Project Kimchi
*
@@ -133,12 +133,6 @@
color: gray;
}
-.ui-widget-overlay {
- background: url("../images/theme-default/bg-mask.png") repeat scroll
- 0 0 transparent;
- opacity: 1;
-}
-
.ui-dialog {
background: none;
background-color: #EEEEEE;
diff --git a/ui/css/src/modules/_menu-flat.scss b/ui/css/src/modules/_menu-flat.scss
index c30ecf1c..3281c7c8 100644
--- a/ui/css/src/modules/_menu-flat.scss
+++ b/ui/css/src/modules/_menu-flat.scss
@@ -1,7 +1,7 @@
//
// Project Wok
//
-// Copyright IBM Corp, 2015-2016
+// Copyright IBM Corp, 2015-2017
//
// Licensed under the Apache License, Version 2.0 (the 'License');
// you may not use this file except in compliance with the License.
diff --git a/ui/css/src/modules/_wok-variables.scss
b/ui/css/src/modules/_wok-variables.scss
index 1c0de5b7..87139eb1 100644
--- a/ui/css/src/modules/_wok-variables.scss
+++ b/ui/css/src/modules/_wok-variables.scss
@@ -22,7 +22,6 @@ $bootstrap-sass-asset-helper: false !default;
// --------------------------------------------------
$wok-logo: '../images/wok-logo.png';
-$wok-icon-path: '../images/theme-default';
$icon-font-path:
'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf';
$modal-flat-color: #8cc63f;
$wok-color: #d9182d;
diff --git a/ui/css/theme-default/about.css b/ui/css/theme-default/about.css
deleted file mode 100644
index e394a253..00000000
--- a/ui/css/theme-default/about.css
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2014-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-.about-window {
- width: 350px;
- height: 300px;
-}
diff --git a/ui/css/theme-default/base.css b/ui/css/theme-default/base.css
deleted file mode 100644
index 08ec9dc5..00000000
--- a/ui/css/theme-default/base.css
+++ /dev/null
@@ -1,74 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2015-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-html, body {
- font-family: 'Helvetica Neue', Helvetica, Arial;
-}
-
-/* header text size */
-.h1 {
- font-size: 22px;
-}
-
-/* base content text size */
-.c1 {
- font-size: 14px;
-}
-
-/* 1 level smaller than base text size */
-.c2 {
- font-size: 11px;
-}
-
-/* for text on black and colored backgroud */
-.white {
- color: #FFFFFF;
-}
-
-/* for text on disabled element */
-.light-grey {
- color: #999999;
-}
-
-/* for sorting, filtering control */
-.grey {
- color: #444444;
-}
-
-/* for text on white backgroud */
-.dark-grey {
- color: #222222;
-}
-
-.bold {
- font-weight: bold;
-}
-
-.normal {
- font-weight: normal;
-}
-
-.light {
- font-weight: lighter;
-}
-
-.help-inline {
- display: inline-block;
-}
diff --git a/ui/css/theme-default/button-flat.css b/ui/css/theme-default/button-flat.css
deleted file mode 100755
index ab276d63..00000000
--- a/ui/css/theme-default/button-flat.css
+++ /dev/null
@@ -1,137 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2015-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the 'License');
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an 'AS IS' BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-.ui-button {
- display: inline-block;
- position: relative;
- color: #FFFFFF;
- padding: 0;
- line-height: normal;
- margin-right: .1em;
- cursor: pointer;
- vertical-align: middle;
- text-align: center;
- border-radius: 3px;
- border: 1px none;
- background: #4e4d4f;
- font-weight: normal;
- overflow: visible; /* removes extra width in IE */
-}
-.ui-button:hover{
- background: #000000;
- font-weight: normal;
-}
-.ui-button:active {
- background: #4e4d4f;
-}
-.ui-button,
-.ui-button:link,
-.ui-button:visited,
-.ui-button:hover,
-.ui-button:active {
- text-decoration: none;
-}
-
-/* to make room for the icon, a width needs to be set here */
-.ui-button-icon-only {
- width: 2.2em;
-}
-/* button elements seem to need a little more width */
-button.ui-button-icon-only {
- width: 2.4em;
-}
-.ui-button-icons-only {
- width: 3.4em;
-}
-button.ui-button-icons-only {
- width: 3.7em;
-}
-
-/* button text element */
-.ui-button .ui-button-text {
- display: block;
- line-height: normal;
-}
-.ui-button-text-only .ui-button-text {
- padding: .4em 1em;
-}
-.ui-button-icon-only .ui-button-text,
-.ui-button-icons-only .ui-button-text {
- padding: .4em;
- text-indent: -9999999px;
-}
-.ui-button-text-icon-primary .ui-button-text,
-.ui-button-text-icons .ui-button-text {
- padding: .4em 1em .4em 2.1em;
-}
-.ui-button-text-icon-secondary .ui-button-text,
-.ui-button-text-icons .ui-button-text {
- padding: .4em 2.1em .4em 1em;
-}
-.ui-button-text-icons .ui-button-text {
- padding-left: 2.1em;
- padding-right: 2.1em;
-}
-/* no icon support for input elements, provide padding by default */
-input.ui-button {
- padding: .4em 1em;
-}
-
-/* button icon element(s) */
-.ui-button-icon-only .ui-icon,
-.ui-button-text-icon-primary .ui-icon,
-.ui-button-text-icon-secondary .ui-icon,
-.ui-button-text-icons .ui-icon,
-.ui-button-icons-only .ui-icon {
- position: absolute;
- top: 50%;
- margin-top: -8px;
-}
-.ui-button-icon-only .ui-icon {
- left: 50%;
- margin-left: -8px;
-}
-.ui-button-text-icon-primary .ui-button-icon-primary,
-.ui-button-text-icons .ui-button-icon-primary,
-.ui-button-icons-only .ui-button-icon-primary {
- left: .5em;
-}
-.ui-button-text-icon-secondary .ui-button-icon-secondary,
-.ui-button-text-icons .ui-button-icon-secondary,
-.ui-button-icons-only .ui-button-icon-secondary {
- right: .5em;
-}
-
-/* button sets */
-.ui-buttonset {
- margin-right: 7px;
-}
-.ui-buttonset .ui-button {
- margin-left: 0;
- margin-right: -.3em;
-}
-
-/* workarounds */
-/* reset extra padding in Firefox, see
h5bp.com/l */
-input.ui-button::-moz-focus-inner,
-button.ui-button::-moz-focus-inner {
- border: 0;
- padding: 0;
-}
diff --git a/ui/css/theme-default/button.css b/ui/css/theme-default/button.css
deleted file mode 100644
index 7c7f0ca7..00000000
--- a/ui/css/theme-default/button.css
+++ /dev/null
@@ -1,441 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2013-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
- /* Generated at
http://colorzilla.com/gradient-editor/ */
-.btn {
- display: inline-block;
- height: 42px;
- margin: 3px;
- vertical-align: top;
- border: 1px solid #aaa;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- -moz-box-sizing: content-box;
- box-sizing: content-box;
- box-shadow: -2px -2px 2px #eaeaea, 2px 2px 2px #fff, 3px 3px 3px white
- inset, -3px -3px 3px rgba(0, 0, 0, .25) inset;
- background: #ffffff;
- background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
- background: -webkit-gradient(linear, left top, left bottom,
- color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
- background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
- background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
- background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
- background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
- endColorstr='#e5e5e5', GradientType=0);
- line-height: 42px;
- color: #333;
- font-size: 13px;
- text-shadow: -1px -1px 1px #aaa, 1px 1px 1px #fff;
- text-align: center;
- text-overflow: ellipsis;
- white-space: nowrap;
- cursor: pointer;
-}
-
-.btn[disabled] {
- opacity: 0.3;
-}
-
-.btn:not([disabled]):hover {
- box-shadow: -2px -2px 2px #dadada, 2px 2px 2px #fff, 3px 3px 3px white
- inset, -3px -3px 3px rgba(0, 0, 0, .25) inset;
- background: #d5d5d5;
- background: -moz-linear-gradient(top, #d5d5d5 0%, #eeeeee 100%);
- background: -webkit-gradient(linear, left top, left bottom,
- color-stop(0%, #d5d5d5), color-stop(100%, #eeeeee));
- background: -webkit-linear-gradient(top, #d5d5d5 0%, #eeeeee 100%);
- background: -o-linear-gradient(top, #d5d5d5 0%, #eeeeee 100%);
- background: -ms-linear-gradient(top, #d5d5d5 0%, #eeeeee 100%);
- background: linear-gradient(to bottom, #d5d5d5 0%, #eeeeee 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d5d5',
- endColorstr='#eeeeee', GradientType=0);
-}
-
-.btn:not([disabled]):active {
- box-shadow: -2px -2px 2px #eaeaea, 2px 2px 2px #fff, 3px 3px 3px
- rgba(0, 0, 0, .25) inset, -3px -3px 3px white inset;
- background: #ffffff;
- background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
- background: -webkit-gradient(linear, left top, left bottom,
- color-stop(0%, #e5e5e5), color-stop(100%, #ffffff));
- background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
- background: -o-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
- background: -ms-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
- background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5',
- endColorstr='#ffffff', GradientType=0);
-}
-
-.btn .text {
- padding: 0 10px;
-}
-
-.btn .icon {
- display: block;
- width: 42px;
- height: 42px;
-}
-
-.btn.dropdown {
- text-align: left;
- position: relative;
- padding-right: 25px;
-}
-
-.btn.dropdown .arrow {
- position: absolute;
- width: 15px;
- height: 42px;
- line-height: 42px;
- top: 0;
- right: 10px;
- background: url(../images/theme-default/arrow-down-black.png) no-repeat
- center center;
- right: 10px;
-}
-
-.btn .input {
- margin-left: 10px;
-}
-
-/* Generated at
http://colorzilla.com/gradient-editor/ */
-.btn-tool {
- display: inline-block;
- height: 38px;
- margin: 6px 3px;
- vertical-align: top;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- -moz-box-sizing: content-box;
- box-sizing: content-box;
- box-shadow: -1px -1px 1px #777, 1px 1px 1px #eee, 2px 2px 2px #ddd inset,
- -3px -3px 3px rgba(0, 0, 0, .25) inset;
- background: #f3f3f3;
- background: -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d8d8d8 51%,
- #cccccc 100%);
- background: -webkit-gradient(linear, left top, left bottom,
- color-stop(0%, #f3f3f3), color-stop(50%, #dddddd),
- color-stop(51%, #d8d8d8), color-stop(100%, #cccccc));
- background: -webkit-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d8d8d8
- 51%, #cccccc 100%);
- background: -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d8d8d8 51%,
- #cccccc 100%);
- background: -ms-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d8d8d8 51%,
- #cccccc 100%);
- background: linear-gradient(to bottom, #f3f3f3 0%, #dddddd 50%,
- #d8d8d8 51%, #cccccc 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3',
- endColorstr='#cccccc', GradientType=0);
- overflow: hidden;
- cursor: pointer;
-}
-
-.btn-tool:hover {
- box-shadow: -1px -1px 1px #777, 1px 1px 1px #eee, 2px 2px 2px
- rgba(0, 0, 0, .25) inset, -3px -3px 3px
- rgba(0, 0, 0, .25) inset;
-}
-
-/* Generated at
http://colorzilla.com/gradient-editor/ */
-.btn-tool.left,.btn-tool.right {
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- background: #dddddd;
- background: -moz-linear-gradient(top, #dddddd 0%, #999999 100%);
- background: -webkit-gradient(linear, left top, left bottom,
- color-stop(0%, #dddddd), color-stop(100%, #999999));
- background: -webkit-linear-gradient(top, #dddddd 0%, #999999 100%);
- background: -o-linear-gradient(top, #dddddd 0%, #999999 100%);
- background: -ms-linear-gradient(top, #dddddd 0%, #999999 100%);
- background: linear-gradient(to bottom, #dddddd 0%, #999999 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd',
- endColorstr='#999999', GradientType=0);
-}
-
-.btn-tool:active,.btn-tool.active {
- box-shadow: -1px -1px 1px #777, 1px 1px 1px #eee, 3px 3px 3px
- rgba(0, 0, 0, .35) inset;
-}
-
-.btn-tool.left {
- -webkit-border-top-left-radius: 5px;
- -moz-border-top-left-radius: 5px;
- border-top-left-radius: 5px;
- -webkit-border-bottom-left-radius: 5px;
- -moz-border-bottom-left-radius: 5px;
- border-bottom-left-radius: 5px;
-}
-
-.btn-tool.right {
- -webkit-border-top-right-radius: 5px;
- -moz-border-top-right-radius: 5px;
- border-top-right-radius: 5px;
- -webkit-border-bottom-right-radius: 5px;
- -moz-border-bottom-right-radius: 5px;
- border-bottom-right-radius: 5px;
-}
-
-.btn-tool .icon {
- display: block;
- width: 48px;
- height: 38px;
-}
-
-/* Generated at
http://colorzilla.com/gradient-editor/ */
-.btn-tool.tree {
- width: 42px;
- margin: 5px 10px;
- background: #ffffff;
- background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
- background: -webkit-gradient(linear, left top, left bottom,
- color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
- background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
- background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
- background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
- background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
- endColorstr='#e5e5e5', GradientType=0);
- box-shadow: -1px -1px 1px #03385c, 1px 1px 1px #09F, 3px 3px 3px white
- inset, -3px -3px 3px rgba(0, 0, 0, .25) inset;
-}
-
-.btn-select {
- display: inline-block;
- position: relative;
- height: 30px;
- padding-right: 20px;
- vertical-align: top;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- background: #fff;
- box-shadow: -1px -1px 1px #666, 1px 1px 1px #fff, 1px 1px 1px
- rgba(0, 0, 0, .15) inset;
- font-size: 13px;
- line-height: 30px;
- text-align: left;
- cursor: pointer;
-}
-
-.btn-select .input {
- border: 0 solid #CCCCCC;
- margin-right: 10px;
- font-size: 16px;
- height: 30px;
- line-height: 30px;
- width: 100%;
- position: absolute;
- padding: 0 5px;
-}
-
-.btn-select input.invalid-field {
- border: 1px solid #FF4444;
-}
-.btn-select .arrow {
- position: absolute;
- width: 15px;
- height: 30px;
- line-height: 30px;
- top: 0;
- right: 5px;
- background: url(../images/theme-default/arrow-down-black.png) no-repeat
- center center;
-}
-
-/* Generated at
http://colorzilla.com/gradient-editor/ */
-.button-big {
- display: block;
- margin-bottom: 10px;
- border: 1px solid #ccc;
- box-shadow: -1px -1px 1px #ccc, 1px 1px 1px #eee;
- text-shadow: -1px -1px 1px #ccc, 1px 1px 1px #fff;
- -webkit-border-radius: 05px;
- -moz-border-radius: 05px;
- border-radius: 05px;
- background: #ffffff;
- background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
- background: -webkit-gradient(linear, left top, left bottom,
- color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
- background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
- background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
- background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
- background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
- endColorstr='#e5e5e5', GradientType=0);
- text-align: center;
- font-size: 13px;
- line-height: 38px;
- width: 100%;
-}
-
-.button-big:not([disabled]):hover {
- box-shadow: -1px -1px 1px #bbb, 1px 1px 1px #ddd;
- background: #eeeeee;
- background: -moz-linear-gradient(top, #eeeeee 0%, #d5d5d5 100%);
- background: -webkit-gradient(linear, left top, left bottom,
- color-stop(0%, #eeeeee), color-stop(100%, #d5d5d5));
- background: -webkit-linear-gradient(top, #eeeeee 0%, #d5d5d5 100%);
- background: -o-linear-gradient(top, #eeeeee 0%, #d5d5d5 100%);
- background: -ms-linear-gradient(top, #eeeeee 0%, #d5d5d5 100%);
- background: linear-gradient(to bottom, #eeeeee 0%, #d5d5d5 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',
- endColorstr='#d5d5d5', GradientType=0);
-}
-
-.button-big:not([disabled]):active {
- box-shadow: -1px -1px 1px #eee, 1px 1px 1px #ccc, 2px 2px 2px #ccc inset,
- -2px -2px 2px #aaa inset;
- background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
- background: -webkit-gradient(linear, left top, left bottom,
- color-stop(0%, #e5e5e5), color-stop(100%, #ffffff));
- background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
- background: -o-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
- background: -ms-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
- background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5',
- endColorstr='#ffffff', GradientType=0);
-}
-
-/* Generated at
http://colorzilla.com/gradient-editor/ */
-.button-big.red:not([disabled]) {
- text-shadow: -1px -1px 1px #9e0505, 1px 1px 1px #fc5d4c;
- border: 1px solid #b10f14;
- background: #ff3019;
- background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
- background: -webkit-gradient(linear, left top, left bottom,
- color-stop(0%, #ff3019), color-stop(100%, #cf0404));
- background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
- background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
- background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
- background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019',
- endColorstr='#cf0404', GradientType=0);
- color: #fff;
-}
-
-.button-big.red:not([disabled]):hover {
- background: #ef2009;
- background: -moz-linear-gradient(top, #ef2009 0%, #bf0404 100%);
- background: -webkit-gradient(linear, left top, left bottom,
- color-stop(0%, #ef2009), color-stop(100%, #bf0404));
- background: -webkit-linear-gradient(top, #ef2009 0%, #bf0404 100%);
- background: -o-linear-gradient(top, #ef2009 0%, #bf0404 100%);
- background: -ms-linear-gradient(top, #ef2009 0%, #bf0404 100%);
- background: linear-gradient(to bottom, #ef2009 0%, #bf0404 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef2009',
- endColorstr='#bf0404', GradientType=0);
- color: #fff;
-}
-
-.button-big.red:not([disabled]):active {
- background: -moz-linear-gradient(top, #cf0404 0%, #ff3019 100%);
- background: -webkit-gradient(linear, left top, left bottom,
- color-stop(0%, #cf0404), color-stop(100%, #ff3019));
- background: -webkit-linear-gradient(top, #cf0404 0%, #ff3019 100%);
- background: -o-linear-gradient(top, #cf0404 0%, #ff3019 100%);
- background: -ms-linear-gradient(top, #cf0404 0%, #ff3019 100%);
- background: linear-gradient(to bottom, #cf0404 0%, #ff3019 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf0404',
- endColorstr='#ff3019', GradientType=0);
-}
-
-.button-big.disable {
- display: none;
-}
-
-.btn-normal {
- display: inline-block;
- height: 38px;
- margin: 9px 3px;
- vertical-align: top;
- background: #FFFFFF;
- line-height: 38px;
- padding: 0 20px;
- color: #444444;
- font-size: 13px;
- cursor: pointer;
-}
-
-.btn-normal span {
- font-family: 'Helvetica Neue', Helvetica, Arial;
- font-weight: lighter;
-}
-
-.btn-normal:not([disabled]):hover {
- background: #EEEEEE;
-}
-
-.btn-normal:not([disabled]):active {
- background: #999999;
-}
-
-.btn-normal[disabled] {
- color: #CCCCCC;
- cursor: default;
-}
-
-.btn-normal-1 {
- display: inline-block;
- height: 38px;
- margin: 9px 3px;
- vertical-align: top;
- background: #008abf;
- line-height: 38px;
- padding: 0 20px;
- color: #FFFFFF;
- font-size: 13px;
- cursor: pointer;
-}
-
-.btn-normal-1 span {
- font-family: 'Helvetica Neue', Helvetica, Arial;
- font-weight: lighter;
-}
-
-.btn-normal-1:not([disabled]):active {
- background: #999999;
-}
-
-.btn-normal-1[disabled] {
- background: #999999;
- cursor: default;
-}
-
-.btn-group {
- float: left;
- padding: 0 10px;
-}
-
-.btn-small {
- display: inline-block;
- height: 25px;
- margin: 6px 3px;
- vertical-align: top;
- background: #06F;
- line-height: 25px;
- padding: 0 10px;
- color: #EEE;
- border-radius: 8px;
- font-size: 10px;
-}
diff --git a/ui/css/theme-default/checkbox-flat.css
b/ui/css/theme-default/checkbox-flat.css
deleted file mode 100644
index 93dc1453..00000000
--- a/ui/css/theme-default/checkbox-flat.css
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2015-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the 'License');
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an 'AS IS' BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
- .checkbox-item {
- cursor: pointer;
- }
-
- .checkbox-inline {
- display: inline-block;
- }
diff --git a/ui/css/theme-default/circleGauge.css b/ui/css/theme-default/circleGauge.css
deleted file mode 100644
index 70aab5ef..00000000
--- a/ui/css/theme-default/circleGauge.css
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2014-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-.circleGauge {
- position: relative;
- margin: 30px 10px 10px 10px;
- width: 70px;
- height: 70px;
-}
diff --git a/ui/css/theme-default/datagrid.css b/ui/css/theme-default/datagrid.css
deleted file mode 100644
index 5579852e..00000000
--- a/ui/css/theme-default/datagrid.css
+++ /dev/null
@@ -1,60 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2015-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-.grid span {
- display: inline-block;
-}
-
-.grid .header {
- padding-bottom: 3px;
- border-bottom: solid 2px #ededed;
-}
-
-.grid .header span span {
- vertical-align: middle;
-}
-
-.grid .header .sort-up {
- margin-bottom: -9px;
- cursor: pointer;
-}
-
-.grid .header .sort-down {
- margin-top: -9px;
- cursor: pointer;
-}
-
-.grid .body .row {
- height: 46px;
- line-height: 46px;
- border-bottom: solid 1px #ededed;
-}
-
-.grid .body .row[disabled] {
- color: #999999;
-}
-
-.grid .body .odd {
- background-color: #ffffff;
-}
-
-.grid .body .even {
- background-color: #f9f9f9;
-}
diff --git a/ui/css/theme-default/dialog-flat.css b/ui/css/theme-default/dialog-flat.css
deleted file mode 100644
index d59e1c28..00000000
--- a/ui/css/theme-default/dialog-flat.css
+++ /dev/null
@@ -1,69 +0,0 @@
-/*
-* Project Wok
-*
-* Copyright IBM Corp, 2015-2016
-*
-* Code derived from Project Kimchi
-*
-* Licensed under the Apache License, Version 2.0 (the 'License');
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-*
http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an 'AS IS' BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-
-.dialog-border-grey {
- background-clip: border-box;
- border: 6px solid rgba(170,170,170,0.3);
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- margin: auto;
- border-radius: 5px;
-}
-
-.dialog-container {
- border: 3px solid #999999;
- background: white;
-}
-
-.dialog-container .dialog-title {
- height: 60px;
- padding: 20px 0 20px 20px;
- float: left;
-}
-
-.dialog-container .dialog-body {
- position: relative;
-}
-
-.dialog-container .dialog-footer {
- height: 50px;
- background-color: #008ABF;
-}
-
-.dialog-container .dialog-footer .dialog-button {
- display: inline-block;
- background-color: white;
- width: 75px;
- height: 30px;
- line-height: 30px;
- position: relative;
- margin-left: 10px;
- margin-top: 10px;
- text-align: center;
- vertical-align: middle;
-}
-
-.dialog-container .dialog-footer .dialog-button:hover{
- background-color: #EEEEEE;
- cursor: pointer;
-}
diff --git a/ui/css/theme-default/error.css b/ui/css/theme-default/error.css
deleted file mode 100644
index 0b5a48c0..00000000
--- a/ui/css/theme-default/error.css
+++ /dev/null
@@ -1,90 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2013-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-.error-background {
- background: linear-gradient(to bottom, #4A4A4A 0%, #272727 100%) repeat
- scroll 0 0 transparent;
- border-top: 1px solid #6B6868;
- color: #EEEEEE;
- text-shadow: -1px -1px 1px #000000, 1px 1px 1px #555555;
- width: 1280px;
- margin: 0 auto;
- background-position: center center;
-}
-
-.error-msg {
- width: 1280px;
- margin: 0 auto;
-}
-
-.error-icon {
- background: linear-gradient(to bottom, #FFFFFF 0%, #E5E5E5 100%) repeat
- scroll 0 0 transparent;
- border: 1px solid #CCCCCC;
- border-radius: 8px 8px 8px 8px;
- color: #333333;
- text-shadow: -1px -1px 1px #CCCCCC, 1px 1px 1px #FFFFFF;
-}
-
-.error-text {
- margin: 10px 0 10px 10px;
-}
-
-#error-404-window {
- height: 100%;
- overflow: hidden;
- width: 100%;
- box-shadow: none;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- border: none;
-}
-
-#error-404-window .content {
- margin: 0;
-}
-.error-msg>a.btn-normal {
- background: black;
- border-radius: 0 0 36px;
- box-shadow: -2px -2px 2px #eee, 2px 2px 2px #ccc;
- color: white;
- font-size: 18px;
- height: 36px;
- padding-right: 36px;
-}
-
-.error-msg>a.btn-normal:hover {
- background: #333;
-}
-
-.error-msg>a.btn-normal:active {
- box-shadow: -1px -1px 1px #eee, 1px 1px 1px #ccc, 1px 1px 1px #ccc inset,
- -1px -1px 1px #aaa inset;
- background: -moz-linear-gradient(top, black 0%, #888 100%);
- background: -webkit-gradient(linear, left top, left bottom,
- color-stop(0%, black), color-stop(100%, #888));
- background: -webkit-linear-gradient(top, black 0%, #888 100%);
- background: -o-linear-gradient(top, black 0%, #888 100%);
- background: -ms-linear-gradient(top, black 0%, #888 100%);
- background: linear-gradient(to bottom, black 0%, #888 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='black',
- endColorstr='#888', GradientType=0);
-}
diff --git a/ui/css/theme-default/form.css b/ui/css/theme-default/form.css
deleted file mode 100644
index f1bd21c5..00000000
--- a/ui/css/theme-default/form.css
+++ /dev/null
@@ -1,64 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2013-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-.form-section {
- padding: 10px;
-}
-
-.form-section>h2 {
- font-size: 14px;
- margin-left: 20px;
- font-weight: lighter;
- font-family: 'Helvetica Neue', Helvetica, Arial;
-}
-
-.form-section .field {
- padding: 5px 5px 5px 20px;
- overflow: hidden;
-}
-
-.form-section .field .text-help {
- font-size: 12px;
- margin: 0 0 5px 0;
- font-weight: lighter;
- color: #999999;
- font-family: 'Helvetica Neue', Helvetica, Arial;
-}
-
-.form-section .field input.text {
- border: 1px solid #ccc;
- font-size: 16px;
- height: 30px;
- line-height: 30px;
- padding: 0 5px;
-}
-
-.text-help {
- font-size: 12px;
- color: #333;
- margin: 0 0 5px 5px;
-}
-
-input.invalid-field[type="text"] {
- border-color: #FF4444!important;
-}
-
-input.invalid-field[type="text"][disabled] {
- border-color: #666666!important;
-}
diff --git a/ui/css/theme-default/framework.css b/ui/css/theme-default/framework.css
deleted file mode 100644
index c7cc9cae..00000000
--- a/ui/css/theme-default/framework.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2013-2016
- *
- * Code derived from Project Kimchi
- *
-* Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-body {
- background: #FFFFFF;
-}
-
-.tmpl-html {
- display: none;
-}
-
-.container {
- margin: 0 auto;
- max-width: 1170px;
-}
-
-.hidden {
- display: none;
-}
diff --git a/ui/css/theme-default/gauge-flat.css b/ui/css/theme-default/gauge-flat.css
deleted file mode 100755
index b726ca0e..00000000
--- a/ui/css/theme-default/gauge-flat.css
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2015-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the 'License');
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an 'AS IS' BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-.ui-gauge-flat {
- height: 15px;
- width: 100px;
- text-align: left;
- overflow: hidden;
- background: #E6E7E8;
- border: 0 none;
- border-radius: 0;
-}
-
-.ui-gauge-flat .ui-gauge-flat-value {
- margin: -1px;
- height: 100%;
- border-radius: 0;
-}
-
-.ui-gauge-flat .red {
- background: #D9182D;
- border:1px solid #D9182D;
-}
-
-.ui-gauge-flat .blue {
- background: #008ABF;
- border:1px solid #008ABF;
-}
-
-.ui-gauge-flat .yellow {
- background: #FDB813;
- border:1px solid #FDB813;
-}
-
-.ui-gauge-flat .purple {
- background: #7F1C7D;
- border:1px solid #7F1C7D;
-}
diff --git a/ui/css/theme-default/grid.css b/ui/css/theme-default/grid.css
deleted file mode 100644
index 9a4b83a9..00000000
--- a/ui/css/theme-default/grid.css
+++ /dev/null
@@ -1,264 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2013-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-.resizing {
- cursor: col-resize;
-}
-
-.grid {
- background: white;
- border: 1px solid transparent;
- border-radius: 2px;
- position: relative;
-}
-
-.grid-caption,
-.grid-toolbar,
-.grid-content,
-.grid-footer {
- display: block;
-}
-
-.grid-caption {
- background: #5af;
- color: white;
- font-family: arial;
- font-weight: bold;
- padding: 0 5px;
-}
-
-.grid-caption,
-.grid-toolbar {
- height: 24px;
- line-height: 24px;
- overflow: hidden;
-}
-
-.grid-toolbar-button {
- background: none;
- border: 1px solid transparent;
- border-radius: 4px;
- height: 24px;
- padding: 0 5px;
- vertical-align: top;
-}
-
-.grid-toolbar-button:not([disabled]):hover {
- background: #e0e0e0;
- border-color: #eee;
-}
-
-.grid-content {
- bottom: 0;
- overflow: hidden;
- position: absolute;
- width: 100%;
-}
-
-.grid-header,
-.grid-body {
- overflow: hidden;
- width: 100%;
-}
-
-.grid-header {
- background: #f0f0f0;
- background: -moz-linear-gradient(top, #f0f0f0 0%, #ddd 50%, #d0d0d0 51%,
- #e0e0e0 100%);
- background: -webkit-linear-gradient(top, #f0f0f0 0%, #ddd 50%, #d0d0d0 51%,
- #e0e0e0 100%);
- background: -o-linear-gradient(top, #f0f0f0 0%, #ddd 50%, #d0d0d0 51%,
- #e0e0e0 100%);
- background: -ms-linear-gradient(top, #f0f0f0 0%, #ddd 50%, #d0d0d0 51%,
- #e0e0e0 100%);
- background: linear-gradient(to bottom, #f0f0f0 0%, #ddd 50%, #d0d0d0 51%,
- #e0e0e0 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0',
- endColorstr='#e0e0e0', GradientType=0);
- border-bottom: 1px solid #ccc;
- border-top: 1px solid #ccc;
- height: 29px;
-}
-
-.grid-frozen-header-view,
-.grid-header-view,
-.grid-frozen-body-view,
-.grid-body-view {
- box-sizing: border-box;
- -moz-box-sizing: border-box;
- overflow: hidden;
- position: absolute;
- vertical-align: top;
-}
-
-.grid-frozen-header-view,
-.grid-header-view {
- top: 0;
-}
-
-.grid-frozen-header-view,
-.grid-header-view,
-.grid-frozen-body-view {
-}
-
-.grid-frozen-header-view {
- z-index: 3;
-}
-
-.grid-header-view {
- z-index: 2;
-}
-
-.grid-frozen-body-view {
- z-index: 1;
-}
-
-.grid-frozen-body-view,
-.grid-body-view {
- bottom: 0;
- top: 30px;
-}
-
-.grid-header-view,
-.grid-body-view {
- right: 0;
-}
-
-.grid-frozen-header-view,
-.grid-header-view {
-}
-
-.grid-header-wrapper {
- width: 10000px;
-}
-
-.grid-frozen-body-wrapper {
- padding-bottom: 30px;
-}
-
-.grid-body-view {
- overflow: auto;
-}
-
-.grid table.grid-frozen-header-container,
-.grid table.grid-header-container,
-.grid table.grid-frozen-body-container,
-.grid table.grid-body-container {
- box-sizing: border-box;
-}
-
-.grid th,
-.grid td {
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- border: 1px solid #ccc;
- height: 30px;
-}
-
-.grid .cell-text-wrapper {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
-}
-
-.grid th {
- border-bottom: 0 none;
- border-top: 0 none;
-}
-
-.grid-body {
- cursor: default;
-}
-
-.grid-body tr.hover {
- background: #bdf;
-}
-
-.grid-body tr.selected {
- background: #b0d0f0;
- background: -moz-linear-gradient(top, #b0d0f0 0%, #acf 50%, #a0c0ff 51%,
- #b0d0f0 100%);
- background: -webkit-linear-gradient(top, #b0d0f0 0%, #acf 50%, #a0c0ff 51%,
- #b0d0f0 100%);
- background: -o-linear-gradient(top, #b0d0f0 0%, #acf 50%, #a0c0ff 51%,
- #b0d0f0 100%);
- background: -ms-linear-gradient(top, #b0d0f0 0%, #acf 50%, #a0c0ff 51%,
- #b0d0f0 100%);
- background: linear-gradient(to bottom, #b0d0f0 0%, #acf 50%, #a0c0ff 51%,
- #b0d0f0 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0d0f0',
- endColorstr='#bef', GradientType=0);
-}
-
-.grid-resizer-leftmost,
-.grid-resizer {
- border-left: 1px solid #5af;
- position: absolute;
- top: 0;
- width: 0;
- z-index: 4;
-}
-
-.grid-mask {
- background: rgba(190, 190, 190, .9);
- bottom: 0;
- left: 0;
- position: absolute;
- right: 0;
- z-index: 5;
-}
-
-.grid-loading {
- bottom: 0;
- height: 68px;
- left: 0;
- margin: auto;
- position: absolute;
- right: 0;
- text-align: center;
- top: 0;
- width: 49px;
- white-space: nowrap;
-}
-
-.grid-loading-icon {
- background: url("../images/theme-default/wok-loading.gif") no-repeat left
top;
- height: 48px;
- width: 49px;
-}
-
-.grid-message {
- background: white;
- box-sizing: border-box;
- bottom: 0;
- left: 0;
- overflow: auto;
- padding: .2em .5em;
- position: absolute;
- right: 0;
- z-index: 5;
-}
-
-.grid-message-text {
- line-height: 25px;
-}
-
-.retry-button {
- margin: 0 1em;
-}
diff --git a/ui/css/theme-default/jquery-ui.custom.css
b/ui/css/theme-default/jquery-ui.custom.css
deleted file mode 100644
index a616bb88..00000000
--- a/ui/css/theme-default/jquery-ui.custom.css
+++ /dev/null
@@ -1,205 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2014-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-.ui-button-primary {
- border-radius: 8px 8px 8px 8px;
-}
-
-.ui-button-primary.ui-state-default {
- background: none repeat scroll 0 0 #0066FF;
- border: 0 none;
-}
-
-.ui-button-primary.ui-state-disabled {
- background-color: silver;
- opacity: 1;
-}
-
-.ui-button-primary.ui-state-hover {
- background: #0044DD;
-}
-
-.ui-button-primary .ui-button-text {
- padding: 10px 23px;
- font-size: 13px;
- color: #EEEEEE;
-}
-
-.ui-button-secondary {
- border: 1px solid #AAAAAA;
- border-radius: 5px 5px 5px 5px;
- cursor: pointer;
-}
-
-.ui-button-secondary.ui-state-default {
- background: linear-gradient(to bottom, #FFFFFF 0%, #E5E5E5 100%) repeat
- scroll 0 0 transparent;
- box-shadow: -2px -2px 2px #EAEAEA, 2px 2px 2px #FFFFFF, 3px 3px 3px white
- inset, -3px -3px 3px rgba(0, 0, 0, 0.25) inset;
-}
-
-.ui-button-secondary.ui-state-hover {
- background: linear-gradient(to bottom, #d5d5d5 0%, #eeeeee 100%);
- box-shadow: -2px -2px 2px #dadada, 2px 2px 2px #fff, 3px 3px 3px white
- inset, -3px -3px 3px rgba(0, 0, 0, .25) inset;
-}
-
-.ui-button-secondary .ui-button-text {
- font-size: 13px;
- color: #333333;
- text-overflow: ellipsis;
- text-shadow: -1px -1px 1px #AAAAAA, 1px 1px 1px #FFFFFF;
- white-space: nowrap;
-}
-
-.ui-button-secondary.ui-button-text-only .ui-button-text {
- padding: 12px 23px 13px 20px;
-}
-
-.ui-button-secondary.ui-button-text-icon-secondary .ui-button-text {
- padding: 12px 35px 13px 13px;
-}
-
-.ui-button-secondary .ui-button-icon-secondary {
- padding-right: 5px;
- width: 15px;
- height: 15px;
-}
-
-.ui-menu {
- background: linear-gradient(to bottom, #EEEEEE 0%, #CCCCCC 10px, #CCCCCC
- 96%, #A5A5A5 100%) repeat scroll 0 0 transparent;
- padding: 10px 10px 0;
- width: 250px;
-}
-
-.ui-menu .ui-menu-item a {
- background: linear-gradient(to bottom, #FFFFFF 0%, #E5E5E5 100%) repeat
- scroll 0 0 transparent;
- border: 1px solid #CCCCCC;
- border-radius: 5px 5px 5px 5px;
- box-shadow: -1px -1px 1px #CCCCCC, 1px 1px 1px #EEEEEE;
- display: block;
- font-size: 13px;
- line-height: 38px;
- margin-bottom: 10px;
- text-align: center;
- text-shadow: -1px -1px 1px #CCCCCC, 1px 1px 1px #FFFFFF;
- width: 96%;
-}
-
-.ui-menu .ui-menu-item a.ui-state-focus {
- background: linear-gradient(to bottom, #EEEEEE 0%, #D5D5D5 100%) repeat
- scroll 0 0 transparent;
- box-shadow: -1px -1px 1px #BBBBBB, 1px 1px 1px #DDDDDD;
- margin: 0px 0px 10px 0px;
-}
-
-.ui-menu .ui-menu-item a.red:not([disabled]) {
- background: linear-gradient(to bottom, #FF3019 0%, #CF0404 100%) repeat
- scroll 0 0 transparent;
- border: 1px solid #B10F14;
- color: #FFFFFF;
- text-shadow: -1px -1px 1px #9E0505, 1px 1px 1px #FC5D4C;
-}
-
-.ui-menu .ui-menu-item a.red:hover:not([disabled]) {
- background: linear-gradient(to bottom, #EF2009 0%, #BF0404 100%) repeat
- scroll 0 0 transparent;
-}
-
-.ui-menu .ui-state-disabled {
- opacity: 1;
-}
-
-.ui-menu .ui-state-disabled a {
- color: gray;
-}
-
-.ui-widget-overlay {
- background: url("../images/theme-default/bg-mask.png") repeat scroll
- 0 0 transparent;
- opacity: 1;
-}
-
-.ui-dialog {
- background: none;
- background-color: #EEEEEE;
- border: 2px solid #0F71B4;
- border-radius: 8px;
- padding: 0px;
-}
-
-.ui-dialog .ui-dialog-titlebar {
- border: none;
- border-bottom-left-radius: 0px;
- border-bottom-right-radius: 0px;
- background: none;
- padding: 13px 0px 13px 10px;
- box-shadow: 0 1px 3px rgba(0,0,0,0.15), 0 -1px 0 rgba(0,0,0,0.05) inset;
-}
-
-.ui-dialog .ui-dialog-title {
- font-size: 18px;
- color: #0066CC;
-}
-
-.ui-dialog .ui-dialog-titlebar-close {
- margin: 4px 0 0;
- background: none repeat scroll 0 0 #EEEEEE;
- border: 2px solid #CCCCCC;
- border-radius: 35px 35px 35px 35px;
- color: #CCCCCC;
- cursor: pointer;
- height: 35px;
- width: 35px;
- position: absolute;
- right: 7px;
- text-align: center;
- top: 5px;
-}
-
-.ui-dialog .ui-dialog-titlebar .ui-state-hover {
- border: 2px solid #444444;
- color: #444444;
-}
-
-.ui-dialog .ui-dialog-titlebar .ui-button-text {
- font-size: 24px;
- font-weight: bold;
- padding: 0px;
- text-indent: 0px;
-}
-
-.ui-dialog .ui-dialog-titlebar .ui-button-icon-primary {
- display: none;
-}
-
-.ui-dialog .ui-dialog-buttonpane {
- padding: 0px;
- background-color: transparent;
- border-width: 0;
- box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
-}
-
-.ui-dialog .ui-dialog-buttonpane button {
- cursor: pointer;
- margin: 0.5em 13px 0.5em 0;
-}
diff --git a/ui/css/theme-default/line-chart.css b/ui/css/theme-default/line-chart.css
deleted file mode 100644
index 7db4f9c6..00000000
--- a/ui/css/theme-default/line-chart.css
+++ /dev/null
@@ -1,75 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2013-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-.chart-container {
- background: black;
-}
-
-.line-chart {
- overflow: hidden;
-}
-
-.line-chart .background {
- fill: black;
-}
-
-.line-chart text {
- color: red;
- font-size: 12px;
-}
-
-.line-chart polyline {
- fill: none;
- stroke: #0cf;
- stroke-width: 2px;
-}
-
-.line-chart line {
- stroke: white;
- stroke-width: 1px;
-}
-
-.chart-container,
-.chart-vaxis-container,
-.chart-legend-container,
-.chart-label {
- display: inline-block;
- margin-right: 10px;
- vertical-align: top;
-}
-
-.chart-vaxis-container {
- width: 80px;
-}
-
-.chart-legend-container .legend-wrapper {
- margin: 0 5px 5px 0;
-}
-
-.chart-legend-container .legend-icon {
- margin-right: 5px;
- width: 20px;
-}
-
-.chart-legend-container .legend-label {
-}
-
-.chart-legend-container .latest-value {
- margin-left: 25px;
-}
diff --git a/ui/css/theme-default/line.css b/ui/css/theme-default/line.css
deleted file mode 100644
index 250b3fd5..00000000
--- a/ui/css/theme-default/line.css
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2015-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-.line line, polyline {
- stroke: #000000;
- stroke-width: 2;
-}
-
-.line .min {
- stroke: #444444;
-}
-
-.line .max {
- stroke: #999999;
-}
-
-.line polyline {
- fill: none;
-}
diff --git a/ui/css/theme-default/list-flat.css b/ui/css/theme-default/list-flat.css
deleted file mode 100644
index fcfb0e65..00000000
--- a/ui/css/theme-default/list-flat.css
+++ /dev/null
@@ -1,85 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2015-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the 'License');
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an 'AS IS' BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-.list-titlef {
- height: 30px;
- line-height: 30px;
- width: 25%;
- border-bottom: 1px solid #DEDEDE;
- color: #626262;
- font-size: 17px;
- padding: 10px 0;
- background: white;
-}
-
-.list-content {
- height: 300px;
- width: 25%;
-}
-
-.list-item {
- border-bottom: 1px solid #F5F5F5;
- height: 40px;
-}
-
-.list-item-odd {
- background: #FFFFFF;
-}
-
-.list-item-even {
- background: #FCFCFC;
-}
-
-.list-item:hover {
- background: #DDDDDD;
-}
-
-.list-inline {
- display: inline-block;
-}
-
-.list-item-icon {
- line-height: 20px;
- vertical-align: 35%;
-}
-
-.list-item-info {
- position: relative;
- margin-left: 10px;
- margin-right: 10px;
-}
-
-.list-item-name {
- font-size: 14px;
- line-height: 14px;
- padding: 9px 0 0;
-}
-
-.list-item-button {
- position: relative;
- width: 150px;
- padding: 5px;
- float: right;
-}
-
-.list-item-detail {
- font-size: 11px;
- color: #CDCDCD;
-}
diff --git a/ui/css/theme-default/login-window.css
b/ui/css/theme-default/login-window.css
deleted file mode 100644
index ae245e9d..00000000
--- a/ui/css/theme-default/login-window.css
+++ /dev/null
@@ -1,92 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2013-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-#login-window {
- height: 360px;
- width: 400px;
-}
-
-#login-window>header>.title-text {
- front: #000000;
- font-size: 18px;
- height: 48px;
- line-height: 48px;
- font-weight: bold;
- text-shadow: -1px -1px 1px #eaeaea, 1px 1px 1px #fff;
-}
-
-#login-window footer #form-language {
- height: 48px;
- line-height: 48px;
- padding-right: 10px;
- text-align: right;
-}
-
-#login-window .login-panel #form-login {
- padding: 40px 40px 0;
-}
-
-#login-window>header>.logo {
- display:inline;
- margin: 11px 0 0 2px;
- float: left;
- width: 25px;
- height: 25px;
- background: url(../images/logo.ico) no-repeat center center;
-}
-
-#login-window .login-panel .row {
- margin-bottom: 28px;
-}
-
-#login-window .login-panel input[type="text"],
-#login-window .login-panel input[type="password"] {
- font-size: 18px;
- height: 40px;
- padding-left: 10px;
- padding-right: 10px;
- width: 290px;
-}
-
-#login-window .login-panel .msg-required {
- color: red;
-}
-
-#login-window .login-panel button {
- font-size: 18px;
- height: 40px;
- min-width: 160px;
- float: right;
-}
-
-#login-window .login-panel button[disabled] {
- background: #888;
- color: #DDD;
-}
-
-.language {
- display:inline-block;
- float:right;
- margin:11px 10px 0 0;
-}
-
-.i18n-selector {
- padding:2px 0;
- background: #FFFBF0;
-}
diff --git a/ui/css/theme-default/menu-flat.css b/ui/css/theme-default/menu-flat.css
deleted file mode 100644
index 0bed09d4..00000000
--- a/ui/css/theme-default/menu-flat.css
+++ /dev/null
@@ -1,91 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2015-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the 'License');
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an 'AS IS' BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-.menu-content {
- position: relative;
- height: 35px;
- width: 170px;
-}
-
-.menu-box {
- width: 100%;
- height: 30px;
- border-radius: 3px 3px 0 3px;
- cursor: pointer;
- vertical-align: middle;
- background: #4E4D4F;
- color: #EDEDED;
- float: right;
- position: relative;
- padding-bottom: 5px;
-}
-
-.menu-label {
- position: relative;
-}
-
-.menu-icon-front,
-.list-icon-front {
- position: relative;
- font-size: 17px;
- line-height: 32px;
- padding-right: 10px;
- padding-left: 5px;
- color: #EDEDED;
-}
-
-.menu-icon {
- position: relative;
- float: right;
- line-height: 35px;
- padding-right: 10px;
- padding-left: 10px;
- color: #CFCFCF;
- font-size: 10px;
- border-top-right-radius: 3px;
-}
-
-.menu-container {
- border: 1px solid #999999;
- width: 100px;
-}
-
-.menu-list {
- position: absolute;
- z-index: 3;
- float: right;
- width: 100%;
- top: 35px;
- padding-left: 0;
- cursor: pointer;
- background: #3A393B;
- margin: 0;
-}
-
-.menu-list li {
- list-style: none;
- position: relative;
- color: #EDEDED;
- border-top: 1px groove black;
-}
-
-.menu-list li:first-child {
- border: none;
-}
diff --git a/ui/css/theme-default/message-flat.css
b/ui/css/theme-default/message-flat.css
deleted file mode 100644
index 85ed6337..00000000
--- a/ui/css/theme-default/message-flat.css
+++ /dev/null
@@ -1,89 +0,0 @@
-/*
-* Project Wok
-*
-* Copyright IBM Corp, 2015-2016
-*
-* Code derived from Project Kimchi
-*
-* Licensed under the Apache License, Version 2.0 (the 'License');
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-*
http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an 'AS IS' BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-
-.border-grey {
- background-clip: border-box;
- border: 6px solid rgba(170,170,170,0.3);
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- margin: auto;
- width: 502px;
- height: 202px;
- border-radius: 5px;
-}
-
-.message-dialog {
- border: 3px solid #999999;
- height: 198px;
- width: 498px;
- background: white;
-}
-
-.message-dialog .message-inline {
- display: inline-block;
-}
-
-.message-dialog .message-type-icon {
- position: absolute;
- margin: 20px 20px;
- color: #008ABF;
- font-size: 50px;
-}
-
-.message-dialog .message-main {
- position: relative;
- margin: 30px 0 0 110px;
- width: 350px;
-}
-
-.message-dialog .message-confirm-info {
- margin: 20px 0 0 110px;
- width: 350px;
-}
-
-.message-dialog .message-footer {
- position: absolute;
- left: 3px;
- right: 1px;
- bottom: 1px;
- height: 50px;
- background-color: #008ABF;
-}
-
-.message-dialog .message-footer .message-button {
- display: inline-block;
- background-color: white;
- width: 75px;
- height: 30px;
- line-height: 30px;
- position: relative;
- margin-left: 10px;
- margin-top: 10px;
- text-align: center;
- vertical-align: middle;
-}
-
-.message-dialog .message-footer .message-button:hover{
- background-color: #EEEEEE;
- cursor: pointer;
-}
diff --git a/ui/css/theme-default/message.css b/ui/css/theme-default/message.css
deleted file mode 100644
index 872e16fb..00000000
--- a/ui/css/theme-default/message.css
+++ /dev/null
@@ -1,147 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2013-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-#messageField {
- position: fixed;
- margin: auto;
- left: 0;
- right: 0;
- top: 0;
- width: 1024px;
- max-width: 100%;
- z-index: 200;
-}
-
-.message {
- background-color: #FFF68F;
- position: relative;
- margin-bottom: 5px;
-}
-
-.message.warn {
- background-color: #FFF68F;
-}
-
-.message.error {
- background-color: #FFAEB9;
-}
-
-.message.success {
- background-color: #90EE90;
-}
-
-.message .close {
- position: absolute;
- width: 30px;
- height: 30px;
- top: 0;
- right: 0;
- color: #545454;
- font-size: 12px;
- text-align: center;
- line-height: 30px;
- cursor: pointer;
-}
-
-.message .content {
- padding: 0 30px 0 10px;
- line-height: 30px;
-}
-
-.confirmbox {
- position: absolute;
- margin: auto;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- box-shadow: 2px 2px 6px #000;
- border: 2px solid #0f71b4;
- -webkit-border-radius: 8px;
- -moz-border-radius: 8px;
- border-radius: 8px;
- background-color: black;
- box-sizing: border-box;
- max-width: 100%;
- max-height: 100%;
- width: 425px;
- height: 250px;
- z-index: 9999;
-}
-
-.confirmbox>footer {
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0;
- height: 48px;
- box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
-}
-
-.confirmbox .title {
- display: inline-block;
- padding: 10px 10px 0 10px;
- line-height: 20px;
- color: white;
-}
-
-.confirmbox .content {
- padding: 20px 10px 0px 100px;
- line-height: 16px;
- font-size: 13px;
- color: white;
- background: url(../images/theme-default/alert.png) no-repeat 20px center;
- height: 41px;
- vertical-align: middle;
-}
-
-
-.confirmbox .close {
- position: absolute;
- width: 13px;
- height: 13px;
- top: 7px;
- right: 7px;
- -webkit-border-radius: 13px;
- -moz-border-radius: 13px;
- border-radius: 13px;
- border: 2px solid #ccc;
- color: #ccc;
- font-size: 13px;
- text-align: center;
- line-height: 13px;
- font-weight: bold;
- background: #4a4a4a;;
- cursor: pointer;
-}
-
-.confirmbox>header>.close:hover {
- border: 2px solid #444;
- color: #444;
-}
-
-.noPluginMessage{
- font-size: 18px;
- height: 48px;
- line-height: 48px;
- text-shadow: -1px -1px 1px #ccc, 1px 1px 1px #fff;
- padding-left: 10px;
- padding-top:10px;
-
-}
diff --git a/ui/css/theme-default/messagebar-flat.css
b/ui/css/theme-default/messagebar-flat.css
deleted file mode 100644
index 278a61c0..00000000
--- a/ui/css/theme-default/messagebar-flat.css
+++ /dev/null
@@ -1,66 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2015-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-.messagebar {
- height: 30px;
-}
-
-.messagebar .messagebar-text {
- text-align: left;
- vertical-align: 50%;
-}
-
-.messagebar .messageHead {
- display: inline-block;
- width: 5px;
- height: 30px;
-}
-
-.messagebar-close {
- line-height: 30px;
- vertical-align: middle;
- margin-right: 10px;
- cursor: pointer;
- float: right;
-}
-
-.green {
- background-color: #DAE6CB;
-}
-
-.dark-green {
- background-color: #89C53A;
-}
-
-.yellow {
- background-color: #F1E3C2;
-}
-
-.dark-yellow {
- background-color: #FDB60D;
-}
-
-.red {
- background-color: #EAC3C7;
-}
-
-.dark-red {
- background-color: #D81227;
-}
diff --git a/ui/css/theme-default/nav-tree.css b/ui/css/theme-default/nav-tree.css
deleted file mode 100644
index c9f12ec4..00000000
--- a/ui/css/theme-default/nav-tree.css
+++ /dev/null
@@ -1,119 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2013-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-.nav-tree {
- overflow: hidden;
- border-bottom: 1px solid #000;
-}
-
-.nav-tree .item {
- overflow: hidden;
- border-top: 1px solid #000;
- border-bottom: 1px solid #444;
- background: #222;
- *vertical-align: top;
-}
-
-.nav-tree .item .arrow {
- float: left;
- width: 42px;
- height: 48px;
- border-right: 1px solid #000;
- background: transparent center center no-repeat
- url("../images/theme-default/folder-arrow-right.png");
-}
-
-.nav-tree .item.on .arrow {
- background: transparent center center no-repeat
- url("../images/theme-default/folder-arrow-down.png");
-}
-
-.nav-tree .item.nochild .arrow {
- background: none;
-}
-
-.nav-tree .item .arrow+.item-link {
- border-left: 1px solid #444;
-}
-
-.nav-tree .sub {
- display: none;
-}
-
-.nav-tree .item.on+.sub {
- display: block;
-}
-
-.nav-tree .sub .item {
- padding-left: 44px;
-}
-
-.nav-tree .item-link {
- display: block;
- position: relative;
- height: 48px;
- overflow: hidden;
- line-height: 48px;
- color: #eee;
-}
-
-.nav-tree .item-link .count {
- position: absolute;
- height: 24px;
- right: 10px;
- margin: 12px 0;
- padding: 0 9px;
- background: #900;
- box-shadow: 1px 1px 1px #333, -1px -1px 1px #000, 1px 1px 1px #600 inset;
- -webkit-border-radius: 24px;
- -moz-border-radius: 24px;
- border-radius: 24px;
- text-align: center;
- color: #fff;
- font-size: 10px;
- line-height: 24px;
-}
-
-.nav-tree .item-link .title {
- position: absolute;
- left: 42px;
- right: 42px;
- overflow: hidden;
- color: #fff;
- font-size: 13px;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
-}
-
-.nav-tree .item-link .thumb {
- position: absolute;
- width: 42px;
- height: 48px;
-}
-
-.nav-tree .item-link .thumb.host {
- background: center center no-repeat
- url("../images/theme-default/thumb-host.png");
-}
-
-.nav-tree .item-link .thumb.guest {
- background: center center no-repeat
- url("../images/theme-default/thumb-guest.png");
-}
diff --git a/ui/css/theme-default/navbar.css b/ui/css/theme-default/navbar.css
deleted file mode 100644
index 16f0ea01..00000000
--- a/ui/css/theme-default/navbar.css
+++ /dev/null
@@ -1,61 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2013-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-.navbar {
- height: 48px;
- border-top: 1px solid #2c85c3;
- border-bottom: 1px solid #04385d;
- background: #0769ac url(../images/theme-default/nav-bg.png) repeat-x;
-}
-
-.nav-menu {
- height: 48px;
- position: relative;
-}
-
-.nav-menu li {
- float: left;
- height: 48px;
-}
-
-.nav-menu .item {
- display: block;
- min-width: 100px;
- height: 48px;
- line-height: 48px;
- padding: 0 10px;
- text-align: center;
- font-size: 13px;
- color: #eee;
- outline: none;
-}
-
-.nav-menu .item.current:focus {
- outline: white dotted thin;
-}
-
-.menu-arrow {
- position: absolute;
- width: 0;
- bottom: -1px;
- left: 50px;
- border: 10px solid transparent;
- border-top: none;
- border-bottom-color: #e4e4e4;
-}
diff --git a/ui/css/theme-default/popover.css b/ui/css/theme-default/popover.css
deleted file mode 100644
index 2cb26cbb..00000000
--- a/ui/css/theme-default/popover.css
+++ /dev/null
@@ -1,126 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2013-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-.popover {
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- background: #eee;
- border: 2px solid #096aad;
- box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
- z-index: 9999;
- position: absolute;
- top: 125%;
- left: 0;
- display: none;
- cursor: default;
- width: 100%;
-}
-
-.popover:BEFORE {
- content: "";
- display: block;
- border: 12px solid transparent;
- border-bottom-color: #096aad;
- position: absolute;
- top: -24px;
- left: 20px;
-}
-
-.popover:AFTER {
- content: "";
- display: block;
- border: 10px solid transparent;
- border-bottom-color: #eee;
- position: absolute;
- top: -20px;
- left: 22px;
-}
-
-.popover.right-side {
- left: auto;
- right: 0;
-}
-
-.popover.right-side:BEFORE {
- left: auto;
- right: 20px;
-}
-
-.popover.right-side:AFTER {
- left: auto;
- right: 22px;
-}
-
-/* Generated at
http://colorzilla.com/gradient-editor/ */
-.actionsheet {
- background: rgb(238, 238, 238);
- background: -moz-linear-gradient(top, rgba(238, 238, 238, 1) 0%,
- rgba(204, 204, 204, 1) 10px, rgba(204, 204, 204, 1) 96%,
- rgba(165, 165, 165, 1) 100%);
- background: -webkit-gradient(linear, left top, left bottom,
- color-stop(0%, rgba(238, 238, 238, 1)), color-stop(10px,
- rgba(204, 204, 204, 1)), color-stop(96%,
- rgba(204, 204, 204, 1)), color-stop(100%,
- rgba(165, 165, 165, 1)));
- background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%,
- rgba(204, 204, 204, 1) 10px, rgba(204, 204, 204, 1) 96%,
- rgba(165, 165, 165, 1) 100%);
- background: -o-linear-gradient(top, rgba(238, 238, 238, 1) 0%,
- rgba(204, 204, 204, 1) 10px, rgba(204, 204, 204, 1) 96%,
- rgba(165, 165, 165, 1) 100%);
- background: -ms-linear-gradient(top, rgba(238, 238, 238, 1) 0%,
- rgba(204, 204, 204, 1) 10px, rgba(204, 204, 204, 1) 96%,
- rgba(165, 165, 165, 1) 100%);
- background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%,
- rgba(204, 204, 204, 1) 10px, rgba(204, 204, 204, 1) 96%,
- rgba(165, 165, 165, 1) 100%);
- padding: 10px 10px 0 10px;
-}
-
-.select-list {
- max-height: 195px;
- overflow: auto;
-}
-
-.select-list>li {
- height: 48px;
- padding: 0 20px 0 40px;
- border-bottom: 1px solid #ccc;
- box-shadow: 0px 1px 1px #fff;
- text-shadow: -1px -1px 1px #ddd, 1px 1px 1px #fff;
- color: #222;
- font-size: 12px;
- line-height: 48px;
-}
-
-.select-list>li:LAST-CHILD {
- border-bottom: none;
- box-shadow: inherit;
-}
-
-.select-list>li:hover {
- background: #f8f8f8 url(../images/theme-default/check-grey.png) no-repeat
- 10px center;
-}
-
-.select-list>li.active {
- background: #f8f8f8 url(../images/theme-default/check-green.png) no-repeat
- 10px center;
-}
diff --git a/ui/css/theme-default/radio-flat.css b/ui/css/theme-default/radio-flat.css
deleted file mode 100644
index 424ef091..00000000
--- a/ui/css/theme-default/radio-flat.css
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2015-2016
- *
- * Code derived from Project Kimchi
- *
-* Licensed under the Apache License, Version 2.0 (the 'License');
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an 'AS IS' BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
- .radio-label {
- position: relative;
- cursor: pointer;
- }
-
- .radio-content {
- margin-right: 10px;
- }
-
- .inline-radio {
- display: inline-block;
- }
diff --git a/ui/css/theme-default/reset.css b/ui/css/theme-default/reset.css
deleted file mode 100644
index 947e18cb..00000000
--- a/ui/css/theme-default/reset.css
+++ /dev/null
@@ -1,60 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2013-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,
-address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,
-sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
-caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,
-figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,
-audio,video,button {
- margin: 0;
- padding: 0;
- border: 0;
- font-family: 'Helvetica Neue', Helvetica, Arial;
-}
-
-article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
- {
- display: block;
-}
-
-ol,ul {
- list-style: none;
-}
-
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}
-
-img {
- border: none;
-}
-
-a {
- text-decoration: none;
-}
-
-a:active,a:hover {
- outline: none;
-}
-
-a label {
- cursor: pointer;
-}
diff --git a/ui/css/theme-default/selectmenu-flat.css
b/ui/css/theme-default/selectmenu-flat.css
deleted file mode 100644
index ee29874c..00000000
--- a/ui/css/theme-default/selectmenu-flat.css
+++ /dev/null
@@ -1,90 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2015-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the 'License');
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an 'AS IS' BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-.select-content {
- position: relative;
- height: 30px;
- width: 170px;
-}
-
-.selected-box {
- width: 75%;
- height: 30px;
- border: 1px solid #d8d8d8;
- border-radius: 3px;
- cursor: pointer;
- background: #FFFFFF;
- float: right;
-}
-
-.select-val {
- display: none;
-}
-
-.select-label {
- line-height: 32px;
- vertical-align: middle;
- position: relative;
- margin-left: 20px;
-}
-
-.select-icon {
- position: relative;
- float: right;
- line-height: 30px;
- vertical-align: middle;
- padding-right: 10px;
- padding-left: 10px;
- color: #555555;
- font-size: 10px;
-}
-
-.select-icon:hover {
- background: #FCFCFC;
-}
-
-.selectmenu-opt {
- background: #FFFFFF;
-}
-
-.selectmenu-list {
- border: 1px solid #d8d8d8;
- width: 99%;
- position: absolute;
- top: 31px;
- cursor: pointer;
- padding: 0;
- margin: 0;
-}
-
-.selectmenu-list li {
- list-style: none;
- position: relative;
- height: 20px;
- padding: 5px 0 5px 20px;
- line-height: 21px;
- vertical-align: middle;
- border-bottom: 1px solid #d8d8d8;
- z-index: 3;
-}
-
-.selectmenu-opt:hover {
- background: #FCFCFC;
-}
diff --git a/ui/css/theme-default/tabs.css b/ui/css/theme-default/tabs.css
deleted file mode 100644
index 42ca5045..00000000
--- a/ui/css/theme-default/tabs.css
+++ /dev/null
@@ -1,48 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2015-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-.ui-tabs {
- border: 0 none !important;
- padding: 0;
- position: relative;
-}
-
-.ui-tabs .ui-tabs-nav {
- background: none;
- border-color: #ededed;
- border-width: 0 0 2px;
-}
-
-.ui-tabs .ui-tabs-nav li {
- background: none;
- border-width: 0;
- padding: 0 0px 1px;
-}
-
-.ui-tabs .ui-tabs-nav li.ui-tabs-active {
- border-bottom: 2px solid #008abf;
- margin-bottom: -2px;
- font-weight: bold;
-}
-
-.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
- line-height: 1;
- padding: 10px 20px 5px;
-}
diff --git a/ui/css/theme-default/textbox-flat.css
b/ui/css/theme-default/textbox-flat.css
deleted file mode 100644
index a1d82082..00000000
--- a/ui/css/theme-default/textbox-flat.css
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2015-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the 'License');
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an 'AS IS' BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
- .textbox-container {
- border: 1px solid #CCC;
- border-radius: 3px;
- }
diff --git a/ui/css/theme-default/theme.css b/ui/css/theme-default/theme.css
deleted file mode 100644
index 8bea0839..00000000
--- a/ui/css/theme-default/theme.css
+++ /dev/null
@@ -1,52 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2015-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-.ui-widget {
- font-family: 'Helvetica Neue', Helvetica, Arial;
-}
-
-.ui-widget input,
-.ui-widget select,
-.ui-widget textarea,
-.ui-widget button {
- font-family: 'Helvetica Neue', Helvetica, Arial;
-}
-
-.ui-state-active a,
-.ui-state-active a:link,
-.ui-state-active a:visited {
- color: #222222;
-}
-
-.ui-state-default a,
-.ui-state-default a:link,
-.ui-state-default a:visited {
- color: #222222;
-}
-
-.ui-state-default,
-.ui-widget-content .ui-state-default,
-.ui-widget-header .ui-state-default {
- font-weight: normal;
-}
-
-.ui-widget-content {
- background: none;
-}
diff --git a/ui/css/theme-default/tile-check.css b/ui/css/theme-default/tile-check.css
deleted file mode 100644
index 34a9b163..00000000
--- a/ui/css/theme-default/tile-check.css
+++ /dev/null
@@ -1,47 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2013-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-.tile-check {
- overflow: hidden;
-}
-
-.tile-check>li {
- float: left;
- padding: 5px;
-}
-
-.tile-check>li>label {
- display: block;
- cursor: pointer;
-}
-
-.tile-check>li>label>input[type="radio"] {
- display: none;
-}
-
-.tile-check>li>label>.info {
- display: block;
- position: relative;
- overflow: hidden;
- border: 4px solid #ccc;
-}
-
-.tile-check>li>label>input[type="radio"]:CHECKED+.info {
- border: 4px solid #06C;
-}
diff --git a/ui/css/theme-default/toolbar.css b/ui/css/theme-default/toolbar.css
deleted file mode 100644
index d233dc22..00000000
--- a/ui/css/theme-default/toolbar.css
+++ /dev/null
@@ -1,55 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2013-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-/* Generated at
http://colorzilla.com/gradient-editor/ */
-.toolbar {
- position: relative;
- height: 48px;
- padding: 0 5px;
- overflow: hidden;
- background: #e5e5e5;
- background: -moz-linear-gradient(top, #e5e5e5 0%, #c4c4c4 100%);
- background: -webkit-gradient(linear, left top, left bottom,
- color-stop(0%, #e5e5e5), color-stop(100%, #c4c4c4));
- background: -webkit-linear-gradient(top, #e5e5e5 0%, #c4c4c4 100%);
- background: -o-linear-gradient(top, #e5e5e5 0%, #c4c4c4 100%);
- background: -ms-linear-gradient(top, #e5e5e5 0%, #c4c4c4 100%);
- background: linear-gradient(to bottom, #e5e5e5 0%, #c4c4c4 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5',
- endColorstr='#c4c4c4', GradientType=0);
- border-bottom: 1px solid #aaa;
-}
-
-.toolbar .filters {
- float: left;
-}
-
-.toolbar .tools {
- float: right;
-}
-
-.toolbar .divide {
- display: inline-block;
- height: 42px;
- margin: 3px;
- vertical-align: top;
- border-left: 1px solid #999;
- border-right: 1px solid #eee;
-}
diff --git a/ui/css/theme-default/topbar.css b/ui/css/theme-default/topbar.css
deleted file mode 100644
index 43b8b39b..00000000
--- a/ui/css/theme-default/topbar.css
+++ /dev/null
@@ -1,182 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2013-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-/* Generated at
http://colorzilla.com/gradient-editor/ */
-.topbar {
- height: 52px;
- background: #4a4a4a; /* Old browsers */
- background: -moz-linear-gradient(top, #4a4a4a 0%,
- #272727 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom,
- color-stop(0%, #4a4a4a),
- color-stop(100%, #272727)); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, #4a4a4a 0%,
- #272727 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, #4a4a4a 0%,
- #272727 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(top, #4a4a4a 0%, #272727 100%); /* IE10+ */
- background: linear-gradient(to bottom, #4a4a4a 0%, #272727 100%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a4a4a',
- endColorstr='#272727', GradientType=0);
- border-top: 1px solid #6b6868;
- boder-bottom: 1px solid #151718;
- position: relative;
-}
-
-#logo {
- height: 48px;
- line-height: 48px;
- padding: 0 10px;
- font-size: 20px;
- font-weight: normal;
- color: #eee;
- text-shadow: -1px -1px 1px #000, 1px 1px 1px #555;
- vertical-align: top;
- max-width: 250px;
- overflow: hidden;
-}
-
-.nav-top {
- position: absolute;
- right: 0;
- top: 0;
- border-left: 1px solid #000;
- border-right: 1px solid #585858;
-}
-
-.nav-top>li {
- float: left;
- border-left: 1px solid #585858;
- border-right: 1px solid #000;
-}
-
-.nav-top .icon {
- display: block;
- position: relative;
- width: 58px;
- height: 48px;
-}
-
-.nav-top .icon .count {
- position: absolute;
- top: 3px;
- right: 3px;
- height: 16px;
- line-height: 17px;
- padding: 0 5px;
- -webkit-border-radius: 12px;
- -moz-border-radius: 12px;
- border-radius: 12px;
- font-size: 10px;
- color: #fff;
- text-align: center;
- background: #06C;
- text-shadow: none;
-}
-
-.icon.setting {
- background: url(../images/theme-default/icon-setting.png) no-repeat
- center center;
-}
-
-.icon.tool {
- background: url(../images/theme-default/icon-tool.png) no-repeat
- center center;
-}
-
-.icon.event {
- background: url(../images/theme-default/icon-event.png) no-repeat
- center center;
-}
-
-.icon.alert {
- background: url(../images/theme-default/icon-alert.png) no-repeat
- center center;
-}
-
-#user {
- color: white;
- cursor: pointer;
- display: block;
- position: relative;
- height: 52px;
- margin: 0 12px;
-}
-
-#user span {
- display: inline-block;
- margin-top: 16px;
-}
-
-#user:hover #user-name {
- border-bottom: 1px solid white;
-}
-
-#user.not-logged-in {
- display: none;
-}
-
-#user-icon {
- background: url("../images/theme-default/user-icon.png") no-repeat left
top;
- height: 16px;
- width: 16px;
-}
-
-#user-name {
- height: 16px;
- line-height: 16px;
-}
-
-#user .arrow {
- border: 6px solid transparent;
- border-bottom: none;
- border-top-color: white;
- display: inline-block;
- width: 0;
-}
-
-#user .action-panel {
- top: 45px;
- color: black;
- padding: 12px 18px;
- white-space: nowrap;
- line-height: 12px;
- width: inherit;
-}
-
-.user-menu-item {
- color: black;
- font-size: 14px;
-}
-
-
-a#btn-logout:hover {
- text-decoration: underline;
-}
-
-@media ( max-width : 640px) {
- #logo {
- display: none;
- }
-}
-
-.hide-content {
- display: none!important;
-}
diff --git a/ui/css/theme-default/window.css b/ui/css/theme-default/window.css
deleted file mode 100644
index 2efe48fd..00000000
--- a/ui/css/theme-default/window.css
+++ /dev/null
@@ -1,86 +0,0 @@
-/*
- * Project Wok
- *
- * Copyright IBM Corp, 2013-2016
- *
- * Code derived from Project Kimchi
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *
http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-.bgmask {
- position: fixed;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- background: rgba(255,255,255,0.5);
- z-index: 100;
- overflow: hidden;
-}
-
-.window {
- position: absolute;
- margin: auto;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- border: 2px solid #999999;
- -webkit-border-radius: 8px;
- -moz-border-radius: 8px;
- background-color: #FFF;
- box-sizing: border-box;
- max-width: 100%;
- max-height: 100%;
-}
-
-.window>header,
-.window>form>header {
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- height: 48px;
- z-index: 100;
-}
-
-.window footer {
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0;
- height: 56px;
- z-index: 100;
- background: rgb(0,138,191);
-
-}
-
-.window .content {
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- overflow-y: auto;
- overflow-x: hidden;
- margin: 48px 0 56px;
-}
-
-.window>header>.title,
-.window>form>header>.title {
- height: 48px;
- line-height: 48px;
- margin: 0 30px;
- font-weight: lighter;
- font-family: 'Helvetica Neue', Helvetica, Arial;
-}
diff --git a/ui/images/theme-default/Makefile.am b/ui/images/theme-default/Makefile.am
index ece97b6a..f619610b 100644
--- a/ui/images/theme-default/Makefile.am
+++ b/ui/images/theme-default/Makefile.am
@@ -1,7 +1,7 @@
#
# Project Wok
#
-# Copyright IBM Corp, 2013-2016
+# Copyright IBM Corp, 2013-2017
#
# Code derived from Project Kimchi
#
@@ -19,4 +19,4 @@
imagedir = $(datadir)/wok/ui/images/theme-default
-dist_image_DATA = *.png *.svg
+dist_image_DATA = *.png
diff --git a/ui/images/theme-default/logo-flat.svg
b/ui/images/theme-default/logo-flat.svg
deleted file mode 100644
index b33e4995..00000000
--- a/ui/images/theme-default/logo-flat.svg
+++ /dev/null
@@ -1,113 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="no"?>
-<svg
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
-
xmlns:cc="http://creativecommons.org/ns#"
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-
xmlns:svg="http://www.w3.org/2000/svg"
-
xmlns="http://www.w3.org/2000/svg"
- version="1.1"
- width="387"
- height="362.44565">
- <title
- id="title4148">Project Wok</title>
- <metadata
- id="license">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title>Project Wok</dc:title>
- <cc:license
-
rdf:resource="http://www.apache.org/licenses/LICENSE-2.0" />
- <dc:date>2013 - 2015</dc:date>
- <dc:creator>
- <cc:Agent>
- <dc:title>IBM, Corp.</dc:title>
- </cc:Agent>
- </dc:creator>
- <dc:rights>
- <cc:Agent>
- <dc:title>IBM, Corp.</dc:title>
- </cc:Agent>
- </dc:rights>
- <dc:publisher>
- <cc:Agent>
- <dc:title>IBM, Corp.</dc:title>
- </cc:Agent>
- </dc:publisher>
- <dc:contributor>
- <cc:Agent>
- <
dc:title>https://github.com/kimchi-project</dc:title>
- </cc:Agent>
- </dc:contributor>
- <dc:description>An HTML5 management interface for
KVM</dc:description>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- transform="matrix(14.884677,0,0,-14.884677,-0.00160396,374.72078)"
- id="kimchi">
- <title
- id="title4176">Kimchi Logo</title>
- <g
- id="g4176"
- clip-path="url(#clipPath4178)">
- <g
- id="g4182"
- transform="translate(9.897,24.9951)">
- <path
- d="m 0,0 c 1.024,-0.466 1.477,-1.674 1.012,-2.699 -0.47,-1.032
-1.59,-1.106 -2.455,-1.646 -0.987,-0.616 -1.656,-1.465 -1.967,-2.596 -0.154,-0.562
-0.201,-1.148 -0.176,-1.73 0.014,-0.344 -0.026,-1.268 0.209,-1.545 -1.355,1.584
-1.983,3.594 -1.633,5.789 0.243,1.529 0.924,2.602 1.847,3.478 C -2.341,-0.168 -1.136,0.517
0,0"
- style="fill:#ba006e;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path4184"
- />
- </g>
- <g
- id="g4186"
- transform="translate(21.6929,21.9248)">
- <path
- d="m 0,0 c 0.14,-1.116 -0.652,-2.135 -1.77,-2.276 -1.124,-0.14
-1.773,0.774 -2.687,1.227 -1.042,0.519 -2.115,0.644 -3.242,0.315 -0.56,-0.162
-1.083,-0.429 -1.566,-0.755 -0.285,-0.194 -1.094,-0.644 -1.205,-0.989 0.638,1.985
2.02,3.572 4.074,4.424 1.429,0.595 2.7,0.577 3.93,0.25 C -1.371,1.905 -0.156,1.238
0,0"
- style="fill:#d9182d;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path4188"
- />
- </g>
- <g
- id="g4190"
- transform="translate(25.2925,10.2148)">
- <path
- d="m 0,0 c -0.842,-0.746 -2.131,-0.669 -2.878,0.174 -0.752,0.848
-0.363,1.901 -0.505,2.911 -0.161,1.153 -0.664,2.108 -1.572,2.853 -0.45,0.371 -0.966,0.651
-1.508,0.866 -0.321,0.125 -1.149,0.539 -1.496,0.435 1.998,0.595 4.087,0.351 5.952,-0.861
1.298,-0.844 2,-1.902 2.425,-3.103 C 0.798,2.207 0.935,0.828 0,0"
- style="fill:#f19027;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path4192"
- />
- </g>
- <g
- id="g4194"
- transform="translate(16.667,0.9355)">
- <path
- d="M 0,0 C -1.062,0.368 -1.625,1.53 -1.257,2.595 -0.883,3.665 0.224,3.842
1.035,4.46 1.961,5.164 2.548,6.071 2.754,7.228 2.856,7.801 2.848,8.388 2.77,8.966
2.723,9.307 2.678,10.231 2.417,10.484 3.915,9.032 4.725,7.09 4.579,4.871 4.479,3.327
3.9,2.195 3.062,1.237 2.316,0.384 1.18,-0.409 0,0"
- style="fill:#8cc63f;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path4196"
- />
- </g>
- <g
- id="g4198"
- transform="translate(4.0132,4.0723)">
- <path
- d="M 0,0 C -0.134,1.116 0.665,2.132 1.783,2.266 2.909,2.398 3.552,1.479
4.462,1.021 5.502,0.496 6.573,0.365 7.704,0.687 8.264,0.845 8.789,1.109 9.274,1.432
9.56,1.623 10.372,2.069 10.485,2.413 9.834,0.432 8.442,-1.146 6.384,-1.986 4.951,-2.571
3.681,-2.546 2.452,-2.212 1.358,-1.914 0.147,-1.24 0,0"
- style="fill:#00b2ef;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path4200"
- />
- </g>
- <g
- id="g4202"
- transform="translate(0.6631,15.7803)">
- <path
- d="M 0,0 C 0.822,0.769 2.112,0.724 2.882,-0.099 3.655,-0.928 3.294,-1.989
3.463,-2.996 3.654,-4.144 4.183,-5.086 5.11,-5.807 5.569,-6.165 6.093,-6.432 6.64,-6.632
6.963,-6.749 7.803,-7.14 8.147,-7.027 6.165,-7.676 4.069,-7.485 2.174,-6.322 0.855,-5.514
0.124,-4.475 -0.333,-3.286 -0.74,-2.228 -0.912,-0.853 0,0"
- style="fill:#00649d;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path4204"
- />
- </g>
- </g>
- </g>
-</svg>
diff --git a/ui/images/theme-default/logo-white.png
b/ui/images/theme-default/logo-white.png
deleted file mode 100644
index 06c76b62befe66fcf3ba9d76b10fa4fb48c23546..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 3229
zcmV;O3}W+%P)<h;3K|Lk000e1NJLTq001@s001xu1^@s6S{#YM00009a7bBm000XU
z000XU0RWnu7ytkYPiaF#P*7-ZbZ>KLZ*U+<Lqi~Na&Km7Y-Iodc-oy)XH-+^7Crag
z^g>IBfRsybQWXdwQbLP>6p<z>Aqfylh#{fb6;Z(vMMVS~$e@S=j*ftg6;Uh<iVD~V
z<RPMtgQJLw%KPDaqifc@_vX$1wbwr9tn;0-&j-K=43<bUQ8j=JsX`tR;Dg7+#^K~H
zK!FM*Z~zbpvt%K2{UZSY_<lS*D<Z%Lz5oGu(+dayz)hRLFdT>f59&ghTmgWD0l;*T
zI7<kC6aYYajzXpYKt=(8otP$50H6c_V9R4-;{Z@C0AMG7=F<Rxo%or10RUT+Ar%3j
zkpLhQWr#!oXgdI`&sK^>09Y^p6lP1rIRMx#05C~cW=H_Aw*bJ-5DT&Z2n+x)QHX^p
z00esgV8|mQcmRZ%02D^@S3L16t`O%c004NIvOKvYIYoh62rY33S640`D9%Y2D-<?i
z0%4j!F2Z@488U%158(66005wo6%pWr^Zj_v4zAA5HjcIqUoGmt2LB>rV&neh&#Q1i
z007~1e$oCcFS8neI|hJl{-P!B1ZZ9hpmq0)X0i`JwE&>$+E?>%_<lS*MWK+n+1cgf
z<k(8YLR(?VSAG6x!e78w{cQPuJpA|d;J)G{fihizM+Erb!p!tcr5w+a34~(Y=8s4G
zw+sLL9n&JjNn*KJDiq^U5^;`1nvC-@r6P$!k}1U{(*I=Q-z@tBKHoI}uxdU5dyy@u
zU1J0GOD7Ombim^G008p4Z^6_k2m^p<gW=D2|L;HjN1!DDfM!XOaR2~bL?kX$%CkSm
z2mk;?pn)o|K^yeJ7%adB9Ki+L!3+FgHiSYX#KJ-lLJDMn9CBbOtb#%)hRv`YDqt_v
zKpix|QD}yfa1JiQRk#j4a1Z)n2%f<xynzV>LC6RbVIkUx0b+_+BaR3cnT7Zv!AJxW
zizFb)h!jyGOOZ85F;a?DAXP{m@;!0_Ifq<Ex{*7`05XF7hP+2Hl!3BQJ=6@fL%FCo
z8iYoo3(#bAF`ADSpqtQgv>H8(HlgRxt7s3}k3K`kFu>>-2Q$QMFfPW!La{h336o>X
zu_CMttHv6zR;&ZNiS=X8v3CR#fknUxHUxJ<AYmRsNLWl*PS{AOARHt#5!wki2?K;t
z!Y3k=s7tgax)J%r7-BLphge7~Bi0g+6E6^Zh(p9TBoc{3GAFr^0!gu?RMHaCM$&Fl
zBk3%un>0uoBa_M6WNWeqIg~6QE69c9o#eyhGvpiOA@W-aonk<7r1(?fC{oI5N*U!4
z<uv66WtcKSRim0x-Ke2d5jBrmLam{;Qm;{ms1r1GnmNsb7D-E`t)i9F8fX`2_i3-_
zbh;7Ul^#x)&{xvS=|||7=mYe33=M`AgU5(xC>fg=2N-7=cNnjjOr{yriy6mMFgG#l
znCF=fnQv8CDz++o6_Lscl}eQ+l^ZHARH>?_s@|##Rr6KLRFA1%Q+=*RRWnoLsR`7U
zt5vF<Q0r40Q)j6=sE4X&sBct1q<&fbi3VB2Ov6t@q*0);U*o*SAPZv|vv@2aYYnT0
zb%8a+Cb7-ge0D0knEf5Qi#@8Tp*ce{N;6lpQuCB%KL_KOarm5cP6_8Ir<e17iry6O
zDdH&`rZh~sF=bq9s+O0QSgS~@QL9Jmy*94xr=6y~MY~!1fet~(N+(<=M`w@D1)b+p
z*;C!83a1uLJv#NSE~;y#8=<>IcfW3@?wFpwUVxrVZ>QdQz32KIeJ}k~{cZZE^+ya?
z2D1z#2HOnI7(B%_ac?{wFUQ;QQA1tBKtrWrm0_3Rgps+?Jfqb{jYbcQX~taRB;#$y
zZN{S}1|}gUOHJxc?wV3fxuz+mJ4`!F$IZ;mqRrNsHJd##*D~ju=bP7?-?v~|cv>vB
zsJ6IeNwVZxrdjT`yl#bBIa#GxRa#xMMy;K#CDyyGyQdMSxlWT#tDe?p!?5wT$+oGt
z8L;Kp2HUQ-ZMJ=3XJQv;x5ci*?vuTfeY$;({XGW_huIFR9a<fJbF^|4I#xQ~n$Dc=
zKYhjYmgz5NSkDm8*fZm{6U!;YX`NG>(?@3)XSs8O^N5RyOM=TTmp(3=8^+zpz2r)C
z^>JO{deZfso3oq3?Wo(Y?l$ge?uXo;%ru`Vo>?<<(8I_>;8Eq#KMS9gFl*neeosSB
zfoHYnBQIkwkyowPu(zdms`p{<7e4kra-ZWq<2*OsGTvEV%s0Td$hXT+!*8Bnh2KMe
zBmZRodjHV?r+_5^X9J0WL4jKW`}lf%A-|44I@@LTvf1rHjG(ze6+w@Jt%Bvjts!X0
z?2xS?_ve_-k<Mujg;0Lz*3buG=3$G&ehepthlN*$KaOySSQ^nWmo<0M+(UEUMEXRQ
zMBbZcF;6+KElM>iKB_KiJlZ$9G`c^=E@oNG)mWWaNo-3TIW8)$Hg0Ub-~8?KhvJ>$
z3*&nim@mj(aCxE5!t{lw7O5^0EIO7zOo&c6l<+|iDySBWCGrz@C5{St!X3hAA}`T4
z(TLbXTq+(;@<=L8dXnssyft|w#WSTW<++3>sgS%(4NTpeI-VAqb|7ssJvzNHgOZVu
zaYCvgO_R1~>SyL=cFU|~g|hy|Zi}}s9+d~lYqOB71z9Z$wnC=pR9Yz4DhIM>Wmjgu
z&56o6maCpC&F##y%G;1PobR9i?GnNg;gYtchD%p19a!eQtZF&3JaKv33gZ<8D~47E
ztUS1iwkmDaPpj=$m#%)jCVEY4fnLGNg2A-`YwHVD3gv};>)hAvT~AmqS>Lr``i7kw
zJ{5_It`yrBmlc25DBO7E8;5VoznR>Ww5hAaxn$2~(q`%A-YuS64wkBy=9dm`4cXeX
z4c}I@?e+FW+b@^RDBHV(wnMq2zdX3SWv9u`%{xC-q*U}&`cyXV(%rRT*Z6MH?i+i&
z_B8C(+grT%{XWUQ+f@NoP1R=AW&26{v-dx)iK^-Nmiuj8txj!m?Z*Ss1N{dh4z}01
z)YTo*JycSU)+_5r4#yw9{+;i4Ee$peRgIj+;v;ZGdF1K$3E%e~4LaI(jC-u%2h$&R
z9cLXcYC@Xwnns&bn)_Q~Te?roKGD|d-g^8;+aC{{G(1^(O7m37Y1-+6)01cN&y1aw
zoqc{T`P^XJqPBbIW6s}d4{z_f5Om?vMgNQEJG?v2T=KYd^0M3I6IZxbny)%vZR&LD
zJpPl@Psh8QyPB@KTx+@RdcC!KX7}kEo;S|j^u2lU7XQ}Oo;f|;z4Ll+_r>@1-xl3|
zawq-H%e&ckC+@AhPrP6BK<z=<L*0kfKU@CX*zeqbYQT4(^U>T#_XdT7&;F71j}Joy
zkC~6lh7E@6o;W@^IpRNZ{ptLtL(gQ-CY~4mqW;US7Zxvm_|@yz&e53Bp_lTPlfP|z
zrTyx_>lv@x#=^!PzR7qqF<$gm`|ZJZ+;<)Cqu&ot<a{81DF0~rvGr5Xr~8u`lav1h
z1DNytV>2z=00004XF*Lt006O$eEU(80000WV@Og>004R=004l4008;_004mL004C`
z008P>0026e000+nl3&F}0005FNkl<Zc-rjQze`nN7zgl=C02xi6*M$NYfaT%Y6$-X
z5kiV+uFat(XwoH!rpAVFh$NvhU814DA;Rbf{a7QSB_u-3YewCcH#i;*OwYZ(UY;+U
z;XLPF?)ktu@B2L5jz*)Q9kWH7CSU;zSik}nuz&?DU;+DAI_kArxz>kMncw#~?i35#
zr>B>Epc7r#TBsetnap9IF;O`Gg~c-LN(r)K6Fh0>ajtMaior6h2m3bJE7YBizv)?N
z@z~Y|YsE4{Cr0qHRKI|OnIb;nda3qiCD_As6tfGLGlh-e>RR`)(X`U!mIiLEXM=u+
zM;XGN;Kh17kD&}<!&S6YPjNFN)NMSjs#m;-51DitgH<-cUvU}>8;Dv=_wc3a?*17D
z@N)xDzi}2*%^F)CpdYg>M14<F##poGu}Pf7s}`W%q8E2tHE6!Zi8K+^n*jQOYdDVQ
zt)8IkxP)W4QPJZ$m$sH#T8ZbHF+u-t_NS@44@a?kmEZf8n(zC#mzvu(r#wMd0V`$?
z4&g8kU@vy2Yx9`FN4!sM+e}qIybKoqXa+1`0Sj2b0v51<1uS4~l0O3gJQ`Dw&jZ4#
P00000NkvXXu0mjfQ*8eR
--
2.13.5