From fe221d8273dff60c2104084b4466346875ef5e23 Mon Sep 17 00:00:00 2001 From: walljm Date: Sat, 16 Nov 2013 13:41:23 -0500 Subject: [PATCH 1/2] - initial take on redesign of db ui --- css/themes/db.css | 796 +++++++++++++++++++++++++++ css/themes/db.min.css | 12 + css/themes/images/ajax-loader.gif | Bin 0 -> 7825 bytes css/themes/images/icons-18-black.png | Bin 0 -> 1968 bytes css/themes/images/icons-18-white.png | Bin 0 -> 1988 bytes css/themes/images/icons-36-black.png | Bin 0 -> 3859 bytes css/themes/images/icons-36-white.png | Bin 0 -> 3861 bytes images/icons-sd.png | Bin 0 -> 1108 bytes index2.html | 60 ++ 9 files changed, 868 insertions(+) create mode 100644 css/themes/db.css create mode 100644 css/themes/db.min.css create mode 100644 css/themes/images/ajax-loader.gif create mode 100644 css/themes/images/icons-18-black.png create mode 100644 css/themes/images/icons-18-white.png create mode 100644 css/themes/images/icons-36-black.png create mode 100644 css/themes/images/icons-36-white.png create mode 100644 images/icons-sd.png create mode 100644 index2.html diff --git a/css/themes/db.css b/css/themes/db.css new file mode 100644 index 00000000..c60ae464 --- /dev/null +++ b/css/themes/db.css @@ -0,0 +1,796 @@ +/*! +* jQuery Mobile 1.3.2 +* Git HEAD hash: 528cf0e96940644ea644096bfeb913ed920ffaef <> Date: Fri Jul 19 2013 22:17:57 UTC +* http://jquerymobile.com +* +* Copyright 2010, 2013 jQuery Foundation, Inc. and other contributors +* Released under the MIT license. +* http://jquery.org/license +* +*/ + + +/* Swatches */ +/* A +-----------------------------------------------------------------------------------------------------------*/ +.ui-bar-a { + border: 1px solid #b3b3b3 /*{a-bar-border}*/; + background: #eeeeee /*{a-bar-background-color}*/; + color: #3e3e3e /*{a-bar-color}*/; + font-weight: bold; + text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 0 /*{a-bar-shadow-radius}*/ #ffffff /*{a-bar-shadow-color}*/; + background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFFFF /*{a-bar-background-start}*/), to( #dadada /*{a-bar-background-end}*/)); /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient( #FFFFFF /*{a-bar-background-start}*/, #dadada /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */ + background-image: -moz-linear-gradient( #FFFFFF /*{a-bar-background-start}*/, #dadada /*{a-bar-background-end}*/); /* FF3.6 */ + background-image: -ms-linear-gradient( #FFFFFF /*{a-bar-background-start}*/, #dadada /*{a-bar-background-end}*/); /* IE10 */ + background-image: -o-linear-gradient( #FFFFFF /*{a-bar-background-start}*/, #dadada /*{a-bar-background-end}*/); /* Opera 11.10+ */ + background-image: linear-gradient( #FFFFFF /*{a-bar-background-start}*/, #dadada /*{a-bar-background-end}*/); +} +.ui-bar-a .ui-link-inherit { + color: #3e3e3e /*{a-bar-color}*/; +} +.ui-bar-a a.ui-link { + color: #7cc4e7 /*{a-bar-link-color}*/; + font-weight: bold; +} +.ui-bar-a a.ui-link:visited { + color: #2489ce /*{a-bar-link-visited}*/; +} +.ui-bar-a a.ui-link:hover { + color: #2489ce /*{a-bar-link-hover}*/; +} +.ui-bar-a a.ui-link:active { + color: #2489ce /*{a-bar-link-active}*/; +} +.ui-bar-a, +.ui-bar-a input, +.ui-bar-a select, +.ui-bar-a textarea, +.ui-bar-a button { + font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/; +} +.ui-body-a, +.ui-overlay-a { + border: 1px solid #aaaaaa /*{a-body-border}*/; + color: #333333 /*{a-body-color}*/; + text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #ffffff /*{a-body-shadow-color}*/; + background: #f9f9f9 /*{a-body-background-color}*/; + background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{a-body-background-start}*/), to( #eeeeee /*{a-body-background-end}*/)); /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient( #f9f9f9 /*{a-body-background-start}*/, #eeeeee /*{a-body-background-end}*/); /* Chrome 10+, Saf5.1+ */ + background-image: -moz-linear-gradient( #f9f9f9 /*{a-body-background-start}*/, #eeeeee /*{a-body-background-end}*/); /* FF3.6 */ + background-image: -ms-linear-gradient( #f9f9f9 /*{a-body-background-start}*/, #eeeeee /*{a-body-background-end}*/); /* IE10 */ + background-image: -o-linear-gradient( #f9f9f9 /*{a-body-background-start}*/, #eeeeee /*{a-body-background-end}*/); /* Opera 11.10+ */ + background-image: linear-gradient( #f9f9f9 /*{a-body-background-start}*/, #eeeeee /*{a-body-background-end}*/); +} +.ui-overlay-a { + background-image: none; + border-width: 0; +} +.ui-body-a, +.ui-body-a input, +.ui-body-a select, +.ui-body-a textarea, +.ui-body-a button { + font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/; +} +.ui-body-a .ui-link-inherit { + color: #333333 /*{a-body-color}*/; +} +.ui-body-a .ui-link { + color: #2489ce /*{a-body-link-color}*/; + font-weight: bold; +} +.ui-body-a .ui-link:visited { + color: #2489ce /*{a-body-link-visited}*/; +} +.ui-body-a .ui-link:hover { + color: #2489ce /*{a-body-link-hover}*/; +} +.ui-body-a .ui-link:active { + color: #2489ce /*{a-body-link-active}*/; +} +.ui-btn-up-a { + border: 1px solid #cccccc /*{a-bup-border}*/; + background: #eeeeee /*{a-bup-background-color}*/; + font-weight: bold; + color: #2f3e46 /*{a-bup-color}*/; + text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 0 /*{a-bup-shadow-radius}*/ #ffffff /*{a-bup-shadow-color}*/; + background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{a-bup-background-start}*/), to( #f1f1f1 /*{a-bup-background-end}*/)); /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient( #ffffff /*{a-bup-background-start}*/, #f1f1f1 /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */ + background-image: -moz-linear-gradient( #ffffff /*{a-bup-background-start}*/, #f1f1f1 /*{a-bup-background-end}*/); /* FF3.6 */ + background-image: -ms-linear-gradient( #ffffff /*{a-bup-background-start}*/, #f1f1f1 /*{a-bup-background-end}*/); /* IE10 */ + background-image: -o-linear-gradient( #ffffff /*{a-bup-background-start}*/, #f1f1f1 /*{a-bup-background-end}*/); /* Opera 11.10+ */ + background-image: linear-gradient( #ffffff /*{a-bup-background-start}*/, #f1f1f1 /*{a-bup-background-end}*/); +} +.ui-btn-up-a:visited, +.ui-btn-up-a a.ui-link-inherit { + color: #2f3e46 /*{a-bup-color}*/; +} +.ui-btn-hover-a { + border: 1px solid #bbbbbb /*{a-bhover-border}*/; + background: #dfdfdf /*{a-bhover-background-color}*/; + font-weight: bold; + color: #2f3e46 /*{a-bhover-color}*/; + text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #ffffff /*{a-bhover-shadow-color}*/; + background-image: -webkit-gradient(linear, left top, left bottom, from( #f6f6f6 /*{a-bhover-background-start}*/), to( #e0e0e0 /*{a-bhover-background-end}*/)); /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */ + background-image: -moz-linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/); /* FF3.6 */ + background-image: -ms-linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/); /* IE10 */ + background-image: -o-linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/); /* Opera 11.10+ */ + background-image: linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/); +} +.ui-btn-hover-a:visited, +.ui-btn-hover-a:hover, +.ui-btn-hover-a a.ui-link-inherit { + color: #2f3e46 /*{a-bhover-color}*/; +} +.ui-btn-down-a { + border: 1px solid #bbbbbb /*{a-bdown-border}*/; + background: #d6d6d6 /*{a-bdown-background-color}*/; + font-weight: bold; + color: #2f3e46 /*{a-bdown-color}*/; + text-shadow: 0 /*{a-bdown-shadow-x}*/ 1px /*{a-bdown-shadow-y}*/ 0 /*{a-bdown-shadow-radius}*/ #ffffff /*{a-bdown-shadow-color}*/; + background-image: -webkit-gradient(linear, left top, left bottom, from( #d0d0d0 /*{a-bdown-background-start}*/), to( #dfdfdf /*{a-bdown-background-end}*/)); /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */ + background-image: -moz-linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/); /* FF3.6 */ + background-image: -ms-linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/); /* IE10 */ + background-image: -o-linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/); /* Opera 11.10+ */ + background-image: linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/); +} +.ui-btn-down-a:visited, +.ui-btn-down-a:hover, +.ui-btn-down-a a.ui-link-inherit { + color: #2f3e46 /*{a-bdown-color}*/; +} +.ui-btn-up-a, +.ui-btn-hover-a, +.ui-btn-down-a { + font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/; + text-decoration: none; +} +/* B +-----------------------------------------------------------------------------------------------------------*/ +.ui-bar-b { + border: 1px solid #b3b3b3 /*{b-bar-border}*/; + background: #eeeeee /*{b-bar-background-color}*/; + color: #3e3e3e /*{b-bar-color}*/; + font-weight: bold; + text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 0 /*{b-bar-shadow-radius}*/ #ffffff /*{b-bar-shadow-color}*/; + background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0 /*{b-bar-background-start}*/), to( #dddddd /*{b-bar-background-end}*/)); /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient( #f0f0f0 /*{b-bar-background-start}*/, #dddddd /*{b-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */ + background-image: -moz-linear-gradient( #f0f0f0 /*{b-bar-background-start}*/, #dddddd /*{b-bar-background-end}*/); /* FF3.6 */ + background-image: -ms-linear-gradient( #f0f0f0 /*{b-bar-background-start}*/, #dddddd /*{b-bar-background-end}*/); /* IE10 */ + background-image: -o-linear-gradient( #f0f0f0 /*{b-bar-background-start}*/, #dddddd /*{b-bar-background-end}*/); /* Opera 11.10+ */ + background-image: linear-gradient( #f0f0f0 /*{b-bar-background-start}*/, #dddddd /*{b-bar-background-end}*/); +} +.ui-bar-b .ui-link-inherit { + color: #3e3e3e /*{b-bar-color}*/; +} +.ui-bar-b a.ui-link { + color: #7cc4e7 /*{b-bar-link-color}*/; + font-weight: bold; +} +.ui-bar-b a.ui-link:visited { + color: #2489ce /*{b-bar-link-visited}*/; +} +.ui-bar-b a.ui-link:hover { + color: #2489ce /*{b-bar-link-hover}*/; +} +.ui-bar-b a.ui-link:active { + color: #2489ce /*{b-bar-link-active}*/; +} +.ui-bar-b, +.ui-bar-b input, +.ui-bar-b select, +.ui-bar-b textarea, +.ui-bar-b button { + font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/; +} +.ui-body-b, +.ui-overlay-b { + border: 1px solid #aaaaaa /*{b-body-border}*/; + color: #333333 /*{b-body-color}*/; + text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #ffffff /*{b-body-shadow-color}*/; + background: #f9f9f9 /*{b-body-background-color}*/; + background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{b-body-background-start}*/), to( #eeeeee /*{b-body-background-end}*/)); /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient( #f9f9f9 /*{b-body-background-start}*/, #eeeeee /*{b-body-background-end}*/); /* Chrome 10+, Saf5.1+ */ + background-image: -moz-linear-gradient( #f9f9f9 /*{b-body-background-start}*/, #eeeeee /*{b-body-background-end}*/); /* FF3.6 */ + background-image: -ms-linear-gradient( #f9f9f9 /*{b-body-background-start}*/, #eeeeee /*{b-body-background-end}*/); /* IE10 */ + background-image: -o-linear-gradient( #f9f9f9 /*{b-body-background-start}*/, #eeeeee /*{b-body-background-end}*/); /* Opera 11.10+ */ + background-image: linear-gradient( #f9f9f9 /*{b-body-background-start}*/, #eeeeee /*{b-body-background-end}*/); +} +.ui-overlay-b { + background-image: none; + border-width: 0; +} +.ui-body-b, +.ui-body-b input, +.ui-body-b select, +.ui-body-b textarea, +.ui-body-b button { + font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/; +} +.ui-body-b .ui-link-inherit { + color: #333333 /*{b-body-color}*/; +} +.ui-body-b .ui-link { + color: #2489ce /*{b-body-link-color}*/; + font-weight: bold; +} +.ui-body-b .ui-link:visited { + color: #2489ce /*{b-body-link-visited}*/; +} +.ui-body-b .ui-link:hover { + color: #2489ce /*{b-body-link-hover}*/; +} +.ui-body-b .ui-link:active { + color: #2489ce /*{b-body-link-active}*/; +} +.ui-btn-up-b { + border: 1px solid #cccccc /*{b-bup-border}*/; + background: #eeeeee /*{b-bup-background-color}*/; + font-weight: bold; + color: #2f3e46 /*{b-bup-color}*/; + text-shadow: 0 /*{b-bup-shadow-x}*/ 1px /*{b-bup-shadow-y}*/ 0 /*{b-bup-shadow-radius}*/ #ffffff /*{b-bup-shadow-color}*/; + background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{b-bup-background-start}*/), to( #f1f1f1 /*{b-bup-background-end}*/)); /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient( #ffffff /*{b-bup-background-start}*/, #f1f1f1 /*{b-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */ + background-image: -moz-linear-gradient( #ffffff /*{b-bup-background-start}*/, #f1f1f1 /*{b-bup-background-end}*/); /* FF3.6 */ + background-image: -ms-linear-gradient( #ffffff /*{b-bup-background-start}*/, #f1f1f1 /*{b-bup-background-end}*/); /* IE10 */ + background-image: -o-linear-gradient( #ffffff /*{b-bup-background-start}*/, #f1f1f1 /*{b-bup-background-end}*/); /* Opera 11.10+ */ + background-image: linear-gradient( #ffffff /*{b-bup-background-start}*/, #f1f1f1 /*{b-bup-background-end}*/); +} +.ui-btn-up-b:visited, +.ui-btn-up-b a.ui-link-inherit { + color: #2f3e46 /*{b-bup-color}*/; +} +.ui-btn-hover-b { + border: 1px solid #bbbbbb /*{b-bhover-border}*/; + background: #dfdfdf /*{b-bhover-background-color}*/; + font-weight: bold; + color: #2f3e46 /*{b-bhover-color}*/; + text-shadow: 0 /*{b-bhover-shadow-x}*/ 1px /*{b-bhover-shadow-y}*/ 0 /*{b-bhover-shadow-radius}*/ #ffffff /*{b-bhover-shadow-color}*/; + background-image: -webkit-gradient(linear, left top, left bottom, from( #f6f6f6 /*{b-bhover-background-start}*/), to( #e0e0e0 /*{b-bhover-background-end}*/)); /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient( #f6f6f6 /*{b-bhover-background-start}*/, #e0e0e0 /*{b-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */ + background-image: -moz-linear-gradient( #f6f6f6 /*{b-bhover-background-start}*/, #e0e0e0 /*{b-bhover-background-end}*/); /* FF3.6 */ + background-image: -ms-linear-gradient( #f6f6f6 /*{b-bhover-background-start}*/, #e0e0e0 /*{b-bhover-background-end}*/); /* IE10 */ + background-image: -o-linear-gradient( #f6f6f6 /*{b-bhover-background-start}*/, #e0e0e0 /*{b-bhover-background-end}*/); /* Opera 11.10+ */ + background-image: linear-gradient( #f6f6f6 /*{b-bhover-background-start}*/, #e0e0e0 /*{b-bhover-background-end}*/); +} +.ui-btn-hover-b:visited, +.ui-btn-hover-b:hover, +.ui-btn-hover-b a.ui-link-inherit { + color: #2f3e46 /*{b-bhover-color}*/; +} +.ui-btn-down-b { + border: 1px solid #bbbbbb /*{b-bdown-border}*/; + background: #d6d6d6 /*{b-bdown-background-color}*/; + font-weight: bold; + color: #2f3e46 /*{b-bdown-color}*/; + text-shadow: 0 /*{b-bdown-shadow-x}*/ 1px /*{b-bdown-shadow-y}*/ 0 /*{b-bdown-shadow-radius}*/ #ffffff /*{b-bdown-shadow-color}*/; + background-image: -webkit-gradient(linear, left top, left bottom, from( #d0d0d0 /*{b-bdown-background-start}*/), to( #dfdfdf /*{b-bdown-background-end}*/)); /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient( #d0d0d0 /*{b-bdown-background-start}*/, #dfdfdf /*{b-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */ + background-image: -moz-linear-gradient( #d0d0d0 /*{b-bdown-background-start}*/, #dfdfdf /*{b-bdown-background-end}*/); /* FF3.6 */ + background-image: -ms-linear-gradient( #d0d0d0 /*{b-bdown-background-start}*/, #dfdfdf /*{b-bdown-background-end}*/); /* IE10 */ + background-image: -o-linear-gradient( #d0d0d0 /*{b-bdown-background-start}*/, #dfdfdf /*{b-bdown-background-end}*/); /* Opera 11.10+ */ + background-image: linear-gradient( #d0d0d0 /*{b-bdown-background-start}*/, #dfdfdf /*{b-bdown-background-end}*/); +} +.ui-btn-down-b:visited, +.ui-btn-down-b:hover, +.ui-btn-down-b a.ui-link-inherit { + color: #2f3e46 /*{b-bdown-color}*/; +} +.ui-btn-up-b, +.ui-btn-hover-b, +.ui-btn-down-b { + font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/; + text-decoration: none; +} + + +/* C +-----------------------------------------------------------------------------------------------------------*/ +.ui-bar-c { + border: 1px solid #b3b3b3 /*{c-bar-border}*/; + background: #eeeeee /*{c-bar-background-color}*/; + color: #3e3e3e /*{c-bar-color}*/; + font-weight: bold; + text-shadow: 0 /*{c-bar-shadow-x}*/ 1px /*{c-bar-shadow-y}*/ 0 /*{c-bar-shadow-radius}*/ #ffffff /*{c-bar-shadow-color}*/; + background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0 /*{c-bar-background-start}*/), to( #dddddd /*{c-bar-background-end}*/)); /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #dddddd /*{c-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */ + background-image: -moz-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #dddddd /*{c-bar-background-end}*/); /* FF3.6 */ + background-image: -ms-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #dddddd /*{c-bar-background-end}*/); /* IE10 */ + background-image: -o-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #dddddd /*{c-bar-background-end}*/); /* Opera 11.10+ */ + background-image: linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #dddddd /*{c-bar-background-end}*/); +} +.ui-bar-c .ui-link-inherit { + color: #3e3e3e /*{c-bar-color}*/; +} +.ui-bar-c a.ui-link { + color: #7cc4e7 /*{c-bar-link-color}*/; + font-weight: bold; +} +.ui-bar-c a.ui-link:visited { + color: #2489ce /*{c-bar-link-visited}*/; +} +.ui-bar-c a.ui-link:hover { + color: #2489ce /*{c-bar-link-hover}*/; +} +.ui-bar-c a.ui-link:active { + color: #2489ce /*{c-bar-link-active}*/; +} +.ui-bar-c, +.ui-bar-c input, +.ui-bar-c select, +.ui-bar-c textarea, +.ui-bar-c button { + font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/; +} +.ui-body-c, +.ui-overlay-c { + border: 1px solid #aaaaaa /*{c-body-border}*/; + color: #333333 /*{c-body-color}*/; + text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #ffffff /*{c-body-shadow-color}*/; + background: #f9f9f9 /*{c-body-background-color}*/; + background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{c-body-background-start}*/), to( #eeeeee /*{c-body-background-end}*/)); /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* Chrome 10+, Saf5.1+ */ + background-image: -moz-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* FF3.6 */ + background-image: -ms-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* IE10 */ + background-image: -o-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* Opera 11.10+ */ + background-image: linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); +} +.ui-overlay-c { + background-image: none; + border-width: 0; +} +.ui-body-c, +.ui-body-c input, +.ui-body-c select, +.ui-body-c textarea, +.ui-body-c button { + font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/; +} +.ui-body-c .ui-link-inherit { + color: #333333 /*{c-body-color}*/; +} +.ui-body-c .ui-link { + color: #2489ce /*{c-body-link-color}*/; + font-weight: bold; +} +.ui-body-c .ui-link:visited { + color: #2489ce /*{c-body-link-visited}*/; +} +.ui-body-c .ui-link:hover { + color: #2489ce /*{c-body-link-hover}*/; +} +.ui-body-c .ui-link:active { + color: #2489ce /*{c-body-link-active}*/; +} +.ui-btn-up-c { + border: 1px solid #cccccc /*{c-bup-border}*/; + background: #eeeeee /*{c-bup-background-color}*/; + font-weight: bold; + color: #2f3e46 /*{c-bup-color}*/; + text-shadow: 0 /*{c-bup-shadow-x}*/ 1px /*{c-bup-shadow-y}*/ 0 /*{c-bup-shadow-radius}*/ #ffffff /*{c-bup-shadow-color}*/; + background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{c-bup-background-start}*/), to( #f1f1f1 /*{c-bup-background-end}*/)); /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */ + background-image: -moz-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* FF3.6 */ + background-image: -ms-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* IE10 */ + background-image: -o-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* Opera 11.10+ */ + background-image: linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); +} +.ui-btn-up-c:visited, +.ui-btn-up-c a.ui-link-inherit { + color: #2f3e46 /*{c-bup-color}*/; +} +.ui-btn-hover-c { + border: 1px solid #bbbbbb /*{c-bhover-border}*/; + background: #dfdfdf /*{c-bhover-background-color}*/; + font-weight: bold; + color: #2f3e46 /*{c-bhover-color}*/; + text-shadow: 0 /*{c-bhover-shadow-x}*/ 1px /*{c-bhover-shadow-y}*/ 0 /*{c-bhover-shadow-radius}*/ #ffffff /*{c-bhover-shadow-color}*/; + background-image: -webkit-gradient(linear, left top, left bottom, from( #f6f6f6 /*{c-bhover-background-start}*/), to( #e0e0e0 /*{c-bhover-background-end}*/)); /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */ + background-image: -moz-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* FF3.6 */ + background-image: -ms-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* IE10 */ + background-image: -o-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* Opera 11.10+ */ + background-image: linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); +} +.ui-btn-hover-c:visited, +.ui-btn-hover-c:hover, +.ui-btn-hover-c a.ui-link-inherit { + color: #2f3e46 /*{c-bhover-color}*/; +} +.ui-btn-down-c { + border: 1px solid #bbbbbb /*{c-bdown-border}*/; + background: #d6d6d6 /*{c-bdown-background-color}*/; + font-weight: bold; + color: #2f3e46 /*{c-bdown-color}*/; + text-shadow: 0 /*{c-bdown-shadow-x}*/ 1px /*{c-bdown-shadow-y}*/ 0 /*{c-bdown-shadow-radius}*/ #ffffff /*{c-bdown-shadow-color}*/; + background-image: -webkit-gradient(linear, left top, left bottom, from( #d0d0d0 /*{c-bdown-background-start}*/), to( #dfdfdf /*{c-bdown-background-end}*/)); /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */ + background-image: -moz-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* FF3.6 */ + background-image: -ms-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* IE10 */ + background-image: -o-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* Opera 11.10+ */ + background-image: linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); +} +.ui-btn-down-c:visited, +.ui-btn-down-c:hover, +.ui-btn-down-c a.ui-link-inherit { + color: #2f3e46 /*{c-bdown-color}*/; +} +.ui-btn-up-c, +.ui-btn-hover-c, +.ui-btn-down-c { + font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/; + text-decoration: none; +} + + +/* Structure */ +/* links within "buttons" +-----------------------------------------------------------------------------------------------------------*/ +a.ui-link-inherit { + text-decoration: none !important; +} +/* Active class used as the "on" state across all themes +-----------------------------------------------------------------------------------------------------------*/ +.ui-btn-active { + border: 1px solid #182d39 /*{global-active-border}*/; + background: #3c4c5d /*{global-active-background-color}*/; + font-weight: bold; + color: #ffffff /*{global-active-color}*/; + cursor: pointer; + text-shadow: 0 /*{global-active-shadow-x}*/ 1px /*{global-active-shadow-y}*/ 0 /*{global-active-shadow-radius}*/ #273744 /*{global-active-shadow-color}*/; + text-decoration: none; + background-image: -webkit-gradient(linear, left top, left bottom, from( #485b6f /*{global-active-background-start}*/), to( #303c4a /*{global-active-background-end}*/)); /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient( #485b6f /*{global-active-background-start}*/, #303c4a /*{global-active-background-end}*/); /* Chrome 10+, Saf5.1+ */ + background-image: -moz-linear-gradient( #485b6f /*{global-active-background-start}*/, #303c4a /*{global-active-background-end}*/); /* FF3.6 */ + background-image: -ms-linear-gradient( #485b6f /*{global-active-background-start}*/, #303c4a /*{global-active-background-end}*/); /* IE10 */ + background-image: -o-linear-gradient( #485b6f /*{global-active-background-start}*/, #303c4a /*{global-active-background-end}*/); /* Opera 11.10+ */ + background-image: linear-gradient( #485b6f /*{global-active-background-start}*/, #303c4a /*{global-active-background-end}*/); + font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/; +} +.ui-btn-active:visited, +.ui-btn-active:hover, +.ui-btn-active a.ui-link-inherit { + color: #ffffff /*{global-active-color}*/; +} +/* button inner top highlight +-----------------------------------------------------------------------------------------------------------*/ +.ui-btn-inner { + border-top: 1px solid #fff; + border-color: rgba(255,255,255,.3); +} +/* corner rounding classes +-----------------------------------------------------------------------------------------------------------*/ +.ui-corner-all { + -webkit-border-radius: 0.3em /*{global-radii-blocks}*/; + border-radius: 0.3em /*{global-radii-blocks}*/; +} +/* Form field separator +-----------------------------------------------------------------------------------------------------------*/ +.ui-br { + border-color: rgb(130,130,130); + border-color: rgba(130,130,130,.3); + border-style: solid; +} +/* Interaction cues +-----------------------------------------------------------------------------------------------------------*/ +.ui-disabled { + filter: Alpha(Opacity=30); + opacity: .3; + zoom: 1; +} +.ui-disabled, +.ui-disabled a { + cursor: default !important; + pointer-events: none; +} +/* Icons +-----------------------------------------------------------------------------------------------------------*/ +.ui-icon, +.ui-icon-searchfield:after { + background: #666666 /*{global-icon-color}*/; + background: transparent /*{global-icon-disc}*/; + background-image: url(images/icons-18-black.png) /*{global-icon-set}*/; + background-repeat: no-repeat; + -webkit-border-radius: 9px; + border-radius: 9px; +} +/* Alt icon color +-----------------------------------------------------------------------------------------------------------*/ +.ui-icon-alt .ui-icon, +.ui-icon-alt .ui-icon-searchfield:after { + background-color: #fff; + background-color: rgba(255,255,255,.3); + background-image: url(images/icons-18-black.png); + background-repeat: no-repeat; +} +/* No disc +-----------------------------------------------------------------------------------------------------------*/ +.ui-icon-nodisc .ui-icon, +.ui-icon-nodisc .ui-icon-searchfield:after, +.ui-icon-nodisc .ui-icon-alt .ui-icon, +.ui-icon-nodisc .ui-icon-alt .ui-icon-searchfield:after { + background-color: transparent; +} +/* Icon sprite +-----------------------------------------------------------------------------------------------------------*/ +/* plus minus */ +.ui-icon-plus { + background-position: -1px -1px; +} +.ui-icon-minus { + background-position: -37px -1px; +} +/* delete/close */ +.ui-icon-delete { + background-position: -73px -1px; +} +/* arrows */ +.ui-icon-arrow-r { + background-position: -108px -1px; +} +.ui-icon-arrow-l { + background-position: -144px -1px; +} +.ui-icon-arrow-u { + background-position: -180px -1px; +} +.ui-icon-arrow-d { + background-position: -216px -1px; +} +/* misc */ +.ui-icon-check { + background-position: -252px -1px; +} +.ui-icon-gear { + background-position: -288px -1px; +} +.ui-icon-refresh { + background-position: -323px -1px; +} +.ui-icon-forward { + background-position: -360px -1px; +} +.ui-icon-back { + background-position: -396px -1px; +} +.ui-icon-grid { + background-position: -432px -1px; +} +.ui-icon-star { + background-position: -467px -1px; +} +.ui-icon-alert { + background-position: -503px -1px; +} +.ui-icon-info { + background-position: -539px -1px; +} +.ui-icon-home { + background-position: -575px -1px; +} +/* search */ +.ui-icon-search, +.ui-icon-searchfield:after { + background-position: -611px -1px; +} +/* checkbox radio */ +.ui-icon-checkbox-on { + background-position: -647px -1px; +} +.ui-icon-checkbox-off { + background-position: -683px -1px; +} +.ui-icon-radio-on { + background-position: -718px -1px; +} +.ui-icon-radio-off { + background-position: -754px -1px; +} +/* menu edit */ +.ui-icon-bars { + background-position: -788px -1px; +} +.ui-icon-edit { + background-position: -824px -1px; +} +/* HD/"retina" sprite +-----------------------------------------------------------------------------------------------------------*/ +@media only screen and (-webkit-min-device-pixel-ratio: 1.3), + only screen and (min--moz-device-pixel-ratio: 1.3), + only screen and (min-resolution: 200dpi) { + + .ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r, + .ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check, + .ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back, + .ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-bars, .ui-icon-edit, + .ui-icon-search, .ui-icon-searchfield:after, + .ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on { + background-image: url(images/icons-36-white.png); + -moz-background-size: 864px 18px; + -o-background-size: 864px 18px; + -webkit-background-size: 864px 18px; + background-size: 864px 18px; + } + .ui-icon-alt .ui-icon { + background-image: url(images/icons-36-black.png); + } + .ui-icon-plus { + background-position: 0 50%; + } + .ui-icon-minus { + background-position: -36px 50%; + } + .ui-icon-delete { + background-position: -72px 50%; + } + .ui-icon-arrow-r { + background-position: -108px 50%; + } + .ui-icon-arrow-l { + background-position: -144px 50%; + } + .ui-icon-arrow-u { + background-position: -179px 50%; + } + .ui-icon-arrow-d { + background-position: -215px 50%; + } + .ui-icon-check { + background-position: -252px 50%; + } + .ui-icon-gear { + background-position: -287px 50%; + } + .ui-icon-refresh { + background-position: -323px 50%; + } + .ui-icon-forward { + background-position: -360px 50%; + } + .ui-icon-back { + background-position: -395px 50%; + } + .ui-icon-grid { + background-position: -431px 50%; + } + .ui-icon-star { + background-position: -467px 50%; + } + .ui-icon-alert { + background-position: -503px 50%; + } + .ui-icon-info { + background-position: -538px 50%; + } + .ui-icon-home { + background-position: -575px 50%; + } + .ui-icon-search, + .ui-icon-searchfield:after { + background-position: -611px 50%; + } + .ui-icon-checkbox-on { + background-position: -647px 50%; + } + .ui-icon-checkbox-off { + background-position: -683px 50%; + } + .ui-icon-radio-on { + background-position: -718px 50%; + } + .ui-icon-radio-off { + background-position: -754px 50%; + } + .ui-icon-bars { + background-position: -788px 50%; + + }.ui-icon-edit { + background-position: -824px 50%; + } +} +/* checks,radios */ +.ui-checkbox .ui-icon, +.ui-selectmenu-list .ui-icon { + -webkit-border-radius: 3px; + border-radius: 3px; +} +.ui-icon-checkbox-off, +.ui-icon-radio-off { + background-color: transparent; +} +.ui-checkbox-on .ui-icon, +.ui-radio-on .ui-icon { + background-color: #3c4c5d /*{global-active-background-color}*/; /* NOTE: this hex should match the active state color. It's repeated here for cascade */ +} +/* loading icon */ +.ui-icon-loading { + background: url(images/ajax-loader.gif); + background-size: 46px 46px; +} +/* Button corner class +-----------------------------------------------------------------------------------------------------------*/ +.ui-btn-corner-all { + -webkit-border-radius: 0.3em /*{global-radii-buttons}*/; + border-radius: 0.3em /*{global-radii-buttons}*/; +} +/* radius clip workaround for cleaning up corner trapping */ +.ui-corner-all, +.ui-btn-corner-all { + -webkit-background-clip: padding; + background-clip: padding-box; +} +/* Overlay / modal +-----------------------------------------------------------------------------------------------------------*/ +.ui-overlay { + background: #666; + filter: Alpha(Opacity=50); + opacity: .5; + position: absolute; + width: 100%; + height: 100%; +} +.ui-overlay-shadow { + -moz-box-shadow: 0 0 12px rgba(0,0,0,.6); + -webkit-box-shadow: 0 0 12px rgba(0,0,0,.6); + box-shadow: 0 0 12px rgba(0,0,0,.6); +} +.ui-shadow { + -moz-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/; + -webkit-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/; + box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/ +} +.ui-bar-a .ui-shadow, +.ui-bar-b .ui-shadow , +.ui-bar-c .ui-shadow { + -moz-box-shadow: 0 1px 0 rgba(255,255,255,.3); + -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.3); + box-shadow: 0 1px 0 rgba(255,255,255,.3); +} +.ui-shadow-inset { + -moz-box-shadow: inset 0 1px 4px rgba(0,0,0,.2); + -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.2); + box-shadow: inset 0 1px 4px rgba(0,0,0,.2); +} +.ui-icon-shadow { + -moz-box-shadow: 0 1px 0 transparent /*{global-icon-shadow}*/; + -webkit-box-shadow: 0 1px 0 transparent /*{global-icon-shadow}*/; + box-shadow: 0 1px 0 transparent /*{global-icon-shadow}*/; +} +/* Focus state - set here for specificity (note: these classes are added by JavaScript) +-----------------------------------------------------------------------------------------------------------*/ +.ui-btn:focus, .ui-link-inherit:focus { + outline: 0; +} +.ui-btn.ui-focus { + z-index: 1; +} +.ui-focus, +.ui-btn:focus { + -moz-box-shadow: inset 0 0 3px #3c4c5d /*{global-active-background-color}*/, 0 0 9px #3c4c5d /*{global-active-background-color}*/; + -webkit-box-shadow: inset 0 0 3px #3c4c5d /*{global-active-background-color}*/, 0 0 9px #3c4c5d /*{global-active-background-color}*/; + box-shadow: inset 0 0 3px #3c4c5d /*{global-active-background-color}*/, 0 0 9px #3c4c5d /*{global-active-background-color}*/; +} +.ui-input-text.ui-focus, +.ui-input-search.ui-focus { + -moz-box-shadow: 0 0 12px #3c4c5d /*{global-active-background-color}*/; + -webkit-box-shadow: 0 0 12px #3c4c5d /*{global-active-background-color}*/; + box-shadow: 0 0 12px #3c4c5d /*{global-active-background-color}*/; +} +/* unset box shadow in browsers that don't do it right +-----------------------------------------------------------------------------------------------------------*/ +.ui-mobile-nosupport-boxshadow * { + -moz-box-shadow: none !important; + -webkit-box-shadow: none !important; + box-shadow: none !important; +} +/* ...and bring back focus */ +.ui-mobile-nosupport-boxshadow .ui-focus, +.ui-mobile-nosupport-boxshadow .ui-btn:focus, +.ui-mobile-nosupport-boxshadow .ui-link-inherit:focus { + outline-width: 1px; + outline-style: auto; +} + \ No newline at end of file diff --git a/css/themes/db.min.css b/css/themes/db.min.css new file mode 100644 index 00000000..f513184c --- /dev/null +++ b/css/themes/db.min.css @@ -0,0 +1,12 @@ +/*! +* jQuery Mobile 1.3.2 +* Git HEAD hash: 528cf0e96940644ea644096bfeb913ed920ffaef <> Date: Fri Jul 19 2013 22:17:57 UTC +* http://jquerymobile.com +* +* Copyright 2010, 2013 jQuery Foundation, Inc. and other contributors +* Released under the MIT license. +* http://jquery.org/license +* +*/ + +.ui-bar-a{border:1px solid #b3b3b3 ;background:#eeeeee ;color:#3e3e3e ;font-weight:bold;text-shadow:0 1px 0 #ffffff ;background-image:-webkit-gradient(linear,left top,left bottom,from( #FFFFFF ),to( #dadada )); background-image:-webkit-linear-gradient( #FFFFFF,#dadada ); background-image: -moz-linear-gradient( #FFFFFF,#dadada ); background-image: -ms-linear-gradient( #FFFFFF,#dadada ); background-image: -o-linear-gradient( #FFFFFF,#dadada ); background-image: linear-gradient( #FFFFFF,#dadada );}.ui-bar-a .ui-link-inherit{color:#3e3e3e ;}.ui-bar-a a.ui-link{color:#7cc4e7 ;font-weight:bold;}.ui-bar-a a.ui-link:visited{ color:#2489ce ;}.ui-bar-a a.ui-link:hover{color:#2489ce ;}.ui-bar-a a.ui-link:active{color:#2489ce ;}.ui-bar-a,.ui-bar-a input,.ui-bar-a select,.ui-bar-a textarea,.ui-bar-a button{font-family:Helvetica,Arial,sans-serif ;}.ui-body-a,.ui-overlay-a{border:1px solid #aaaaaa ;color:#333333 ;text-shadow:0 1px 0 #ffffff ;background:#f9f9f9 ;background-image:-webkit-gradient(linear,left top,left bottom,from( #f9f9f9 ),to( #eeeeee )); background-image:-webkit-linear-gradient( #f9f9f9,#eeeeee ); background-image: -moz-linear-gradient( #f9f9f9,#eeeeee ); background-image: -ms-linear-gradient( #f9f9f9,#eeeeee ); background-image: -o-linear-gradient( #f9f9f9,#eeeeee ); background-image: linear-gradient( #f9f9f9,#eeeeee );}.ui-overlay-a{background-image:none;border-width:0;}.ui-body-a,.ui-body-a input,.ui-body-a select,.ui-body-a textarea,.ui-body-a button{font-family:Helvetica,Arial,sans-serif ;}.ui-body-a .ui-link-inherit{color:#333333 ;}.ui-body-a .ui-link{color:#2489ce ;font-weight:bold;}.ui-body-a .ui-link:visited{ color:#2489ce ;}.ui-body-a .ui-link:hover{color:#2489ce ;}.ui-body-a .ui-link:active{color:#2489ce ;}.ui-btn-up-a{border:1px solid #cccccc ;background:#eeeeee ;font-weight:bold;color:#2f3e46 ;text-shadow:0 1px 0 #ffffff ;background-image:-webkit-gradient(linear,left top,left bottom,from( #ffffff ),to( #f1f1f1 )); background-image:-webkit-linear-gradient( #ffffff,#f1f1f1 ); background-image: -moz-linear-gradient( #ffffff,#f1f1f1 ); background-image: -ms-linear-gradient( #ffffff,#f1f1f1 ); background-image: -o-linear-gradient( #ffffff,#f1f1f1 ); background-image: linear-gradient( #ffffff,#f1f1f1 );}.ui-btn-up-a:visited,.ui-btn-up-a a.ui-link-inherit{color:#2f3e46 ;}.ui-btn-hover-a{border:1px solid #bbbbbb ;background:#dfdfdf ;font-weight:bold;color:#2f3e46 ;text-shadow:0 1px 0 #ffffff ;background-image:-webkit-gradient(linear,left top,left bottom,from( #f6f6f6 ),to( #e0e0e0 )); background-image:-webkit-linear-gradient( #f6f6f6,#e0e0e0 ); background-image: -moz-linear-gradient( #f6f6f6,#e0e0e0 ); background-image: -ms-linear-gradient( #f6f6f6,#e0e0e0 ); background-image: -o-linear-gradient( #f6f6f6,#e0e0e0 ); background-image: linear-gradient( #f6f6f6,#e0e0e0 );}.ui-btn-hover-a:visited,.ui-btn-hover-a:hover,.ui-btn-hover-a a.ui-link-inherit{color:#2f3e46 ;}.ui-btn-down-a{border:1px solid #bbbbbb ;background:#d6d6d6 ;font-weight:bold;color:#2f3e46 ;text-shadow:0 1px 0 #ffffff ;background-image:-webkit-gradient(linear,left top,left bottom,from( #d0d0d0 ),to( #dfdfdf )); background-image:-webkit-linear-gradient( #d0d0d0,#dfdfdf ); background-image: -moz-linear-gradient( #d0d0d0,#dfdfdf ); background-image: -ms-linear-gradient( #d0d0d0,#dfdfdf ); background-image: -o-linear-gradient( #d0d0d0,#dfdfdf ); background-image: linear-gradient( #d0d0d0,#dfdfdf );}.ui-btn-down-a:visited,.ui-btn-down-a:hover,.ui-btn-down-a a.ui-link-inherit{color:#2f3e46 ;}.ui-btn-up-a,.ui-btn-hover-a,.ui-btn-down-a{font-family:Helvetica,Arial,sans-serif ;text-decoration:none;}.ui-bar-b{border:1px solid #b3b3b3 ;background:#eeeeee ;color:#3e3e3e ;font-weight:bold;text-shadow:0 1px 0 #ffffff ;background-image:-webkit-gradient(linear,left top,left bottom,from( #f0f0f0 ),to( #dddddd )); background-image:-webkit-linear-gradient( #f0f0f0,#dddddd ); background-image: -moz-linear-gradient( #f0f0f0,#dddddd ); background-image: -ms-linear-gradient( #f0f0f0,#dddddd ); background-image: -o-linear-gradient( #f0f0f0,#dddddd ); background-image: linear-gradient( #f0f0f0,#dddddd );}.ui-bar-b .ui-link-inherit{color:#3e3e3e ;}.ui-bar-b a.ui-link{color:#7cc4e7 ;font-weight:bold;}.ui-bar-b a.ui-link:visited{ color:#2489ce ;}.ui-bar-b a.ui-link:hover{color:#2489ce ;}.ui-bar-b a.ui-link:active{color:#2489ce ;}.ui-bar-b,.ui-bar-b input,.ui-bar-b select,.ui-bar-b textarea,.ui-bar-b button{font-family:Helvetica,Arial,sans-serif ;}.ui-body-b,.ui-overlay-b{border:1px solid #aaaaaa ;color:#333333 ;text-shadow:0 1px 0 #ffffff ;background:#f9f9f9 ;background-image:-webkit-gradient(linear,left top,left bottom,from( #f9f9f9 ),to( #eeeeee )); background-image:-webkit-linear-gradient( #f9f9f9,#eeeeee ); background-image: -moz-linear-gradient( #f9f9f9,#eeeeee ); background-image: -ms-linear-gradient( #f9f9f9,#eeeeee ); background-image: -o-linear-gradient( #f9f9f9,#eeeeee ); background-image: linear-gradient( #f9f9f9,#eeeeee );}.ui-overlay-b{background-image:none;border-width:0;}.ui-body-b,.ui-body-b input,.ui-body-b select,.ui-body-b textarea,.ui-body-b button{font-family:Helvetica,Arial,sans-serif ;}.ui-body-b .ui-link-inherit{color:#333333 ;}.ui-body-b .ui-link{color:#2489ce ;font-weight:bold;}.ui-body-b .ui-link:visited{ color:#2489ce ;}.ui-body-b .ui-link:hover{color:#2489ce ;}.ui-body-b .ui-link:active{color:#2489ce ;}.ui-btn-up-b{border:1px solid #cccccc ;background:#eeeeee ;font-weight:bold;color:#2f3e46 ;text-shadow:0 1px 0 #ffffff ;background-image:-webkit-gradient(linear,left top,left bottom,from( #ffffff ),to( #f1f1f1 )); background-image:-webkit-linear-gradient( #ffffff,#f1f1f1 ); background-image: -moz-linear-gradient( #ffffff,#f1f1f1 ); background-image: -ms-linear-gradient( #ffffff,#f1f1f1 ); background-image: -o-linear-gradient( #ffffff,#f1f1f1 ); background-image: linear-gradient( #ffffff,#f1f1f1 );}.ui-btn-up-b:visited,.ui-btn-up-b a.ui-link-inherit{color:#2f3e46 ;}.ui-btn-hover-b{border:1px solid #bbbbbb ;background:#dfdfdf ;font-weight:bold;color:#2f3e46 ;text-shadow:0 1px 0 #ffffff ;background-image:-webkit-gradient(linear,left top,left bottom,from( #f6f6f6 ),to( #e0e0e0 )); background-image:-webkit-linear-gradient( #f6f6f6,#e0e0e0 ); background-image: -moz-linear-gradient( #f6f6f6,#e0e0e0 ); background-image: -ms-linear-gradient( #f6f6f6,#e0e0e0 ); background-image: -o-linear-gradient( #f6f6f6,#e0e0e0 ); background-image: linear-gradient( #f6f6f6,#e0e0e0 );}.ui-btn-hover-b:visited,.ui-btn-hover-b:hover,.ui-btn-hover-b a.ui-link-inherit{color:#2f3e46 ;}.ui-btn-down-b{border:1px solid #bbbbbb ;background:#d6d6d6 ;font-weight:bold;color:#2f3e46 ;text-shadow:0 1px 0 #ffffff ;background-image:-webkit-gradient(linear,left top,left bottom,from( #d0d0d0 ),to( #dfdfdf )); background-image:-webkit-linear-gradient( #d0d0d0,#dfdfdf ); background-image: -moz-linear-gradient( #d0d0d0,#dfdfdf ); background-image: -ms-linear-gradient( #d0d0d0,#dfdfdf ); background-image: -o-linear-gradient( #d0d0d0,#dfdfdf ); background-image: linear-gradient( #d0d0d0,#dfdfdf );}.ui-btn-down-b:visited,.ui-btn-down-b:hover,.ui-btn-down-b a.ui-link-inherit{color:#2f3e46 ;}.ui-btn-up-b,.ui-btn-hover-b,.ui-btn-down-b{font-family:Helvetica,Arial,sans-serif ;text-decoration:none;}.ui-bar-c{border:1px solid #b3b3b3 ;background:#eeeeee ;color:#3e3e3e ;font-weight:bold;text-shadow:0 1px 0 #ffffff ;background-image:-webkit-gradient(linear,left top,left bottom,from( #f0f0f0 ),to( #dddddd )); background-image:-webkit-linear-gradient( #f0f0f0,#dddddd ); background-image: -moz-linear-gradient( #f0f0f0,#dddddd ); background-image: -ms-linear-gradient( #f0f0f0,#dddddd ); background-image: -o-linear-gradient( #f0f0f0,#dddddd ); background-image: linear-gradient( #f0f0f0,#dddddd );}.ui-bar-c .ui-link-inherit{color:#3e3e3e ;}.ui-bar-c a.ui-link{color:#7cc4e7 ;font-weight:bold;}.ui-bar-c a.ui-link:visited{ color:#2489ce ;}.ui-bar-c a.ui-link:hover{color:#2489ce ;}.ui-bar-c a.ui-link:active{color:#2489ce ;}.ui-bar-c,.ui-bar-c input,.ui-bar-c select,.ui-bar-c textarea,.ui-bar-c button{font-family:Helvetica,Arial,sans-serif ;}.ui-body-c,.ui-overlay-c{border:1px solid #aaaaaa ;color:#333333 ;text-shadow:0 1px 0 #ffffff ;background:#f9f9f9 ;background-image:-webkit-gradient(linear,left top,left bottom,from( #f9f9f9 ),to( #eeeeee )); background-image:-webkit-linear-gradient( #f9f9f9,#eeeeee ); background-image: -moz-linear-gradient( #f9f9f9,#eeeeee ); background-image: -ms-linear-gradient( #f9f9f9,#eeeeee ); background-image: -o-linear-gradient( #f9f9f9,#eeeeee ); background-image: linear-gradient( #f9f9f9,#eeeeee );}.ui-overlay-c{background-image:none;border-width:0;}.ui-body-c,.ui-body-c input,.ui-body-c select,.ui-body-c textarea,.ui-body-c button{font-family:Helvetica,Arial,sans-serif ;}.ui-body-c .ui-link-inherit{color:#333333 ;}.ui-body-c .ui-link{color:#2489ce ;font-weight:bold;}.ui-body-c .ui-link:visited{ color:#2489ce ;}.ui-body-c .ui-link:hover{color:#2489ce ;}.ui-body-c .ui-link:active{color:#2489ce ;}.ui-btn-up-c{border:1px solid #cccccc ;background:#eeeeee ;font-weight:bold;color:#2f3e46 ;text-shadow:0 1px 0 #ffffff ;background-image:-webkit-gradient(linear,left top,left bottom,from( #ffffff ),to( #f1f1f1 )); background-image:-webkit-linear-gradient( #ffffff,#f1f1f1 ); background-image: -moz-linear-gradient( #ffffff,#f1f1f1 ); background-image: -ms-linear-gradient( #ffffff,#f1f1f1 ); background-image: -o-linear-gradient( #ffffff,#f1f1f1 ); background-image: linear-gradient( #ffffff,#f1f1f1 );}.ui-btn-up-c:visited,.ui-btn-up-c a.ui-link-inherit{color:#2f3e46 ;}.ui-btn-hover-c{border:1px solid #bbbbbb ;background:#dfdfdf ;font-weight:bold;color:#2f3e46 ;text-shadow:0 1px 0 #ffffff ;background-image:-webkit-gradient(linear,left top,left bottom,from( #f6f6f6 ),to( #e0e0e0 )); background-image:-webkit-linear-gradient( #f6f6f6,#e0e0e0 ); background-image: -moz-linear-gradient( #f6f6f6,#e0e0e0 ); background-image: -ms-linear-gradient( #f6f6f6,#e0e0e0 ); background-image: -o-linear-gradient( #f6f6f6,#e0e0e0 ); background-image: linear-gradient( #f6f6f6,#e0e0e0 );}.ui-btn-hover-c:visited,.ui-btn-hover-c:hover,.ui-btn-hover-c a.ui-link-inherit{color:#2f3e46 ;}.ui-btn-down-c{border:1px solid #bbbbbb ;background:#d6d6d6 ;font-weight:bold;color:#2f3e46 ;text-shadow:0 1px 0 #ffffff ;background-image:-webkit-gradient(linear,left top,left bottom,from( #d0d0d0 ),to( #dfdfdf )); background-image:-webkit-linear-gradient( #d0d0d0,#dfdfdf ); background-image: -moz-linear-gradient( #d0d0d0,#dfdfdf ); background-image: -ms-linear-gradient( #d0d0d0,#dfdfdf ); background-image: -o-linear-gradient( #d0d0d0,#dfdfdf ); background-image: linear-gradient( #d0d0d0,#dfdfdf );}.ui-btn-down-c:visited,.ui-btn-down-c:hover,.ui-btn-down-c a.ui-link-inherit{color:#2f3e46 ;}.ui-btn-up-c,.ui-btn-hover-c,.ui-btn-down-c{font-family:Helvetica,Arial,sans-serif ;text-decoration:none;}a.ui-link-inherit{text-decoration:none !important;}.ui-btn-active{border:1px solid #182d39 ;background:#3c4c5d ;font-weight:bold;color:#ffffff ;cursor:pointer;text-shadow:0 1px 0 #273744 ;text-decoration:none;background-image:-webkit-gradient(linear,left top,left bottom,from( #485b6f ),to( #303c4a )); background-image:-webkit-linear-gradient( #485b6f,#303c4a ); background-image: -moz-linear-gradient( #485b6f,#303c4a ); background-image: -ms-linear-gradient( #485b6f,#303c4a ); background-image: -o-linear-gradient( #485b6f,#303c4a ); background-image: linear-gradient( #485b6f,#303c4a ); font-family:Helvetica,Arial,sans-serif ;}.ui-btn-active:visited,.ui-btn-active:hover,.ui-btn-active a.ui-link-inherit{color:#ffffff ;}.ui-btn-inner{border-top:1px solid #fff;border-color:rgba(255,255,255,.3);}.ui-corner-all{-webkit-border-radius:0.3em ;border-radius:0.3em ;}.ui-br{border-color:rgb(130,130,130);border-color:rgba(130,130,130,.3);border-style:solid;}.ui-disabled{filter:Alpha(Opacity=30);opacity:.3;zoom:1;}.ui-disabled,.ui-disabled a{cursor:default !important;pointer-events:none;}.ui-icon,.ui-icon-searchfield:after{background:#666666 ;background:transparent ;background-image:url(images/icons-18-black.png) ;background-repeat:no-repeat;-webkit-border-radius:9px;border-radius:9px;}.ui-icon-alt .ui-icon,.ui-icon-alt .ui-icon-searchfield:after{background-color:#fff;background-color:rgba(255,255,255,.3);background-image:url(images/icons-18-black.png);background-repeat:no-repeat;}.ui-icon-nodisc .ui-icon,.ui-icon-nodisc .ui-icon-searchfield:after,.ui-icon-nodisc .ui-icon-alt .ui-icon,.ui-icon-nodisc .ui-icon-alt .ui-icon-searchfield:after{background-color:transparent;}.ui-icon-plus{background-position:-1px -1px;}.ui-icon-minus{background-position:-37px -1px;}.ui-icon-delete{background-position:-73px -1px;}.ui-icon-arrow-r{background-position:-108px -1px;}.ui-icon-arrow-l{background-position:-144px -1px;}.ui-icon-arrow-u{background-position:-180px -1px;}.ui-icon-arrow-d{background-position:-216px -1px;}.ui-icon-check{background-position:-252px -1px;}.ui-icon-gear{background-position:-288px -1px;}.ui-icon-refresh{background-position:-323px -1px;}.ui-icon-forward{background-position:-360px -1px;}.ui-icon-back{background-position:-396px -1px;}.ui-icon-grid{background-position:-432px -1px;}.ui-icon-star{background-position:-467px -1px;}.ui-icon-alert{background-position:-503px -1px;}.ui-icon-info{background-position:-539px -1px;}.ui-icon-home{background-position:-575px -1px;}.ui-icon-search,.ui-icon-searchfield:after{background-position:-611px -1px;}.ui-icon-checkbox-on{background-position:-647px -1px;}.ui-icon-checkbox-off{background-position:-683px -1px;}.ui-icon-radio-on{background-position:-718px -1px;}.ui-icon-radio-off{background-position:-754px -1px;}.ui-icon-bars{background-position:-788px -1px;}.ui-icon-edit{background-position:-824px -1px;}@media only screen and (-webkit-min-device-pixel-ratio:1.3), only screen and (min--moz-device-pixel-ratio:1.3), only screen and (min-resolution:200dpi){.ui-icon-plus,.ui-icon-minus,.ui-icon-delete,.ui-icon-arrow-r,.ui-icon-arrow-l,.ui-icon-arrow-u,.ui-icon-arrow-d,.ui-icon-check,.ui-icon-gear,.ui-icon-refresh,.ui-icon-forward,.ui-icon-back,.ui-icon-grid,.ui-icon-star,.ui-icon-alert,.ui-icon-info,.ui-icon-home,.ui-icon-bars,.ui-icon-edit,.ui-icon-search,.ui-icon-searchfield:after,.ui-icon-checkbox-off,.ui-icon-checkbox-on,.ui-icon-radio-off,.ui-icon-radio-on{background-image:url(images/icons-36-white.png);-moz-background-size:864px 18px;-o-background-size:864px 18px;-webkit-background-size:864px 18px;background-size:864px 18px;}.ui-icon-alt .ui-icon{background-image:url(images/icons-36-black.png);}.ui-icon-plus{background-position:0 50%;}.ui-icon-minus{background-position:-36px 50%;}.ui-icon-delete{background-position:-72px 50%;}.ui-icon-arrow-r{background-position:-108px 50%;}.ui-icon-arrow-l{background-position:-144px 50%;}.ui-icon-arrow-u{background-position:-179px 50%;}.ui-icon-arrow-d{background-position:-215px 50%;}.ui-icon-check{background-position:-252px 50%;}.ui-icon-gear{background-position:-287px 50%;}.ui-icon-refresh{background-position:-323px 50%;}.ui-icon-forward{background-position:-360px 50%;}.ui-icon-back{background-position:-395px 50%;}.ui-icon-grid{background-position:-431px 50%;}.ui-icon-star{background-position:-467px 50%;}.ui-icon-alert{background-position:-503px 50%;}.ui-icon-info{background-position:-538px 50%;}.ui-icon-home{background-position:-575px 50%;}.ui-icon-search,.ui-icon-searchfield:after{background-position:-611px 50%;}.ui-icon-checkbox-on{background-position:-647px 50%;}.ui-icon-checkbox-off{background-position:-683px 50%;}.ui-icon-radio-on{background-position:-718px 50%;}.ui-icon-radio-off{background-position:-754px 50%;}.ui-icon-bars{background-position:-788px 50%;}.ui-icon-edit{background-position:-824px 50%;}}.ui-checkbox .ui-icon,.ui-selectmenu-list .ui-icon{-webkit-border-radius:3px;border-radius:3px;}.ui-icon-checkbox-off,.ui-icon-radio-off{background-color:transparent;}.ui-checkbox-on .ui-icon,.ui-radio-on .ui-icon{background-color:#3c4c5d ; }.ui-icon-loading{background:url(images/ajax-loader.gif);background-size:46px 46px;}.ui-btn-corner-all{-webkit-border-radius:0.3em ;border-radius:0.3em ;}.ui-corner-all,.ui-btn-corner-all{-webkit-background-clip:padding;background-clip:padding-box;}.ui-overlay{background:#666;filter:Alpha(Opacity=50);opacity:.5;position:absolute;width:100%;height:100%;}.ui-overlay-shadow{-moz-box-shadow:0 0 12px rgba(0,0,0,.6);-webkit-box-shadow:0 0 12px rgba(0,0,0,.6);box-shadow:0 0 12px rgba(0,0,0,.6);}.ui-shadow{-moz-box-shadow:0 1px 3px rgba(0,0,0,.2) ;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2) ;box-shadow:0 1px 3px rgba(0,0,0,.2) }.ui-bar-a .ui-shadow,.ui-bar-b .ui-shadow,.ui-bar-c .ui-shadow {-moz-box-shadow:0 1px 0 rgba(255,255,255,.3);-webkit-box-shadow:0 1px 0 rgba(255,255,255,.3);box-shadow:0 1px 0 rgba(255,255,255,.3);}.ui-shadow-inset{-moz-box-shadow:inset 0 1px 4px rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 4px rgba(0,0,0,.2);box-shadow:inset 0 1px 4px rgba(0,0,0,.2);}.ui-icon-shadow{-moz-box-shadow:0 1px 0 transparent ;-webkit-box-shadow:0 1px 0 transparent ;box-shadow:0 1px 0 transparent ;}.ui-btn:focus,.ui-link-inherit:focus{outline:0;}.ui-btn.ui-focus{z-index:1;}.ui-focus,.ui-btn:focus{-moz-box-shadow:inset 0 0 3px #3c4c5d,0 0 9px #3c4c5d ;-webkit-box-shadow:inset 0 0 3px #3c4c5d,0 0 9px #3c4c5d ;box-shadow:inset 0 0 3px #3c4c5d,0 0 9px #3c4c5d ;}.ui-input-text.ui-focus,.ui-input-search.ui-focus{-moz-box-shadow:0 0 12px #3c4c5d ;-webkit-box-shadow:0 0 12px #3c4c5d ;box-shadow:0 0 12px #3c4c5d ;}.ui-mobile-nosupport-boxshadow *{-moz-box-shadow:none !important;-webkit-box-shadow:none !important;box-shadow:none !important;}.ui-mobile-nosupport-boxshadow .ui-focus,.ui-mobile-nosupport-boxshadow .ui-btn:focus,.ui-mobile-nosupport-boxshadow .ui-link-inherit:focus{outline-width:1px;outline-style:auto;} \ No newline at end of file diff --git a/css/themes/images/ajax-loader.gif b/css/themes/images/ajax-loader.gif new file mode 100644 index 0000000000000000000000000000000000000000..fd1a189c21fed1c7ba00c4bb4fad407bd6d1e5f9 GIT binary patch literal 7825 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 literal 0 HcmV?d00001 diff --git a/css/themes/images/icons-18-white.png b/css/themes/images/icons-18-white.png new file mode 100644 index 0000000000000000000000000000000000000000..3419b81f6a8896807e1e6af0f14c8415fbe39da6 GIT binary patch literal 1988 zcmeAS@N?(olHy`uVBq!ia0y~yU`}9QU=ZS9W?*38^7B2&z`z(8;1lA?z`*eT|9?$Q zO=DwYD=RAj0fGPj|4T?nI5|0ad3pVZ0Yyc{|NsAUaB#o`&}jhy0R{#JO-)S(1_nh% zMGg)Q2?+^fV`GSjm6a6(1B0=#F#`hw2M33MfB-~Ibab?pmDPg>51gEwG&MB^1O(Qs zSp%{C+qZAg(a{nT5@~5^Sy@@Z!NDzH5DW%RPEHUT6%`c)1O&3OvZ|}A4;?y`mX`MP z>C}aQCXaN;8d>jLVhIoKaGpx7CAzfpxW~i(^Pd+}m5} z#kV3vjz26`-Em;5j<=JO5L1rOa*LxcZD()u-1hxmwf_H<{q>Qt3dzz(Y~_wrr3=kF zxqFV~MTNQ-Y_sPTYlFb?zIVkvUNU#{|E){jEj?qV_~BEheoc97^7zLWo~c%O5eLuw z$q#FJ?2*Lzh%?WFtLmQQZgbo32Nr?#YPWwDszq?tb_iK?}1 z{ML7TD&vnhj>k`37{2s8Vm9XWT$serX(V@Dm5IxN$Nyt(p}8%?ln#bOjy3aBo8Od+ zl>O>uWsc5X^1O{d@Q2xZamB!wXY8828W}Ux?PezO*R9C4%WU*lc5n=P->sRmNrmNt z;gfY8R?9Ze<*{zi7ilQ?Cnvi(X_v=^Yt4+`--taqxZEqrX0k+ncze>jCrZN8B|jL7 zNqV(int68btjXEge|P`mKfK$Y;m!%^Y<2HLGs3nloA~T~!jtDY8@6qWG`f6y|I+QA zsY|4UYpmpSO${bEo>;c<=QBUnAF6z6Q-1nBD>>tw>!6wZKIxOkw*(1chKW2PGk@&b zuc2bRUAdDX@+GI6;xVgd#nBI18rGD!OtF*S%yLBKMUnd2V}F+)m|xFWVI{LhSK>zG zYV#BKkDrLH+?cjHCCzHX+SdE;grYp!#b+esuX<*{&UNz|KGZlU?SA=^y_-aAX!fA}VI|@`LjeWBH3gt`fng3XU31oHPH`veGZgK5xG0p1!q2 z@|wx4LT~mmW@Y}*jj6Rx#(L#zYjcg`Q6;# zOv>?T*A6w>ZrHW=?RvvcXUooSlDpXRei?JM19y}7t9{dCCCaySGqTjg9}#=z{n)m5 z#RbFXlYM?Y;+lMi<+s?Uh7+BPsc|A2k2)m^R@ZgkXcQ}E7Z;D(dO+sDM8*T(?DlWa zz5VX#{ly>7Z^#zkmeFS0o3?e$z1D}`8hd8OzqsYA^>Oyz^R7`}IN5eIzI%P4j!#Yf zzSfNQ*$2KY-8$3gNJ^{nNfkzx`m2J!=l?JhU|=kdX*gYXMOZ&&UB_RsK<1d2Ov~<+ zdlo0?NzYg$pdc)Gw2wvM8Eaa3aqO}1%(YGl>!a>2+F&hTQ;{C=B{g>OrkU&ZwtxM2 zDBhC6;>rCd6W(6zGe|Qk>3n{8v1$QJp^HaPKxM<@8P8oVb*hLLPZ2oZ%PQNklG{|O zV13(!zG6zru`5ja^;x5Zi)E&1{L z_OA7xW(I%L*f^{9mEm57u&}zS+WGNbeC7M^)l{yZT_2!X`R~@-u+^ns^F43PnYnsx i+UC-)dzSpavESJ0ZUYNjl>q|-1B0ilpUXO@geCwpl$Lk^ literal 0 HcmV?d00001 diff --git a/css/themes/images/icons-36-black.png b/css/themes/images/icons-36-black.png new file mode 100644 index 0000000000000000000000000000000000000000..043bfcd521163a123843f15ac2fba220eab51d05 GIT binary patch literal 3859 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 literal 0 HcmV?d00001 diff --git a/css/themes/images/icons-36-white.png b/css/themes/images/icons-36-white.png new file mode 100644 index 0000000000000000000000000000000000000000..12455c907a4f40205e89e0ff841cde2be105cf50 GIT binary patch literal 3861 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 Jmvv4FO#n-T7e@d9 literal 0 HcmV?d00001 diff --git a/images/icons-sd.png b/images/icons-sd.png new file mode 100644 index 0000000000000000000000000000000000000000..743eefd8e12246f39509d727d0ab110a620f751f GIT binary patch literal 1108 zcmeAS@N?(olHy`uVBq!ia0y~yU}$DwV36lvV_;x7Vp$i*z`(#+;1OBOz`!jG!i)^F z=14FwFi4iTMwA5SrEaktaqCS~ zY~C#gfjDXVmM@BT6z&{&!Xj}ZKGb!gXY^NI3&*>{Q|2tVqfoczmReEWEHz)wXKYW{ z&hnn&yd=40#k)=4ZfP8o-lJT*Ddl{`?#=h#oatL@YiB2<>J?D(lu5OV$4f+VN=x^` zm<=+Yp1$^E)$?r--SLKkv)xwdu7U(fiV*~|H6@2#swT{0z7ZXVWtO9HI7I7Un7xETpPys|gr zvgO*NCOePMeY{}jb9FD_qf@6Y?VR_1dAjIfgFOwGZFZ#ZwY>42wT$n^RtafMj>5Xi zR7tmo77J&3UUpLrWL%kfi^C!4z~4jM%7-(Ut}(P6aw*#J+}Fmi;R{G`JZ$zE>U0Hj3@$N>+9r=%IFMLnF%5z%Hpz_T6+b}>u6s4wzY5t*_RZ~)Ca_W6}zfWE1$nmpnsyt?Ot~)&$3bg{4*IKV#;d#z?N7R8qx7VUhe^rj6?@gxJ^?1BIY(=F-$`tJ8MCu=(Sv$6>)uD{ z7w0z}oN3X2KG5ZXNX(w(=YlWFRh15<{P|+in4DMimTIlg3})Yk00rcKIq9G-<1=wW!!$_U>rT zC7l6EEIAQQ2`yj6d>$1^2r6~hd|x+vwjHwt|MrVg3C=Dp3W@>qZ$(DRcRm)X%=`3o ztS)#?N=`RB9G-WmElpBA$_rA-1rFTPr92 RIs*d(gQu&X%Q~loCIF;t>aqX; literal 0 HcmV?d00001 diff --git a/index2.html b/index2.html new file mode 100644 index 00000000..0c41fd2a --- /dev/null +++ b/index2.html @@ -0,0 +1,60 @@ + + + + My Page + + + + + + + + +
+ +
+
Menu
+ + +
+ + +
+ +
+ +
+
+

Default panel options

+

This panel has all the default options: positioned on the left with the reveal display mode. The panel markup is before the header, content and footer in the source order.

+ +
+
+
+ + From 11b8da6bda3748596bdca73db3579d4e2e11b252 Mon Sep 17 00:00:00 2001 From: walljm Date: Sat, 16 Nov 2013 17:33:31 -0500 Subject: [PATCH 2/2] - stable spot with everything working. - still needs styling - still need to combine search buttons. - need to switch jqueryui dialog for mobile popup --- css/bible.css | 285 +++++++++++++--------------- {images => css/images}/icons-sd.png | Bin css/themes/db.css | 3 - index.html | 128 ++++++------- index2.html | 115 ++++++++--- js/common.js | 39 ---- js/main.js | 135 +++++++------ 7 files changed, 351 insertions(+), 354 deletions(-) rename {images => css/images}/icons-sd.png (100%) diff --git a/css/bible.css b/css/bible.css index 9c8f7c0d..b0d7fd95 100644 --- a/css/bible.css +++ b/css/bible.css @@ -1,105 +1,31 @@ -body { - background: #fff; /* #dde */ - margin: 0; - font-family: verdana; -} a { color: #000; text-decoration:none; border-bottom: 1px dotted darkgray; - _border-bottom: 1px solid lightgray; /* IE */ + _border-bottom: 1px solid lightgray; /* IE */ } a:hover { - border-bottom: 1px solid maroon; + border-bottom: 1px solid maroon; } - -em {font-style: normal;} - -#query { - background: #eee; - color: #444; - padding: 12px; - font-size: 14px; - font-weight: bold; - text-align: center; - border: 2px solid #999; - min-width: 300px; -} - -#searchvalue -{ - color: #333; - width: 100%; - height: 50px; - line-height: 50px; - padding: 3px; - margin-left: 6px; - font-size: 18px; - font-family: georgia; -} -#searchbtn -{ - height: 52px; - width: 90px; -} - -h1 { - color: #313952; - font: 36px georgia; - font-weight: normal; - background: white; - margin: 0 10px 0 0; - padding: 10px; - text-align: center; -} -h1 span { - font: 12px verdana; - display: block; - color: #999; -} -h3 { - font: 18px verdana; - font-weight: bold; - background: #ccc; - padding: 5px 5px 0 5px; - margin: 0; -} - -#searchresultswrap { - font: 18px verdana; - width: 30%; - float: left; -} - -#searchresultswrap h3 { - margin: 0; - background: #eee; - border-right: 2px solid #999; - border-top: 2px solid #999; - border-left: 2px solid #999; - margin-right: 16px; - margin-left: 16px; - text-align:center; -} - +#searchvalue {font-family: georgia;} #searchresults { - xmargin-right: 10px; - padding: 0 10px 10px 10px; - overflow:scroll; - height: 600px; + xmargin-right: 10px; + padding: 0 10px 10px 10px; + overflow:scroll; + height: 600px; border-right: 2px solid #999; - border-bottom: 2px solid #999; - border-left: 2px solid #999; - margin-right: 16px; - margin-left: 16px; - background: #eee; + border-bottom: 2px solid #999; + border-left: 2px solid #999; + margin-right: 16px; + margin-left: 16px; + background: #eee; } #searchresults ul { - margin: 0; - padding: 0; - list-style-type: none; - list-style-position: inside; + margin: 0; + padding: 0; + list-style-type: none; + list-style-position: inside; } #searchresults ul li { @@ -126,22 +52,21 @@ h3 { } #resultwrap { - width: 70%; - float: left; - font: 18px georgia; - color: #000; + float: left; + font: 18px georgia; + } + #resultwrap h3 { - margin: 0; - background: white; - font-weight: bold; - padding: 0 10px; + margin: 0; + background: white; + font-weight: bold; + padding: 0 10px; } #result { - - margin: 0 0 12px 12px; - padding: 0 12px 0 0; - line-height: 200%; + margin: 0 0 12px 12px; + padding: 0 12px 0 0; + line-height: 200%; } .rmac .contents, .scr .contents { @@ -153,37 +78,48 @@ h3 { display: block; border-bottom: 1px dotted #bbb; margin-bottom: 12px; - - background-color: #fff; + background-color: #fff; + padding: 6px; + + -moz-border-radius: 15px; + -webkit-border-radius:15px; + border-radius: 15px; } .removeresult { float: left; display: block; - margin: 0 9px 12px 0; + margin: 20px 9px 12px 0; text-decoration: none; border: 0px; + + -khtml-opacity:.80; + -moz-opacity:.80; + -ms-filter:"alpha(opacity=80)"; + filter:alpha(opacity=80); + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.8); + opacity:.80; } .result .resultbody { display: block; - padding-left: 55px; + padding-left: 55px; } #main .block { - width: 800px; - margin: 0px 36px 0px 36px; + width: 800px; + margin: 0px 36px 0px 36px; } #main .block h3 { - margin-bottom: 6px; - background-color: white; + margin-bottom: 6px; + background-color: white; } #main .block p { - padding: 0px 12px; - margin: 0px; + padding: 0px 12px; + margin: 0px; } @@ -195,63 +131,102 @@ h3 { a.trigger{ - position: absolute; - background: url(images/open.png) 6% 55% no-repeat; - text-decoration: none; - font-size: 16px; - letter-spacing:-1px; - font-family: verdana, helvetica, arial, sans-serif; - color:#fff; - font-weight: bold; - border-bottom: none; - margin-left: 2px; - - z-index:2; + visibility: hidden; + position: absolute; + background: url(images/open.png) 6% 55% no-repeat; + text-decoration: none; + font-size: 16px; + letter-spacing:-1px; + font-family: verdana, helvetica, arial, sans-serif; + color:#fff; + font-weight: bold; + border-bottom: none; + margin-left: 2px; + z-index:2; + + -khtml-opacity:.50; + -moz-opacity:.50; + -ms-filter:"alpha(opacity=50)"; + filter:alpha(opacity=50); + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5); + opacity:.50; } a.trigger.left { - left: 12px; + left: 28px; } a.trigger.right { - right: 12px; + right: 28px; } a.trigger:hover { - text-decoration: none; - border-bottom: none; + text-decoration: none; + border-bottom: none; } a.active.trigger { - background: url(images/close.png) 6% 55% no-repeat; + background: url(images/close.png) 6% 55% no-repeat; + } .panel { - color:#000; - position: absolute; - display: none; - background: #eee; - width: 300px; - height: auto; - - z-index:1; + color:#000; + position: absolute; + display: none; + background: #eee; + width: 400px; + height: auto; + z-index:1; } .panel.left { - left: 10px; - padding: 10px 20px 10px 60px; - border-top-right-radius: 15px; - -moz-border-radius-topright: 15px; - -webkit-border-top-right-radius: 15px; - -moz-border-radius-bottomright: 15px; - -webkit-border-bottom-right-radius: 15px; - border-bottom-right-radius: 15px; + left: 20px; + padding: 10px 20px 10px 60px; + border-top-right-radius: 15px; + -moz-border-radius-topright: 15px; + -webkit-border-top-right-radius: 15px; + -moz-border-radius-bottomright: 15px; + -webkit-border-bottom-right-radius: 15px; + border-bottom-right-radius: 15px; } .panel.right { - right: 10px; - padding: 10px 60px 10px 20px; - border-bottom-left-radius: 15px; - border-top-left-radius: 15px; - -moz-border-radius-bottomleft: 15px; - -moz-border-radius-topleft: 15px; - -webkit-border-bottom-left-radius: 15px; - -webkit-border-top-left-radius: 15px; + right: 20px; + padding: 10px 60px 10px 20px; + border-bottom-left-radius: 15px; + border-top-left-radius: 15px; + -moz-border-radius-bottomleft: 15px; + -moz-border-radius-topleft: 15px; + -webkit-border-bottom-left-radius: 15px; + -webkit-border-top-left-radius: 15px; } .panel p { - font-size:11px; + font-size:11px; } -a:focus { outline: none;} \ No newline at end of file +a:focus { outline: none;} + + +#menuicon +{ + display: block; + background-image: url(images/icons-sd.png); + background-position: 0,0; + background-repeat: no-repeat; + width: 50px; + height: 50px; + margin-left: 6px; + border: none; +} +#menuicon:hover { border-bottom: none;} +#menuicon:hover { border-bottom: none;} + +#searchicon +{ + display: block; + background-image: url(images/icons-sd.png); + background-position: -90px; + background-repeat: no-repeat; + width: 50px; + height: 50px; + margin-left: 6px; + border: none; +} +#searchicon:hover { border-bottom: none;} +#searchicon:hover { border-bottom: none;} + + +.ui-content {padding: 12px 0 12px 0;} \ No newline at end of file diff --git a/images/icons-sd.png b/css/images/icons-sd.png similarity index 100% rename from images/icons-sd.png rename to css/images/icons-sd.png diff --git a/css/themes/db.css b/css/themes/db.css index c60ae464..96dfe745 100644 --- a/css/themes/db.css +++ b/css/themes/db.css @@ -51,7 +51,6 @@ } .ui-body-a, .ui-overlay-a { - border: 1px solid #aaaaaa /*{a-body-border}*/; color: #333333 /*{a-body-color}*/; text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #ffffff /*{a-body-shadow-color}*/; background: #f9f9f9 /*{a-body-background-color}*/; @@ -188,7 +187,6 @@ } .ui-body-b, .ui-overlay-b { - border: 1px solid #aaaaaa /*{b-body-border}*/; color: #333333 /*{b-body-color}*/; text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #ffffff /*{b-body-shadow-color}*/; background: #f9f9f9 /*{b-body-background-color}*/; @@ -327,7 +325,6 @@ } .ui-body-c, .ui-overlay-c { - border: 1px solid #aaaaaa /*{c-body-border}*/; color: #333333 /*{c-body-color}*/; text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #ffffff /*{c-body-shadow-color}*/; background: #f9f9f9 /*{c-body-background-color}*/; diff --git a/index.html b/index.html index 0d917687..0c6b282a 100644 --- a/index.html +++ b/index.html @@ -1,70 +1,70 @@ - - - - - - - - - - - - The Bible with Strong's Numbers and Cross References - - - - + + + + + + + + + + + + The Bible with Strong's Numbers and Cross References + + + + - - - - - + + + + +

King James Bible with Strong's Numbers and Cross References

- - - - - -
-
- Display Strongs in Dialog | - Help | - Hide Search | - Switch Panes | Select Font: - | - AA | AA

King James Bible with Strong's Numbers and Cross References

+ + + + + +
+
+ Display Strongs in Dialog | + Help | + Hide Search | + Switch Panes | Select Font: + | + AA | AA
-
-
    -
    -
    -

    Search Results:

    -
    -
    -
    - + diff --git a/index2.html b/index2.html index 0c41fd2a..f5d3397e 100644 --- a/index2.html +++ b/index2.html @@ -1,57 +1,110 @@ - My Page + + + + + + + The Bible with Strong's Numbers and Cross References - + + + + + +
    -
    -
    Menu
    - - +
    +
    +
    +
    +
    +
    +
    +
    +
      +
      +
      -
      - -
      +
      -

      Default panel options

      -

      This panel has all the default options: positioned on the left with the reveal display mode. The panel markup is before the header, content and footer in the source order.

      +

      Search Results:

      +
      +
      +
      + +
      +
      +

      Settings

      +
        +
      • +
      • +
      • +
      • AA | AA
      • +
      +

      Acceptable Search Items:

      +

      + John 1 (displays whole chapter)
      + John 1-2 (displays both chapters
      + John 1 - John 2 (same as above)
      + John 1:3 - 2:4 (displays verses starting with chapter 1 verse 3 and ending with chapter 2 verse 4)
      + John 1:3 - John 2:4 (same as above)
      + John 1:3-5 (displays verses starting with chapter 1 verse 3 through chapter 1 vs 5)
      + H1234 (displays the Strong's definition for the Hebrew # 1234)
      + G1234 (displays the Strong's definition for the Greek # 1234)
      + Jesus (searches for "Jesus". all search terms assume boolean AND, i.e. "Jesus Christ" assumes "Jesus AND Christ". an word without a number is interpreted as search).
      +

      +

      Notes:

      +

      + multiple lookups can be made using a semicolon as a separator, i.e. "Ruth 1; g1234; Jesus").
      +
      The list of results in the main window are sortable, just click and drag to reorder them.

      +
      All Greek/Hebrew cross references translations are taken from the 1933 Webster's version and often are not the same as the KJV translation.
      +
      All source materials were taken from the Zefania XML Bible Project on SourceForge.
      +
      Any Errors and Omission you find would be appreciated. Please contact me via www.jasonwall.org.
      +

      +
      diff --git a/js/common.js b/js/common.js index e2870f0d..6247248e 100644 --- a/js/common.js +++ b/js/common.js @@ -160,16 +160,6 @@ define(['jquery', 'reference', 'jquery.ui'], $("#searchresultswrap").css("float", localStorage.Panes); } } - if (localStorage.Search !== "undefined" && localStorage.Search == "none") { - $("#searchresultswrap").css("display", "none"); - $("#showhidesearch").html("Show Search"); - $("#resultwrap").css("width", "100%"); - - } else { - $("#searchresultswrap").css("display", "block"); - $("#showhidesearch").html("Hide Search"); - $("#resultwrap").css("width", "70%"); - } if (localStorage.FontSize !== "undefined") { $("#result").css("font-size", localStorage.FontSize); @@ -206,35 +196,6 @@ define(['jquery', 'reference', 'jquery.ui'], localStorage.StrongsAsDialog = $("#display-strongs-as-dialog")[0].checked; } }, - ShowHideSearch: function() { - var o = $("#showhidesearch"); - var s = $("#searchresultswrap"); - var r = $("#resultwrap"); - - if (s.css("display") != "none") { - s.css("display", "none"); - o.html("Show Search"); - r.css("width", "100%"); - } else { - s.css("display", "block"); - o.html("Hide Search"); - r.css("width", "70%"); - } - this.Save(); - }, - SwitchPanes: function() { - var s = $("#searchresultswrap"); - var r = $("#resultwrap"); - var v = s.css("float"); - if (v == "right") { - s.css("float", "left"); - r.css("float", "left"); - } else { - s.css("float", "right"); - r.css("float", "right"); - } - this.Save(); - }, IncreaseResultFontSize: function() { var s = $("#result").css("font-size"); $("#result").css("font-size", parseInt(s) + 1); diff --git a/js/main.js b/js/main.js index 3f51edfa..ea22c777 100644 --- a/js/main.js +++ b/js/main.js @@ -1,69 +1,80 @@ require(["jquery", "db", "common", "reference", "jquery.cookie", "jquery.ui", "jquery.slidePanel"], - function($, db, common, ref) { - $(document).ready(function() - { - $("#searchform").submit(function() + function($, db, common, ref) { + $(document).ready(function() { - common.Search($("#searchvalue").val()); - return false; - }); - $("#growfont").click(function() - { - common.Settings.IncreaseResultFontSize(); - return false; - }); - $("#shrinkfont").click(function() - { - common.Settings.DecreaseResultFontSize(); - return false; - }); - $("#switch-panes").click(function() - { - common.Settings.SwitchPanes(); - return false; - }); - $("#showhelp").click(function() - { - $("#help").dialog({ - draggable:true, - width: 700, - height: 650, - resizable: true + $("#searchvalue").keypress(function(event) { + if (event.which === 13) { + common.Search($("#searchvalue").val()); + } + }); + $("#searchbtn").click(function() + { + common.Search($("#searchvalue").val()); + return false; + }); + $("#growfont").click(function() + { + common.Settings.IncreaseResultFontSize(); + return false; + }); + $("#shrinkfont").click(function() + { + common.Settings.DecreaseResultFontSize(); + return false; + }); + $("#switch-panes").click(function() + { + common.Settings.SwitchPanes(); + return false; + }); + $("#showhelp").click(function() + { + $("#help").dialog({ + draggable: true, + width: 700, + height: 650, + resizable: true + }); + }); + $("#showhidesearch").click(function() + { + common.Settings.ShowHideSearch(); + return false; + }); + $("#changefont").change(function() + { + common.Settings.ChangeResultFont($("#changefont").val()); + return false; }); - }); - $("#showhidesearch").click(function() - { - common.Settings.ShowHideSearch(); - return false; - }); - $("#changefont").change(function() - { - common.Settings.ChangeResultFont($("#changefont").val()); - return false; - }); - // load querystring - var ref = decodeURIComponent(common.Util.GetUrlVars().r); - if (ref !== "undefined") { - // remember the settings, first, because if you have results, the load process would wipe out the passage you want to load. - common.Settings.Load(); - - // now load the passage from the querystring. - common.Search(ref); - $("#searchvalue").val(ref); - } else { - common.Settings.Load(); - } - - // you need to do this last, otherwise the settings load resets the window height. - $(window).bind("resize", function() - { - $("#searchresults").css("height", window.innerHeight - 200); - return false; - }); + // load querystring + var ref = decodeURIComponent(common.Util.GetUrlVars().r); + if (ref !== "undefined") { + // remember the settings, first, because if you have results, the load process would wipe out the passage you want to load. + common.Settings.Load(); - $("#searchresults").css("height", window.innerHeight - 200); - }); - }); + // now load the passage from the querystring. + common.Search(ref); + $("#searchvalue").val(ref); + } else { + common.Settings.Load(); + } + + // you need to do this last, otherwise the settings load resets the window height. + $(window).bind("resize", function() + { + $(".my-breakpoint.ui-grid-c .ui-block-a").css("width", 55); + $(".my-breakpoint.ui-grid-c .ui-block-b").css("width", window.innerWidth - 230); + $(".my-breakpoint.ui-grid-c .ui-block-c").css("width", 100); + $(".my-breakpoint.ui-grid-c .ui-block-d").css("width", 55); + return false; + }); + + $(".my-breakpoint.ui-grid-c .ui-block-a").css("width", 55); + $(".my-breakpoint.ui-grid-c .ui-block-b").css("width", window.innerWidth - 235); + $(".my-breakpoint.ui-grid-c .ui-block-c").css("width", 100); + $(".my-breakpoint.ui-grid-c .ui-block-d").css("width", 55); + }); + }); \ No newline at end of file