From 82343608a0741c3b77e4c9d99e5b417e6b7e9f43 Mon Sep 17 00:00:00 2001 From: Supremicus Date: Wed, 22 Oct 2014 12:19:06 +1000 Subject: [PATCH 01/94] Added date formats for d/m/y --- CHANGES.md | 4 ++++ sickbeard/sbdatetime.py | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index bce6c96d..7c926ebd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +### 0.x.x (2014-10-22 xx:xx:xx UTC) +* Added date formats for dd/mm/yy & day, dd/mm/yy +* Added date formats for dd/mm/yyyy & day, dd/mm/yyyy + ### 0.2.0 (2014-10-21 12:36:50 UTC) [full changelog](https://github.com/SickragePVR/SickRage/compare/release_0.1.0...release_0.2.0) diff --git a/sickbeard/sbdatetime.py b/sickbeard/sbdatetime.py index a8257437..6a3c5ef2 100644 --- a/sickbeard/sbdatetime.py +++ b/sickbeard/sbdatetime.py @@ -52,6 +52,12 @@ date_presets = ('%Y-%m-%d', '%d-%m-%y', '%a, %d-%m-%y', '%A, %d-%m-%y', + '%d/%m/%Y', + '%a, %d/%m/%Y', + '%A, %d/%m/%Y', + '%d/%m/%y', + '%a, %d/%m/%y', + '%A, %d/%m/%y', '%d.%m.%Y', '%a, %d.%m.%Y', '%A, %d.%m.%Y', From 2c510aa21040437707c3c7ab063386c28a7cf91e Mon Sep 17 00:00:00 2001 From: Supremicus Date: Tue, 21 Oct 2014 20:09:01 +0100 Subject: [PATCH 02/94] Improve UI to display fluidly on different screen sizes. Fixes the issue where top menu items would disappear on smaller screens. Add Bootstrap v3.2.0 with Normalize v3.0.1 from github.com/twbs/bootstrap. Add a modified jquery pnotify stylesheet. Various UI tweaks. Update CHANGES.md and TODO.txt --- CHANGES.md | 5 +- TODO.txt | 10 +- gui/slick/css/dark.css | 4061 +++++++---- gui/slick/css/default.css | 5210 -------------- gui/slick/css/iphone.css | 24 - gui/slick/css/jquery.qtip2.css | 536 -- gui/slick/css/lib/bootstrap.css | 6200 +++++++++++++++++ gui/slick/css/lib/jquery-ui-1.10.4.custom.css | 855 +++ gui/slick/css/lib/jquery.pnotify.default.css | 100 + gui/slick/css/lib/jquery.qtip-2.0.1.min.css | 89 +- gui/slick/css/original.css | 3773 ++++++---- gui/slick/css/style.css | 2972 ++++++++ gui/slick/css/token-input-facebook.css | 122 - gui/slick/css/token-input-mac.css | 204 - gui/slick/css/token-input.css | 133 - .../add-existing32-black.png} | Bin 3079 -> 3481 bytes .../add-existing32-white.png} | Bin .../add-new32-black.png} | Bin 2969 -> 3689 bytes .../add-new32-white.png} | Bin .../add-trakt32-black.png} | Bin 3094 -> 3503 bytes .../add-trakt32-white.png} | Bin .../add-trending32-black.png} | Bin 2879 -> 3418 bytes .../add-trending32-white.png} | Bin gui/slick/images/donate.jpg | Bin 1526 -> 0 bytes gui/slick/images/glyphicons-config-black.png | Bin 0 -> 2920 bytes ...config.png => glyphicons-config-white.png} | Bin gui/slick/images/menu/addshow16.png | Bin 1111 -> 0 bytes gui/slick/images/menu/backlog16.png | Bin 1027 -> 0 bytes gui/slick/images/menu/backlog_view16.png | Bin 1029 -> 0 bytes gui/slick/images/menu/bittorrent.png | Bin 1184 -> 0 bytes gui/slick/images/menu/config16.png | Bin 1261 -> 0 bytes gui/slick/images/menu/config_index16.png | Bin 959 -> 0 bytes gui/slick/images/menu/failed_download.png | Bin 1254 -> 0 bytes gui/slick/images/menu/home16.png | Bin 1116 -> 0 bytes gui/slick/images/menu/manage16.png | Bin 1051 -> 0 bytes gui/slick/images/menu/managesearches16.png | Bin 1209 -> 0 bytes gui/slick/images/menu/menu-icons-black.png | Bin 0 -> 3779 bytes gui/slick/images/menu/menu-icons-white.png | Bin 0 -> 3564 bytes gui/slick/images/menu/poster16.png | Bin 1024 -> 0 bytes gui/slick/images/menu/postprocess16.png | Bin 1045 -> 0 bytes gui/slick/images/menu/viewlog16.png | Bin 1048 -> 0 bytes gui/slick/images/menu/viewlog_errors16.png | Bin 1054 -> 0 bytes gui/slick/images/menu/xbmc16.png | Bin 1300 -> 0 bytes gui/slick/images/notifiers/pytivo.png | Bin 4993 -> 4583 bytes gui/slick/images/notifiers/trakt.png | Bin 3204 -> 3589 bytes .../interfaces/default/comingEpisodes.tmpl | 140 +- gui/slick/interfaces/default/config.tmpl | 6 +- .../interfaces/default/config_anime.tmpl | 46 +- .../default/config_backuprestore.tmpl | 52 +- .../interfaces/default/config_general.tmpl | 346 +- .../default/config_notifications.tmpl | 549 +- .../default/config_postProcessing.tmpl | 334 +- .../interfaces/default/config_providers.tmpl | 251 +- .../interfaces/default/config_search.tmpl | 253 +- .../interfaces/default/config_subtitles.tmpl | 29 +- gui/slick/interfaces/default/displayShow.tmpl | 419 +- gui/slick/interfaces/default/editShow.tmpl | 26 +- gui/slick/interfaces/default/history.tmpl | 26 +- gui/slick/interfaces/default/home.tmpl | 521 +- .../default/home_addExistingShow.tmpl | 23 +- .../interfaces/default/home_addShows.tmpl | 24 +- .../interfaces/default/home_massAddTable.tmpl | 4 +- .../interfaces/default/home_newShow.tmpl | 128 +- .../interfaces/default/home_postprocess.tmpl | 12 +- .../default/home_recommendedShows.tmpl | 52 +- .../default/home_trendingShows.tmpl | 70 +- .../default/inc_addShowOptions.tmpl | 7 +- .../default/inc_blackwhitelist.tmpl | 8 +- gui/slick/interfaces/default/inc_bottom.tmpl | 22 +- .../default/inc_qualityChooser.tmpl | 6 +- gui/slick/interfaces/default/inc_top.tmpl | 456 +- gui/slick/interfaces/default/manage.tmpl | 17 +- .../default/manage_backlogOverview.tmpl | 16 +- .../default/manage_episodeStatuses.tmpl | 16 +- .../default/manage_failedDownloads.tmpl | 6 +- .../interfaces/default/manage_massEdit.tmpl | 34 +- .../default/manage_subtitleMissed.tmpl | 10 +- gui/slick/interfaces/default/testRename.tmpl | 16 +- gui/slick/interfaces/default/viewlogs.tmpl | 33 +- gui/slick/js/addExistingShow.js | 2 +- gui/slick/js/browser.js | 6 +- gui/slick/js/config.js | 2 +- gui/slick/js/configBackupRestore.js | 2 +- gui/slick/js/configNotifications.js | 2 +- gui/slick/js/configProviders.js | 2 +- gui/slick/js/configSearch.js | 2 +- .../js/lib/bootstrap-hover-dropdown.min.js | 12 + gui/slick/js/lib/bootstrap.min.js | 6 + gui/slick/js/lib/isotope.pkgd.min.js | 8 + gui/slick/js/lib/jquery.isotope.min.js | 13 - gui/slick/js/newShow.js | 2 +- gui/slick/js/script.js | 28 - gui/slick/js/submenu.js | 4 +- 93 files changed, 17208 insertions(+), 11135 deletions(-) delete mode 100644 gui/slick/css/default.css delete mode 100644 gui/slick/css/iphone.css delete mode 100644 gui/slick/css/jquery.qtip2.css create mode 100644 gui/slick/css/lib/bootstrap.css create mode 100644 gui/slick/css/lib/jquery-ui-1.10.4.custom.css create mode 100644 gui/slick/css/lib/jquery.pnotify.default.css create mode 100644 gui/slick/css/style.css delete mode 100644 gui/slick/css/token-input-facebook.css delete mode 100644 gui/slick/css/token-input-mac.css delete mode 100644 gui/slick/css/token-input.css rename gui/slick/images/{menu/restart16.png => addshows/add-existing32-black.png} (77%) rename gui/slick/images/{add-existing32.png => addshows/add-existing32-white.png} (100%) rename gui/slick/images/{menu/update16.png => addshows/add-new32-black.png} (72%) rename gui/slick/images/{add-new32.png => addshows/add-new32-white.png} (100%) rename gui/slick/images/{menu/shutdown16.png => addshows/add-trakt32-black.png} (76%) rename gui/slick/images/{add-trakt32.png => addshows/add-trakt32-white.png} (100%) rename gui/slick/images/{menu/anime16.png => addshows/add-trending32-black.png} (78%) rename gui/slick/images/{add-trending32.png => addshows/add-trending32-white.png} (100%) delete mode 100644 gui/slick/images/donate.jpg create mode 100644 gui/slick/images/glyphicons-config-black.png rename gui/slick/images/{glyphicons-config.png => glyphicons-config-white.png} (100%) delete mode 100644 gui/slick/images/menu/addshow16.png delete mode 100644 gui/slick/images/menu/backlog16.png delete mode 100644 gui/slick/images/menu/backlog_view16.png delete mode 100644 gui/slick/images/menu/bittorrent.png delete mode 100644 gui/slick/images/menu/config16.png delete mode 100644 gui/slick/images/menu/config_index16.png delete mode 100644 gui/slick/images/menu/failed_download.png delete mode 100644 gui/slick/images/menu/home16.png delete mode 100644 gui/slick/images/menu/manage16.png delete mode 100644 gui/slick/images/menu/managesearches16.png create mode 100644 gui/slick/images/menu/menu-icons-black.png create mode 100644 gui/slick/images/menu/menu-icons-white.png delete mode 100644 gui/slick/images/menu/poster16.png delete mode 100644 gui/slick/images/menu/postprocess16.png delete mode 100644 gui/slick/images/menu/viewlog16.png delete mode 100644 gui/slick/images/menu/viewlog_errors16.png delete mode 100644 gui/slick/images/menu/xbmc16.png create mode 100644 gui/slick/js/lib/bootstrap-hover-dropdown.min.js create mode 100644 gui/slick/js/lib/bootstrap.min.js create mode 100644 gui/slick/js/lib/isotope.pkgd.min.js delete mode 100644 gui/slick/js/lib/jquery.isotope.min.js diff --git a/CHANGES.md b/CHANGES.md index 5dcfe44e..0e6e6998 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,8 @@ ### 0.x.x (2014-10-22 xx:xx:xx UTC) -* Added date formats for dd/mm/yy & day, dd/mm/yy -* Added date formats for dd/mm/yyyy & day, dd/mm/yyyy +* Add Bootstrap for UI features. +* Change UI to resize fluidly on different display sizes. +* Add date formats "dd/mm/yy", "dd/mm/yyyy", "day, dd/mm/yy" and "day, dd/mm/yyyy" ### 0.2.1 (2014-10-22 06:41:00 UTC) diff --git a/TODO.txt b/TODO.txt index b4a101b8..ba720e0e 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,13 +1,10 @@ 2014-10-02 --[done] Fix fuzzy dates on new skin -Move the sql from the *.tmpl files -Add anidb indexer -Add supplemental data from anidb during postprocessing -Fix grabbing non-propers as propers for certain air-by-date shows --[done] Allow customization of skin colours -Add prefer torrents/usenet and allow custom delay between grabs from torrents/usenet -Better postprocessing handling for torrents --[DONE] Add global required words 2014-10-07 -Add release groups/require words/ignore words to add show page @@ -19,4 +16,9 @@ 2014-10-13 -Fix broken backlog --Fix season searches \ No newline at end of file +-Fix season searches + +2014-10-21 +-Remove qtip from config providers and go back to tab +-Find out why superfish & supersubs js breaks provider sorting +-Ability to save poster sorting and asc/desc in config diff --git a/gui/slick/css/dark.css b/gui/slick/css/dark.css index 818fd09c..e5f13513 100644 --- a/gui/slick/css/dark.css +++ b/gui/slick/css/dark.css @@ -1,120 +1,505 @@ -.imgHomeWrapper { - border: 1px solid #111; +/* ======================================================================= +fonts +========================================================================== */ +/* Open Sans */ +/* Regular */ +@font-face { + font-family: 'Open Sans'; + + src: url('fonts/OpenSans-Regular-webfont.eot'); + src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-Regular-webfont.woff') format('woff'), + url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'), + url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg'); + font-weight: normal; + font-weight: 400; + font-style: normal; } -.imgposter { - border: 1px solid #111; +/* Italic */ +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-Italic-webfont.eot'); + src: url('fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-Italic-webfont.woff') format('woff'), + url('fonts/OpenSans-Italic-webfont.ttf') format('truetype'), + url('fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg'); + font-weight: normal; + font-weight: 400; + font-style: italic; } -.imgbanner { - border: 1px solid #111; +/* Light */ +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-Light-webfont.eot'); + src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-Light-webfont.woff') format('woff'), + url('fonts/OpenSans-Light-webfont.ttf') format('truetype'), + url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg'); + font-weight: 200; + font-style: normal; } -.imgsmallposter .small { +/* Light Italic */ +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-LightItalic-webfont.eot'); + src: url('fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-LightItalic-webfont.woff') format('woff'), + url('fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'), + url('fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg'); + font-weight: 200; + font-style: italic; +} + +/* Semibold */ +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-Semibold-webfont.eot'); + src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-Semibold-webfont.woff') format('woff'), + url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), + url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg'); + font-weight: 600; + font-style: normal; +} + +/* Semibold Italic */ +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-SemiboldItalic-webfont.eot'); + src: url('fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'), + url('fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'), + url('fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg'); + font-weight: 600; + font-style: italic; +} + +/* Bold */ +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-Semibold-webfont.eot'); + src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-Semibold-webfont.woff') format('woff'), + url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), + url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg'); + font-weight: bold; + font-weight: 700; + font-style: normal; +} + +/* Bold Italic */ +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-SemiboldItalic-webfont.eot'); + src: url('fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'), + url('fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'), + url('fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg'); + font-weight: bold; + font-weight: 700; + font-style: italic; +} + +/* Extra Bold */ +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-Bold-webfont.eot'); + src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-Bold-webfont.woff') format('woff'), + url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'), + url('fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg'); + font-weight: 900; + font-style: normal; +} + +/* Extra Bold Italic */ +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-BoldItalic-webfont.eot'); + src: url('fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-BoldItalic-webfont.woff') format('woff'), + url('fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'), + url('fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg'); + font-weight: 900; + font-style: italic; +} + +/* Droid Sans */ +@font-face { + font-family: 'droid_sans_mono'; + src: url('fonts/droidsansmono-webfont.eot'); + src: url('fonts/droidsansmono-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/droidsansmono-webfont.woff') format('woff'), + url('fonts/droidsansmono-webfont.ttf') format('truetype'), + url('fonts/droidsansmono-webfont.svg#droid_sans_monoregular') format('svg'); + font-weight: normal; + font-style: normal; +} + + +/* ======================================================================= +inc_top.tmpl +========================================================================== */ + +.navbaricon { + margin-top: -15px; + margin-bottom: -15px; +} + +#contentWrapper { +/* background: url("../images/bg.png") repeat 0 0 transparent; */ +} + +[class^="icon-"], +[class*=" icon-"] { + background-image: url("../images/glyphicons-halflings.png"); +} + +.icon-white { + background-image: url("../images/glyphicons-halflings-white.png"); +} + +.dropdown-menu li > a:hover > [class^="menu-icon-"], +.dropdown-menu li > a:hover > [class*=" menu-icon-"] { + background-image: url("../images/menu/menu-icons-white.png"); +} + +[class^="icon16-"], +[class*=" icon16-"] { + background-image: url("../images/glyphicons-config.png"); +} + +.ui-autocomplete-loading { + background: white url("../images/loading16.gif") right center no-repeat; +} + +.browserDialog.busy .ui-dialog-buttonpane { + background: url("../images/loading.gif") 10px 50% no-repeat !important; +} + +.ui-progressbar .ui-progressbar-overlay { + background: url("../css/lib/images/animated-overlay.gif"); +} + +.ui-dialog, +.ui-dialog-buttonpane { + background: #2a2a2a !important;; +} + +.ui-accordion-content, +.ui-tabs-panel { + background: #ededed !important; + background-image: none !important; +} + +.ui-widget-content { + background: #606060; border: 1px solid #111; -} - -body { - background: none repeat scroll 0 0 #222; - color: #FFFFFF; -} - -#searchResults fieldset { - border: 1px solid #111; -} - -a{ - color: #09A2FF; -} - -.update { - color: #339933; -} - -#upgrade-notification div { - background-color: #C6B695; - border-bottom-color: #AF986B; - border-bottom-style: solid; - border-bottom-width: 1px; - padding: 7px 0; color: #fff; - font-weight: 700; - text-shadow: none; } -#header-fix { - *margin-bottom: -31px; - /* IE fix */ - height: 21px; - padding: 0; +.ui-widget-content a { + color: #fff; } -#header { - background-image: -moz-linear-gradient(#297ab8, #15528f) !important; - background-image: linear-gradient(#297ab8, #15528f) !important; - background-image: -webkit-linear-gradient(#297ab8, #15528f) !important; - background-image: -o-linear-gradient(#297ab8, #15528f) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#297ab8, endColorstr=#15528f) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#297ab8, endColorstr=#15528f) !important; - box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); - border-bottom: 1px solid #111; -} - -#versiontext { - color: #FFFFFF; -} - -.update { - color: #339933; +.ui-widget-content a:hover { + color: #09A2FF; text-decoration: none; } -.tvshowImg { +.ui-widget-header { + background: #3d3d3d; + border: 1px solid #111; + color: #fff; +} + +.ui-state-default, +.ui-widget-content .ui-state-default, +.ui-widget-header .ui-state-default { border: 1px solid #111; } -.tvshowImg img { - float: left; - min-width: 100%; +.ui-state-hover, +.ui-widget-content .ui-state-hover, +.ui-widget-header .ui-state-hover, +.ui-state-focus, +.ui-widget-content .ui-state-focus, +.ui-widget-header .ui-state-focus { + background: #3d3d3d; +} + +.ui-state-active, +.ui-widget-content .ui-state-active, +.ui-widget-header .ui-state-active { + background: #3d3d3d; +} + +.ui-state-highlight, +.ui-widget-content .ui-state-highlight, +.ui-widget-header .ui-state-highlight { + background: #fbf9ee url("../css/lib/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x; +} + +.ui-state-error, +.ui-widget-content .ui-state-error, +.ui-widget-header .ui-state-error { + background: #fef1ec url("../css/lib/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x; +} + +.ui-icon, +.ui-widget-content .ui-icon { + background-image: url("../css/lib/images/ui-icons_ffffff_256x240.png"); +} + +.ui-widget-header .ui-icon { + background-image: url("../css/lib/images/ui-icons_222222_256x240.png"); +} + +.ui-state-default .ui-icon { + background-image: url('../css/lib/images/ui-icons_09a2ff_256x240.png'); +} + +.ui-state-hover .ui-icon, +.ui-state-focus .ui-icon { + background-image: url("../css/lib/images/ui-icons_222222_256x240.png"); +} + +.ui-state-active .ui-icon { + background-image: url("../css/lib/images/ui-icons_8c291d_256x240.png"); +} + +.ui-state-highlight .ui-icon { + background-image: url("../css/lib/images/ui-icons_2e83ff_256x240.png"); +} + +.ui-state-error .ui-icon, +.ui-state-error-text .ui-icon { + background-image: url("../css/lib/images/ui-icons_cd0a0a_256x240.png"); +} + +.ui-widget-overlay { + background: #000000 url("../css/lib/images/ui-bg_flat_0_000000_40x100.png") 50% 50% repeat-x; +} + +.ui-widget-shadow { + background: #000000 url("../css/lib/images/ui-bg_flat_0_000000_40x100.png") 50% 50% repeat-x; +} + +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { + color: #140F06; + text-decoration: none; +} + +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { + color: #fff; + text-decoration: none; +} + +.ui-dialog .ui-dialog-titlebar-close { + background: #333; +} + +.ui-tabs { + padding: 0px; + background: none; + border-width: 0px; +} + +.ui-tabs .ui-tabs-nav { + padding-left: 0px; + background: transparent; + border-width: 0px 0px 0px 0px; + -moz-border-radius: 0px; + -webkit-border-radius: 0px; + border-radius: 0px; +} + +.ui-tabs .ui-tabs-panel { + background-color: #3d3d3d !important; + border: 1px solid #111 !important; +} + +.ui-tabs .ui-tabs-nav li.ui-tabs-active { + border-top-left-radius: 5px; + border-top-right-radius: 5px; +} + +.ui-tabs-nav > :not(.ui-tabs-active){ + background: #333; + border-top-left-radius: 5px; + border-top-right-radius: 5px; +} + +#content { + width: 95%; + min-width: 875px; + padding: 15px; + margin-left: auto; + margin-right: auto; + clear: both; +} + +#SubMenu { + padding-right: 20px; + clear: both; + font-size: 12px; + float: right; +} + +.upgrade-notification { + width: 600px; + text-align: center; + margin-left: auto; + margin-right: auto; + margin-top: 50px; + margin-bottom: 0px; +} + +[class^="menu-icon-"], [class*=" menu-icon-"] { + background: url("../images/menu/menu-icons-white.png"); + height: 16px; + width: 16px; + display: inline-block; position: relative; + top: 2px; + float: left; } -table .ep_name { - color: #000000; +@media(max-width:767px){ + [class^="menu-icon-"], [class*=" menu-icon-"] { + background: url("../images/menu/menu-icons-white.png"); + height: 16px; + width: 16px; + display: inline-block; + position: relative; + top: 2px; + float: left; + } } -table td a { +.menu-icon-addshow { + background-position: 0px 0px; +} + +.menu-icon-anime { + background-position: -21px 0px; +} + +.menu-icon-backlog-view { + background-position: -42px 0px; +} + +.menu-icon-backlog { + background-position: -63px 0px; +} + +.menu-icon-bittorrent { + background-position: -84px 0px; +} + +.menu-icon-config-index { + background-position: -105px 0px; +} + +.menu-icon-config { + background-position: -126px 0px; +} + +.menu-icon-failed-download { + background-position: -147px 0px; +} + +.menu-icon-home { + background-position: -168px 0px; +} + +.menu-icon-manage { + background-position: -189px 0px; +} + +.menu-icon-manage-searches { + background-position: -210px 0px; +} + +.menu-icon-poster { + background-position: -231px 0px; +} + +.menu-icon-postprocess { + background-position: -252px 0px; +} + +.menu-icon-restart { + background-position: -273px 0px; +} + +.menu-icon-shutdown { + background-position: -294px 0px; +} + +.menu-icon-update { + background-position: -315px 0px; +} + +.menu-icon-viewlog-errors { + background-position: -336px 0px; +} + +.menu-icon-viewlog { + background-position: -357px 0px; +} + +.menu-icon-xbmc { + background-position: -378px 0px; +} + +.menu-icon-help { + background-position: -399px 0px; +} + +[class^="submenu-icon-"], [class*=" submenu-icon-"] { + background: url("../images/menu/menu-icons-white.png"); + height: 16px; + width: 16px; +} + +.submenu-icon-anime { + background-position: -21px 0px; +} + +.submenu-icon-bittorrent { + background-position: -84px 0px; +} + +.submenu-icon-failed-download { + background-position: -147px 0px; +} + +.submenu-icon-restart { + background-position: -273px 0px; +} + +.submenu-icon-shutdown { + background-position: -294px 0px; +} + +.submenu-icon-xbmc { + background-position: -378px 0px; +} + +/* ======================================================================= +inc_bottom.tmpl +========================================================================== */ + +.footer { + width: 100%; + padding: 20px 0; color: #fff; -} - -table td a:hover { - color: #09A2FF; -} - -.separator { - font-size: 90%; - color: #999; -} - -div select { -/* font-size: 12px; !important*/ - border: 1px solid #d4d0c8; -} - -div select { - border:1px solid #d4d0c8; -} - -input:not(.btn){ - border-bottom-color: #111; - border-right-color: #111; - border-left-color: #111; - border-top-color: #111; -} - -.footer a { - color: #09A2FF; - text-decoration: none; + text-align: center; + font-size: 12px; } .footerhighlight { @@ -122,118 +507,59 @@ input:not(.btn){ display: inline; } -.sickbeardTable { - border-collapse:separate; - -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.15); - box-shadow:0 1px 2px rgba(0,0,0,0.15); - border-spacing: 0px; + +/* ======================================================================= +home.tmpl +========================================================================== */ + +.imgbanner .banner { + border: 1px solid #111; + overflow: hidden; + height: 66px; + overflow: hidden; + border-radius: 8px; + vertical-align: top; + width: 360px; + display: block; + margin-left: auto; + margin-right: auto; } -.sickbeardTable th, .sickbeardTable td { - border-top: 1px solid transparent; -} - -.seasoncols th { - border-top: #111 1px solid; - text-shadow:0 1px rgba(255,255,255,0.8); - font-weight:normal; -} - -.seasonstyle td { - border-top: #111 1px solid; - color: #000000; -} - -.seasoncols tr:first-child, .seasoncols th:first-child{ - border-top-left-radius:10px; - border-left: #111 1px solid; -} - -.seasoncols tr:last-child, .seasoncols th:last-child{ - border-top-right-radius:10px; - border-right: #111 1px solid; -} - -.sickbeardTable th { - text-shadow:0 1px rgba(0,0,0,0.8); - background:#297ab8; - background-clip:padding-box; - background-image:-webkit-linear-gradient(top, #297ab8,#15528f) !important; - background-image:-moz-linear-gradient(top, #297ab8,#15528f) !important; - background-image:-o-linear-gradient(top, #297ab8,#15528f) !important; - background-image:linear-gradient(to bottom, #297ab8,#15528f) !important; - -webkit-box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 0 0 1px rgba(255,255,255,0.05),0 1px 2px rgba(0,0,0,0.15); - box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 0 0 1px rgba(255,255,255,0.05),0 1px 2px rgba(0,0,0,0.15); -} - -.sickbeardTable tfoot a { - text-decoration: none; - color: #FFFFFF; - float: left; - font-weight:normal; - text-shadow:0 1px rgba(0,0,0,0.8); -} - -.sickbeardTable td.status_column { - font-weight: normal; - color: #000; -} - -.sickbeardTable td.search { - border-right: #111 1px solid; -} - -.sickbeardTable td.check { - border-left: #111 1px solid; -} - -.sickbeardTable td.tableleft { - border-left: #111 1px solid; -} - -.sickbeardTable td.tableright { - border-right: #111 1px solid; -} - -#actions .selectAll { - border-right: 1px solid #eee; -} - -#tooltip { +.imgsmallposter .small { + height: 66px; + overflow: hidden; + border-radius: 3px; + vertical-align: middle; + width: 45px; border: 1px solid #111; - background-color: #eee; + margin-right: 5px; +} + +.search { + margin-bottom: 10px; } .ui-progressbar { - height: 18px !important; - line-height: 17px; + height: 20px; + line-height: 18px; +} + +.ui-progressbar .ui-progressbar-value { + box-sizing: content-box !important; } .progressbarText { - text-shadow: 0 0 0.1em #000; position: absolute; top: 0; - font-size: 12px; - color: #FFFFFF; width: 100%; height: 100%; overflow: visible; text-align: center; + text-shadow: 0 0 0.1em #000; vertical-align: middle; + font-size: 12px; + color: #fff; } -/* -.ui-progressbar .ui-widget-header { - background-image: -moz-linear-gradient(#23afdc, #1178b3) !important; - background-image: linear-gradient(#23afdc, #1178b3) !important; - background-image: -webkit-linear-gradient(#23afdc, #1178b3) !important; - background-image: -o-linear-gradient(#23afdc, #1178b3) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -*/ .progress-80 { background-image: -moz-linear-gradient(#a6cf41, #5b990d) !important; @@ -275,170 +601,1198 @@ input:not(.btn){ border-radius: 3px; } -tr.seasonheader h2 { - color: #fff; +#container, #container-anime { + margin: 0 auto; } -tr.seasonheader a:hover:not(.btn) { - background-color: #fff; - color: #343434; -} - -tr.unaired, span.unaired { - background-color: #cccccc; - color: #cec198; -} - -tr.unaired b, -span.unaired b { - color: #343434; -} - -tr.skipped, span.skipped { - background-color: #aad4ff; - color: #003f7f; +.show { + margin: 12px; + width: 188px; + height: 352px; + background-color: #333; border: 1px solid #111; + border-radius: 6px; } -tr.skipped b, -span.skipped b { - color: #343434; +.show-image { + overflow: hidden; + height: 273px; + width: 186px; + border-top-left-radius: 5px; + border-top-right-radius: 5px; } -tr.good, span.good { - background-color: #d4ffaa; - color: #3f7f00; - border: 1px solid #111; +.show .ui-progressbar { + height: 7px !important; + top: -2px; } -tr.good b, -span.good b { - color: #343434; +.show .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { + border-bottom-right-radius: 0px; } -tr.qual, span.qual { - background-color: #ffd4aa; - color: #bf5f00; - border: 1px solid #111; +.show .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { + border-bottom-left-radius: 0px; } -tr.qual b, -span.qual b { - color: #343434; +.show .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { + border-top-right-radius: 0px; } -tr.wanted, span.wanted { - background-color: #ffbfbf; - color: #ff5656; - border: 1px solid #111; +.show .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { + border-top-left-radius: 0px; } -tr.wanted b, -span.wanted b { - color: #343434; +.show .ui-widget-content { + border-top: 1px solid #111; + border-bottom: 1px solid #111; + border-left: 0px; + border-right: 0px; } -tr.snatched, span.snatched { - background-color: #ebc1ea; - color: #662c65; - border: 1px solid #111; +.show .progress-80 { + border-radius: 0px; } -tr.snatched b, -span.snatched b { - color: #343434; +.show .progress-60 { + border-radius: 0px; } -tr.wanted, -tr.qual, -tr.good, -tr.skipped, -tr.unaired, -tr.snatched { - border-top: #111 1px solid; +.show .progress-40 { + border-radius: 0px; } -span .headerInfo { - color: #FFFFFF; +.show .progress-20 { + border-radius: 0px; } -div#summary { - text-shadow:0px 1px rgba(0, 0, 0, 0.8); - background:#333; - border:1px solid #111; +.show-title { + position: relative; + overflow: hidden; + white-space: nowrap; + font-size: 11px; + margin: 4px 4px 0px 4px; } -div#summary2 { - text-shadow:0px 1px rgba(0, 0, 0, 0.8); - background:#3D3D3D; - border:1px solid #111; +.show-title:after { + content: ""; + pointer-events: none; + position: absolute; + width: 20px; + height: 100%; + top: 0; + right: 0; + background-image: -webkit-linear-gradient(right, rgba(51, 51, 51, 1), rgba(51, 51, 51, 0)); + background-image: -moz-linear-gradient(right, rgba(51, 51, 51, 1), rgba(51, 51, 51, 0)); + background-image: -ms-linear-gradient(right, rgba(51, 51, 51, 1), rgba(51, 51, 51, 0)); + background-image: -o-linear-gradient(right, rgba(51, 51, 51, 1), rgba(51, 51, 51, 0)); + background-image: linear-gradient(to left, rgba(51, 51, 51, 1), rgba(51, 51, 51, 0)); } -.alt { - +.show-date { + position: relative; + overflow: hidden; + white-space: nowrap; + font-size: 11px; + margin: 0px 4px 4px 4px; } -#tabs div.field-pair select, -.stepDiv div.field-pair select { - border: 1px solid #d4d0c8; +.show-date:after { + content: ""; + pointer-events: none; + position: absolute; + width: 20px; + height: 100%; + top: 0; + right: 0; + background-image: -webkit-linear-gradient(right, rgba(51, 51, 51, 1), rgba(51, 51, 51, 0)); + background-image: -moz-linear-gradient(right, rgba(51, 51, 51, 1), rgba(51, 51, 51, 0)); + background-image: -ms-linear-gradient(right, rgba(51, 51, 51, 1), rgba(51, 51, 51, 0)); + background-image: -o-linear-gradient(right, rgba(51, 51, 51, 1), rgba(51, 51, 51, 0)); + background-image: linear-gradient(to left, rgba(51, 51, 51, 1), rgba(51, 51, 51, 0)); } -#displayText { - background-color: #363636; - border: 1px solid #111; +.show-table { + text-align:center; + vertical-align:middle; + width: 33% +} + +.show-add { + font-size: 11px; + text-align: left; + display: block; +} + +.show-status { + font-size: 11px; + text-align: left; + display: block; +} + +.show-network-image { + width: 50px; + height: auto; +} + +.show-dlstats { + font-size: 11px; + text-align: left; + display: block; + margin-left: 4px; +} + +.show-quality { + font-size: 11px; + text-align: right; + display: block; + margin-right: 4px; +} + +#sort-by { + display: inline; + list-style-type: none; + padding: 0; + margin-left: 5px; +} + +#sort-by ul, #sort-by li { + display: inline; + margin: 0; + padding: 0; +} + +.posterview { + margin: 0 auto; } td.tvShow a { - color: #FFFFFF; - font-weight: normal; + color: #fff; + text-decoration: none; } -td.comingtvShow a { +td.tvShow a:hover { + cursor: pointer; + color: #09A2FF; +} + +/* ======================================================================= +home_addShows.tmpl +========================================================================== */ + +#addShowPortal { + width: 700px; + padding: 10px 0; + margin-right: auto; + margin-left: auto; +} + +#addShowPortal a { + padding: 10px; +} + +div.button { + display: table-cell; + vertical-align: middle; + padding-left: 10px; +} + +div.buttontext { + display: table-cell; + padding-left: 20px; + text-align: left; + white-space: normal; +} + +div.buttontext h3 { + margin-top: 10px; +} + +div.buttontext p { + font-size: 13px; +} + +.icon-addnewshow { + background-image: url("../images/addshows/add-new32-white.png"); + width: 32px; + height: 32px; +} + +.icon-addtrendingshow { + background-image: url("../images/addshows/add-trending32-white.png"); + width: 32px; + height: 32px; +} + +.icon-addrecommendedshow { + background-image: url("../images/addshows/add-trakt32-white.png"); + width: 32px; + height: 32px; +} + +.icon-addexistingshow { + background-image: url("../images/addshows/add-existing32-white.png"); + width: 32px; + height: 32px; +} + +/* ======================================================================= +home_newShow.tmpl +========================================================================== */ +#addShowForm, #recommendedShowsForm { + margin-left: auto; + margin-right: auto; +} + +#newShowPortal { + width: 800px; + padding: 10px 0; + margin-right: auto; + margin-left: auto; +} + +#displayText { + padding: 8px; + overflow: hidden; + font-size: 14px; + background-color: #3d3d3d; + border: 1px solid #111; +} + +#searchResults input[type="radio"] { + vertical-align: -2px; +} + +/* ======================================================================= +home_addExistingShow.tmpl +========================================================================== */ + +.existingtabs { + padding: 1em 1.4em; +} + +ul#rootDirStaticList { + width: 90%; + margin-right: auto; + margin-left: auto; + text-align: left; +} + +ul#rootDirStaticList li { + padding: 4px 5px 4px 5px; + margin: 2px; + list-style: none outside none; + cursor: pointer; + background: #3d3d3d; +} + +ul#rootDirStaticList li label { + margin-top: 5px; + margin-bottom: 5px; +} + +ul#rootDirStaticList li input[type="checkbox"] { + vertical-align: -2px; +} + +/* ======================================================================= +home_trendingShows.tmpl +========================================================================== */ + +.traktShowTitleIcons { + float: right; + padding-right: 4px; + padding-bottom: 4px; +} + +.traktContainer p { + padding-top: 2px; +} + +.traktContainer p img { + position: relative; + top: -2px; +} + +.traktContainer p, .traktContainer i { + white-space: nowrap; + font-size: 12px; + overflow: hidden; +/* text-shadow: 1px 1px 0px #000;*/ + padding-left: 4px; + margin: 0; +} + +.traktContainer { + margin: 12px; + width: 188px; + background-color: #333; + border: 1px solid #111; + border-radius: 6px; +} + +.trakt-image { + overflow: hidden; + height: 273px; + width: 186px; + border-top-left-radius: 5px; + border-top-right-radius: 5px; + border-bottom: 1px solid #111; +} + + +/* ======================================================================= +home_postprocess.tmpl +========================================================================== */ + +#postProcess { + width: 800px; + padding-top: 10px; + margin-right: auto; + margin-left: auto; +} + + +/* ======================================================================= +displayShow.tmpl +========================================================================== */ + +#posterCol { + float: left; + margin-right: 10px; + margin-bottom: 20px; +} + +#showCol { + overflow: hidden; + margin-bottom: 20px; +} + +.navShow { + display: inline; + cursor: pointer; +} + +#prevShow, +#nextShow, +#topcontrol { + -webkit-filter: "none"; + filter: none; +} + +h1.title { + padding-bottom: 12px; + margin-bottom: 15px; + line-height: 30px; + text-align: left; + text-rendering: optimizelegibility; + border-bottom: 1px solid #555; +} + +.displayspecials { + position: relative; + top: -24px; +} + +#showinfo { + cursor: default; +} + +#showinfo { + display: inline-block; + position: relative; + top: -3px; +} + +span.imdbstars { + display: inline-block; + vertical-align: top; + cursor: help; + margin-top: 4px; +} + +span.imdbstars, span.imdbstars > * { + height: 12px; + background: url(../images/rating.png) 0 -12px repeat-x; + width: 120px; + display: inline-block; + vertical-align: top; +} + +span.imdbstars > * { + background-position: 0 0; + max-width:120px; +} + +ul.tags { + list-style-type: none; + position: relative; + top: -5px; + margin-left: -40px; +} + +ul.tags li { + margin-right: 4px; + margin-bottom: 5px; + padding: 3px 4px 3px 25px; + background: url(../images/tag.png) no-repeat scroll 5px 4px #15528F; + border-radius: 3px; + border: 1px solid #111; + color: #FFF; + font: 14px/18px "Open Sans", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; + text-shadow: 0px 1px rgba(0, 0, 0, 0.8); + float: left; +} + +ul.tags li a{ + color: #FFF; +} + +.tvshowImg { + border: 1px solid #111; + border-radius: 5px; + height: 311px; + width: auto; + float: left; +} + +#summary { + padding: 10px; + background-color: #3d3d3d; + border: 1px solid #111; + width: 100%; + height: 250px; + overflow: auto; + cursor: default; +} + +.summaryTable { + max-width: 70%; + overflow: hidden; +} + +#checkboxControls { + padding-top: 5px; +} + +#checkboxControls span { + padding: 5px; + font-size: 13px; + font-weight: bold; + border-radius: 5px; +} + +#checkboxControls label { + white-space: nowrap; + display: inline-block; +} + +#checkboxControls input[type="checkbox"] { + vertical-align: -2px; +} + +.unaired { + background-color: #f5f1e4; +} +.skipped { + background-color: #bedeed; +} +.good { + background-color: #c3e3c8; +} +.qual { + background-color: #ffda8a; +} +.wanted { + background-color: #ffb0b0; +} +.snatched { + background-color: #ebc1ea; +} + +span.unaired { + color: #584b20; + border: 1px solid #584b20; +} +span.skipped { + color: #1d5068; + border: 1px solid #1d5068; +} +span.good { + color: #295730; + border: 1px solid #295730; +} +span.qual { + color: #765100; + border: 1px solid #765100; +} +span.wanted { + color: #890000; + border: 1px solid #890000; +} +span.snatched { + color: #652164; + border: 1px solid #652164; +} + +span.unaired b, +span.skipped b, +span.good b, +span.qual b, +span.wanted b, +span.snatched b { + color: #000000; + font-weight: 800; +} + +.plotInfo { + cursor: help; + float: right; + position: relative; + top: 2px; +} + +.plotInfoNone { + cursor: help; + float: right; + position: relative; + top: 2px; + opacity: 0.4; +} + +.sickbeardTable { + table-layout: auto; + width: 100%; + border-collapse: collapse; + border-spacing: 0; + text-align: center; + border: none; + empty-cells: show; + color: #000; +} + +.sickbeardTable th{ + color: #fff; + text-align: center; + background-color: #15528F; + white-space: nowrap; +} + +.sickbeardTable th, +.sickbeardTable td { + border-top: 1px solid #222; + border-left: 1px solid #222; + padding: 4px; +} + +th.row-seasonheader { + border: none; + background-color: #222; + color: #fff; + padding-top: 15px; + text-align: left; +} + +tr.seasonheader { + padding-bottom: 5px; + padding-top: 10px; + text-align: left; + border: none; +} + +th.col-checkbox, +td.col-checkbox { + width: 30px; + border-left: none; + text-align: center; +} + +th.col-checkbox input[type="checkbox"], +td.col-checkbox input[type="checkbox"] { + vertical-align: -2px; +} + +th.col-metadata, +td.col-metadata { + width: 28px; +} + +th.col-ep, +td.col-ep { + width: 50px; + white-space: nowrap; +} + +th.col-airdate, +td.col-airdate { + width: 86px; + white-space: nowrap; +} + +th.col-name, +td.col-name { + min-width: 100px; +} + +td.col-name { + text-align: left; +} + +th.col-subtitles, +td.col-subtitles { + width: 150px; + text-align: center; +} + +th.col-status, +td.col-status { + width: 200px; + text-align: center; +} + +th.col-legend, +td.col-legend { + width: 80px; +} + +th.col-search, +td.col-search { + width: 46px; +} + +.showLegend { + padding-right: 6px; + padding-bottom: 1px; + width: 150px; +} + +.input-scene { + height: 20px; + line-height: 1.5; + border-radius: 3px; +} + +#editShow { + width: 700px; + padding-top: 10px; + margin-right: auto; + margin-left: auto; +} + +/* ======================================================================= +comingEpisodes.tmpl +========================================================================== */ + +.sort_data { + display: none; +} + + +.listing-key { + padding: 5px; + font-size: 13px; + font-weight: bold; + border-radius: 5px; +} + +.listing-default { + background-color: #f5f1e4; +} + +.listing-current { + background-color: #dfd; +} + +.listing-overdue { + background-color: #fdd; +} + +.listing-toofar { + background-color: #bedeed; +} + +span.listing-default { + color: #826f30; + border: 1px solid #826f30; +} + +span.listing-current { + color: #295730; + border: 1px solid #295730; +} + +span.listing-overdue { + color: #890000; + border: 1px solid #890000; +} + +span.listing-toofar { + color: #1d5068; + border: 1px solid #1d5068; +} + +h2.day, h2.network { + margin: 10px 0; + font-size: 24px; + line-height: 36px; + font-weight: bold; + letter-spacing: 1px; + color: #FFF; + text-align: center; + text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.3); + background-color: #15528F; +} + +.tvshowDiv { + display: block; + clear: both; + border: 1px solid #ccc; + margin: auto; + padding: 0px; + text-align: left; + width: 750px; + border-radius: 5px; + background: #fff; + cursor: default; + overflow: hidden; + color: #000; +} + +.tvshowDiv a:hover { + color: #09A2FF; +} + +.tvshowDiv a, .tvshowDiv a:link, .tvshowDiv a:visited, .tvshowDiv a:hover { text-decoration: none; - color: #111; + background: none; +} + +.tvshowTitle a { + color: #000000; + float: left; + line-height: 1.4em; + font-size: 1.4em; + text-shadow: -1px -1px 0 #FFF); +} + +.tvshowTitleIcons { + float: right; + padding: 3px 5px; +} + +.tvshowDiv td { + padding: 5px 10px; +} + +.tvshowDiv td.next_episode { + width: 100%; + height: 90%; + border-bottom: 1px solid #ccc; + vertical-align: top; + color: #000; +} + +.bannerThumb { + vertical-align: top; + height: auto; + width: 748px; + border-bottom: 1px solid #ccc; +} + +.posterThumb { + vertical-align: top; + height: auto; + width: 180px; + border-right: 1px solid #ccc; +} + +.ep_listing { + width: auto; + border: 1px solid #ccc; + margin-bottom: 10px; + padding: 10px; +} + +.ep_summary { + margin-left: 5px; + font-style: italic; +} + +.ep_summaryTrigger { + cursor: pointer; + vertical-align: middle; +} + +.ep_summaryTriggerNone { + opacity: 0.4; + vertical-align: middle; +} + +#showListTable td.tvShow a { + color: #000; +} + +#showListTable td.tvShow a:hover { + cursor: pointer; + color: #09A2FF; +} + +table.cal-odd { + background-color: #333; +} +table.cal-even { + background-color: #3d3d3d; +} +.calendarShow .text .airtime { + color:#fff +} +.calendarShow .text .episode-title { + color:#aaa +} + +/* ======================================================================= +config*.tmpl +========================================================================== */ + +#config-content { + display: block; + width: 960px; + padding: 0 0 40px; + margin: 0 auto; + clear: both; + text-align: left; +} + +.component-group { + padding: 15px 15px 25px; + border-bottom: 1px dotted #555; + min-height: 200px; +} + +.component-item { + border-bottom: 1px dotted #666; + min-height: 200px; +} + +.component-group-desc{ + float: left; + width: 250px; +} + +.component-group-desc h3{ + margin-top: 5px; +} + +.component-group-desc p { + width: 90%; + margin: 10px 0; + color: #ddd; +} + +#config div.field-pair { + padding: 12px 0px; +} + +#config div.field-pair input { + float: left; + margin-right: 6px; +} + +#config .nocheck, #config div #customQuality, .metadataDiv, .providerDiv { + padding-left: 20px; +} + +#config label span.component-title { + float: left; + width: 172px; + margin-right: 10px; + font-size: 13px; + font-weight: bold; +} + +#config label span.component-desc { + padding-bottom: 2px; + font-size: 12px; font-weight: normal; + display:inline-block; + width:475px; +} + +#config .metadataDiv { + display: none; +} + +.component-group-save { + float: right; + padding-top: 10px; +} + +select .selected { + font-weight: 700; +} + +.jumbo { + font-size: 15px !important; + line-height: 24px; +} + +.testNotification { + padding: 5px; + margin-bottom: 10px; + line-height: 20px; + border: 1px dotted #CCC; +} + +#providerOrderList { + width: 250px; + padding-left: 20px; + list-style-type: none; +} + +#provider_order_list, +#service_order_list { + width: 250px; + padding-left: 20px; + list-style-type: none; +} + +#provider_order_list li, +#service_order_list li { + padding: 5px; + margin: 5px 0; + font-size: 14px; + background: #333 !important; + color: #fff; +} + +#provider_order_list input, +#service_order_list input { + margin: 0px 2px; +} + +#config .tip_scale label span.component-title { + width: 85px !important; + font-size: 12px !important; + margin-top: 2px !important; +} + +#config .tip_scale label span.component-desc { + margin-left: 120px !important; + width: 220px !important; +} + +.infoTableHeader, +.infoTableCell { + padding: 5px; +} + +.infoTableSeperator { + border-top: 1px dotted #666666; +} + +[class^="icon16-"], [class*=" icon16-"] { + background-image: url("../images/glyphicons-config-white.png"); + background-position: -40px 0; + background-repeat: no-repeat; + display: inline-block; + height: 16px; + line-height: 16px; + vertical-align: text-top; + width: 16px; +} + +.icon16-github { + background-position: 0 0; +} +.icon16-mirc { + background-position: -20px 0; +} +.icon16-sb { + background-position: -40px 0; +} +.icon16-web { + background-position: -60px 0; +} +.icon16-win { + background-position: -80px 0; +} + +/* ======================================================================= +config_postProcessing.tmpl +========================================================================== */ + +#config div.example { + padding: 10px; + background-color: #333333; + border: 1px solid #111; +} + +.Key { + width: 100%; + padding: 6px; + font-size: 13px; + background-color: #3d3d3d; + border: 1px solid #111; + border-collapse: collapse; + border-spacing: 0; +} + +.Key th, .tableHeader { + padding: 3px 9px; + margin: 0; + color: #fff; + text-align: center; + background: #15528F; +} + +.Key td { + padding: 1px 5px !important; +} + +.Key tr { + border-bottom: 1px solid #111; +} + +.Key tr.even { + background-color: #333; +} + +.legend { + position: relative; + top: 2px; +} + +/* ======================================================================= +config_notifications.tmpl +========================================================================== */ + +div.metadata_options_wrapper { + float: left; + width: 190px; +} + +div.metadata_example_wrapper { + float: right; + width: 325px; +} + +div.metadata_options { + padding: 7px; + overflow: auto; + background: #333; + color: #fff; + border: 1px solid #111; +} + +div.metadata_options label:hover { + color: #fff; + background-color: #15528F; + cursor: pointer; +} + +div.metadata_options label { + display: block; + padding-left: 7px; + line-height: 20px; + color: #fff; +} + +div.metadata_example { + padding: 8px; +} + +div.metadata_example label { + display: block; + line-height: 21px; + color: #fff; + cursor: pointer; +} + +div.metadataDiv .disabled { + color: #ccc; +} + +.notifier-icon { + float: left; + margin: 6px 4px 0px 0px; +} + + +/* ======================================================================= +manage*.tmpl +========================================================================== */ + +.manageTable th { + white-space: normal; + line-height: 24px; +} + +.manageTable td.tableright { + text-align: left; +} + +td.tableright { + text-align: center; +} + +.optionWrapper { + width: 450px; + margin-left: auto; + margin-right: auto; + padding: 6px 12px; +} + +.optionWrapper span.selectTitle { + float: left; + text-align: left; + vertical-align: middle; + width: 225px; + padding: 6px 0px; +} + +.optionWrapper div.selectChoices { + float: left; + width: 175px; + margin-left: 25px; +} + +.optionWrapper br { + clear: both; +} + +.manageCustom { + text-align: center; + padding: 6px; + margin-left: 25px; +} + +.separator { + font-size: 90%; + color: #333333; } a.whitelink { - color: #ffffff; + } -/* for displayShow notice */ -#show_message { - border: 1px solid #111; - background-color: #3D3D3D; + +/* ======================================================================= +Global +========================================================================== */ + +span.path { + padding: 3px 6px; + color: #09A2FF; + background-color: #333; } -#show_message.success { - background-image: -moz-linear-gradient(#d3ffd7, #c2edc6) !important; - background-image: linear-gradient(#d3ffd7, #c2edc6) !important; - background-image: -webkit-linear-gradient(#d3ffd7, #c2edc6) !important; - background-image: -o-linear-gradient(#d3ffd7, #c2edc6) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important; +.align-left { + text-align: left; } -#show_message.error { - background-image: -moz-linear-gradient(#ffd3d3, #edc4c4) !important; - background-image: linear-gradient(#ffd3d3, #edc4c4) !important; - background-image: -webkit-linear-gradient(#ffd3d3, #edc4c4) !important; - background-image: -o-linear-gradient(#ffd3d3, #edc4c4) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important; -} - -/* override for qtip2 */ -.ui-tooltip-sb .ui-tooltip-titlebar a { - color: #222222; - text-decoration: none; -} - -option.flag { - background-color: #fff; - background-repeat: no-repeat; -} span.quality { + font: 12px/13px "Open Sans", verdana, sans-serif; background-image:-webkit-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.25)); background-image:-moz-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.25)); background-image:-o-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.25)); @@ -447,6 +1801,13 @@ span.quality { box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 -1px 3px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.08),0 1px 2px rgba(0,0,0,0.15); text-shadow: 0px 1px rgba(0, 0, 0, 0.8); color: #FFFFFF; + display: inline-block; + padding: 2px 4px; + text-align: center; + vertical-align: baseline; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; } span.Custom { @@ -495,21 +1856,294 @@ span.true { /* green */ } -#searchResults a { - color: #09a2ff; +option.flag { + padding-left: 35px; + background-repeat: no-repeat; + background-position: 10px 50%; +} + +/* Anime section for editShow */ +.bwlWrapper { + height:auto; + margin: 0 auto; +} + +#Anime { + clear: both; + overflow-x: hidden; + overflow-y: hidden; + font-size: 14px; +} + +#Anime div.component-group-desc { + float: left; + width: 165px; +} + +#Anime div.component-group-desc p { + margin-bottom: 0.4em; + margin-left: 0; + margin-right: 0; + margin-top: 0.4em; + width: 95%; +} + +div.blackwhitelist{ + float:left; + text-align: center; +} + +div.blackwhitelist input { + margin: 5px 5px; +} + +div.blackwhitelist.pool select{ + width: 300px; +} + +div.blackwhitelist.pool { + margin:5px; +} + +div.blackwhitelist.white select, div.blackwhitelist.black select { + width: 180px; +} + +div.blackwhitelist.white, div.blackwhitelist.black { + margin:5px; +} + +div.blackwhitelist span { + display: block; + text-align: center; +} + +div.blackwhitelist.anidb, div.blackwhitelist.manual { + margin: 7px 0px; +} + + +/* ======================================================================= +bootstrap Overrides +========================================================================== */ + +body { + padding-top: 60px; + overflow-y: scroll; + font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; + color: #fff; + background-color: #222; +} + +html * { + outline: 0 !important; +} + +input[type="checkbox"] { + margin: 3px 0px 0px; + line-height: normal; +} + +input[type="radio"] { + margin: 2px 0px 0px; + line-height: normal; +} + +input, textarea, select, .uneditable-input { + width: auto; + color: #000; +} + +.container-fluid { + margin-left: 10px; + margin-right: 10px; +} + +.navbar-brand { + padding: 0px; +} + +/* navbar styling */ +.navbar-default { + background-image: -moz-linear-gradient(#297AB8, #15528F); + background-image: linear-gradient(#297AB8, #15528F); + border-color: #3e3f3a; +} + +.navbar-default .navbar-brand { + color: #ffffff; +} + +.navbar-default .navbar-brand:hover, +.navbar-default .navbar-brand:focus { + color: #ffffff; + background-color: transparent; +} + +.navbar-default .navbar-text { + color: #dddddd; +} + +.navbar-default .navbar-nav > li > a { + color: #dddddd; +} + +.navbar-default .navbar-nav > li > a:hover, +.navbar-default .navbar-nav > li > a:focus { + color: #ffffff; + background-color: transparent; +} + +.navbar-default .navbar-nav > .active > a, +.navbar-default .navbar-nav > .active > a:hover, +.navbar-default .navbar-nav > .active > a:focus { + color: #ffffff; + background-color: #124477; +} + +.navbar-default .navbar-nav > .disabled > a, +.navbar-default .navbar-nav > .disabled > a:hover, +.navbar-default .navbar-nav > .disabled > a:focus { + color: #cccccc; + background-color: transparent; +} + +.navbar-default .navbar-toggle { + border-color: #cccccc; +} + +.navbar-default .navbar-toggle:hover, +.navbar-default .navbar-toggle:focus { + background-color: #124477; +} + +.navbar-default .navbar-toggle .icon-bar { + background-color: #124477; +} + +.navbar-default .navbar-collapse, +.navbar-default .navbar-form { + border-color: #3e3f3a; +} + +.navbar-default .navbar-nav > .open > a, +.navbar-default .navbar-nav > .open > a:hover, +.navbar-default .navbar-nav > .open > a:focus { + background-color: #124477; + color: #ffffff; +} + +@media (max-width: 767px) { + .navbar-default .navbar-nav .open .dropdown-menu > li > a { + color: #dddddd; + } + .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { + color: #ffffff; + background-color: transparent; + } + .navbar-default .navbar-nav .open .dropdown-menu > .active > a, + .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { + color: #ffffff; + background-color: #124477; + } + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { + color: #cccccc; + background-color: transparent; + } +} + +.navbar-default .navbar-link { + color: #dddddd; +} + +.navbar-default .navbar-link:hover { + color: #ffffff; +} + +.navbar-default .btn-link { + color: #98978b; +} + +.navbar-default .btn-link:hover, +.navbar-default .btn-link:focus { + color: #dddddd; +} + +.navbar-default .btn-link[disabled]:hover, +fieldset[disabled] .navbar-default .btn-link:hover, +.navbar-default .btn-link[disabled]:focus, +fieldset[disabled] .navbar-default .btn-link:focus { + color: #cccccc; +} + +.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { + color: #fff; + text-decoration: none; + background-color: #15528F; +} + +.dropdown-menu > li > a { + padding: 4px 36px 4px 20px; + color: #fff; +} + +.dropdown-menu { + background-color: #333; + border: 1px solid rgba(0, 0, 0, 0.15); + box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176); +} + +.form-control { + color: #000000; +} + +.form-control-inline { + min-width: 0; + width: auto; + display: inline; } .btn { - color:#fff; - text-shadow:0 1px rgba(0,0,0,0.8); - background:#2265a1; - border:1px solid #111; - background-image:-webkit-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - background-image:-moz-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - background-image:-o-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - background-image:linear-gradient(to bottom, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - -webkit-box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 -1px 3px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.08),0 1px 2px rgba(0,0,0,0.15); - box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 -1px 3px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.08),0 1px 2px rgba(0,0,0,0.15); + display: inline-block; + *display: inline; + padding: 4px 10px 4px; + margin-bottom: 0; + *margin-left: .3em; + font-size: 12px; + line-height: 16px; + *line-height: 20px; + color: #fff; + text-align: center; + text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); + vertical-align: middle; + cursor: pointer; + background-color: #2672B6; + *background-color: #2672B6; + background-image: -ms-linear-gradient(top, #297AB8, #15528F); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#297AB8), to(#15528F)); + background-image: -webkit-linear-gradient(top, #297AB8, #15528F); + background-image: -o-linear-gradient(top, #297AB8, #15528F); + background-image: linear-gradient(top, #297AB8, #15528F); + background-image: -moz-linear-gradient(top, #297AB8, #15528F); + background-repeat: repeat-x; + border: 1px solid #111; + *border: 0; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + border-color: #111 #111 #111; + border-bottom-color: #111; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + filter: progid:dximagetransform.microsoft.gradient(startColorstr='#297AB8', endColorstr='#15528F', GradientType=0); + filter: progid:dximagetransform.microsoft.gradient(enabled=false); + *zoom: 1; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.0), 0 1px 2px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.0), 0 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.0), 0 1px 2px rgba(0, 0, 0, 0.05); } .btn:hover, @@ -517,68 +2151,92 @@ span.true { .btn.active, .btn.disabled, .btn[disabled] { - background-color: #2672b6; + background-color: #2672B6; + *background-color: #2672B6; + color: #fff; } .btn:active, .btn.active { - background-color: #2a88cf \9; + background-color: #cccccc \9; + color: #fff; +} + +.btn:first-child { + *margin-left: 0; } .btn:hover { - background-color: #2672b6; + color: #fff; + text-decoration: none; + background-color: #2672B6; + *background-color: #2672B6; + background-position: 0 -150px; + -webkit-transition: background-position 0.0s linear; + -moz-transition: background-position 0.0s linear; + -ms-transition: background-position 0.0s linear; + -o-transition: background-position 0.0s linear; + transition: background-position 0.0s linear; } .btn:focus { - outline: thin dotted #111; + outline: thin dotted #333; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; + color: #fff; } .btn.active, .btn:active { - background-color: #1b507f; -} - -a.btn { - color: #ffffff !important; -} - -a.btn:hover { - color: #ffffff !important; + background-color: #2672B6; + background-color: #2672B6 \9; + background-image: none; + color: #fff; + outline: 0; + -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); } .btn.disabled, .btn[disabled] { - background-color: #11517a; + cursor: default; + background-color: #15528F; background-image: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; } .btn-large { - background:#2265a1 !important; + padding: 9px 14px; + font-size: 15px; + line-height: normal; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; } -.btn-large:hover, -.btn-large:active, -.btn-large.active, -.btn-large.disabled, -.btn-large[disabled] { - background-color: #2672b6 !important; +.btn-large [class^="icon-"] { + margin-top: 1px; } -.btn-mini:hover{ - background-color: #2672b6; +.btn-small { + padding: 5px 9px; + font-size: 11px; + line-height: 16px; } -a.btn-mini { - color: #ffffff !important; +.btn-small [class^="icon-"] { + margin-top: -1px; } -a.btn-mini:hover { - color: #ffffff !important; +.btn-mini { + padding: 2px 6px; + font-size: 11px; + line-height: 14px; } .btn-primary, @@ -603,11 +2261,23 @@ a.btn-mini:hover { .btn-success.active, .btn-info.active, .btn-inverse.active { - color: rgba(255, 255, 255, 0.75); + color: rgba(255, 255, 255, 1.0); } .btn-primary { - background-color: #2265a1; + background-color: #0074cc; + *background-color: #0055cc; + background-image: -ms-linear-gradient(top, #0088cc, #0055cc); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc)); + background-image: -webkit-linear-gradient(top, #0088cc, #0055cc); + background-image: -o-linear-gradient(top, #0088cc, #0055cc); + background-image: -moz-linear-gradient(top, #0088cc, #0055cc); + background-image: linear-gradient(top, #0088cc, #0055cc); + background-repeat: repeat-x; + border-color: #0055cc #0055cc #003580; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0); + filter: progid:dximagetransform.microsoft.gradient(enabled=false); } .btn-primary:hover, @@ -615,12 +2285,13 @@ a.btn-mini:hover { .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { - background-color: #2672b6; + background-color: #0055cc; + *background-color: #004ab3; } .btn-primary:active, .btn-primary.active { - background-color: #1b507f; + background-color: #004099 \9; } .btn-warning { @@ -654,7 +2325,19 @@ a.btn-mini:hover { } .btn-danger { - background-color: #8d2d2b; + background-color: #da4f49; + *background-color: #bd362f; + background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)); + background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f); + background-image: -o-linear-gradient(top, #ee5f5b, #bd362f); + background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f); + background-image: linear-gradient(top, #ee5f5b, #bd362f); + background-repeat: repeat-x; + border-color: #bd362f #bd362f #802420; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0); + filter: progid:dximagetransform.microsoft.gradient(enabled=false); } .btn-danger:hover, @@ -662,16 +2345,29 @@ a.btn-mini:hover { .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] { - background-color: #a13331; + background-color: #bd362f; + *background-color: #a9302a; } .btn-danger:active, .btn-danger.active { - background-color: #6e2321; + background-color: #942a25 \9; } .btn-success { - background-color: #3f7636; + background-color: #5bb75b; + *background-color: #51a351; + background-image: -ms-linear-gradient(top, #62c462, #51a351); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)); + background-image: -webkit-linear-gradient(top, #62c462, #51a351); + background-image: -o-linear-gradient(top, #62c462, #51a351); + background-image: -moz-linear-gradient(top, #62c462, #51a351); + background-image: linear-gradient(top, #62c462, #51a351); + background-repeat: repeat-x; + border-color: #51a351 #51a351 #387038; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0); + filter: progid:dximagetransform.microsoft.gradient(enabled=false); } .btn-success:hover, @@ -679,12 +2375,13 @@ a.btn-mini:hover { .btn-success.active, .btn-success.disabled, .btn-success[disabled] { - background-color: #48873e; + background-color: #51a351; + *background-color: #499249; } .btn-success:active, .btn-success.active { - background-color: #305a29; + background-color: #408140 \9; } .btn-info { @@ -718,19 +2415,19 @@ a.btn-mini:hover { } .btn-inverse { - background-color: #1178b3; - *background-color: #11517a; - background-image: -ms-linear-gradient(top, #1178b3, #11517a); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1178b3), to(#11517a)); - background-image: -webkit-linear-gradient(top, #1178b3, #11517a); - background-image: -o-linear-gradient(top, #1178b3, #11517a); - background-image: linear-gradient(top, #1178b3, #11517a); - background-image: -moz-linear-gradient(top, #1178b3, #11517a); + background-color: #414141; + *background-color: #222222; + background-image: -ms-linear-gradient(top, #555555, #222222); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222)); + background-image: -webkit-linear-gradient(top, #555555, #222222); + background-image: -o-linear-gradient(top, #555555, #222222); + background-image: -moz-linear-gradient(top, #555555, #222222); + background-image: linear-gradient(top, #555555, #222222); background-repeat: repeat-x; - border: 1px solid #1178b3; + border-color: #222222 #222222 #000000; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0); filter: progid:dximagetransform.microsoft.gradient(enabled=false); - vertical-align: middle; } .btn-inverse:hover, @@ -747,1160 +2444,261 @@ a.btn-mini:hover { background-color: #080808 \9; } -.btn:focus, -.btn:active { - border: 1px solid #111; -} - -.btn-primary:focus, -.btn-warning:focus, -.btn-danger:focus, -.btn-success:focus, -.btn-info:focus, -.btn-inverse:focus { - border: 1px solid transparent; - box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.75) inset; -} - -.btn-group > .dropdown-toggle { - -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); - -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); - box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -} - -.btn-group.open .dropdown-toggle { - background-image: none; - -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); - -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -} - -.btn-group.open .btn.dropdown-toggle { - background-color: #11517a; -} - -.btn-group.open .btn-primary.dropdown-toggle { - background-color: #0055cc; -} - -.btn-group.open .btn-warning.dropdown-toggle { - background-color: #f89406; -} - -.btn-group.open .btn-danger.dropdown-toggle { - background-color: #bd362f; -} - -.btn-group.open .btn-success.dropdown-toggle { - background-color: #51a351; -} - -.btn-group.open .btn-info.dropdown-toggle { - background-color: #2f96b4; -} - -.btn-group.open .btn-inverse.dropdown-toggle { - background-color: #222222; -} - -.dropup .btn-large .caret { - border-top: 0; - border-bottom: 5px solid #000000; -} - -.btn-primary .caret, -.btn-warning .caret, -.btn-danger .caret, -.btn-info .caret, -.btn-success .caret, -.btn-inverse .caret { - border-top-color: #ffffff; - border-bottom-color: #ffffff; - opacity: 0.75; - filter: alpha(opacity=75); -} - -#customQualityWrapper div.component-group-desc p { - color: #fff; -} - -#SceneException div.component-group-desc p { - color: #fff; -} - -.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { - text-shadow:0 1px rgba(0,0,0,0.8); -} - -h3 { - font-size: 18px; - line-height: 27px; - font-weight: normal; -} - -h4.note { - color: #000000; -} - -blockquote { - border-left: 5px solid #FFFFFF; -} - -code, -pre { - color: #FFFFFF; -} - -pre { - background-color: #333; - border: 1px solid #111; -} - -.verticalimage { - border-style: solid; - border-radius: 4px 0px 0px 4px; - border-color: #111; - border-width: 1px 0px 1px 1px; -} - -.vertical { - background-color: #3d3d3d; - border-radius: 0 4px 4px 0; - border-width: 1px 1px 1px 0; - border-style: solid; - border-color: #111; - color: #fff; -} - -#donate_form{ - border: 5px solid gray; - background: white; -} - -.spinner { - height:14px; - width:14px; - margin:0px auto; - display: inline-block; - -webkit-animation: rotation .6s infinite linear; - -moz-animation: rotation .6s infinite linear; - -o-animation: rotation .6s infinite linear; - animation: rotation .6s infinite linear; - border-left:6px solid rgba(9,162,255,.15); - border-right:6px solid rgba(9,162,255,.15); - border-bottom:6px solid rgba(9,162,255,.15); - border-top:6px solid rgba(9,162,255,.8); - border-radius:100%; -} - -.spinner2 { - height:10px; - width:10px; - margin:0px auto; - display: inline-block; - -webkit-animation: rotation .6s infinite linear; - -moz-animation: rotation .6s infinite linear; - -o-animation: rotation .6s infinite linear; - animation: rotation .6s infinite linear; - border-left:3px solid rgba(9,162,255,.15); - border-right:3px solid rgba(9,162,255,.15); - border-bottom:3px solid rgba(9,162,255,.15); - border-top:3px solid rgba(9,162,255,.8); - border-radius:100%; -} - -@-webkit-keyframes rotation { -from {-webkit-transform: rotate(0deg);} -to {-webkit-transform: rotate(359deg);} -} - -@-moz-keyframes rotation { -from {-moz-transform: rotate(0deg);} -to {-moz-transform: rotate(359deg);} -} - -@-o-keyframes rotation { -from {-o-transform: rotate(0deg);} -to {-o-transform: rotate(359deg);} -} - -@keyframes rotation { -from {transform: rotate(0deg);} -to {transform: rotate(359deg);} -} - -ul.tags li { - background: url(../images/tag.png) no-repeat scroll 5px 4px #297ab8; - border: 1px solid #111; - color: #FFF; - text-shadow: 0px 1px rgba(0, 0, 0, 0.8); -} - -ul.tags li a{ - color: #FFF; -} - -#showCol .showsummary { - text-shadow: 0px 1px rgba(0, 0, 0, 0.8); - background: #333; - border: 1px solid #111; -} - -.meta b { - color: #09A2FF; -} - -/* -tablesorter.css -*/ - -table.tablesorter { - width:100%; - line-height:32px; - text-align:middle; - text-shadow:0 1px rgba(0,0,0,0.8); - border-collapse:separate; - -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.15); - box-shadow:0 1px 2px rgba(0,0,0,0.15); - border:1px solid #111; - border-radius:10px; - border-spacing: 0px; -} - -table.tablesorter td { - font-size: 14px; - padding: 8px 10px; -} - -/* remove extra border from left edge */ -table.tablesorter th:first-child, -table.tablesorter td:first-child { - border-left: none; -} - -.tablesorter thead tr:first-child, .tablesorter thead th:first-child{ - border-top-left-radius:10px; -} - -.tablesorter thead tr:last-child, .tablesorter thead th:last-child{ - border-top-right-radius:10px; -} - -.tablesorter tfoot tr:first-child, .tablesorter tfoot th:first-child{ - border-bottom-left-radius:10px; -} - -.tablesorter tfoot tr:last-child, .tablesorter tfoot th:last-child{ - border-bottom-right-radius:10px; -} - -.tablesorter tfoot a { - text-decoration: none; - color: #FFFFFF; - float: left; - font-weight: normal; -} - -table.tablesorter th { - overflow:hidden; - line-height:30px; - padding:0 11px; - text-shadow:0 1px rgba(0,0,0,0.8); - background:#297ab8; - background-clip:padding-box; - background-image:-webkit-linear-gradient(top, #297ab8,#15528f); - background-image:-moz-linear-gradient(top, #297ab8,#15528f); - background-image:-o-linear-gradient(top, #297ab8,#15528f); - background-image:linear-gradient(to bottom, #297ab8,#15528f); - -webkit-box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 0 0 1px rgba(255,255,255,0.05),0 1px 2px rgba(0,0,0,0.15); - box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 0 0 1px rgba(255,255,255,0.05),0 1px 2px rgba(0,0,0,0.15); -} - -table.tablesorter .tablesorter-header { - cursor: pointer; - font-weight:normal; -} - -table.tablesorter .tablesorter-header-inner { - padding: 0px 15px 0px 15px; -} - -table.tablesorter th.tablesorter-headerAsc .tablesorter-header-inner { - background: url(../lib/images/tablesorter/asc.gif) no-repeat right center; -} - -table.tablesorter th.tablesorter-headerDesc .tablesorter-header-inner { - background: url(../lib/images/tablesorter/desc.gif) no-repeat right center; -} - -table.tablesorter th.tablesorter-headerAsc { - text-shadow:0 1px rgba(0,0,0,0.8); - background:#3983bc; - background-clip:padding-box; - background-image:-webkit-linear-gradient(top, #3983bc,#32699e) !important; - background-image:-moz-linear-gradient(top, #3983bc,#32699e) !important; - background-image:-o-linear-gradient(top, #3983bc,#32699e) !important; - background-image:linear-gradient(to bottom, #3983bc,#32699e) !important; - -webkit-box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 0 0 1px rgba(255,255,255,0.05),0 1px 2px rgba(0,0,0,0.15); - box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 0 0 1px rgba(255,255,255,0.05),0 1px 2px rgba(0,0,0,0.15); -} -table.tablesorter th.tablesorter-headerDesc { - text-shadow:0 1px rgba(0,0,0,0.8); - background:#3983bc; - background-clip:padding-box; - background-image:-webkit-linear-gradient(top, #3983bc,#32699e) !important; - background-image:-moz-linear-gradient(top, #3983bc,#32699e) !important; - background-image:-o-linear-gradient(top, #3983bc,#32699e) !important; - background-image:linear-gradient(to bottom, #3983bc,#32699e) !important; - -webkit-box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 0 0 1px rgba(255,255,255,0.05),0 1px 2px rgba(0,0,0,0.15); - box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 0 0 1px rgba(255,255,255,0.05),0 1px 2px rgba(0,0,0,0.15); -} -/* Zebra Widget - row alternating colors */ -table.tablesorter tr.odd td { - background-color: #333333; - text-shadow:0 1px rgba(0,0,0,0.8); -} -table.tablesorter tr.even td { - background-color: #2e2e2e; - text-shadow:0 1px rgba(0,0,0,0.8); -} -/* filter widget */ -table.tablesorter input.tablesorter-filter { - width: 98%; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -table.tablesorter tr.tablesorter-filter, -table.tablesorter tr.tablesorter-filter td { - text-align: center; -} -/* optional disabled input styling */ -table.tablesorter input.tablesorter-filter.disabled { - display: none; -} -/* xtra css for sb */ -.tablesorter-header-inner { - text-align: center; - white-space: nowrap; - padding: 0 2px; - font-weight: normal; -} -tr.tablesorter-stickyHeader { - background-color: #fff; - padding: 2px 0; -} - -/* -jquery-ui-1.10.4.custom.css -*/ - -.ui-widget-content { - background: #606060 url("/css/lib/images/ui-bg_flat_0_606060_40x100.png") 50% top repeat-x; - border:1px solid #111; -} - -.ui-widget-content a { - color: #FFFFFF; -} - -.ui-widget-header { - border: 1px solid #111; - /* background: #ffffff url(images/ui-bg_flat_0_ffffff_40x100.png) 50% 50% repeat-x; */ - color: #FFFFFF; - font-weight: bold; -} - -.ui-widget-header a { - color: #FFFFFF; -} - -.ui-state-default, -.ui-widget-content .ui-state-default, -.ui-widget-header .ui-state-default { - border: 1px solid #111; - background: #333; - font-weight: bold; - color: #FFFFFF; - -} - -.ui-state-default a, -.ui-state-default a:link, -.ui-state-default a:visited { - color: #FFFFFF; - text-decoration: none; -} - -.ui-state-hover, -.ui-widget-content .ui-state-hover, -.ui-widget-header .ui-state-hover, -.ui-state-focus, -.ui-widget-content .ui-state-focus, -.ui-widget-header .ui-state-focus { - border: 1px solid #111; - /* background: #dddddd url(images/ui-bg_highlight-soft_75_dddddd_1x100.png) 50% 50% repeat-x; */ - font-weight: bold; - color: #FFFFFF; -} - -.ui-state-hover a, -.ui-state-hover a:hover, -.ui-state-hover a:link, -.ui-state-hover a:visited, -.ui-state-focus a, -.ui-state-focus a:hover, -.ui-state-focus a:link, -.ui-state-focus a:visited { - color: #FFFFFF; - text-decoration: none; -} - -.ui-state-active, -.ui-widget-content .ui-state-active, -.ui-widget-header .ui-state-active { - border: 1px solid #111; - background: #dfdfdf url(images/ui-bg_inset-soft_75_dfdfdf_1x100.png) 50% 50% repeat-x; - font-weight: bold; - color: #FFFFFF; -} - -.ui-state-active a, -.ui-state-active a:link, -.ui-state-active a:visited { - color: #FFFFFF; - text-decoration: none; -} - -.ui-state-highlight, -.ui-widget-content .ui-state-highlight, -.ui-widget-header .ui-state-highlight { - border: 1px solid #111; - /* background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; */ - color: #363636; -} - -.ui-state-highlight a, -.ui-widget-content .ui-state-highlight a, -.ui-widget-header .ui-state-highlight a { - color: #363636; -} - -.ui-state-error, -.ui-widget-content .ui-state-error, -.ui-widget-header .ui-state-error { - border: 1px solid #111; - /* background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; */ - color: #8c291d; -} - -.ui-state-error a, -.ui-widget-content .ui-state-error a, -.ui-widget-header .ui-state-error a { - color: #8c291d; -} - -.ui-state-error-text, -.ui-widget-content .ui-state-error-text, -.ui-widget-header .ui-state-error-text { - color: #8c291d; -} - -.sf-sub-indicator { background: url("/images/arrows.png") no-repeat -10px -100px; } -.sf-shadow ul { background: url("/images/shadow.png") no-repeat bottom right; } - -[class^="icon-"], [class*=" icon-"] { background-image: url("/images/glyphicons-halflings.png"); } -a:hover > i.icon-question-sign, .icon-white { background-image: url("/images/glyphicons-halflings-white.png"); } -a > i.icon-question-sign { background-image: url("/images/glyphicons-halflings.png"); } - -.dropdown-menu li > a:hover > [class^="icon-"], .dropdown-menu li > a:hover > [class*=" icon-"] { background-image: url("/images/glyphicons-halflings-white.png"); } -[class^="icon16-"], [class*=" icon16-"] { background-image: url("/images/glyphicons-config.png"); } - -.ui-autocomplete-loading { background: white url("/images/loading16.gif") right center no-repeat; } -.browserDialog.busy .ui-dialog-buttonpane { background: url("/images/loading.gif") 10px 50% no-repeat !important; } -.ui-progressbar .ui-progressbar-overlay { background: url("/css/lib/images/animated-overlay.gif"); } -.ui-dialog, .ui-dialog-buttonpane { background: #2a2a2a 50% 50% repeat !important; } -.ui-dialog-titlebar { background: #3d3d3d !important;} -.ui-accordion-content, .ui-tabs-panel { background: #484848 !important; background-image: none !important; } - -.ui-widget-content { background: #606060 url("/css/lib/images/ui-bg_flat_0_606060_40x100.png") 50% top repeat-x; } -.ui-widget-header { background: #606060 url("/css/lib/images/ui-bg_flat_0_606060_40x100.png") 50% 50% repeat-x; } - -.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { background: #dddddd url("/css/lib/images/ui-bg_highlight-soft_75_dddddd_1x100.png") 50% 50% repeat-x; } -.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background: #3d3d3d; color: #FFFFFF !important; } - -.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { background: #fbf9ee url("/css/lib/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x; } -.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { background: #fef1ec url("/css/lib/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x; } - -.ui-icon, .ui-widget-content .ui-icon { background-image: url("/css/lib/images/ui-icons_ffffff_256x240.png"); } -.ui-widget-header .ui-icon { background-image: url("/css/lib/images/ui-icons_ffffff_256x240.png"); } -.ui-state-default .ui-icon { background-image: url("/css/lib/images/ui-icons_09a2ff_256x240.png"); } -.ui-state-hover .ui-icon, .ui-state-focus .ui-icon { background-image: url("/css/lib/images/ui-icons_ffffff_256x240.png"); } -.ui-state-active .ui-icon { background-image: url("/css/lib/images/ui-icons_8c291d_256x240.png"); } -.ui-state-highlight .ui-icon { background-image: url("/css/lib/images/ui-icons_2e83ff_256x240.png"); } -.ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background-image: url("/css/lib/images/ui-icons_cd0a0a_256x240.png"); } - -.ui-widget-overlay { background: #000000 url("/css/lib/images/ui-bg_flat_0_000000_40x100.png") 50% 50% repeat-x; } -.ui-widget-shadow { background: #000000 url("/css/lib/images/ui-bg_flat_0_000000_40x100.png") 50% 50% repeat-x; } - -.ui-tabs { - padding: 0px; - background: none; - border-width: 0px; -} -.ui-tabs .ui-tabs-nav { - padding-left: 0px; - background: transparent; - border-width: 0px 0px 0px 0px; - -moz-border-radius: 0px; - -webkit-border-radius: 0px; - border-radius: 0px; - -} -.ui-tabs .ui-tabs-panel { background-color: #3d3d3d !important; border-width: 1px 1px 1px 1px; border-color: #111111;} - -.ui-tabs-nav > :not(.ui-tabs-active){ background: #333333 !important; color: #FFFFFF !important; } - -/* -comingEpisodes.css -*/ - -.tvshowDiv { - border: 1px solid #111; - background: #fff; -} - -.tvshowTitle a { - color: #000000; - text-shadow: -1px -1px 0 #FFF; -} - -.tvshowDiv .title { - font-weight: bold; - color: #111; -} - -.posterThumb { - border-right: 1px solid #111; - border-top-left-radius: 8px; - border-bottom-left-radius: 8px; -} - -.bannerThumb { - border-top-left-radius: 8px; - border-top-right-radius: 8px; - border-bottom: 1px solid #111; -} - -.tvshowDiv th { - color: #000; -} - -.tvshowDiv td { - color: #000; -} - -.tvshowDiv td.next_episode { - border-bottom: 1px solid #111; - color: #000; -} - -h1.day { - background:#297ab8; - background-image:-webkit-linear-gradient(top, #297ab8,#15528f) !important; - background-image:-moz-linear-gradient(top, #297ab8,#15528f) !important; - background-image:-o-linear-gradient(top, #297ab8,#15528f) !important; - background-image:linear-gradient(to bottom, #297ab8,#15528f) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important; - color: #fff; - text-shadow:0 1px rgba(0,0,0,0.8); - text-align: center; - border-top-left-radius: 10px; - border-top-right-radius: 10px; - border-left: 1px solid #111; - border-top: 1px solid #111; - border-right: 1px solid #111; -} - -h1.network { - margin-top: 10px; - padding: 4px; - letter-spacing: 1px; - background:#297ab8; - background-image:-webkit-linear-gradient(top, #297ab8,#15528f) !important; - background-image:-moz-linear-gradient(top, #297ab8,#15528f) !important; - background-image:-o-linear-gradient(top, #297ab8,#15528f) !important; - background-image:linear-gradient(to bottom, #297ab8,#15528f) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important; - color: #fff; - text-shadow:0 1px rgba(0,0,0,0.8); - text-align: center; - border-top-left-radius: 10px; - border-top-right-radius: 10px; - border-left: 1px solid #111; - border-top: 1px solid #111; - border-right: 1px solid #111; -} - -.ep_listing { - width: auto; - border: 1px solid #111; - margin-bottom: 10px; - /* margin: 10px; */ - /* overflow: hidden; */ - padding: 10px; -} - -.listing_default { - background-color: #ffd4aa; - color: #bf5f00; - border: 1px solid #111; -} - -.listing_current { - background-color: #d4ffaa; - color: #3f7f00; - border: 1px solid #111; -} - -.listing_waiting { - background-color: #d4ffaa; -} - -.listing_overdue { - background-color: #ffbfbf; - color: #ff5656; - border: 1px solid #111; -} - -.listing_toofar { - background-color: #aad4ff; - color: #003f7f; - border: 1px solid #111; -} - -.listing_unknown { - background-color: #ffd4aa; -} - -tr.listing_default { - color: #111; -} - -tr.listing_current { - color: #111; -} - -tr.listing_waiting { - color: #111; -} - -tr.listing_overdue { - color: #111; -} - -tr.listing_toofar { - color: #111; -} - -tr.listing_unknown { - color: #111; -} - -span.pause { - color: #FF0000; +.btn-xs { + padding: 1px 5px; font-size: 12px; + line-height: 1.5; + border-radius: 3px; } -.ep_summaryTrigger { -/* float: left; - padding-top: 9px;*/ +@media(min-width:768px){ + .navbar .nav > li > .dropdown-menu:after { + position: absolute; + top: -6px; + right: 12px; + display: inline-block; + border-right: 6px solid transparent; + border-bottom: 6px solid #333; + border-left: 6px solid transparent; + content: ""; + } } -.ep_summary { - margin-left: 5px; -/* padding-top: 5px; */ - font-style: italic; - line-height: 21px; -} - -/* -config.css -*/ - -#config a:hover { - color: #09a2ff !important; -} - -#config h3 { - color: #FFFFFF; -} - -#config h4 { - color: #FFFFFF; -} - -#config h5 { - color: #FFFFFF; -} - -#config .path { - color: #333; -} - -#config-components-border { - border-top: 1px solid #999; -} - -#config .title-group { - border-bottom: 1px solid #707070; -} - -#config .component-group { - border-bottom: 1px solid #111; -} - -#config .component-group-desc p { - color: #FFFFFF; -} - -#config .component-group-desc p.note { - color: #FFFFFF; -} - -#config div.field-pair input:not(.btn) { - border: 1px solid #111; -} - -#config-settings { - background: #fffae5; - border-bottom: 1px dotted #666; - border-top: 1px solid #999; -} - -#config-settings .config-settings-group { - border-bottom: 1px dotted #999; -} - -#config-settings .config-settings-group h2 { - margin-bottom: 0; -} - -#config-settings .config-settings-group p { - font-size: 1.1em; - color: #666; - margin: .6em 0 1em; -} - -#provider_order_list li, -#service_order_list li { - background: #333; -} - -#config div.metadata_options { - color: #FFF; -} - -#config div.metadata_options label:hover { - background-color: #09A2FF; -} - -#config div.metadata_options label { - color: #FFF; -} - -#config div.metadata_example { - color: #036; -} - -#config div.metadata_example label { - color: #09A2FF; -} - -#config div.metadataDiv .disabled { - color: #ccc; -} - -.infoTableSeperator { - border-top: 1px dotted #666666; -} - -#config div.testNotification { - border: 1px solid #111; - background-color: #333; -} - -.config_message { - background: #ffecac; -} - -#config span.path { - color: #09a2ff; +label { + font-weight: normal; } /* ======================================================================= -config_postProcessing.tmpl +input sizing (for config pages) ========================================================================== */ -#config div.example { +#config select { + min-width: 0; + width: auto; + display: inline; + margin-top: -4px; +} + +.btn-inline { + margin-top: -3px; +} + +.input75 { + width: 75px; + margin-top: -4px; +} + +.input100 { + width: 100px; + margin-top: -4px; +} + +.input150 { + width: 150px; + margin-top: -4px; +} + +.input200 { + width: 200px; + margin-top: -4px; +} + +.input250 { + width: 250px; + margin-top: -4px; +} + +.input300 { + width: 300px; + margin-top: -4px; +} + +.input350 { + width: 350px; + margin-top: -4px; +} + +/* ======================================================================= +browser.css +========================================================================== */ + +#fileBrowserDialog { + overflow-y: auto; +} + +#fileBrowserDialog ul { + padding: 0; + margin: 0; +} + +#fileBrowserDialog ul li { + margin: 2px 0; + list-style-type: none; + cursor: pointer; + background: #333; +} + +#fileBrowserDialog ul li a { + display: block; + padding: 4px 0; +} + +#fileBrowserDialog ul li a:hover { color: #09a2ff; - border: 1px solid #111; - background: #333; -} - -.Key { - background-color: #3d3d3d; - border: 1px solid #111; -} - -.Key th, .tableHeader { - color: #fff; - text-align: center; - text-shadow:0 1px rgba(0,0,0,0.8); - background:#297ab8; - background-clip:padding-box; - background-image:-webkit-linear-gradient(top, #297ab8,#15528f) !important; - background-image:-moz-linear-gradient(top, #297ab8,#15528f) !important; - background-image:-o-linear-gradient(top, #297ab8,#15528f) !important; - background-image:linear-gradient(to bottom, #297ab8,#15528f) !important; -} - -.Key tr { - border-bottom: 1px solid #111; -} - -.Key tr.even { - background-color: #333; -} - -/* -trakt.css -*/ - -.traktContainer h2, .traktContainer i { - text-shadow: 1px 1px 0px #000; -} - -.traktContainer { - text-shadow:0 1px rgba(0,0,0,0.5); - background: #333; - border: 1px solid #111; -} - -.trakt-image { - border-bottom: 1px solid #111; -} - -.trakt-image-slide { - background-color: rgba(42,42,42,0.7); - border-top: 1px solid #111; - text-shadow: 1px 1px #000; -} - -/* -posterlist.css -*/ - -.show { - background-color: #333; - border: 1px solid #111; -} - -.show-image-slide { - background-color: rgba(42,42,42,0.7); - border-top: 1px solid #111; - text-shadow: 1px 1px #000; -} - -.show .ui-widget-content { - border-top: 1px solid #111; - border-bottom: 1px solid #111; -} - -.show-add { - text-shadow: 1px 1px #000; -} - -.show-date { - text-shadow: 1px 1px #000; -} - -.show-status { - text-shadow: 1px 1px #000; -} - -.show-dlstats { - text-shadow: 1px 1px #000; -} - -/* -formwizard.css -*/ - -legend.legendStep{ - color: #343434; -} - -div.stepsguide .step p { - border-bottom: 4px solid #23afdc; -} - -div.stepsguide .disabledstep{ - color:#C4C4C4; -} - -div.stepsguide .disabledstep p { - border-bottom: 4px solid #1178b3; -} - -div.formpaginate .prev, div.formpaginate .next{ - display: inline-block; - padding: 3.5px 10px 3.5px; - font-size: 14px; - font-weight: normal; - line-height: 18px; - color:#fff; - text-align:center; - text-shadow:0 1px rgba(0,0,0,0.8); - background:#2265a1; - background-clip:padding-box; - border:1px solid #111; - border-radius:3px; - cursor:pointer; - -webkit-box-sizing:border-box; - -moz-box-sizing:border-box; - box-sizing:border-box; - background-image:-webkit-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - background-image:-moz-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - background-image:-o-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - background-image:linear-gradient(to bottom, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - -webkit-box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 -1px 3px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.08),0 1px 2px rgba(0,0,0,0.15); - box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 -1px 3px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.08),0 1px 2px rgba(0,0,0,0.15); -} - -.prev:hover , .next:hover{ - background-color:#2672b6 !important; -} - -.stepDiv { - padding: 21px 15px 15px 15px; - margin-left: auto; - margin-right: auto; -} - -input:not(.btn){ - margin-right: 6px; - padding: 4px; - border-radius: 3px; - border: 1px solid #111; -} - -/* step 3 related */ - -#customQualityWrapper {/* height: 190px;*/ overflow: hidden; } -#customQualityWrapper div.component-group-desc{float:left;width:165px;} -#customQualityWrapper div.component-group-desc p{width:85%;font-size:14px;color:#666;margin:.8em 0;} -#customQualityWrapper div.component-group-desc p.note{width:90%;font-size:14px;color:#333;margin:.8em 0;} - -/* -superfish.css -*/ - -/* Variables *//* Mixins */ -/*** ESSENTIAL STYLES ***/ -.sf-menu ul { - background: #363636; - border: 1px solid #111; -} - -.sf-menu li.spacer, -.sf-menu li.spacer:hover { - background-color: #57442B; -} - -.sf-menu li.current > a { - color: #FFFFFF; -} - -.sf-menu a { - border-right: 1px solid #ccc; -} - -.sf-menu li a { - border: 1px solid transparent; - color: #FFFFFF; - text-shadow: 1px 1px 0 #000; -} - -.sf-menu li a.log { - border: 1px solid transparent; - color: #FFFFFF; - text-shadow: 1px 1px 0 #000; -} - -.sf-menu a, -.sf-menu a:visited { - color: #FFFFFF; -} - -.sf-menu li li li { - background: #2a2a2a; - /* even row tan */ -} - -.sf-menu li li a, -.sf-menu li li a:visited { - color: #FFF; -} - -.sf-menu li li a:hover { - color: #000; -} - -.sf-menu li li li a, -.sf-menu li li li a:visited { - color: #FFF; -} - -.sf-menu li li li a:hover { - color: #000; -} - -.sf-menu li:hover, -.sf-menu li.sfHover, -.sf-menu a:focus, -.sf-menu a:hover, -.sf-menu a:active { - outline: 0; -} - -.sf-menu li a:hover { - background-image: -moz-linear-gradient(#2a88cf, #297ab8) !important; - background-image: linear-gradient(#2a88cf, #297ab8) !important; - background-image: -webkit-linear-gradient(#2a88cf, #297ab8) !important; - background-image: -o-linear-gradient(#2a88cf, #297ab8) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#2a88cf, endColorstr=#297ab8) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#2a88cf, endColorstr=#297ab8) !important; - border: 1px solid #2a88cf; - border-radius: 3px 3px 3px 3px; - -moz-box-shadow: 0 1px 0 #2a88cf inset; - -webkit-box-shadow: 0 1px 0 #2a88cf inset; - -o-box-shadow: 0 1px 0 #2a88cf inset; - box-shadow: 0 1px 0 #2a88cf inset; -} - -.sf-menu li ul li a:hover { - background-image: -moz-linear-gradient(#297ab8, #15528f) !important; - background-image: linear-gradient(#297ab8, #15528f) !important; - background-image: -webkit-linear-gradient(#297ab8, #15528f) !important; - background-image: -o-linear-gradient(#297ab8, #15528f) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#297ab8, endColorstr=#15528f) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#297ab8, endColorstr=#15528f) !important; - color: #FFFFFF !important; - text-shadow: none; - -moz-box-shadow: none; - -webkit-box-shadow: none; - -o-box-shadow: none; - box-shadow: none; -} - -/* -jquery.confirm.css -*/ - -#confirmOverlay{ - width:100%; - height:100%; - position:fixed; - top:0; - left:0; - background:url('../images/bg.gif'); - background: -moz-linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)) repeat-x rgba(0,0,0,0.5); - background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.5))) repeat-x rgba(0,0,0,0.5); - z-index:100000; -} - -#confirmBox{ - background: #222; - width:460px; - position:fixed; - left:50%; - top:50%; - margin:-130px 0 0 -230px; - border: 1px solid #111; - border-radius: 10px; -} - -#confirmBox h1, -#confirmBox p{ - font:20px/1 "Open Sans", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; - padding: 12px 12px; - text-shadow:0 1px rgba(0,0,0,0.8); - color:#fff; -} - -#confirmBox h1{ - background-image: -moz-linear-gradient(#297ab8, #15528f) !important; - background-image: linear-gradient(#297ab8, #15528f) !important; - background-image: -webkit-linear-gradient(#297ab8, #15528f) !important; - background-image: -o-linear-gradient(#297ab8, #15528f) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#297ab8, endColorstr=#15528f) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#297ab8, endColorstr=#15528f) !important; - box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); - border-top-left-radius: 10px; - border-top-right-radius: 10px; - border-bottom: 1px solid #111; - letter-spacing:0.3px; - color:#fff; -} - -#confirmBox p{ - background:none; - font-size:14px; - line-height:1.4; - padding-top: 20px; -} - -/* -jquery.pnotify.default.css -*/ - -.ui-pnotify { - position: fixed; - right: 10px; - bottom: 10px; - /* Ensure that the notices are on top of everything else. */ - z-index: 9999; -} -/* This hides position: fixed from IE6, which doesn't understand it. */ -html > body .ui-pnotify { - position: fixed; -} - -.ui-pnotify .ui-widget { background: none; } -.ui-pnotify-container { - background-position: 0 0; - border: 1px solid #111; - background-color: #3D3D3D !important; - -moz-border-radius: 7px; - -webkit-border-radius: 7px; - border-radius: 7px; - font-size: 14px; - -moz-box-shadow: 0px 0px 2px #000000; - -webkit-box-shadow: 0px 0px 2px #000000; - -o-box-shadow: 0px 0px 2px #000000; - box-shadow: 0px 0px 2px #000000; - padding: 7px 10px; +#fileBrowserDialog ul li a span.ui-icon { + float: left; + margin: 0 4px; +} + +#fileBrowserDialog h2 { + font-size: 20px; +} + +.ui-autocomplete { + max-height: 180px; + overflow-x: hidden; + overflow-y: auto; +} + +/* IE6 hack since it doesn't support max-height */ +* html .ui-autocomplete { + height: 180px; + padding-right: 20px; +} + +.ui-menu .ui-menu-item { + background-color: #eee; +} + +.ui-menu .ui-menu-item-alternate { + background-color: #fff; +} + +.ui-autocomplete .ui-menu-item .ui-state-focus { + color: #fff; + background: none; + background-color: #0a246a; +} + +/* restore 1.8.x resize handle on dialog button pane */ +.ui-dialog .ui-resizable-se { + width: 14px; + height: 14px; + right: 3px; + bottom: 3px; + background-position: -80px -224px; +} + + +/* ======================================================================= +formWizard.css +========================================================================== */ + +fieldset.sectionwrap { + width: 800px; + padding: 5px; + text-align: left; + border-width: 0; +} + +legend.legendStep { + color: #ffffff; + margin-bottom: 0px; +} + +div.stepsguide { + margin-bottom: 15px; + overflow: hidden; + text-align: left; + cursor: pointer; +} + +div.stepsguide .step { + float: left; + width: 266px; + font: bold 24px Arial; +} + +div.stepsguide .step p { + margin: 12px 0; + border-bottom: 4px solid #23AFDC; +} + +div.stepsguide .disabledstep { + color: #c4c4c4; +} + +div.stepsguide .disabledstep p { + border-bottom: 4px solid #1178B3; +} + +div.stepsguide .step .smalltext { + font-size: 13px; + font-weight: normal; +} + +div.formpaginate { + width: 800px; + margin-top: 1em; + overflow: auto; + font-weight: bold; text-align: center; - min-height: 22px; - z-index: 9999; - font-family: "Open Sans", "Trebuchet MS", Helvetica, Arial, sans-serif; - line-height: normal; +} + +div.formpaginate .prev, div.formpaginate .next { + padding: 3px 6px; + color: #fff; + cursor: hand; + cursor: pointer; + background: #2265A1; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; +} + +.stepDiv { + padding: 15px; +} + +/* step 3 related */ +#customQuality { + display: block; + padding: 10px 0; + overflow: hidden; + clear: both; +} + +#customQualityWrapper div.component-group-desc { + float: left; + width: 165px; +} + +#customQualityWrapper div.component-group-desc p { + width: 85%; + margin: .8em 0; + font-size: 1.2em; + color: #666; +} + +/* ======================================================================= +pnotify.css +========================================================================== */ + +.ui-pnotify-container { + border: 1px solid #111; + background-image: -moz-linear-gradient(#333, #3d3d3d) !important; + background-image: linear-gradient(#333, #3d3d3d) !important; + background-image: -webkit-linear-gradient(#333, #3d3d3d) !important; + background-image: -o-linear-gradient(#333, #3d3d3d) !important; + filter: progid:dximagetransform.microsoft.gradient(startColorstr=#333, endColorstr=#3d3d3d) !important; + -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#333, endColorstr=#3d3d3d) !important; + -moz-box-shadow: 0px 0px 2px #000; + -webkit-box-shadow: 0px 0px 2px #000; + -o-box-shadow: 0px 0px 2px #000; + box-shadow: 0px 0px 2px #000; } .ui-pnotify-title { @@ -1909,4 +2707,269 @@ html > body .ui-pnotify { .ui-pnotify-text { color: #ffffff; +} + +/* ======================================================================= +tablesorter.css +========================================================================== */ + +.tablesorter { + width: 100%; + margin-right: auto; + margin-left: auto; + color: #fff; + text-align: left; + background-color: #333; + border-spacing: 0; +} + +.tablesorter th, +.tablesorter td { + padding: 4px; + border-top: #222 1px solid; + border-left: #222 1px solid; + vertical-align: middle; +} + +/* remove extra border from left edge */ +.tablesorter th:first-child, +.tablesorter td:first-child { + border-left: none; +} + +.tablesorter th { + color: #fff; + text-align: center; + text-shadow: -1px -1px 0 rgba(0,0,0,0.3); + background-color: #15528F; + border-collapse: collapse; + font-weight: normal; +} + +.tablesorter .tablesorter-header { + padding: 4px 18px 4px 18px; + cursor: pointer; + background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); + background-position: center right; + background-repeat: no-repeat; + /* background-image: url(../images/tablesorter/bg.gif); */ +} + +.tablesorter thead .tablesorter-headerDesc { + background-color: #297AB8; + background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7); + /* background-image: url(../images/tablesorter/asc.gif); */ +} + +.tablesorter thead .tablesorter-headerAsc { + background-color: #297AB8; + background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7); + /* background-image: url(../images/tablesorter/desc.gif); */ +} + +.tablesorter thead .sorter-false { + background-image: none; + padding: 4px; + cursor: default; +} + +thead.tablesorter-stickyHeader { + border-top: 2px solid #222; + border-bottom: 2px solid #222; +} + +/* Zebra Widget - row alternating colors */ +.tablesorter tr.odd, .sickbeardTable tr.odd { + background-color: #333333; +} + +.tablesorter tr.even, .sickbeardTable tr.even { + background-color: #2e2e2e; +} + +/* filter widget */ +.tablesorter .filtered { + display: none; +} +.tablesorter input.tablesorter-filter { + width: 98%; + height: auto; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +.tablesorter tr.tablesorter-filter-row, +.tablesorter tr.tablesorter-filter-row td { + text-align: center; + background: #333; + border-bottom: 1px solid #111; +} + +/* optional disabled input styling */ +.tablesorter input.tablesorter-filter-row .disabled { + display: none; +} + +.tablesorter-header-inner { + padding: 0 2px; + text-align: center; +} + +.tablesorter tfoot tr { + color: #fff; + text-align: center; + text-shadow: -1px -1px 0 rgba(0,0,0,0.3); + background-color: #333; + border-collapse: collapse; +} + +.tablesorter tfoot a { + color:#fff; + text-decoration: none; +} + +#showListTable tbody { + color: #000; +} + + +/* ======================================================================= +token-input.css +========================================================================== */ + +ul.token-input-list { + overflow: hidden; + height: auto !important; + height: 1%; + width: 273px; + border: 1px solid #ccc; + cursor: text; + font-size: 10px; + font-family: Verdana; + z-index: 999; + margin: 0; + padding: 0 0 1px 0; + background-color: #fff; + list-style-type: none; +/* clear: left; */ + border-top-left-radius: 3px; + border-top-right-radius: 3px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; +} + +ul.token-input-list li { + list-style-type: none; +} + +ul.token-input-list li input { + border: 0; + padding: 3px 4px; + background-color: white; +/* -webkit-appearance: caret; */ +} + +li.token-input-token { + overflow: hidden; + height: auto !important; + height: 1%; + margin: 3px; + padding: 3px 5px 0 5px; + background-color: #d0efa0; + color: #000; + font-weight: bold; + cursor: default; + display: block; +} + +li.token-input-token img { + padding-top: 7px; + padding-right: 4px; + float: left; +} + +li.token-input-token input { + padding-top: 2px !important; + padding-right: 4px !important; + float: left; +} + +li.token-input-token p { + float: left; + padding: 0; + margin: 0; + line-height: 2.0 !important; +} + +li.token-input-token span { + float: right; + color: #777; + cursor: pointer; +} + +li.token-input-selected-token { + background-color: #08844e; + color: #fff; +} + +li.token-input-selected-token span { + color: #bbb; +} + +li.token-input-input-token input { + margin: 3px 3px 3px 3px !important; +} + +div.token-input-dropdown { + position: absolute; + width: 273px; + background-color: #fff; + overflow: hidden; + border-left: 1px solid #ccc; + border-right: 1px solid #ccc; + border-bottom: 1px solid #ccc; + cursor: default; + font-size: 11px; + font-family: Verdana; + z-index: 1; +} + +div.token-input-dropdown p { + margin: 0; + padding: 3px; + font-weight: bold; + color: #777; +} + +div.token-input-dropdown ul { + margin: 0; + padding: 0; +} + +div.token-input-dropdown ul li { + background-color: #fff; + padding: 3px; + list-style-type: none; +} + +div.token-input-dropdown ul li.token-input-dropdown-item { + background-color: #fafafa; +} + +div.token-input-dropdown ul li.token-input-dropdown-item2 { + background-color: #fff; +} + +div.token-input-dropdown ul li em { + font-weight: bold; + font-style: normal; +} + +div.token-input-dropdown ul li.token-input-selected-dropdown-item { + background-color: #6196c2; +} + +span.token-input-delete-token { + margin: 0 1px; } \ No newline at end of file diff --git a/gui/slick/css/default.css b/gui/slick/css/default.css deleted file mode 100644 index 9307ba12..00000000 --- a/gui/slick/css/default.css +++ /dev/null @@ -1,5210 +0,0 @@ -/* Open Sans */ -/* Regular */ -@font-face { - font-family: 'Open Sans'; - - src: url('fonts/OpenSans-Regular-webfont.eot'); - src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), - url('fonts/OpenSans-Regular-webfont.woff') format('woff'), - url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'), - url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg'); - font-weight: normal; - font-weight: 400; - font-style: normal; -} - -/* Italic */ -@font-face { - font-family: 'Open Sans'; - src: url('fonts/OpenSans-Italic-webfont.eot'); - src: url('fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), - url('fonts/OpenSans-Italic-webfont.woff') format('woff'), - url('fonts/OpenSans-Italic-webfont.ttf') format('truetype'), - url('fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg'); - font-weight: normal; - font-weight: 400; - font-style: italic; -} - -/* Light */ -@font-face { - font-family: 'Open Sans'; - src: url('fonts/OpenSans-Light-webfont.eot'); - src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), - url('fonts/OpenSans-Light-webfont.woff') format('woff'), - url('fonts/OpenSans-Light-webfont.ttf') format('truetype'), - url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg'); - font-weight: 200; - font-style: normal; -} - -/* Light Italic */ -@font-face { - font-family: 'Open Sans'; - src: url('fonts/OpenSans-LightItalic-webfont.eot'); - src: url('fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), - url('fonts/OpenSans-LightItalic-webfont.woff') format('woff'), - url('fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'), - url('fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg'); - font-weight: 200; - font-style: italic; -} - -/* Semibold */ -@font-face { - font-family: 'Open Sans'; - src: url('fonts/OpenSans-Semibold-webfont.eot'); - src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), - url('fonts/OpenSans-Semibold-webfont.woff') format('woff'), - url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), - url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg'); - font-weight: 600; - font-style: normal; -} - -/* Semibold Italic */ -@font-face { - font-family: 'Open Sans'; - src: url('fonts/OpenSans-SemiboldItalic-webfont.eot'); - src: url('fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'), - url('fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'), - url('fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'), - url('fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg'); - font-weight: 600; - font-style: italic; -} - -/* Bold */ -@font-face { - font-family: 'Open Sans'; - src: url('fonts/OpenSans-Semibold-webfont.eot'); - src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), - url('fonts/OpenSans-Semibold-webfont.woff') format('woff'), - url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), - url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg'); - font-weight: bold; - font-weight: 700; - font-style: normal; -} - -/* Bold Italic */ -@font-face { - font-family: 'Open Sans'; - src: url('fonts/OpenSans-SemiboldItalic-webfont.eot'); - src: url('fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'), - url('fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'), - url('fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'), - url('fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg'); - font-weight: bold; - font-weight: 700; - font-style: italic; -} - -/* Extra Bold */ -@font-face { - font-family: 'Open Sans'; - src: url('fonts/OpenSans-Bold-webfont.eot'); - src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), - url('fonts/OpenSans-Bold-webfont.woff') format('woff'), - url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'), - url('fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg'); - font-weight: 900; - font-style: normal; -} - -/* Extra Bold Italic */ -@font-face { - font-family: 'Open Sans'; - src: url('fonts/OpenSans-BoldItalic-webfont.eot'); - src: url('fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), - url('fonts/OpenSans-BoldItalic-webfont.woff') format('woff'), - url('fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'), - url('fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg'); - font-weight: 900; - font-style: italic; -} - -/* Droid Sans */ -@font-face { - font-family: 'droid_sans_mono'; - src: url('fonts/droidsansmono-webfont.eot'); - src: url('fonts/droidsansmono-webfont.eot?#iefix') format('embedded-opentype'), - url('fonts/droidsansmono-webfont.woff') format('woff'), - url('fonts/droidsansmono-webfont.ttf') format('truetype'), - url('fonts/droidsansmono-webfont.svg#droid_sans_monoregular') format('svg'); - font-weight: normal; - font-style: normal; -} - -/* Variables *//* Mixins */ -* { - outline: 0; - margin: 0; -} - -*:focus { - outline: none; -} - -input, textarea { - -moz-transition-delay: 0s, 0s; - -webkit-transition-delay: 0s, 0s; - -o-transition-delay: 0s, 0s; - -moz-transition-duration: 0.2s, 0.2s; - -webkit-transition-duration: 0.2s, 0.2s; - -o-transition-duration: 0.2s, 0.2s; - -moz-transition-property: border, box-shadow; - -webkit-transition-property: border, box-shadow; - -o-transition-property: border, box-shadow; - -moz-transition-timing-function: linear, linear; - -webkit-transition-timing-function: linear, linear; - -o-transition-timing-function: linear, linear; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; -} -input:focus, textarea:focus { - border-bottom-color: rgba(0, 168, 236, 0.8); - border-left-color-ltr-source: physical; - border-left-color-rtl-source: physical; - border-left-color-value: rgba(0, 168, 236, 0.8); - border-right-color-ltr-source: physical; - border-right-color-rtl-source: physical; - border-right-color-value: rgba(0, 168, 236, 0.8); - border-top-color: rgba(0, 168, 236, 0.8); - border-right-color: rgba(0, 168, 236, 0.8); - border-left-color: rgba(0, 168, 236, 0.8); - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px rgba(0, 168, 236, 1.0); - outline-color: -moz-use-text-color; - outline-style: none; - outline-width: 0; -} - -/*input:focus, select:focus, textarea:focus { - box-shadow: 0 0 3px 0 #0066FF; - z-index: 1; -}*/ - -input[type="checkbox"]:focus, input[type="checkbox"]:active, input[type="submit"]:focus, -input[type="submit"]:active,input[type="button"]:focus, input[type="button"]:active { - box-shadow: none; -} - -img { - border: 0; -/* vertical-align: middle; - vertical-align: sub;*/ - vertical-align: text-top; -} - -.imgHomeWrapper { - border: 1px solid #111; - float: left; - height: 66px; - overflow: hidden; -} - -.imgHomeWrapperRounded{ - border-radius: 8px; -} - -.imgHomeWrapper .poster { - float: left; - width: 50px; - height: auto; - position: relative; - vertical-align: middle; -} - -.imgHomeWrapper .smallposter { - float: left; - width: 45px; - height: 66px; - position: relative; - vertical-align: middle; -} - -.imgHomeWrapper .banner { - height: 66px; - overflow: hidden; - border-radius: 8px; - vertical-align: top; - height: auto; - width: 360px; - display: block; -} - -.imgposter { - border: 1px solid #111; - overflow: hidden; - height: 66px; - overflow: hidden; - border-radius: 8px; - vertical-align: top; - width: 50px; - display: block; - margin-left: auto; - margin-right: auto; -} - -.imgsmallposter .small { - height: 66px; - overflow: hidden; - border-radius: 3px; - vertical-align: middle; - width: 45px; - border: 1px solid #111; - margin-right: 5px; -} - -.imgposter .poster { - height: 66px; - overflow: hidden; - border-radius: 8px; - vertical-align: top; - width: 50px; - display: block; - margin-left: auto; - margin-right: auto; -} - -.imgbanner { - border: 1px solid #111; - overflow: hidden; - height: 66px; - overflow: hidden; - border-radius: 8px; - vertical-align: top; - width: 360px; - display: block; - margin-left: auto; - margin-right: auto; -} - -.imgbanner .banner { - height: 66px; - overflow: hidden; - border-radius: 8px; - vertical-align: top; - width: 360px; - display: block; - margin-left: auto; - margin-right: auto; -} - -html { - margin: 0; - padding: 0; -} - -body { - background: none repeat scroll 0 0 #222; - color: #FFFFFF; - font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; - margin: 0; - overflow-y: scroll; - padding: 0; - font-size: 14px; -} - -form { - border: none; - margin: 0; - padding: 0; - margin-left: auto; - margin-right: auto; -} - -#addShowForm, #addShowPortal, #recommendedShowsForm { - margin-left: auto; - margin-right: auto; -} - -#searchResults fieldset { - border: 1px solid #111; - border-radius: 10px; - height: 100%; - left: -5px; -} - -a{ - color: #09A2FF; - -moz-text-decoration-line: none; - text-decoration: none; -} - -a.inner { - font-size: 14px !important; -} - -.update { - color: #339933; - text-decoration: blink; -} - -/* these are for inc_top.tmpl */ -#upgrade-notification { - position: fixed; - line-height: 0.5em; - font-size: 1em; - font-weight: bold; - height: 0px; - text-align: center; - width: 100%; - z-index: 100; - margin: 0; - padding: 0; -} - -#upgrade-notification div { - background-color: #222; - box-sizing: border-box; - text-shadow: 0px 1px rgba(0, 0, 0, 0.8); - padding: 7px 0; -} - -#header-fix { - *margin-bottom: -31px; - /* IE fix */ - height: 21px; - padding: 0; -} - -#header { - background-image: -moz-linear-gradient(#297ab8, #15528f) !important; - background-image: linear-gradient(#297ab8, #15528f) !important; - background-image: -webkit-linear-gradient(#297ab8, #15528f) !important; - background-image: -o-linear-gradient(#297ab8, #15528f) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#297ab8, endColorstr=#15528f) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#297ab8, endColorstr=#15528f) !important; - box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); - height: 58px; - position: fixed; - width: 100%; - z-index: 999; - border-bottom: 1px solid #111; -} - -#header .wrapper { - margin: 0 auto; - position: relative; - width: 1024px; -} - -#header a:hover { - background: none; -} - -#header .showInfo .checkboxControls { - margin: 0 auto; - position: relative; - width: 1024px; -} - -#logo { - float: left; - position: relative; - top: 0px; - left: 0px; -} - -#versiontext { - color: #FFFFFF; - font-family: Arial, Helvetica, sans-serif; - font-size: 11px; - position: relative; - top: 42px; - left: -5px -} - -.update { - color: #339933; - text-decoration: none; -} - -.navShows { - margin-top: -5px; - margin-bottom: 30px; -} - -.tvshowImg { - border: 1px solid #111; - border-radius: 10px; - float: left; - height: auto; - margin-bottom: 25px; - margin-right: 25px; - overflow: hidden; - text-indent: -3000px; - width: 265px; -} - -.tvshowImg img { - float: left; - min-width: 100%; - position: relative; -} - -/* --------------------------------------------- */ - -table { - margin: 0; -} - -table .ep_name { - color: #000000; -} - -table td a { - color: #fff; -} -table td a:hover { - color: #09A2FF; -} - -h1 { - text-align: left; - font-size: 21px; - line-height: 23px; - font-weight: normal; -} - -h1.title { - padding-bottom: 10px; - margin-bottom: 12px; - font-weight: normal; - font-size: 38px; - line-height: 5px; -} - -h1.header { - padding-bottom: 10px; - margin-top: 12px; - margin-bottom: 12px; - font-size: 30px; - font-weight: normal; -} - -h1 a { - text-decoration: none; -} - -h2 { - font-size: 18px; - font-weight: normal; -} - -.h2footer { - margin: -35px 0px 6px 0px; -} - -.h2footer select { - margin-top: -6px; - margin-bottom: -6px; -} - -.separator { - font-size: 90%; - color: #999; -} - -div select { -/* font-size: 12px; !important*/ - border: 1px solid #d4d0c8; -} - -div select { - height:28px; - border:1px solid #d4d0c8; - padding-top:4px; - padding-bottom:4px; - padding-right:4px; - padding-left:4px; - border-bottom-left-radius:3px; - border-bottom-right-radius:3px; - border-top-left-radius:3px; - border-top-right-radius:3px; - font-size: 12px; - font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; -} - -div select[multiple], div select[size] { - height: 200px; -} - -div select option { - font-size: 12px; - font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - padding-top: 2px; -} - -input[type="checkbox"]{ - vertical-align: -2px; -} - -.metadata_options input[type="checkbox"]{ - vertical-align: 0px !important; - margin-top: 5px; -} - -input:not(.btn){ -/* margin-right:6px; - margin-top:5px; */ - padding-top:4px; - padding-bottom:4px; - padding-right:4px; - padding-left:4px; - border-bottom-left-radius:3px; - border-bottom-right-radius:3px; - border-top-left-radius:3px; - border-top-right-radius:3px; - border-top-width: 1px; - border-left-width: 1px; - border-left-style: solid; - border-bottom-color: #111; - border-right-color: #111; - border-left-color: #111; - border-right-style: solid; - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border-bottom-style: solid; - border-bottom-width: 1px; - border-right-width: 1px; - border-right-style: solid; - border-right-width-value: 1px; - border-top-color: #111; - border-top-left-radius: 3px; - border-top-right-radius: 3px; - border-top-style: solid; - border-top-width: 1px; -} - -/* --------------- alignment ------------------- */ - -.float-left { - float: left; -} - -.float-right { - float: right; -} - -.align-left { - text-align: left; -} - -.align-right { - text-align: right; -} - -.nowrap { - white-space: nowrap; -} - -/* --------------------------------------------- */ - -.footer { - clear: both; - text-align: center; - padding-top: 5px; - padding-bottom: 5px; - margin: 20px auto; - line-height: 1.4em; - font-size: 12px; -} - -.footer a { - color: #09A2FF; - text-decoration: none; -} - -.footerhighlight { - color: #09A2FF; - display: inline; -} - -.footer ul li { - list-style: none; - float: left; - margin-left: 10px; -} - -.footer ul li img { - margin-right: 1px; - position: relative; - top: -2px; - vertical-align: middle; -} - -.sickbeardTable { - width:100%; - line-height:32px; - text-align:middle; - border-collapse:separate; - -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.15); - box-shadow:0 1px 2px rgba(0,0,0,0.15); - border-spacing: 0px; -} -.sickbeardTable th, .sickbeardTable td { - padding: 2px; - vertical-align: middle; - border-top: 1px solid transparent; - cursor: default; -} - -#historyTable.sickbeardTable td { - line-height: normal; -} - -#massUpdateTable.sickbeardTable th { - padding: 4px 0 !important; - vertical-align: middle; - font-weight:normal; - line-height: normal; -} - -#massUpdateTable.tablesorter td.tvShow a{ - font-size: 14px; -} - -#massUpdateTable .tablesorter-header-inner { - white-space: normal; -} - -#massUpdateTable.tablesorter .tablesorter-header-inner { - padding: 0px 5px 0px 5px; -} - -.seasoncols th { - border-top: #111 1px solid; - text-shadow:0 1px rgba(0,0,0,0.8); - font-weight:normal; -} - -.seasonstyle td { - border-top: #111 1px solid; -} - -.seasoncols tr:first-child, .seasoncols th:first-child{ - border-top-left-radius:10px; - border-left: #111 1px solid; -} - -.seasoncols tr:last-child, .seasoncols th:last-child{ - border-top-right-radius:10px; - border-right: #111 1px solid; -} - -.sickbeardTable th { - overflow:hidden; - line-height:30px; - padding:0 11px; - text-shadow:0 1px rgba(0,0,0,0.8); - background:#297ab8; - background-clip:padding-box; - background-image:-webkit-linear-gradient(top, #297ab8,#15528f) !important; - background-image:-moz-linear-gradient(top, #297ab8,#15528f) !important; - background-image:-o-linear-gradient(top, #297ab8,#15528f) !important; - background-image:linear-gradient(to bottom, #297ab8,#15528f) !important; - -webkit-box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 0 0 1px rgba(255,255,255,0.05),0 1px 2px rgba(0,0,0,0.15); - box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 0 0 1px rgba(255,255,255,0.05),0 1px 2px rgba(0,0,0,0.15); -} - -.sickbeardTable tfoot a { - text-decoration: none; - color: #FFFFFF; - float: left; - font-weight:normal; - text-shadow:0 1px rgba(0,0,0,0.8); -} - -.sickbeardTable td { - font-size: 13px; - cursor: default; - line-height: normal; -} - -.sickbeardTable td.title { - font-size: 13px; - line-height: normal; -} - -.sickbeardTable td.filename { - width: 10%; - text-align: center; -} - -.sickbeardTable td.subtitles_column { - vertical-align: middle; - padding: 0; - line-height: 13px; -} - -.sickbeardTable td.subtitles_column img { - vertical-align: middle; -} - -.sickbeardTable td.status_column { - font-weight: normal; - text-align: center; - width: 15%; - color: #000; -} - -.sickbeardTable td.search img { - vertical-align: middle; -} - -.sickbeardTable td.search { - text-align: center; - width:5%; - border-right: #111 1px solid; -} - -.sickbeardTable td.check { - border-left: #111 1px solid; -} - -.sickbeardTable td.tableleft { - border-left: #111 1px solid; -} - -.sickbeardTable td.tableright { - border-right: #111 1px solid; -} - -.sickbeardTable td small { - font-size: 11px; - font-style: italic; - line-height: normal; -} - -.row { - clear: left; -} - -.plotInfo { - cursor: help; - float: right; - position: relative; - padding-left: 2px; - padding-top: 1px; -} - -.plotInfoNone { - float: right; - position: relative; - padding-left: 2px; - padding-top: 1px; - opacity: 0.4; -} - -.ep_summaryTrigger { - cursor: pointer; - vertical-align: middle; -} - -.ep_summaryTriggerNone { - opacity: 0.4; - vertical-align: middle; -} - -.sickbeardTable td.plotInfo { - align: center; -} - -#actions .selectAll { - margin-right: 10px; - border-right: 1px solid #eee; - padding-right: 10px; -} - -#tooltip { - display: none; - z-index: 3343434; - border: 1px solid #111; - background-color: #eee; - padding: 5px; - margin-right: 10px; -} - -.ui-progressbar { - height: 18px !important; - line-height: 17px; -} - -.progressbarText { - text-shadow: 1px 1px 1px #000; - position: absolute; - top: 0; - font-size: 12px; - color: #fff; - width: 100%; - height: 100%; - overflow: visible; - text-align: center; - vertical-align: middle; -} -/* -.ui-progressbar .ui-widget-header { - background-image: -moz-linear-gradient(#23afdc, #1178b3) !important; - background-image: linear-gradient(#23afdc, #1178b3) !important; - background-image: -webkit-linear-gradient(#23afdc, #1178b3) !important; - background-image: -o-linear-gradient(#23afdc, #1178b3) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -*/ - -.progress-80 { - background-image: -moz-linear-gradient(#a6cf41, #5b990d) !important; - background-image: linear-gradient(#a6cf41, #5b990d) !important; - background-image: -webkit-linear-gradient(#a6cf41, #5b990d) !important; - background-image: -o-linear-gradient(#a6cf41, #5b990d) !important; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} - -.progress-60 { - background-image: -moz-linear-gradient(#fad440, #f2a70d) !important; - background-image: linear-gradient(#fad440, #f2a70d) !important; - background-image: -webkit-linear-gradient(#fad440, #f2a70d) !important; - background-image: -o-linear-gradient(#fad440, #f2a70d) !important; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} - -.progress-40 { - background-image: -moz-linear-gradient(#fab543, #f2700d) !important; - background-image: linear-gradient(#fab543, #f2700d) !important; - background-image: -webkit-linear-gradient(#fab543, #f2700d) !important; - background-image: -o-linear-gradient(#fab543, #f2700d) !important; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} - -.progress-20 { - background-image: -moz-linear-gradient(#da5945, #b11a10) !important; - background-image: linear-gradient(#da5945, #b11a10) !important; - background-image: -webkit-linear-gradient(#da5945, #b11a10) !important; - background-image: -o-linear-gradient(#da5945, #b11a10) !important; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} - -tr.seasonheader { - padding-bottom: 5px; - padding-top: 10px; - text-align: left; - border: none; -} - -tr.seasonheader td { - padding-top: 20px; - padding-bottom: 10px; -} - -tr.seasonheader h2 { - display: inline; - font-size: 22px; - line-height: 20px; - letter-spacing: 1px; - margin: 0; - color: #fff; -} - -tr.seasonheader a:not(.btn) { - text-decoration: none; -} - -tr.seasonheader a:hover:not(.btn) { - background-color: #fff; - color: #343434; -} - -#checkboxControls label { - white-space: nowrap; - display: inline-block; -} - -tr.unaired, span.unaired { - background-color: #cccccc; - padding: 5px; - font-size: 13px; - color: #cec198; - font-weight: bold; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; -} - -tr.unaired b, -span.unaired b { - color: #343434; -} - -tr.skipped, span.skipped { - background-color: #aad4ff; - color: #003f7f; - font-weight: bold; - font-size: 13px; - padding: 5px; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; - border: 1px solid #111; -} - -tr.skipped b, -span.skipped b { - color: #343434; -} - -tr.good, span.good { - background-color: #d4ffaa; - color: #3f7f00; - padding: 5px; - font-size: 13px; - font-weight: bold; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; - border: 1px solid #111; -} - -tr.good b, -span.good b { - color: #343434; -} - -tr.qual, span.qual { - background-color: #ffd4aa; - padding: 5px; - font-size: 13px; - font-weight: bold; - color: #bf5f00; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; - border: 1px solid #111; -} - -tr.qual b, -span.qual b { - color: #343434; -} - -tr.wanted, span.wanted { - background-color: #ffbfbf; - padding: 5px; - font-size: 13px; - font-weight: bold; - color: #ff5656; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; - border: 1px solid #111; -} - -tr.wanted b, -span.wanted b { - color: #343434; -} - -tr.snatched, span.snatched { - background-color: #ebc1ea; - padding: 5px; - font-size: 13px; - font-weight: bold; - color: #662c65; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; - border: 1px solid #111; -} - -tr.snatched b, -span.snatched b { - color: #343434; -} - -tr.wanted, -tr.qual, -tr.good, -tr.skipped, -tr.unaired, -tr.snatched { - font-size: 14px; - font-weight: normal; - color: #000; - height: 35px; - border-top: #111 1px solid; -} - -.showInfo { - width: 950px; - float: right; - padding-top: 10px; -} - -span .headerInfo { - color: #FFFFFF; -} - -div .seasonList { - padding-top: 2px; - padding-bottom: 2px; - padding-right: 2px; -} - -#seasonJump { - top: -2px; - position: relative; -} - -div#summary { - -moz-border-radius: 10px; - -webkit-border-radius: 10px; - border-radius: 10px; - padding: 5px 10px; - margin: 3px 0 10px 0; - text-shadow:0px 1px rgba(0, 0, 0, 0.8); - background:#333; - border:1px solid #111; -} - -div#summary2 { - -moz-border-radius: 10px; - -webkit-border-radius: 10px; - border-radius: 10px; - padding: 20px 20px; - margin: 3px 0 10px 0; - text-shadow:0px 1px rgba(0, 0, 0, 0.8); - background:#3D3D3D; - border:1px solid #111; -} - -div#summary .infoTable { - width: 100%; -} - -div#summary tr { - line-height: 17px; -} - -div#summary tr td { - font-size: 14px; - line-height: 25px; -} - -#MainMenu { - float: right; - height: 58px; - margin: 0; - padding: 0 0 0 10px; -} - -#SubMenu { - float: right; - margin-top: -35px; - position: relative; - z-index: 99; -} - -#SubMenu a { - font-size: 12px; - text-decoration: none; -} - -#SubMenu span b { - margin-left: 20px; -} - -#donate { - line-height: 1em; - float: right; -} - -#donate a, -#donate a:hover { - border: 0 ; - padding: 8px 15px 8px; -} - -#contentWrapper { - background: none; -} - -#content { - line-height: 24px; - margin: 0 auto; - padding: 105px 0 0; - width: 1024px; -} - -#content960 { - margin: 0 auto; - width: 960px; -} - -#content800 { - margin: 0 auto; - width: 800px; -} - -.showLegend { - font-weight: normal; - padding-right: 6px; - padding-bottom: 1px; - width: 130px; -} -/* for the add new/existing show */ -.alt { - -} - -#tabs div.field-pair, -.stepDiv div.field-pair { - padding: 0.75em 0; -} - -#tabs div.field-pair input, -.stepDiv div.field-pair input { - float: left; - margin-top: 5px; - margin-left: 3px; -} - -#tabs label.nocheck, -#tabs div.providerDiv, -#tabs div #customQuality, -.stepDiv label.nocheck, -.stepDiv div.providerDiv, -.stepDiv div #customQuality { - padding-left: 23px; -} - -#tabs label span.component-title, -.stepDiv label span.component-title { - font-weight: bold; - float: left; - width: 165px; - padding-left: 6px; - margin-right: 10px; -} - -#tabs label span.component-desc, -.stepDiv label span.component-desc { - font-size: .9em; - float: left; -} - -#tabs div.field-pair select, -.stepDiv div.field-pair select { - font-size: 12px; - border: 1px solid #d4d0c8; -} - -#tabs div.field-pair select option, -.stepDiv div.field-pair select option { - line-height: 1.4; - padding: 0 10px; -} - -ul#rootDirStaticList { - width: 90%; - text-align: left; - margin-left: auto; - margin-right: auto; - padding-left: 0; -} - -ul#rootDirStaticList li { - list-style: none outside none; - margin: 2px; - padding: 4px 5px 4px 5px; - cursor: pointer; -} - -/*#rootDirs, #rootDirsControls { - width: 50%; - min-width: 400px; - height:auto !important; -}*/ - -#episodeDir, #newRootDir { - margin-right: 6px; - } - -#displayText { - background-color: #363636; - padding: 8px; - border: 1px solid #111; - font-size: 1.1em; - overflow: hidden; - border-radius: 10px; -} - -div#addShowPortal { - width: 90%; - margin-left: auto; - margin-right: auto; -} - -div#addShowPortal button { - float: left; - margin-left: 20px; - padding: 10px; - width: 47%; -} - -div#addShowPortal button div.button img { - position: absolute; - display: block; - top: 35%; - padding-left: 0.4em; - text-align: center; -} - -div#addShowPortal button .buttontext { - position: relative; - display: block; - padding: 0.1em 0.4em 0.1em 4.4em; - text-align: left; -} - -td.tvShow a { - text-decoration: none; - font-size: 14px; - color: #FFFFFF; - display: block; - width: 100%; - height: 100%; - font-weight: normal; -} - -td.comingtvShow a { - text-decoration: none; - font-size: 14px; - color: #111; - display: block; - width: 100%; - height: 100%; - font-weight: normal; -} - -.navShow { - cursor: pointer; - margin-left: 5px; - margin-right: 5px; -} - -.navShow:hover { - filter: alpha(opacity=85); - -moz-opacity: 1 !important; - -khtml-opacity: 1 !important; - -o-opacity: 1 !important; - opacity: 1 !important; -} - -/* Anime section for editShow */ -.bwlWrapper { - width: 76%; - height:auto; - margin: 0 auto; -} - -#Anime { - clear: both; - overflow-x: hidden; - overflow-y: hidden; - font-size: 14px; -} - -#Anime div.component-group-desc { - float: left; - width: 165px; -} - -#Anime div.component-group-desc p { - margin-bottom: 0.4em; - margin-left: 0; - margin-right: 0; - margin-top: 0.4em; - width: 95%; -} - -div.blackwhitelist{ - float:left; - text-align: center; - -} - -div.blackwhitelist input { - margin: 5px 5px; -} - -div.blackwhitelist.pool select{ - width: 300px; -} - -div.blackwhitelist.pool { - margin:5px; -} - -div.blackwhitelist.white select, div.blackwhitelist.black select { - width: 180px; -} - -div.blackwhitelist.white, div.blackwhitelist.black { - margin:5px; -} - -div.blackwhitelist span { - display: block; - text-align: center; -} - -div.blackwhitelist.anidb, div.blackwhitelist.manual { - margin: 7px 0px; -} - -/* for manage_massEdit */ -.optionWrapper { - width: 450px; - margin-left: auto; - margin-right: auto; - padding: 6px 12px; -} - -.optionWrapper span.selectTitle { - float: left; - font-weight: 700; - font-size: 1.2em; - text-align: left; - width: 225px; -} - -.optionWrapper div.selectChoices { - float: left; - width: 175px; - margin-left: 25px; -} - -.optionWrapper br { - clear: both; -} - -a.whitelink { - color: #ffffff; -} - -/* for displayShow notice */ -#show_message { - border: 1px solid #111; - background-color: #3D3D3D; - -moz-border-radius: 10px; - -webkit-border-radius: 10px; - border-radius: 10px; - font-size: 14px; - right: 10px; - padding: 7px 10px; - position: fixed; - text-align: center; - bottom: 10px; - min-height: 18px; - width: 250px; - z-index: 9999; - font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; - line-height: normal; - filter: alpha(opacity=85); - -moz-opacity: 0.8 !important; - -khtml-opacity: 0.8 !important; - -o-opacity: 0.8 !important; - opacity: 0.8 !important; -} - -#show_message .msg { - font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; - line-height: normal; - padding-left: 20px; -} - -#show_message .loader { - position: relative; - top: 2px; -} - -#show_message.success { - background-image: -moz-linear-gradient(#d3ffd7, #c2edc6) !important; - background-image: linear-gradient(#d3ffd7, #c2edc6) !important; - background-image: -webkit-linear-gradient(#d3ffd7, #c2edc6) !important; - background-image: -o-linear-gradient(#d3ffd7, #c2edc6) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important; - padding: 15px 10px; - text-align: left; -} - -#show_message.error { - background-image: -moz-linear-gradient(#ffd3d3, #edc4c4) !important; - background-image: linear-gradient(#ffd3d3, #edc4c4) !important; - background-image: -webkit-linear-gradient(#ffd3d3, #edc4c4) !important; - background-image: -o-linear-gradient(#ffd3d3, #edc4c4) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important; - padding: 15px 10px; - text-align: left; -} - -#show_message .ui-icon { - display: inline-block; - margin-left: -20px; - top: 2px; - position: relative; - margin-right: 3px; -} - -ui-pnotify-text img { - margin-top: -3px; -} - -div.ui-pnotify { - min-width: 340px; - max-width: 550px; - width: auto !important; -} - -/* override for qtip2 */ -.ui-tooltip-sb .ui-tooltip-titlebar a { - color: #222222; - text-decoration: none; -} - -.ui-tooltip, -.qtip { - max-width: 500px !important; -} - -.changelog { - max-width: 650px !important; -} - -option.flag { - padding-left: 35px; - background-color: #fff; - background-repeat: no-repeat; - background-position: 10px 50%; -} - -span.quality { - font: 12px/13px "Open Sans", verdana, sans-serif; - background-image:-webkit-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.25)); - background-image:-moz-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.25)); - background-image:-o-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.25)); - background-image:linear-gradient(to bottom, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.25)); - -webkit-box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 -1px 3px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.08),0 1px 2px rgba(0,0,0,0.15); - box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 -1px 3px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.08),0 1px 2px rgba(0,0,0,0.15); - text-shadow: 0px 1px rgba(0, 0, 0, 0.8); - color: #FFFFFF; - display: inline-block; - padding: 2px 4px; - text-align: center; - vertical-align: baseline; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; -} - -span.Custom { - background-color: #621993; -} - -span.HD { - background-color: #2672B6; -} - -span.HD720p { - background-color: #5b990d; -} - -span.HD1080p { - background-color: #2672B6; -} - -span.RawHD { - background-color: #cd7300; -} - -span.SD { - background-color: #BE2625; -} - -span.Any { - background-color: #666; -} - -span.Unknown { - background-color: #999; -} - -span.Proper { - background-color: #3F7F00; -} - -span.false { - color: #993333; - /* red */ -} - -span.true { - color: #669966; - /* green */ -} - -.pull-left { - float: left; - padding-right: 2px -} - -.pull-right { - float: right; - margin-top: 2px; -} - -#searchResults a { - color: #09a2ff; -} - -.btn { - display: inline-block; - padding: 3.5px 10px 3.5px; - margin-top: 4px; - font-size: 14px; - font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; - line-height: 18px; - color:#fff; - text-align:center; - text-shadow:0 1px rgba(0,0,0,0.8); - background:#2265a1; - background-clip:padding-box; - border:1px solid #111; - border-radius:3px; - cursor:pointer; - -webkit-box-sizing:border-box; - -moz-box-sizing:border-box; - box-sizing:border-box; - background-image:-webkit-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - background-image:-moz-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - background-image:-o-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - background-image:linear-gradient(to bottom, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - -webkit-box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 -1px 3px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.08),0 1px 2px rgba(0,0,0,0.15); - box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 -1px 3px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.08),0 1px 2px rgba(0,0,0,0.15); -} - -.btn:hover, -.btn:active, -.btn.active, -.btn.disabled, -.btn[disabled] { - background-color: #2672b6; -} - -.btn:active, -.btn.active { - background-color: #2a88cf \9; -} - -.btn:first-child { - *margin-left: 0; -} - -.btn:hover { - background-color: #2672b6; -} - -.btn:focus { - outline: thin dotted #111; -} - -.btn.active, -.btn:active { - background-color: #1b507f; -} - -a.btn { - color: #ffffff !important; -} - -a.btn:hover { - color: #ffffff !important; -} - -.btn.disabled, -.btn[disabled] { - cursor: default; - background-color: #11517a; - background-image: none; - opacity: 0.65; - filter: alpha(opacity=65); - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; -} - -.btn-large { - padding: 9px 14px; - font-size: 15px; - line-height: normal; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - border-radius: 5px; -} - -.btn-large:hover, -.btn-large:active, -.btn-large.active, -.btn-large.disabled, -.btn-large[disabled] { - background-color: #2672b6; -} - -.btn-large [class^="icon-"] { - margin-top: 1px; -} - -.btn-small { - padding: 5px 9px; - font-size: 11px; - line-height: 16px; -} - -.btn-small [class^="icon-"] { - margin-top: -1px; -} - -.btn-mini { - padding-left: 6px; - padding-right: 6px; - font-size: 11px; - line-height: 14px; - margin-top: -2px; -} - -.btn-mini:hover{ - background-color: #2672b6; -} - -a.btn-mini { - color: #ffffff !important; -} - -a.btn-mini:hover { - color: #ffffff !important; -} - -.btn-primary, -.btn-primary:hover, -.btn-warning, -.btn-warning:hover, -.btn-danger, -.btn-danger:hover, -.btn-success, -.btn-success:hover, -.btn-info, -.btn-info:hover, -.btn-inverse, -.btn-inverse:hover { - color: #ffffff; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); -} - -.btn-primary.active, -.btn-warning.active, -.btn-danger.active, -.btn-success.active, -.btn-info.active, -.btn-inverse.active { - color: rgba(255, 255, 255, 0.75); -} - -.btn-primary { - background-color: #2265a1; -} - -.btn-primary:hover, -.btn-primary:active, -.btn-primary.active, -.btn-primary.disabled, -.btn-primary[disabled] { - background-color: #2672b6; -} - -.btn-primary:active, -.btn-primary.active { - background-color: #1b507f; -} - -.btn-warning { - background-color: #faa732; - *background-color: #f89406; - background-image: -ms-linear-gradient(top, #fbb450, #f89406); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); - background-image: -webkit-linear-gradient(top, #fbb450, #f89406); - background-image: -o-linear-gradient(top, #fbb450, #f89406); - background-image: -moz-linear-gradient(top, #fbb450, #f89406); - background-image: linear-gradient(top, #fbb450, #f89406); - background-repeat: repeat-x; - border-color: #f89406 #f89406 #ad6704; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); - filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0); - filter: progid:dximagetransform.microsoft.gradient(enabled=false); -} - -.btn-warning:hover, -.btn-warning:active, -.btn-warning.active, -.btn-warning.disabled, -.btn-warning[disabled] { - background-color: #f89406; - *background-color: #df8505; -} - -.btn-warning:active, -.btn-warning.active { - background-color: #c67605 \9; -} - -.btn-danger { - background-color: #8d2d2b; -} - -.btn-danger:hover, -.btn-danger:active, -.btn-danger.active, -.btn-danger.disabled, -.btn-danger[disabled] { - background-color: #a13331; -} - -.btn-danger:active, -.btn-danger.active { - background-color: #6e2321; -} - -.btn-success { - background-color: #3f7636; -} - -.btn-success:hover, -.btn-success:active, -.btn-success.active, -.btn-success.disabled, -.btn-success[disabled] { - background-color: #48873e; -} - -.btn-success:active, -.btn-success.active { - background-color: #305a29; -} - -.btn-info { - background-color: #49afcd; - *background-color: #2f96b4; - background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4)); - background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4); - background-image: -o-linear-gradient(top, #5bc0de, #2f96b4); - background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4); - background-image: linear-gradient(top, #5bc0de, #2f96b4); - background-repeat: repeat-x; - border-color: #2f96b4 #2f96b4 #1f6377; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); - filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0); - filter: progid:dximagetransform.microsoft.gradient(enabled=false); -} - -.btn-info:hover, -.btn-info:active, -.btn-info.active, -.btn-info.disabled, -.btn-info[disabled] { - background-color: #2f96b4; - *background-color: #2a85a0; -} - -.btn-info:active, -.btn-info.active { - background-color: #24748c \9; -} - -.btn-inverse { - background-color: #1178b3; - *background-color: #11517a; - background-image: -ms-linear-gradient(top, #1178b3, #11517a); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1178b3), to(#11517a)); - background-image: -webkit-linear-gradient(top, #1178b3, #11517a); - background-image: -o-linear-gradient(top, #1178b3, #11517a); - background-image: linear-gradient(top, #1178b3, #11517a); - background-image: -moz-linear-gradient(top, #1178b3, #11517a); - background-repeat: repeat-x; - border: 1px solid #1178b3; - filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0); - filter: progid:dximagetransform.microsoft.gradient(enabled=false); - vertical-align: middle; -} - -.btn-inverse:hover, -.btn-inverse:active, -.btn-inverse.active, -.btn-inverse.disabled, -.btn-inverse[disabled] { - background-color: #222222; - *background-color: #151515; -} - -.btn-inverse:active, -.btn-inverse.active { - background-color: #080808 \9; -} - -.btn:focus, -.btn:active { - border: 1px solid #111; -} - -.btn-primary:focus, -.btn-warning:focus, -.btn-danger:focus, -.btn-success:focus, -.btn-info:focus, -.btn-inverse:focus { - border: 1px solid transparent; - box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.75) inset; -} - -button.btn.btn-large, -input[type="submit"].btn.btn-large { - *padding-top: 7px; - *padding-bottom: 7px; -} - -button.btn.btn-small, -input[type="submit"].btn.btn-small { - *padding-top: 3px; - *padding-bottom: 3px; -} - -button.btn.btn-mini, -input[type="submit"].btn.btn-mini { - *padding-top: 1px; - *padding-bottom: 1px; -} - -.btn-group { - position: relative; - *margin-left: .3em; - *zoom: 1; -} - -.btn-group:before, -.btn-group:after { - display: table; - content: ""; -} - -.btn-group:after { - clear: both; -} - -.btn-group:first-child { - *margin-left: 0; -} - -.btn-group + .btn-group { - margin-left: 5px; -} - -.btn-toolbar { - margin-top: 9px; - margin-bottom: 9px; -} - -.btn-toolbar .btn-group { - display: inline-block; - *display: inline; - /* IE7 inline-block hack */ - *zoom: 1; -} - -.btn-group > .btn { - position: relative; - float: left; - margin-left: -1px; - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; -} - -.btn-group > .btn:first-child { - margin-left: 0; - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - -webkit-border-top-left-radius: 4px; - border-top-left-radius: 4px; - -moz-border-radius-bottomleft: 4px; - -moz-border-radius-topleft: 4px; -} - -.btn-group > .btn:last-child, -.btn-group > .dropdown-toggle { - -webkit-border-top-right-radius: 4px; - border-top-right-radius: 4px; - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-topright: 4px; - -moz-border-radius-bottomright: 4px; -} - -.btn-group > .btn.large:first-child { - margin-left: 0; - -webkit-border-bottom-left-radius: 6px; - border-bottom-left-radius: 6px; - -webkit-border-top-left-radius: 6px; - border-top-left-radius: 6px; - -moz-border-radius-bottomleft: 6px; - -moz-border-radius-topleft: 6px; -} - -.btn-group > .btn.large:last-child, -.btn-group > .large.dropdown-toggle { - -webkit-border-top-right-radius: 6px; - border-top-right-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - border-bottom-right-radius: 6px; - -moz-border-radius-topright: 6px; - -moz-border-radius-bottomright: 6px; -} - -.btn-group > .btn:hover, -.btn-group > .btn:focus, -.btn-group > .btn:active, -.btn-group > .btn.active { - z-index: 2; -} - -.btn-group .dropdown-toggle:active, -.btn-group.open .dropdown-toggle { - outline: 0; -} - -.btn-group > .dropdown-toggle { - *padding-top: 4px; - padding-right: 8px; - *padding-bottom: 4px; - padding-left: 8px; - -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); - -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); - box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -} - -.btn-group > .btn-mini.dropdown-toggle { - padding-right: 5px; - adding-left: 5px; -} - -.btn-group > .btn-small.dropdown-toggle { - *padding-top: 4px; - *padding-bottom: 4px; -} - -.btn-group > .btn-large.dropdown-toggle { - padding-right: 12px; - padding-left: 12px; -} - -.btn-group.open .dropdown-toggle { - background-image: none; - -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); - -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -} - -.btn-group.open .btn.dropdown-toggle { - background-color: #11517a; -} - -.btn-group.open .btn-primary.dropdown-toggle { - background-color: #0055cc; -} - -.btn-group.open .btn-warning.dropdown-toggle { - background-color: #f89406; -} - -.btn-group.open .btn-danger.dropdown-toggle { - background-color: #bd362f; -} - -.btn-group.open .btn-success.dropdown-toggle { - background-color: #51a351; -} - -.btn-group.open .btn-info.dropdown-toggle { - background-color: #2f96b4; -} - -.btn-group.open .btn-inverse.dropdown-toggle { - background-color: #222222; -} - -.btn .caret { - margin-top: 7px; - margin-left: 0; -} - -.btn:hover .caret, -.open.btn-group .caret { - opacity: 1; - filter: alpha(opacity=100); -} - -.btn-mini .caret { - margin-top: 5px; -} - -.btn-small .caret { - margin-top: 6px; -} - -.btn-large .caret { - margin-top: 6px; - border-top-width: 5px; - border-right-width: 5px; - border-left-width: 5px; -} - -.dropup .btn-large .caret { - border-top: 0; - border-bottom: 5px solid #000000; -} - -.btn-primary .caret, -.btn-warning .caret, -.btn-danger .caret, -.btn-info .caret, -.btn-success .caret, -.btn-inverse .caret { - border-top-color: #ffffff; - border-bottom-color: #ffffff; - opacity: 0.75; - filter: alpha(opacity=75); -} - -#customQuality { - clear: both; - display: block ; - overflow-x: hidden; - overflow-y: hidden; - padding-bottom: 10px; - padding-left: 0; - padding-right: 0; - padding-top: 10px; - font-size: 14px; - padding-left:20px; -} - -.stepDiv > #customQualityWrapper { - overflow-x: hidden; - overflow-y: hidden; -} - -#customQualityWrapper div.component-group-desc { - float: left; - width: 165px; -} - -#customQualityWrapper div.component-group-desc p { - color: #fff; - margin-bottom: 0.8em; - margin-left: 0; - margin-right: 0; - margin-top: 0.8em; - width: 85%; -} - -#SceneException { - padding-bottom: 0; - padding-left: 20px; - padding-right: 0; - padding-top: 10px; - overflow: hidden; -} - -#SceneException div.component-group-desc { - float: left; - width: 165px; -} - -#SceneException div.component-group-desc p { - color: #fff; - margin-bottom: 0.8em; - margin-left: 0; - margin-right: 0; - margin-top: 0.8em; - width: 85%; -} - -.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { - font-size: 14px; - font-weight: normal; - text-shadow:0 1px rgba(0,0,0,0.8); -} - -[class^="icon-"], [class*=" icon-"] { - background-image: url("../images/glyphicons-halflings.png"); -} - -.icon-white { - background-image: url("../images/glyphicons-halflings-white.png"); -} - -[class^="icon-"], -[class*=" icon-"] { - display: inline-block; - width: 16px; - height: 16px; - vertical-align: bottom; - background-repeat: no-repeat; -} - -.icon-question-sign { - background-position: -96px -96px; -} - -.icon-pause { - background-position: -288px -72px; -} - -.icon-check { - background-position: -144px -72px; -} - -.icon-exclamation-sign { - background-position: 0 -120px; -} - -.icon-play { - background-position: -264px -72px; -} - -.icon-play-circle { - background-position: -192px -24px; -} - -.icon-info-sign { - background-position: -120px -96px; -} - -.icon-remove { - background-position: -312px 0; -} - -.icon-calendar { - background-position: -192px -120px; -} - -h3 { - font-size: 18px; - line-height: 27px; - font-weight: normal; -} - -h4.note { - color: #000000; - float: left; - padding-right: 5px; -} - -h4 { - font-size: 14px; -} - -blockquote { - padding: 0 0 0 15px; - margin: 0 0 18px; - border-left: 5px solid #FFFFFF; -} - -code, -pre { - padding: 0 3px 2px; - font-family: droid_sans_mono, Menlo, Monaco, Consolas, "Courier New", monospace; - font-size: 12px; - color: #FFFFFF; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; -} - -pre { - display: block; - padding: 10px 12px; - margin: 10px 0 9px; - font-size: 12px; - line-height: 18px; - word-break: break-all; - word-wrap: break-word; - white-space: pre; - white-space: pre-wrap; - background-color: #333; - border: 1px solid #111; - -webkit-border-radius: 10px; - -moz-border-radius: 10px; - border-radius: 10px; -} - -.verticalimage { - width: 200px; - height: 37.1px; - border-style: solid; - border-radius: 4px 0px 0px 4px; - border-color: #111; - border-width: 1px 0px 1px 1px; - display:inline-block; - vertical-align:middle; -} - -.vertical { - display: inline-block; - background-color: #3d3d3d; - border-radius: 0 4px 4px 0; - border-width: 1px 1px 1px 0; - border-style: solid; - border-color: #111; - position: absolute; - font-weight: normal; - font-size: 0.99em; - line-height: 12.5px; - width: 24px; - color: #fff; - height: 37px; - text-align: center; - vertical-align:middle; -} - -#donate_form{ - position: absolute; - border: 5px solid gray; - padding: 10px; - background: white; - width: 270px; - height: 220px; -} - -#wrap { - display: inline-table; - position: relative; - top: 6px; - margin-bottom: 7px; -} - -#wrap2 { - display: inline-table; - position: relative; - top: 3px; -} - -.item{ - display:table-cell; - vertical-align:middle; - padding: 0 .5em; -} - -.spinner { - height:14px; - width:14px; - margin:0px auto; - display: inline-block; - -webkit-animation: rotation .6s infinite linear; - -moz-animation: rotation .6s infinite linear; - -o-animation: rotation .6s infinite linear; - animation: rotation .6s infinite linear; - border-left:6px solid rgba(9,162,255,.15); - border-right:6px solid rgba(9,162,255,.15); - border-bottom:6px solid rgba(9,162,255,.15); - border-top:6px solid rgba(9,162,255,.8); - border-radius:100%; -} - -.spinner2 { - height:10px; - width:10px; - margin:0px auto; - display: inline-block; - -webkit-animation: rotation .6s infinite linear; - -moz-animation: rotation .6s infinite linear; - -o-animation: rotation .6s infinite linear; - animation: rotation .6s infinite linear; - border-left:3px solid rgba(9,162,255,.15); - border-right:3px solid rgba(9,162,255,.15); - border-bottom:3px solid rgba(9,162,255,.15); - border-top:3px solid rgba(9,162,255,.8); - border-radius:100%; -} - -@-webkit-keyframes rotation { -from {-webkit-transform: rotate(0deg);} -to {-webkit-transform: rotate(359deg);} -} - -@-moz-keyframes rotation { -from {-moz-transform: rotate(0deg);} -to {-moz-transform: rotate(359deg);} -} - -@-o-keyframes rotation { -from {-o-transform: rotate(0deg);} -to {-o-transform: rotate(359deg);} -} - -@keyframes rotation { -from {transform: rotate(0deg);} -to {transform: rotate(359deg);} -} - -.get_more_eps { - margin: 1px !important; -} - -.ui-icon-restart { - background-image: url(../images/menu/restart16.png) !important; -} - -.ui-icon-shutdown { - background-image: url(../images/menu/shutdown16.png) !important; -} - -.ui-icon-anime { - background-image: url(../images/menu/anime16.png) !important; -} - -#middlewrap { - display: table; -} - -#middle { - display: table-cell; - vertical-align: middle; -} - -span.imdbstars { - display: inline-block; - vertical-align:middle; - cursor: help; -} - -span.imdbstars, span.imdbstars > * { - height: 12px; - background: url(../images/rating.png) 0 -12px repeat-x; - width: 120px; - display: inline-block; -} - -span.imdbstars > * { - background-position: 0 0; - max-width:120px; -} - -#posterCol { - float: left; -} - -#showCol { - width: 730px; - float: right; - height: 390px; - position: relative; -} - -ul.tags { - list-style-type: none; - margin-left: -10px; - padding: 4px 10px; -} - -ul.tags li { - margin-right: 4px; - padding: 3px 4px 3px 25px; - background: url(../images/tag.png) no-repeat scroll 5px 4px #297ab8; - border-radius: 3px; - border: 1px solid #111; - color: #FFF; - font: 14px/18px "Open Sans", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; - text-shadow: 0px 1px rgba(0, 0, 0, 0.8); - float: left; -} - -ul.tags li a{ - color: #FFF; -} - -#showCol .showsummary { - position: absolute; - bottom: 0; - left: 0; - width: 98%; - height: 250px; - -moz-border-radius: 10px; - -webkit-border-radius: 10px; - border-radius: 10px; - padding: 5px 0 0 10px; - margin-bottom: -3px; - text-shadow: 0px 1px rgba(0, 0, 0, 0.8); - background: #333; - border: 1px solid #111; - line-height: 20.5px; - font-size: 13px; - overflow: auto; - cursor: default; -} - -#showCol h1 { - font: 38px/44px "Open Sans", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; - margin-right: 10px; - padding: 0px; - display: inline; - cursor: help; -} - -#showtitle { - margin-top: -7px; -} - -#showinfo { - cursor: default; -} - -#showinfo span { - display: inline-block; - vertical-align: middle; -} - -#seasons { - padding-left: 2px; - padding-top: 6px; - width: 100%; - cursor: default; -} - -.meta b { - color: #09A2FF; -} - -/* -Table Sizing -*/ - -th.col-checkbox, -td.col-checkbox { - width: 17px; - border-left: none; - text-align: center; -} - -th.col-metadata, -td.col-metadata { - width: 28px; -} - -th.col-ep, -td.col-ep { - width: 50px; - white-space: nowrap; -} - -th.col-airdate, -td.col-airdate { - width: 86px; - white-space: nowrap; -} - -th.col-subtitles, -td.col-subtitles { - width: 70px; - text-align: center; -} - -th.col-legend, -td.col-legend { - width: 80px; -} - -/* -tablesorter.css -*/ - -table.tablesorter { - width:100%; - line-height:32px; - text-align:middle; - text-shadow:0 1px rgba(0,0,0,0.8); - border-collapse:separate; - -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.15); - box-shadow:0 1px 2px rgba(0,0,0,0.15); - border:1px solid #111; - border-radius:10px; - border-spacing: 0px; -} - -table.tablesorter td { - font-size: 14px; - padding: 8px 10px; - line-height: normal; -} - -/* remove extra border from left edge */ -table.tablesorter th:first-child, -table.tablesorter td:first-child { - border-left: none; -} - -.tablesorter thead tr:first-child, .tablesorter thead th:first-child{ - border-top-left-radius:10px; -} - -.tablesorter thead tr:last-child, .tablesorter thead th:last-child{ - border-top-right-radius:10px; -} - -.tablesorter tfoot tr:first-child, .tablesorter tfoot th:first-child{ - border-bottom-left-radius:10px; -} - -.tablesorter tfoot tr:last-child, .tablesorter tfoot th:last-child{ - border-bottom-right-radius:10px; -} - -.tablesorter tfoot a { - text-decoration: none; - color: #FFFFFF; - float: left; - font-weight: normal; -} - -table.tablesorter th { - overflow:hidden; - line-height:30px; - padding:0 11px; - text-shadow:0 1px rgba(0,0,0,0.8); - background:#297ab8; - background-clip:padding-box; - background-image:-webkit-linear-gradient(top, #297ab8,#15528f); - background-image:-moz-linear-gradient(top, #297ab8,#15528f); - background-image:-o-linear-gradient(top, #297ab8,#15528f); - background-image:linear-gradient(to bottom, #297ab8,#15528f); - -webkit-box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 0 0 1px rgba(255,255,255,0.05),0 1px 2px rgba(0,0,0,0.15); - box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 0 0 1px rgba(255,255,255,0.05),0 1px 2px rgba(0,0,0,0.15); -} - -table.tablesorter .tablesorter-header { - cursor: pointer; - font-weight:normal; -} - -table.tablesorter .tablesorter-header-inner { - padding: 0px 15px 0px 15px; -} - -table.tablesorter th.tablesorter-headerAsc .tablesorter-header-inner { - background: url(/css/lib/images/tablesorter/asc.gif) no-repeat right center; -} - -table.tablesorter th.tablesorter-headerDesc .tablesorter-header-inner { - background: url(/css/lib/images/tablesorter/desc.gif) no-repeat right center; -} - -table.tablesorter th.tablesorter-headerAsc { - text-shadow:0 1px rgba(0,0,0,0.8); - background:#3983bc; - background-clip:padding-box; - background-image:-webkit-linear-gradient(top, #3983bc,#32699e) !important; - background-image:-moz-linear-gradient(top, #3983bc,#32699e) !important; - background-image:-o-linear-gradient(top, #3983bc,#32699e) !important; - background-image:linear-gradient(to bottom, #3983bc,#32699e) !important; - -webkit-box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 0 0 1px rgba(255,255,255,0.05),0 1px 2px rgba(0,0,0,0.15); - box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 0 0 1px rgba(255,255,255,0.05),0 1px 2px rgba(0,0,0,0.15); -} -table.tablesorter th.tablesorter-headerDesc { - text-shadow:0 1px rgba(0,0,0,0.8); - background:#3983bc; - background-clip:padding-box; - background-image:-webkit-linear-gradient(top, #3983bc,#32699e) !important; - background-image:-moz-linear-gradient(top, #3983bc,#32699e) !important; - background-image:-o-linear-gradient(top, #3983bc,#32699e) !important; - background-image:linear-gradient(to bottom, #3983bc,#32699e) !important; - -webkit-box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 0 0 1px rgba(255,255,255,0.05),0 1px 2px rgba(0,0,0,0.15); - box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 0 0 1px rgba(255,255,255,0.05),0 1px 2px rgba(0,0,0,0.15); -} -/* Zebra Widget - row alternating colors */ -table.tablesorter tr.odd td { - background-color: #333333; -} -table.tablesorter tr.even td { - background-color: #2e2e2e; -} -/* filter widget */ -table.tablesorter input.tablesorter-filter { - width: 98%; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -table.tablesorter tr.tablesorter-filter, -table.tablesorter tr.tablesorter-filter td { - text-align: center; -} -/* optional disabled input styling */ -table.tablesorter input.tablesorter-filter.disabled { - display: none; -} -/* xtra css for sb */ -.tablesorter-header-inner { - text-align: center; - white-space: nowrap; - padding: 0 2px; - font-weight: normal; -} -tr.tablesorter-stickyHeader { - background-color: #fff; - padding: 2px 0; -} - -/* -jquery-ui-1.10.4.custom.css -*/ - -.ui-helper-hidden { - display: none; -} -.ui-helper-hidden-accessible { - border: 0; - clip: rect(0 0 0 0); - height: 1px; - margin: -1px; - overflow: hidden; - padding: 0; - position: absolute; - width: 1px; -} -.ui-helper-reset { - margin: 0; - padding: 0; - border: 0; - outline: 0; - line-height: 1.3; - text-decoration: none; - font-size: 100%; - list-style: none; -} -.ui-helper-clearfix:before, -.ui-helper-clearfix:after { - content: ""; - display: table; - border-collapse: collapse; -} -.ui-helper-clearfix:after { - clear: both; -} -.ui-helper-clearfix { - min-height: 0; /* support: IE7 */ -} -.ui-helper-zfix { - width: 100%; - height: 100%; - top: 0; - left: 0; - position: absolute; - opacity: 0; - filter:Alpha(Opacity=0); -} - -.ui-front { - z-index: 999; -} - - -/* Interaction Cues -----------------------------------*/ -.ui-state-disabled { - cursor: default !important; -} - - -/* Icons -----------------------------------*/ - -/* states and images */ -.ui-icon { - display: block; - text-indent: -99999px; - overflow: hidden; - background-repeat: no-repeat; -} - - -/* Misc visuals -----------------------------------*/ - -/* Overlays */ -.ui-widget-overlay { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; -} -.ui-resizable { - position: relative; -} -.ui-resizable-handle { - position: absolute; - font-size: 0.1px; - display: block; -} -.ui-resizable-disabled .ui-resizable-handle, -.ui-resizable-autohide .ui-resizable-handle { - display: none; -} -.ui-resizable-n { - cursor: n-resize; - height: 7px; - width: 100%; - top: -5px; - left: 0; -} -.ui-resizable-s { - cursor: s-resize; - height: 7px; - width: 100%; - bottom: -5px; - left: 0; -} -.ui-resizable-e { - cursor: e-resize; - width: 7px; - right: -5px; - top: 0; - height: 100%; -} -.ui-resizable-w { - cursor: w-resize; - width: 7px; - left: -5px; - top: 0; - height: 100%; -} -.ui-resizable-se { - cursor: se-resize; - width: 12px; - height: 12px; - right: 1px; - bottom: 1px; -} -.ui-resizable-sw { - cursor: sw-resize; - width: 9px; - height: 9px; - left: -5px; - bottom: -5px; -} -.ui-resizable-nw { - cursor: nw-resize; - width: 9px; - height: 9px; - left: -5px; - top: -5px; -} -.ui-resizable-ne { - cursor: ne-resize; - width: 9px; - height: 9px; - right: -5px; - top: -5px; -} -.ui-selectable-helper { - position: absolute; - z-index: 100; - border: 1px dotted black; -} -.ui-autocomplete { - position: absolute; - top: 0; - left: 0; - cursor: default; -} -.ui-button { - display: inline-block; - position: relative; - padding: 0; - line-height: normal; - margin-right: .1em; - cursor: pointer; - vertical-align: middle; - text-align: center; - overflow: visible; /* removes extra width in IE */ -} -.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; - background: #707070; -} -.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; -} -.ui-dialog { - overflow: hidden; - position: absolute; - top: 0; - left: 0; - padding: .2em; - outline: 0; -} -.ui-dialog .ui-dialog-titlebar { - padding: .4em 1em; - position: relative; -} -.ui-dialog .ui-dialog-title { - float: left; - margin: .1em 0; - white-space: nowrap; - width: 90%; - overflow: hidden; - text-overflow: ellipsis; -} -.ui-dialog .ui-dialog-titlebar-close { - position: absolute; - right: .3em; - top: 50%; - width: 20px; - margin: -10px 0 0 0; - padding: 1px; - height: 20px; -} -.ui-dialog .ui-dialog-content { - position: relative; - border: 0; - padding: .5em 1em; - background: none; - overflow: auto; -} -.ui-dialog .ui-dialog-buttonpane { - text-align: left; - border-width: 1px 0 0 0; - background-image: none; - margin-top: .5em; - padding: .3em 1em .5em .4em; -} -.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { - float: right; -} -.ui-dialog .ui-dialog-buttonpane button { - margin: .5em .4em .5em 0; - cursor: pointer; -} -.ui-dialog .ui-resizable-se { - width: 12px; - height: 12px; - right: -5px; - bottom: -5px; - background-position: 16px 16px; -} -.ui-draggable .ui-dialog-titlebar { - cursor: move; -} -.ui-menu { - list-style: none; - padding: 2px; - margin: 0; - display: block; - outline: none; -} -.ui-menu .ui-menu { - margin-top: -3px; - position: absolute; -} -.ui-menu .ui-menu-item { - margin: 0; - padding: 0; - width: 100%; - /* support: IE10, see #8844 */ - list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); -} -.ui-menu .ui-menu-divider { - margin: 5px -2px 5px -2px; - height: 0; - font-size: 0; - line-height: 0; - border-width: 1px 0 0 0; -} -.ui-menu .ui-menu-item a { - text-decoration: none; - display: block; - padding: 2px .4em; - line-height: 1.5; - min-height: 0; /* support: IE7 */ - font-weight: normal; -} -.ui-menu .ui-menu-item a.ui-state-focus, -.ui-menu .ui-menu-item a.ui-state-active { - font-weight: normal; - margin: -1px; -} - -.ui-menu .ui-state-disabled { - font-weight: normal; - margin: .4em 0 .2em; - line-height: 1.5; -} -.ui-menu .ui-state-disabled a { - cursor: default; -} - -/* icon support */ -.ui-menu-icons { - position: relative; -} -.ui-menu-icons .ui-menu-item a { - position: relative; - padding-left: 2em; -} - -/* left-aligned */ -.ui-menu .ui-icon { - position: absolute; - top: .2em; - left: .2em; -} - -/* right-aligned */ -.ui-menu .ui-menu-icon { - position: static; - float: right; -} -.ui-progressbar { - height: 2em; - text-align: left; - overflow: hidden; -} -.ui-progressbar .ui-progressbar-value { - margin: -1px; - height: 100%; -} -.ui-progressbar .ui-progressbar-overlay { - /* background: url("images/animated-overlay.gif"); */ - height: 100%; - filter: alpha(opacity=25); - opacity: 0.25; -} -.ui-progressbar-indeterminate .ui-progressbar-value { - background-image: none; -} -.ui-tabs { - position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ - padding: .2em; -} -.ui-tabs .ui-tabs-nav { - margin: 0; - padding: .2em .2em 0; -} -.ui-tabs .ui-tabs-nav li { - list-style: none; - float: left; - position: relative; - top: 0; - margin: 1px .2em 0 0; - border-bottom-width: 0; - padding: 0; - white-space: nowrap; -} -.ui-tabs .ui-tabs-nav .ui-tabs-anchor { - float: left; - padding: .5em 1em; - text-decoration: none; -} -.ui-tabs .ui-tabs-nav li.ui-tabs-active { - margin-bottom: -1px; - padding-bottom: 1px; -} -.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, -.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, -.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { - cursor: text; -} -.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { - cursor: pointer; -} -.ui-tabs .ui-tabs-panel { - display: block; - border-width: 0; - padding: 1em 1.4em; - background: none; -} - -/* Component containers -----------------------------------*/ -.ui-widget { - font-family: "Open Sans",Verdana,Arial,sans-serif; - font-size: 1.1em; -} -.ui-widget .ui-widget { - font-size: 1em; -} -.ui-widget input, -.ui-widget select, -.ui-widget textarea, -.ui-widget button { - font-family: "Open Sans",Verdana,Arial,sans-serif; - font-size: 1em; -} -.ui-widget-content { - border:1px solid #111; -} -.ui-widget-content a { - color: #FFFFFF; -} -.ui-widget-header { - border: 1px solid #111; - /* background: #ffffff url(images/ui-bg_flat_0_ffffff_40x100.png) 50% 50% repeat-x; */ - color: #FFFFFF; - font-weight: bold; -} -.ui-widget-header a { - color: #FFFFFF; -} - -/* Interaction states -----------------------------------*/ -.ui-state-default, -.ui-widget-content .ui-state-default, -.ui-widget-header .ui-state-default { - border: 1px solid #111; - background: #333; - font-weight: bold; - color: #FFFFFF; - -} -.ui-state-default a, -.ui-state-default a:link, -.ui-state-default a:visited { - color: #FFFFFF; - text-decoration: none; -} -.ui-state-hover, -.ui-widget-content .ui-state-hover, -.ui-widget-header .ui-state-hover, -.ui-state-focus, -.ui-widget-content .ui-state-focus, -.ui-widget-header .ui-state-focus { - border: 1px solid #111; - /* background: #dddddd url(images/ui-bg_highlight-soft_75_dddddd_1x100.png) 50% 50% repeat-x; */ - font-weight: bold; - color: #FFFFFF; -} -.ui-state-hover a, -.ui-state-hover a:hover, -.ui-state-hover a:link, -.ui-state-hover a:visited, -.ui-state-focus a, -.ui-state-focus a:hover, -.ui-state-focus a:link, -.ui-state-focus a:visited { - color: #FFFFFF; - text-decoration: none; -} -.ui-state-active, -.ui-widget-content .ui-state-active, -.ui-widget-header .ui-state-active { - border: 1px solid #111; - background: #dfdfdf url(images/ui-bg_inset-soft_75_dfdfdf_1x100.png) 50% 50% repeat-x; - font-weight: bold; - color: #FFFFFF; -} -.ui-state-active a, -.ui-state-active a:link, -.ui-state-active a:visited { - color: #FFFFFF; - text-decoration: none; -} - -/* Interaction Cues -----------------------------------*/ -.ui-state-highlight, -.ui-widget-content .ui-state-highlight, -.ui-widget-header .ui-state-highlight { - border: 1px solid #111; - /* background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; */ - color: #363636; -} -.ui-state-highlight a, -.ui-widget-content .ui-state-highlight a, -.ui-widget-header .ui-state-highlight a { - color: #363636; -} -.ui-state-error, -.ui-widget-content .ui-state-error, -.ui-widget-header .ui-state-error { - border: 1px solid #111; - /* background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; */ - color: #8c291d; -} -.ui-state-error a, -.ui-widget-content .ui-state-error a, -.ui-widget-header .ui-state-error a { - color: #8c291d; -} -.ui-state-error-text, -.ui-widget-content .ui-state-error-text, -.ui-widget-header .ui-state-error-text { - color: #8c291d; -} -.ui-priority-primary, -.ui-widget-content .ui-priority-primary, -.ui-widget-header .ui-priority-primary { - font-weight: bold; -} -.ui-priority-secondary, -.ui-widget-content .ui-priority-secondary, -.ui-widget-header .ui-priority-secondary { - opacity: .7; - filter:Alpha(Opacity=70); - font-weight: normal; -} -.ui-state-disabled, -.ui-widget-content .ui-state-disabled, -.ui-widget-header .ui-state-disabled { - opacity: .35; - filter:Alpha(Opacity=35); - background-image: none; -} -.ui-state-disabled .ui-icon { - filter:Alpha(Opacity=35); /* For IE8 - See #6059 */ -} - -/* Icons -----------------------------------*/ - -/* states and images */ -.ui-icon { - width: 16px; - height: 16px; -} -/* -.ui-icon, -.ui-widget-content .ui-icon { - background-image: url(images/ui-icons_222222_256x240.png); -} -.ui-widget-header .ui-icon { - background-image: url(images/ui-icons_222222_256x240.png); -} -.ui-state-default .ui-icon { - background-image: url(images/ui-icons_8c291d_256x240.png); -} -.ui-state-hover .ui-icon, -.ui-state-focus .ui-icon { - background-image: url(images/ui-icons_222222_256x240.png); -} -.ui-state-active .ui-icon { - background-image: url(images/ui-icons_8c291d_256x240.png); -} -.ui-state-highlight .ui-icon { - background-image: url(images/ui-icons_2e83ff_256x240.png); -} -.ui-state-error .ui-icon, -.ui-state-error-text .ui-icon { - background-image: url(images/ui-icons_cd0a0a_256x240.png); -} -*/ - -/* positioning */ -.ui-icon-blank { background-position: 16px 16px; } -.ui-icon-carat-1-n { background-position: 0 0; } -.ui-icon-carat-1-ne { background-position: -16px 0; } -.ui-icon-carat-1-e { background-position: -32px 0; } -.ui-icon-carat-1-se { background-position: -48px 0; } -.ui-icon-carat-1-s { background-position: -64px 0; } -.ui-icon-carat-1-sw { background-position: -80px 0; } -.ui-icon-carat-1-w { background-position: -96px 0; } -.ui-icon-carat-1-nw { background-position: -112px 0; } -.ui-icon-carat-2-n-s { background-position: -128px 0; } -.ui-icon-carat-2-e-w { background-position: -144px 0; } -.ui-icon-triangle-1-n { background-position: 0 -16px; } -.ui-icon-triangle-1-ne { background-position: -16px -16px; } -.ui-icon-triangle-1-e { background-position: -32px -16px; } -.ui-icon-triangle-1-se { background-position: -48px -16px; } -.ui-icon-triangle-1-s { background-position: -64px -16px; } -.ui-icon-triangle-1-sw { background-position: -80px -16px; } -.ui-icon-triangle-1-w { background-position: -96px -16px; } -.ui-icon-triangle-1-nw { background-position: -112px -16px; } -.ui-icon-triangle-2-n-s { background-position: -128px -16px; } -.ui-icon-triangle-2-e-w { background-position: -144px -16px; } -.ui-icon-arrow-1-n { background-position: 0 -32px; } -.ui-icon-arrow-1-ne { background-position: -16px -32px; } -.ui-icon-arrow-1-e { background-position: -32px -32px; } -.ui-icon-arrow-1-se { background-position: -48px -32px; } -.ui-icon-arrow-1-s { background-position: -64px -32px; } -.ui-icon-arrow-1-sw { background-position: -80px -32px; } -.ui-icon-arrow-1-w { background-position: -96px -32px; } -.ui-icon-arrow-1-nw { background-position: -112px -32px; } -.ui-icon-arrow-2-n-s { background-position: -128px -32px; } -.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } -.ui-icon-arrow-2-e-w { background-position: -160px -32px; } -.ui-icon-arrow-2-se-nw { background-position: -176px -32px; } -.ui-icon-arrowstop-1-n { background-position: -192px -32px; } -.ui-icon-arrowstop-1-e { background-position: -208px -32px; } -.ui-icon-arrowstop-1-s { background-position: -224px -32px; } -.ui-icon-arrowstop-1-w { background-position: -240px -32px; } -.ui-icon-arrowthick-1-n { background-position: 0 -48px; } -.ui-icon-arrowthick-1-ne { background-position: -16px -48px; } -.ui-icon-arrowthick-1-e { background-position: -32px -48px; } -.ui-icon-arrowthick-1-se { background-position: -48px -48px; } -.ui-icon-arrowthick-1-s { background-position: -64px -48px; } -.ui-icon-arrowthick-1-sw { background-position: -80px -48px; } -.ui-icon-arrowthick-1-w { background-position: -96px -48px; } -.ui-icon-arrowthick-1-nw { background-position: -112px -48px; } -.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } -.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } -.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } -.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } -.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } -.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } -.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } -.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } -.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } -.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } -.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } -.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } -.ui-icon-arrowreturn-1-w { background-position: -64px -64px; } -.ui-icon-arrowreturn-1-n { background-position: -80px -64px; } -.ui-icon-arrowreturn-1-e { background-position: -96px -64px; } -.ui-icon-arrowreturn-1-s { background-position: -112px -64px; } -.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } -.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } -.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } -.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } -.ui-icon-arrow-4 { background-position: 0 -80px; } -.ui-icon-arrow-4-diag { background-position: -16px -80px; } -.ui-icon-extlink { background-position: -32px -80px; } -.ui-icon-newwin { background-position: -48px -80px; } -.ui-icon-refresh { background-position: -64px -80px; } -.ui-icon-shuffle { background-position: -80px -80px; } -.ui-icon-transfer-e-w { background-position: -96px -80px; } -.ui-icon-transferthick-e-w { background-position: -112px -80px; } -.ui-icon-folder-collapsed { background-position: 0 -96px; } -.ui-icon-folder-open { background-position: -16px -96px; } -.ui-icon-document { background-position: -32px -96px; } -.ui-icon-document-b { background-position: -48px -96px; } -.ui-icon-note { background-position: -64px -96px; } -.ui-icon-mail-closed { background-position: -80px -96px; } -.ui-icon-mail-open { background-position: -96px -96px; } -.ui-icon-suitcase { background-position: -112px -96px; } -.ui-icon-comment { background-position: -128px -96px; } -.ui-icon-person { background-position: -144px -96px; } -.ui-icon-print { background-position: -160px -96px; } -.ui-icon-trash { background-position: -176px -96px; } -.ui-icon-locked { background-position: -192px -96px; } -.ui-icon-unlocked { background-position: -208px -96px; } -.ui-icon-bookmark { background-position: -224px -96px; } -.ui-icon-tag { background-position: -240px -96px; } -.ui-icon-home { background-position: 0 -112px; } -.ui-icon-flag { background-position: -16px -112px; } -.ui-icon-calendar { background-position: -32px -112px; } -.ui-icon-cart { background-position: -48px -112px; } -.ui-icon-pencil { background-position: -64px -112px; } -.ui-icon-clock { background-position: -80px -112px; } -.ui-icon-disk { background-position: -96px -112px; } -.ui-icon-calculator { background-position: -112px -112px; } -.ui-icon-zoomin { background-position: -128px -112px; } -.ui-icon-zoomout { background-position: -144px -112px; } -.ui-icon-search { background-position: -160px -112px; } -.ui-icon-wrench { background-position: -176px -112px; } -.ui-icon-gear { background-position: -192px -112px; } -.ui-icon-heart { background-position: -208px -112px; } -.ui-icon-star { background-position: -224px -112px; } -.ui-icon-link { background-position: -240px -112px; } -.ui-icon-cancel { background-position: 0 -128px; } -.ui-icon-plus { background-position: -16px -128px; } -.ui-icon-plusthick { background-position: -32px -128px; } -.ui-icon-minus { background-position: -48px -128px; } -.ui-icon-minusthick { background-position: -64px -128px; } -.ui-icon-close { background-position: -80px -128px; } -.ui-icon-closethick { background-position: -96px -128px; } -.ui-icon-key { background-position: -112px -128px; } -.ui-icon-lightbulb { background-position: -128px -128px; } -.ui-icon-scissors { background-position: -144px -128px; } -.ui-icon-clipboard { background-position: -160px -128px; } -.ui-icon-copy { background-position: -176px -128px; } -.ui-icon-contact { background-position: -192px -128px; } -.ui-icon-image { background-position: -208px -128px; } -.ui-icon-video { background-position: -224px -128px; } -.ui-icon-script { background-position: -240px -128px; } -.ui-icon-alert { background-position: 0 -144px; } -.ui-icon-info { background-position: -16px -144px; } -.ui-icon-notice { background-position: -32px -144px; } -.ui-icon-help { background-position: -48px -144px; } -.ui-icon-check { background-position: -64px -144px; } -.ui-icon-bullet { background-position: -80px -144px; } -.ui-icon-radio-on { background-position: -96px -144px; } -.ui-icon-radio-off { background-position: -112px -144px; } -.ui-icon-pin-w { background-position: -128px -144px; } -.ui-icon-pin-s { background-position: -144px -144px; } -.ui-icon-play { background-position: 0 -160px; } -.ui-icon-pause { background-position: -16px -160px; } -.ui-icon-seek-next { background-position: -32px -160px; } -.ui-icon-seek-prev { background-position: -48px -160px; } -.ui-icon-seek-end { background-position: -64px -160px; } -.ui-icon-seek-start { background-position: -80px -160px; } -/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ -.ui-icon-seek-first { background-position: -80px -160px; } -.ui-icon-stop { background-position: -96px -160px; } -.ui-icon-eject { background-position: -112px -160px; } -.ui-icon-volume-off { background-position: -128px -160px; } -.ui-icon-volume-on { background-position: -144px -160px; } -.ui-icon-power { background-position: 0 -176px; } -.ui-icon-signal-diag { background-position: -16px -176px; } -.ui-icon-signal { background-position: -32px -176px; } -.ui-icon-battery-0 { background-position: -48px -176px; } -.ui-icon-battery-1 { background-position: -64px -176px; } -.ui-icon-battery-2 { background-position: -80px -176px; } -.ui-icon-battery-3 { background-position: -96px -176px; } -.ui-icon-circle-plus { background-position: 0 -192px; } -.ui-icon-circle-minus { background-position: -16px -192px; } -.ui-icon-circle-close { background-position: -32px -192px; } -.ui-icon-circle-triangle-e { background-position: -48px -192px; } -.ui-icon-circle-triangle-s { background-position: -64px -192px; } -.ui-icon-circle-triangle-w { background-position: -80px -192px; } -.ui-icon-circle-triangle-n { background-position: -96px -192px; } -.ui-icon-circle-arrow-e { background-position: -112px -192px; } -.ui-icon-circle-arrow-s { background-position: -128px -192px; } -.ui-icon-circle-arrow-w { background-position: -144px -192px; } -.ui-icon-circle-arrow-n { background-position: -160px -192px; } -.ui-icon-circle-zoomin { background-position: -176px -192px; } -.ui-icon-circle-zoomout { background-position: -192px -192px; } -.ui-icon-circle-check { background-position: -208px -192px; } -.ui-icon-circlesmall-plus { background-position: 0 -208px; } -.ui-icon-circlesmall-minus { background-position: -16px -208px; } -.ui-icon-circlesmall-close { background-position: -32px -208px; } -.ui-icon-squaresmall-plus { background-position: -48px -208px; } -.ui-icon-squaresmall-minus { background-position: -64px -208px; } -.ui-icon-squaresmall-close { background-position: -80px -208px; } -.ui-icon-grip-dotted-vertical { background-position: 0 -224px; } -.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } -.ui-icon-grip-solid-vertical { background-position: -32px -224px; } -.ui-icon-grip-solid-horizontal { background-position: -48px -224px; } -.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } -.ui-icon-grip-diagonal-se { background-position: -80px -224px; } - - -/* Misc visuals -----------------------------------*/ - -/* Corner radius */ -.ui-corner-all, -.ui-corner-top, -.ui-corner-left, -.ui-corner-tl { - border-top-left-radius: 4px; -} -.ui-corner-all, -.ui-corner-top, -.ui-corner-right, -.ui-corner-tr { - border-top-right-radius: 4px; -} -.ui-corner-all, -.ui-corner-bottom, -.ui-corner-left, -.ui-corner-bl { - border-bottom-left-radius: 4px; -} -.ui-corner-all, -.ui-corner-bottom, -.ui-corner-right, -.ui-corner-br { - border-bottom-right-radius: 4px; -} - -/* Overlays */ -.ui-widget-overlay { - /* background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; */ - opacity: .75; - filter: Alpha(Opacity=75); -} -.ui-widget-shadow { - margin: -8px 0 0 -8px; - padding: 8px; - /* background: #000000 url(images/ui-bg_flat_0_000000_40x100.png) 50% 50% repeat-x; */ - opacity: .35; - filter: Alpha(Opacity=35); - border-radius: 8px; -} - -.sf-sub-indicator { background: url("/images/arrows.png") no-repeat -10px -100px; } -.sf-shadow ul { background: url("/images/shadow.png") no-repeat bottom right; } - -[class^="icon-"], [class*=" icon-"] { background-image: url("/images/glyphicons-halflings.png"); } -a:hover > i.icon-question-sign, .icon-white { background-image: url("/images/glyphicons-halflings-white.png"); } -a > i.icon-question-sign { background-image: url("/images/glyphicons-halflings.png"); } - -.dropdown-menu li > a:hover > [class^="icon-"], .dropdown-menu li > a:hover > [class*=" icon-"] { background-image: url("/images/glyphicons-halflings-white.png"); } -[class^="icon16-"], [class*=" icon16-"] { background-image: url("/images/glyphicons-config.png"); } - -.ui-autocomplete-loading { background: white url("/images/loading16.gif") right center no-repeat; } -.browserDialog.busy .ui-dialog-buttonpane { background: url("/images/loading.gif") 10px 50% no-repeat !important; } -.ui-progressbar .ui-progressbar-overlay { background: url("/css/lib/images/animated-overlay.gif"); } -.ui-dialog, .ui-dialog-buttonpane { background: #2a2a2a 50% 50% repeat !important; } -.ui-dialog-titlebar { background: #3d3d3d; } -.ui-accordion-content, .ui-tabs-panel { background: #484848 !important; background-image: none !important; } - -.ui-widget-content { background: #606060 url("/css/lib/images/ui-bg_flat_0_606060_40x100.png") 50% top repeat-x; } -.ui-widget-header { background: #606060 url("/css/lib/images/ui-bg_flat_0_606060_40x100.png") 50% 50% repeat-x; } - -.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { background: #dddddd url("/css/lib/images/ui-bg_highlight-soft_75_dddddd_1x100.png") 50% 50% repeat-x; } -.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background: #3d3d3d; color: #FFFFFF !important; } - -.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { background: #fbf9ee url("/css/lib/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x; } -.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { background: #fef1ec url("/css/lib/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x; } - -.ui-icon, .ui-widget-content .ui-icon { background-image: url("/css/lib/images/ui-icons_ffffff_256x240.png"); } -.ui-widget-header .ui-icon { background-image: url("/css/lib/images/ui-icons_ffffff_256x240.png"); } -.ui-state-default .ui-icon { background-image: url("/css/lib/images/ui-icons_09a2ff_256x240.png"); } -.ui-state-hover .ui-icon, .ui-state-focus .ui-icon { background-image: url("/css/lib/images/ui-icons_ffffff_256x240.png"); } -.ui-state-active .ui-icon { background-image: url("/css/lib/images/ui-icons_8c291d_256x240.png"); } -.ui-state-highlight .ui-icon { background-image: url("/css/lib/images/ui-icons_2e83ff_256x240.png"); } -.ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background-image: url("/css/lib/images/ui-icons_cd0a0a_256x240.png"); } - -.ui-widget-overlay { background: #000000 url("/css/lib/images/ui-bg_flat_0_000000_40x100.png") 50% 50% repeat-x; } -.ui-widget-shadow { background: #000000 url("/css/lib/images/ui-bg_flat_0_000000_40x100.png") 50% 50% repeat-x; } - -.ui-tabs { - padding: 0px; - background: none; - border-width: 0px; -} -.ui-tabs .ui-tabs-nav { - padding-left: 0px; - background: transparent; - border-width: 0px 0px 0px 0px; - -moz-border-radius: 0px; - -webkit-border-radius: 0px; - border-radius: 0px; - -} -.ui-tabs .ui-tabs-panel { background-color: #3d3d3d !important; border-width: 1px 1px 1px 1px; border-color: #111111;} - -.ui-tabs-nav > :not(.ui-tabs-active){ background: #333333 !important; color: #FFFFFF !important; } - -/* -comingEpisodes.css -*/ - -.tvshowDiv { - display: block; - clear: both; - border: 1px solid #111; - margin: auto; - padding: 0px; - text-align: left; - width: 750px; - border-radius: 10px; - background: #fff; - cursor: default; -} - -.tvshowDiv a, .tvshowDiv a:link, .tvshowDiv a:visited, .tvshowDiv a:hover { - text-decoration: none; - background: none; -} - -.tvshowTitle a { - color: #000000; - float: left; - padding-top: 3px; - line-height: 1.2em; - font-size: 1.1em; - text-shadow: -1px -1px 0 #FFF); -} - -.tvshowTitleIcons { - float: right; - padding: 3px 5px; -} - -.tvshowDiv .title { - font-weight: bold; - color: #111; -} - -.posterThumb { - -ms-interpolation-mode: bicubic; /* make scaling look nicer for ie */ - vertical-align: top; - height: auto; - width: 180px; - border-right: 1px solid #111; - border-top-left-radius: 8px; - border-bottom-left-radius: 8px; -} - -.bannerThumb { - -ms-interpolation-mode: bicubic; /* make scaling look nicer for ie */ - vertical-align: top; - height: auto; - width: 750px; - border-top-left-radius: 8px; - border-top-right-radius: 8px; - border-bottom: 1px solid #111; -} - -.tvshowDiv th { - color: #000; - letter-spacing: 1px; - text-align: left; -} - -.tvshowDiv th.nobg { - text-align: center; -} - -.tvshowDiv td { - padding: 5px 10px 5px 10px; - color: #000; -} - -.tvshowDiv td.next_episode { - width: 100%; - height: 90%; - border-bottom: 1px solid #111; - vertical-align: top; - color: #000; -} - -h1.day { - margin-top: 10px; - padding: 4px; - letter-spacing: 1px; - background:#297ab8; - background-image:-webkit-linear-gradient(top, #297ab8,#15528f) !important; - background-image:-moz-linear-gradient(top, #297ab8,#15528f) !important; - background-image:-o-linear-gradient(top, #297ab8,#15528f) !important; - background-image:linear-gradient(to bottom, #297ab8,#15528f) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important; - color: #fff; - text-shadow:0 1px rgba(0,0,0,0.8); - text-align: center; - border-top-left-radius: 10px; - border-top-right-radius: 10px; - border-left: 1px solid #111; - border-top: 1px solid #111; - border-right: 1px solid #111; -} - -h1.network { - margin-top: 10px; - padding: 4px; - letter-spacing: 1px; - background:#297ab8; - background-image:-webkit-linear-gradient(top, #297ab8,#15528f) !important; - background-image:-moz-linear-gradient(top, #297ab8,#15528f) !important; - background-image:-o-linear-gradient(top, #297ab8,#15528f) !important; - background-image:linear-gradient(to bottom, #297ab8,#15528f) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important; - color: #fff; - text-shadow:0 1px rgba(0,0,0,0.8); - text-align: center; - border-top-left-radius: 10px; - border-top-right-radius: 10px; - border-left: 1px solid #111; - border-top: 1px solid #111; - border-right: 1px solid #111; -} - -.comingepheader > .ep_listing { - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; -} - -.comingepheader > .ep_listing ~ .ep_listing { - border-top-left-radius: 10px; - border-top-right-radius: 10px; - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; -} - -.comingepheader > * > .ep_listing ~ .ep_listing { - border-top-left-radius: 10px; - border-top-right-radius: 10px; - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; -} - -.listingradius { - border-radius: 10px; -} - -.ep_listing { - width: auto; - border: 1px solid #111; - margin-bottom: 10px; - /* margin: 10px; */ - /* overflow: hidden; */ - padding: 10px; -} - -.h2footer .listing_default, -.h2footer .listing_current, -.h2footer .listing_waiting, -.h2footer .listing_overdue, -.h2footer .listing_toofar { - padding: 0px 10px; - display: inline-block; - font-size: 13px; - font-weight: bold; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; -} - -.listing_default { - background-color: #ffd4aa; - color: #bf5f00; -} - -.listing_current { - background-color: #d4ffaa; - color: #3f7f00; -} - -.listing_waiting { - background-color: #d4ffaa; -} - -.listing_overdue { - background-color: #ffbfbf; - color: #ff5656; -} - -.listing_toofar { - background-color: #aad4ff; - color: #003f7f; -} - -.listing_unknown { - background-color: #ffd4aa; -} - -tr.listing_default { - color: #111; -} - -tr.listing_current { - color: #111; -} - -tr.listing_waiting { - color: #111; -} - -tr.listing_overdue { - color: #111; -} - -tr.listing_toofar { - color: #111; -} - -tr.listing_unknown { - color: #111; -} - -span.pause { - color: #FF0000; - font-size: 12px; -} - -.ep_summaryTrigger { -/* float: left; - padding-top: 9px;*/ -} - -.ep_summary { - margin-left: 5px; -/* padding-top: 5px; */ - font-style: italic; - line-height: 21px; -} - -/* -config.css -*/ - -#config { - text-align:center; - padding:0 0 0 0; - font-size: 12px; -} - -#config *{ - font-family: "Open Sans", Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif; -} - -#config a:hover { - color: #09a2ff !important; -} - -#config h3 a { - text-decoration: none; - font-size: 18px; -} - -#config h3 img { - vertical-align: baseline; - padding-right: 5px; -} - -#config ul { - list-style-type: none; -} - -#config h3 { - font-size: 1.5em; - color: #FFFFFF; -} - -#config h4 { - font-size: 1em; - color: #FFFFFF; - text-transform: uppercase; - margin: 0 0 .2em; - line-height: 12px; - margin-top: 2px; -} - -#config h5 { - font-size: 1em; - color: #FFFFFF; - margin: 0 0 .2em; -} - -#config p { - font-size: 1.2em; - line-height: 1.3; -} - -#config .path { - font-size: 1em; - color: #333; - font-family: "Open Sans", Verdana; -} - -#config .jumbo { - font-size: 14px !important; -} - -#config-content { - display: block; - width: 100%; - text-align: left; - clear: both; - margin: 0 auto; - padding: 0 0 0; -} - -#config-components { - width: auto; -} - -#config-components-border { - float: left; - width: auto; - border-top: 1px solid #999; - padding: 5px 0; -} - -#config .title-group { - border-bottom: 1px solid #707070; - position: relative; - padding: 25px 15px 25px; -} - -#config .component-group { - border-bottom: 1px solid #111; - padding: 15px 15px 25px; -} - -#config .component-group-desc { - float: left; - width: 235px; -} - -#config .component-group-desc h3 { - font-size: 1.5em; -} - -#config .component-group-desc p { - width: 85%; - font-size: 1.0em; - color: #FFFFFF; - margin: .8em 0; -} - -#config .component-group-desc p.note { - width: 90%; - color: #FFFFFF; - margin: .8em 0; -} - -#config .component-group-list { - float: left; - width: 610px; - margin-top: 16px; -} - -#config fieldset { - border: 0; - outline: 0; -} - -#config div.field-pair { - margin: .9em 0 1.4em; -} - -#config div.field-pair input:not(.btn) { - float: left; - margin-right: 6px; - margin-top: 4px; - padding: 4px; - border-radius: 3px; - border: 1px solid #111; -} - -#config div.field-pair input[type="checkbox"] { - margin-top: 9px; -} - -#config div.naming-anime input[type="radio"] { - margin-top: 9px; -} - -#provider_order_list input[type="checkbox"], -#service_order_list input[type="checkbox"] { - vertical-align:middle; -} - -#config label.nocheck, -#config div #customQuality { - padding-left: 20px; -} - -#config label span.component-title { - font-size: 13px; - font-weight: 700; - float: left; - width: 175px; - margin-right: 10px; - padding-top: 4px; -} - -#config label span.component-desc { - margin-left: 190px; - display: block; - font-size: 11px; - padding-top: 4px; -} - -#config label.nocheck span.component-desc { - margin-left: 170px; -} - -#config div.field-pair select { - font-size: 12px; -} - -#config-settings { - float: right; - width: 200px; - background: #fffae5; - border-bottom: 1px dotted #666; - border-top: 1px solid #999; - margin-right: 20px; - padding: 20px 0 30px; -} - -#config-settings .config-settings-group { - border-bottom: 1px dotted #999; - padding-bottom: 15px; - margin: 0 15px 15px; -} - -#config-settings .config-settings-group h2 { - margin-bottom: 0; -} - -#config-settings .config-settings-group p { - font-size: 1.1em; - color: #666; - margin: .6em 0 1em; -} - -#config-settings .config-settings-group div.field-pair { - margin: 1.2em 0 .6em; -} - -#config-settings .config-settings-group input { - float: left; -} - -.clearfix:after { - content: "."; - display: block; - height: 0; - clear: both; - visibility: hidden; -} - -.clearfix { - display: block; -} - -/* Hides from IE-mac \*/ -* html .clearfix { - height: 1%; -} -/* End hide from IE-mac */ - -#provider_order_list, -#service_order_list { - list-style-type: none; - width: 270px; - margin: 0; - padding: 0; - line-height: normal; -} - -#provider_order_list li, -#service_order_list li { - font-size: 14px; - font-weight: bold; - font-family: "Open Sans", Verdana; - margin: 0 5px 5px; - padding: 6px; - height: 22px; - background: #333; - border-radius: 5px; -} - -#provider_order_list input, -#service_order_list input { - margin: 0px 2px; -} - -.providerDiv { - display: none; - padding-left: 20px; -} - -#config div.metadataDiv { - display: none; -} - -#config div.metadata_options { - float: left; - font-size: 14px; - font-family: "Open Sans", Verdana; - width: 185px; - color: #FFF; - padding: 7px; -} - -#config div.metadata_options label:hover { - background-color: #09A2FF; -} - -#config div.metadata_options label { - display: block; - color: #FFF; - padding-left: 4px; -} - -#config div.metadata_example { - float: right; - font-size: 14px; - font-family: "Open Sans", Verdana; - width: 265px; - color: #036; - overflow: auto; - margin-right: 30px; - padding: 7px; -} - -#config div.metadata_example label { - display: block; - color: #09A2FF; -} - -#config div.metadataDiv .disabled { - color: #ccc; -} - -#config div #metadataLegend { - font-size: 14px; - font-family: "Open Sans", Verdana; - font-weight: 900; - display: block; - width: auto; - padding-bottom: 3px; -} - -.infoTable { - border-collapse: collapse; -} - -.infoTableHeader, -.infoTableCell { - padding: 5px; -} - -.infoTableHeader { - font-weight: 700; -} - -.infoTableSeperator { - border-top: 1px dotted #666666; -} - -#config div.testNotification { - border: 1px solid #111; - padding: 5px; - margin-bottom: 10px; - line-height: 20px; - background-color: #333; - border-radius: 4px; -} - -.config_message { - width: 100%; - text-align: center; - font-size: 1.3em; - background: #ffecac; -} - -[class^="icon16-"], [class*=" icon16-"] { - background-image: url("/images/glyphicons-config.png"); - background-position: -40px 0; - background-repeat: no-repeat; - display: inline-block; - height: 16px; - line-height: 16px; - vertical-align: text-top; - width: 16px; -} - -.icon16-github { - background-position: 0 0; -} -.icon16-mirc { - background-position: -20px 0; -} -.icon16-sb { - background-position: -40px 0; -} -.icon16-web { - background-position: -60px 0; -} -.icon16-win { - background-position: -80px 0; -} - -#config span.path { - color: #09a2ff; - padding-bottom: 3px; - padding-left: 6px; - padding-right: 6px; - padding-top: 3px; -} - -#config .tip_scale { - margin-left: -9px; - margin-top: -10px !important; - margin-right: 5px; - margin-bottom: -20px; - line-height: 18px; - font-size: 0.5 em !important; - text-align: left; -} - -#config .tip_scale label span.component-title { - width: 85px !important; - font-size: 12px !important; - margin-top: 2px !important; -} - -#config .tip_scale label span.component-desc { - margin-left: 120px !important; - width: 220px !important; -} - -#config .tip_scale label span.component-desc2 { - margin-left: 100px !important; - width: 220px !important; - display: block; - font-size: 11px; - padding-top: 4px; -} - -#config .tip_scale input[type="text"], -#config .tip_scale input[type="password"], -#config .tip_scale select { - transform: scale(0.8) !important; - -ms-transform: scale(0.8) !important; - -webkit-transform: scale(0.8) !important; - margin-left: -35px !important; - margin-top: 3px !important; -} - -/* ======================================================================= -config_postProcessing.tmpl -========================================================================== */ - -#config div.example { - padding: 4px 10px 4px 10px; - margin-top: 2px; - color: #09a2ff; - border: 1px solid #111; - background: #333; - border-radius: 5px; -} - -.Key { - width: 100%; - padding: 6px; - font-size: 11px; - background-color: #3d3d3d; - border: 1px solid #111; - border-collapse: collapse; - border-spacing: 0; - line-height: 18px !important; - margin-left: 15px !important; -} - -.Key th, .tableHeader { - padding: 3px 9px; - margin: 0; - color: #fff; - text-align: center; - text-shadow:0 1px rgba(0,0,0,0.8); - background:#297ab8; - background-clip:padding-box; - background-image:-webkit-linear-gradient(top, #297ab8,#15528f) !important; - background-image:-moz-linear-gradient(top, #297ab8,#15528f) !important; - background-image:-o-linear-gradient(top, #297ab8,#15528f) !important; - background-image:linear-gradient(to bottom, #297ab8,#15528f) !important; -} - -.Key td { - padding: 1px 5px !important; -} - -.Key tr { - border-bottom: 1px solid #111; -} - -.Key tr.even { - background-color: #333; -} - -/* -formwizard.css -*/ - -fieldset.sectionwrap{ -text-align: left; -width: 800px; -border-width:0; -padding:5px; -top: -25px !important; -} - -legend.legendStep{ -font-weight: bold; -font-size: 16px; -color: #343434; -display: none; -} - -div.stepsguide{ /*div that contains all the "steps" text located at top of form */ -text-align: left; -width: 800px; /*width of "steps" container*/ -overflow:hidden; -margin-bottom:15px; -cursor:pointer; -} - -div.stepsguide .step{ -width:266px; /*width of each "steps" text*/ -font-weight: bold; -font-size: 24px; -float:left; -} -div.stepsguide .step p { -border-bottom: 4px solid #23afdc; -} - -div.stepsguide .disabledstep{ -color:#C4C4C4; -} -div.stepsguide .disabledstep p { -border-bottom: 4px solid #1178b3; -} - -div.stepsguide .step .smalltext{ -font-size: 13px; -font-weight: normal; -} - -div.formpaginate{ -width: 800px; -overflow:auto; -font-weight:bold; -text-align:center; -margin-top:1em; -} - -div.formpaginate .prev, div.formpaginate .next{ - display: inline-block; - padding: 3.5px 10px 3.5px; - font-size: 14px; - font-weight: normal; - line-height: 18px; - color:#fff; - text-align:center; - text-shadow:0 1px rgba(0,0,0,0.8); - background:#2265a1; - background-clip:padding-box; - border:1px solid #111; - border-radius:3px; - cursor:pointer; - -webkit-box-sizing:border-box; - -moz-box-sizing:border-box; - box-sizing:border-box; - background-image:-webkit-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - background-image:-moz-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - background-image:-o-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - background-image:linear-gradient(to bottom, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - -webkit-box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 -1px 3px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.08),0 1px 2px rgba(0,0,0,0.15); - box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 -1px 3px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.08),0 1px 2px rgba(0,0,0,0.15); -} - -.prev:hover , .next:hover{ - background-color:#2672b6 !important; -} - -.stepDiv { - padding: 21px 15px 15px 15px; - margin-left: auto; - margin-right: auto; -} - -input:not(.btn){ - margin-right: 6px; - padding: 4px; - border-radius: 3px; - border: 1px solid #111; -} - -/* step 3 related */ - -#customQualityWrapper {/* height: 190px;*/ overflow: hidden; } -#customQualityWrapper div.component-group-desc{float:left;width:165px;} -#customQualityWrapper div.component-group-desc p{width:85%;font-size:14px;color:#666;margin:.8em 0;} -#customQualityWrapper div.component-group-desc p.note{width:90%;font-size:14px;color:#333;margin:.8em 0;} - -/* -superfish.css -*/ - -.sf-menu ul { - background: #363636; - position: absolute; - top: -999em; - padding: 0; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-bottomright: 5px; - -webkit-border-bottom-right-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; - border-top-left-radius: 5px; - border-top-right-radius: 5px; - border: 1px solid #111; - width: 10em; - /* left offset of submenus need to match (see below) */ - -} -.sf-menu ul li a { - padding-left: 28px; -} -.sf-menu ul li a img { - position: absolute; - margin-top: -1px; - margin-left: -22px; - z-index: 99; -} -.sf-menu ul li { - width: 100%; -} -.sf-menu li.spacer, -.sf-menu li.spacer:hover { - background-color: #57442B; - width: 15px; -} -.sf-menu .first { - margin-left: 0px; -} -.sf-menu .navIcon { - padding: 0.6em 1em 0.55em; -} -.sf-menu li:hover { - visibility: inherit; - /* fixes IE7 'sticky bug' */ - -} -.sf-menu li { - float: left; - position: relative; -} -.sf-menu a { - display: block; - position: relative; -} -.sf-menu li:hover ul, -.sf-menu li.sfHover ul { - left: 0; - top: 3.2em; - /* match top ul list item height */ - - z-index: 99; -} -ul.sf-menu li:hover li ul, -ul.sf-menu li.sfHover li ul { - top: -999em; -} -ul.sf-menu li li:hover ul, -ul.sf-menu li li.sfHover ul { - left: 10em; - /* match ul width */ - - top: 0; -} -ul.sf-menu li li:hover li ul, -ul.sf-menu li li.sfHover li ul { - top: -999em; -} -ul.sf-menu li li li:hover ul, -ul.sf-menu li li li.sfHover ul { - left: 10em; - /* match ul width */ - - top: 0; -} -.sf-menu li.current > a { - color: #FFFFFF; -} -.sf-menu { - float: left; - /*margin-bottom: 1em;*/ - - line-height: 1em; -} -.sf-menu a { - border-right: 1px solid #ccc; - padding: .75em 1em; - text-decoration: none; -} -.sf-menu li a { - border: 1px solid transparent; - color: #FFFFFF; - display: block; - padding-bottom: 12px; - padding-top: 12px; - padding-left: 10px; - padding-right: 10px; - font-size: 14px; - font-weight: normal; - text-shadow: 1px 1px 0 #000; - text-transform: capitalize; -} -.sf-menu li a.log { - border: 1px solid transparent; - color: #FFFFFF; - display: block; - padding-bottom: 12px; - padding-top: 12px; - padding-left: 15px; - padding-right: 25px; - font-size: 14px; - font-weight: normal; - text-shadow: 1px 1px 0 #000; - text-transform: capitalize; -} -.sf-menu li a.config { - height: 14px; - width: 20px; -} -.sf-menu li a.config img { - left: 0px; - position: relative; - top: -13px; -} -.sf-menu li li a, -.sf-menu li li li a { - text-shadow: none; -} -.sf-menu a, -.sf-menu a:visited { - /* visited pseudo selector so IE6 applies text colour*/ - - color: #FFFFFF; -} -.sf-menu li { - display: block; - float: left; - margin: 8px 0 0; - text-align: center; -} -.sf-menu li li { - padding: 0; - margin: 0; - text-align: left; - /* alt row light brown */ -} -.sf-menu li li li { - background: #2a2a2a; - /* even row tan */ -} -.sf-menu li li a, -.sf-menu li li a:visited { - color: #FFF; -} -.sf-menu li li a:hover { - color: #000; -} -.sf-menu li li li a, -.sf-menu li li li a:visited { - color: #FFF; -} -.sf-menu li li li a:hover { - color: #000; -} -.sf-menu li:hover, -.sf-menu li.sfHover, -.sf-menu a:focus, -.sf-menu a:hover, -.sf-menu a:active { - outline: 0; -} -.sf-menu li a:hover { - background-image: -moz-linear-gradient(#2a88cf, #297ab8) !important; - background-image: linear-gradient(#2a88cf, #297ab8) !important; - background-image: -webkit-linear-gradient(#2a88cf, #297ab8) !important; - background-image: -o-linear-gradient(#2a88cf, #297ab8) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#2a88cf, endColorstr=#297ab8) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#2a88cf, endColorstr=#297ab8) !important; - border: 1px solid #2a88cf; - border-radius: 3px 3px 3px 3px; - -moz-box-shadow: 0 1px 0 #2a88cf inset; - -webkit-box-shadow: 0 1px 0 #2a88cf inset; - -o-box-shadow: 0 1px 0 #2a88cf inset; - box-shadow: 0 1px 0 #2a88cf inset; -} -.sf-menu li ul li a { - font-size: 14px; - font-weight: normal; -} -.sf-menu li ul li a:hover { - background-image: -moz-linear-gradient(#297ab8, #15528f) !important; - background-image: linear-gradient(#297ab8, #15528f) !important; - background-image: -webkit-linear-gradient(#297ab8, #15528f) !important; - background-image: -o-linear-gradient(#297ab8, #15528f) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#297ab8, endColorstr=#15528f) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#297ab8, endColorstr=#15528f) !important; - color: #FFFFFF !important; - text-shadow: none; - -moz-box-shadow: none; - -webkit-box-shadow: none; - -o-box-shadow: none; - box-shadow: none; -} -/*** arrows **/ -.sf-menu a.sf-with-ul { - padding-right: 1.8em; - min-width: 1px; - /* trigger IE7 hasLayout so spans position accurately */ - -} -.sf-sub-indicator { - position: absolute; - display: block; - right: .75em; - top: 1.05em; - /* IE6 only */ - - width: 10px; - height: 10px; - text-indent: -999em; - overflow: hidden; - /* - background: url('/images/arrows.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */ - -} -a > .sf-sub-indicator { - /* give all except IE6 the correct values */ - - top: 14px; - background-position: 0 -100px; - /* use translucent arrow for modern browsers*/ - -} -/* apply hovers to modern browsers */ -a:focus > .sf-sub-indicator, -a:hover > .sf-sub-indicator, -a:active > .sf-sub-indicator, -li:hover > a > .sf-sub-indicator, -li.sfHover > a > .sf-sub-indicator { - background-position: -10px -100px; - /* arrow hovers for modern browsers*/ - -} -/* point right for anchors in subs */ -.sf-menu ul .sf-sub-indicator { - background-position: -10px 0; -} -.sf-menu ul a > .sf-sub-indicator { - background-position: 0 0; -} -/* apply hovers to modern browsers */ -.sf-menu ul a:focus > .sf-sub-indicator, -.sf-menu ul a:hover > .sf-sub-indicator, -.sf-menu ul a:active > .sf-sub-indicator, -.sf-menu ul li:hover > a > .sf-sub-indicator, -.sf-menu ul li.sfHover > a > .sf-sub-indicator { - background-position: -10px 0; - /* arrow hovers for modern browsers*/ - -} -/*** shadows for all but IE6 ***/ -.sf-shadow ul { - /* - background: url('/images/shadow.png') no-repeat bottom right; -*/ - - padding: 0 8px 9px 0; - -moz-border-radius-bottomleft: 17px; - -moz-border-radius-topright: 17px; - -webkit-border-top-right-radius: 17px; - -webkit-border-bottom-left-radius: 17px; -} -.sf-shadow ul.sf-shadow-off { - background: transparent; -} - -/* -jquery.confirm.css -*/ - -#confirmOverlay{ - width:100%; - height:100%; - position:fixed; - top:0; - left:0; - background:url('../images/bg.gif'); - background: -moz-linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)) repeat-x rgba(0,0,0,0.5); - background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.5))) repeat-x rgba(0,0,0,0.5); - z-index:100000; -} - -#confirmBox{ - background: #222; - width:460px; - position:fixed; - left:50%; - top:50%; - margin:-130px 0 0 -230px; - border: 1px solid #111; - border-radius: 10px; -} - -#confirmBox h1, -#confirmBox p{ - font:20px/1 "Open Sans", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; - padding: 12px 12px; - text-shadow:0 1px rgba(0,0,0,0.8); - color:#fff; -} - -#confirmBox h1{ - background-image: -moz-linear-gradient(#297ab8, #15528f) !important; - background-image: linear-gradient(#297ab8, #15528f) !important; - background-image: -webkit-linear-gradient(#297ab8, #15528f) !important; - background-image: -o-linear-gradient(#297ab8, #15528f) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#297ab8, endColorstr=#15528f) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#297ab8, endColorstr=#15528f) !important; - box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); - border-top-left-radius: 10px; - border-top-right-radius: 10px; - border-bottom: 1px solid #111; - letter-spacing:0.3px; - color:#fff; -} - -#confirmBox p{ - background:none; - font-size:14px; - line-height:1.4; - padding-top: 20px; -} - -#confirmButtons{ - padding:20px 0 20px; - text-align:center; -} - -#confirmBox .button{ - font:16px/33px "Open Sans", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; - margin-right: 15px; - padding: 0 40px 0 40px; - text-decoration:none; - border:none; - display: inline-block; - color:#fff; - text-align:center; - text-shadow:0 1px rgba(0,0,0,0.8); - background-clip:padding-box; - border:1px solid #111; - border-radius:3px; - cursor:pointer; - -webkit-box-sizing:border-box; - -moz-box-sizing:border-box; - box-sizing:border-box; - background-image:-webkit-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - background-image:-moz-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - background-image:-o-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - background-image:linear-gradient(to bottom, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - -webkit-box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 -1px 3px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.08),0 1px 2px rgba(0,0,0,0.15); - box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 -1px 3px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.08),0 1px 2px rgba(0,0,0,0.15); -} - -#confirmBox .button:last-child{ - margin-right:0; -} - -#confirmBox .green { - background-color: #3F7636; -} - -#confirmBox .green:hover { - background-color: #48873E; -} - -#confirmBox .red { - background-color: #8D2D2B; -} - -#confirmBox .red:hover { - background-color: #A13331; -} - -/* -jquery.pnotify.default.css -*/ - -.ui-pnotify { - position: fixed; - right: 10px; - bottom: 10px; - /* Ensure that the notices are on top of everything else. */ - z-index: 9999; -} -/* This hides position: fixed from IE6, which doesn't understand it. */ -html > body .ui-pnotify { - position: fixed; -} -.ui-pnotify .ui-widget { - background: none; -} -.ui-pnotify-container { - background-position: 0 0; - border: 1px solid #111; - background-color: #3D3D3D !important; - -moz-border-radius: 7px; - -webkit-border-radius: 7px; - border-radius: 7px; - font-size: 14px; - -moz-box-shadow: 0px 0px 2px #000000; - -webkit-box-shadow: 0px 0px 2px #000000; - -o-box-shadow: 0px 0px 2px #000000; - box-shadow: 0px 0px 2px #000000; - padding: 7px 10px; - text-align: center; - min-height: 22px; - z-index: 9999; - font-family: "Open Sans", "Trebuchet MS", Helvetica, Arial, sans-serif; - line-height: normal; -} -.ui-pnotify-closer { - float: right; - margin-left: .2em; -} -.ui-pnotify-title { - display: block; - background: none; - font-size: 14px; - font-weight: bold; - font-family: "Open Sans", "Trebuchet MS", Helvetica, Arial, sans-serif; - line-height: normal; - color: #ffffff; -} -.ui-pnotify-text { - display: block; - font-size: 14px; - font-family: "Open Sans", "Trebuchet MS", Helvetica, Arial, sans-serif; - line-height: normal; - color: #ffffff; -} -.ui-pnotify-icon, .ui-pnotify-icon span { - display: block; - float: left; - margin-right: .2em; -} -/* History Pulldown -----------------------------------*/ -.ui-pnotify-history-container { - position: absolute; - top: 0; - right: 18px; - width: 70px; - border-top: none; - /* Ensure that the history container is on top of the notices. */ - z-index: 10000; -} -.ui-pnotify-history-container .ui-pnotify-history-header { - /*padding: 2px;*/ -} -.ui-pnotify-history-container button { - cursor: pointer; - display: block; - width: 100%; -} -.ui-pnotify-history-container .ui-pnotify-history-pulldown { - display: block; - margin: 0 auto; -} - -/* -trakt.css -*/ - -.traktShowTitleIcons { - float: right; - padding-right: 5px; - padding-bottom: 5px; -} - -.traktContainer h2, .traktContainer i { - white-space: nowrap; - font-size: 14px; - overflow: hidden; - text-shadow: 1px 1px 0px #000; - padding-left: 5px; -} - -.traktContainer { - margin: 0px auto; - margin-bottom: 20px; - width: 186px; - -moz-border-radius: 10px; - -webkit-border-radius: 10px; - border-radius: 10px; - text-shadow:0 1px rgba(0,0,0,0.5); - background: #333; - border: 1px solid #111; -} - -.trakt-image { - background-image: url(../images/poster.png); - background-size: 186px 273px; - overflow: hidden; - position: relative; - height: 273px; - width: 186px; - border-top-left-radius: 8px; - border-top-right-radius: 8px; - border-bottom: 1px solid #111; -} - -.trakt-image-slide { - background-color: rgba(42,42,42,0.7); - border-top: 1px solid #111; - text-shadow: 1px 1px #000; - width: 186px; - padding: 6px; - position: absolute; - bottom: -100px; - transition: all 0.5s ease; - cursor: default; -} - -.trakt-image:hover .trakt-image-slide { - bottom: 0; -} - -/* -posterlist.css -*/ - -#container, #container-anime { - margin-bottom: 20px; - margin-top: -7px; -} - -.show { - margin: 8px; - background-color: #333; - border-radius: 3px; - width: 186px; - height: 324px; - border: 1px solid #111; - border-radius: 10px; -} - -.show-image { - overflow: hidden; - position: relative; - height: 273px; - width: 186px; - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -.show-image-slide { - background-color: rgba(42,42,42,0.7); - border-top: 1px solid #111; - text-shadow: 1px 1px #000; - width: 180px; - padding: 6px; - position: absolute; - bottom: -100px; - transition: all 0.5s ease; - cursor: default; - pointer-events: none; -} - -.show-image:hover .show-image-slide { - bottom: 0; -} - -.show .ui-progressbar { - height: 6px !important; - top: -2px; -} - -.show .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { - border-bottom-right-radius: 0px; -} - -.show .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { - border-bottom-left-radius: 0px; -} - -.show .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { - border-top-right-radius: 0px; -} - -.show .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { - border-top-left-radius: 0px; -} - -.show .ui-widget-content { - border-top: 1px solid #111; - border-bottom: 1px solid #111; - border-left: 0px; - border-right: 0px; -} - -.show .progress-80 { - border-radius: 0px; -} - -.show .progress-60 { - border-radius: 0px; -} - -.show .progress-40 { - border-radius: 0px; -} - -.show .progress-20 { - border-radius: 0px; -} - -.show-add { - text-shadow: 1px 1px #000; - font-size: 11px; - text-align: left; - display: block; -} - -.show-date { - text-shadow: 1px 1px #000; - font-size: 11px; - text-align: left; - display: block; - line-height: 13px; -} - -.show-status { - text-shadow: 1px 1px #000; - font-size: 11px; - text-align: left; - display: block; - line-height: 15px; -} - -.show-network-image { - width: 50px; - height: auto; -} - -.show-dlstats { - text-shadow: 1px 1px #000; - font-size: 11px; - text-align: left; - display: block; - line-height: 15px; -} - -#sort-by { - display: inline; - list-style-type: none; - padding: 0; - margin-left: 5px; -} - -#sort-by ul, #sort-by li { - display: inline; - margin: 0; - padding: 0; -} - -/* -formwizard.css -*/ - -fieldset.sectionwrap{ - text-align: left; - width: 800px; - border-width:0; - padding:5px; - top: -25px !important; -} - -legend.legendStep{ - font-weight: bold; - font-size: 16px; - color: #343434; - display: none; -} - -div.stepsguide{ /*div that contains all the "steps" text located at top of form */ - text-align: left; - width: 800px; /*width of "steps" container*/ - overflow:hidden; - margin-bottom:15px; - cursor:pointer; -} - -div.stepsguide .step{ - width:266px; /*width of each "steps" text*/ - font-weight: bold; - font-size: 24px; - float:left; -} -div.stepsguide .step p { - border-bottom: 4px solid #23afdc; -} - -div.stepsguide .disabledstep{ - color:#C4C4C4; -} -div.stepsguide .disabledstep p { - border-bottom: 4px solid #1178b3; -} - -div.stepsguide .step .smalltext{ - font-size: 13px; - font-weight: normal; -} - -div.formpaginate{ - width: 800px; - overflow:auto; - font-weight:bold; - text-align:center; - margin-top:1em; -} - -div.formpaginate .prev, div.formpaginate .next{ - display: inline-block; - padding: 3.5px 10px 3.5px; - font-size: 14px; - font-weight: normal; - line-height: 18px; - color:#fff; - text-align:center; - text-shadow:0 1px rgba(0,0,0,0.8); - background:#2265a1; - background-clip:padding-box; - border:1px solid #111; - border-radius:3px; - cursor:pointer; - -webkit-box-sizing:border-box; - -moz-box-sizing:border-box; - box-sizing:border-box; - background-image:-webkit-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - background-image:-moz-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - background-image:-o-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - background-image:linear-gradient(to bottom, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - -webkit-box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 -1px 3px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.08),0 1px 2px rgba(0,0,0,0.15); - box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 -1px 3px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.08),0 1px 2px rgba(0,0,0,0.15); -} - -.prev:hover , .next:hover{ - background-color:#2672b6; -} - -.stepDiv { - padding: 21px 15px 15px 15px; - margin-left: auto; - margin-right: auto; -} - -input:not(.btn){ - margin-right: 6px; - padding: 4px; - border-radius: 3px; - border: 1px solid #111; -} - -/* step 3 related */ - -#customQualityWrapper {/* height: 190px;*/ overflow: hidden; } -#customQualityWrapper div.component-group-desc{float:left;width:165px;} -#customQualityWrapper div.component-group-desc p{width:85%;font-size:14px;color:#666;margin:.8em 0;} -#customQualityWrapper div.component-group-desc p.note{width:90%;font-size:14px;color:#333;margin:.8em 0;} diff --git a/gui/slick/css/iphone.css b/gui/slick/css/iphone.css deleted file mode 100644 index 617f1661..00000000 --- a/gui/slick/css/iphone.css +++ /dev/null @@ -1,24 +0,0 @@ -body { -width: 100%; -padding: 0; -margin: 0; -font-size: 10px; -line-height:10px; -} - -.MainMenu a, .SubMenu a { padding: 2px; font-weight: normal; } -#btnExistingShow, #btnNewShow { min-height: 150px; } - -.sickbeardTable { -margin-left:1%; -margin-right:1%; -width:98%; -} - -table { -margin:0; -font-size: 10px; -} - -#outerWrapper { width: 98%; padding-left: 1%; padding-right: 1%; } - diff --git a/gui/slick/css/jquery.qtip2.css b/gui/slick/css/jquery.qtip2.css deleted file mode 100644 index 173ce4ba..00000000 --- a/gui/slick/css/jquery.qtip2.css +++ /dev/null @@ -1,536 +0,0 @@ -/* -* qTip2 - Pretty powerful tooltips -* http://craigsworks.com/projects/qtip2/ -* -* Version: nightly -* Copyright 2009-2010 Craig Michael Thompson - http://craigsworks.com -* -* Dual licensed under MIT or GPLv2 licenses -* http://en.wikipedia.org/wiki/MIT_License -* http://en.wikipedia.org/wiki/GNU_General_Public_License -* -* Date: Thu Nov 17 12:01:03.0000000000 2011 -*/ - -/* Core qTip styles */ -.ui-tooltip, .qtip{ - position: absolute; - left: -28000px; - top: -28000px; - display: none; - - max-width: 280px; - min-width: 50px; - - font-size: 10.5px; - line-height: 12px; - - z-index: 15000; -} - - /* Fluid class for determining actual width in IE */ - .ui-tooltip-fluid{ - display: block; - visibility: hidden; - position: static !important; - float: left !important; - } - - .ui-tooltip-content{ - position: relative; - padding: 5px 9px; - overflow: hidden; - - border-width: 1px; - border-style: solid; - - text-align: left; - word-wrap: break-word; - overflow: hidden; - } - - .ui-tooltip-titlebar{ - position: relative; - min-height: 14px; - padding: 5px 35px 5px 10px; - overflow: hidden; - - border-width: 1px 1px 0; - border-style: solid; - - font-weight: bold; - } - - .ui-tooltip-titlebar + .ui-tooltip-content{ border-top-width: 0px !important; } - - /*! Default close button class */ - .ui-tooltip-titlebar .ui-state-default{ - position: absolute; - right: 4px; - top: 50%; - margin-top: -9px; - - cursor: pointer; - outline: medium none; - - border-width: 1px; - border-style: solid; - } - - * html .ui-tooltip-titlebar .ui-state-default{ top: 16px; } /* IE fix */ - - .ui-tooltip-titlebar .ui-icon, - .ui-tooltip-icon .ui-icon{ - display: block; - text-indent: -1000em; - } - - .ui-tooltip-icon, .ui-tooltip-icon .ui-icon{ - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - } - - .ui-tooltip-icon .ui-icon{ - width: 18px; - height: 14px; - - text-align: center; - text-indent: 0; - font: normal bold 10px/13px Tahoma,sans-serif; - - color: inherit; - background: transparent none no-repeat -100em -100em; - } - - -/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */ -.ui-tooltip-focus{ - -} - -/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */ -.ui-tooltip-hover{ - -} - - -/*! Default tooltip style */ -.ui-tooltip-default .ui-tooltip-titlebar, -.ui-tooltip-default .ui-tooltip-content{ - border-color: #F1D031; - background-color: #FFFFA3; - color: #555; -} - - .ui-tooltip-default .ui-tooltip-titlebar{ - background-color: #FFEF93; - } - - .ui-tooltip-default .ui-tooltip-icon{ - border-color: #CCC; - background: #F1F1F1; - color: #777; - } - - .ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover{ - border-color: #AAA; - color: #111; - } - -/* Tips plugin */ -.ui-tooltip .ui-tooltip-tip{ - margin: 0 auto; - overflow: hidden; - z-index: 10; -} - - .ui-tooltip .ui-tooltip-tip, - .ui-tooltip .ui-tooltip-tip *{ - position: absolute; - - line-height: 0.1px !important; - font-size: 0.1px !important; - color: #123456; - - background: transparent; - border: 0px dashed transparent; - } - - .ui-tooltip .ui-tooltip-tip canvas{ top: 0; left: 0; } - - -/*! Light tooltip style */ -.ui-tooltip-light .ui-tooltip-titlebar, -.ui-tooltip-light .ui-tooltip-content{ - border-color: #E2E2E2; - color: #454545; -} - - .ui-tooltip-light .ui-tooltip-content{ - background-color: white; - } - - .ui-tooltip-light .ui-tooltip-titlebar{ - background-color: #f1f1f1; - } - - -/*! Dark tooltip style */ -.ui-tooltip-dark .ui-tooltip-titlebar, -.ui-tooltip-dark .ui-tooltip-content{ - border-color: #303030; - color: #f3f3f3; -} - - .ui-tooltip-dark .ui-tooltip-content{ - background-color: #505050; - } - - .ui-tooltip-dark .ui-tooltip-titlebar{ - background-color: #404040; - } - - .ui-tooltip-dark .ui-tooltip-icon{ - border-color: #444; - } - - .ui-tooltip-dark .ui-tooltip-titlebar .ui-state-hover{ - border-color: #303030; - } - - -/*! Cream tooltip style */ -.ui-tooltip-cream .ui-tooltip-titlebar, -.ui-tooltip-cream .ui-tooltip-content{ - border-color: #F9E98E; - color: #A27D35; -} - - .ui-tooltip-cream .ui-tooltip-content{ - background-color: #FBF7AA; - } - - .ui-tooltip-cream .ui-tooltip-titlebar{ - background-color: #F0DE7D; - } - - .ui-tooltip-cream .ui-state-default .ui-tooltip-icon{ - background-position: -82px 0; - } - - -/*! Red tooltip style */ -.ui-tooltip-red .ui-tooltip-titlebar, -.ui-tooltip-red .ui-tooltip-content{ - border-color: #D95252; - color: #912323; -} - - .ui-tooltip-red .ui-tooltip-content{ - background-color: #F78B83; - } - - .ui-tooltip-red .ui-tooltip-titlebar{ - background-color: #F06D65; - } - - .ui-tooltip-red .ui-state-default .ui-tooltip-icon{ - background-position: -102px 0; - } - - .ui-tooltip-red .ui-tooltip-icon{ - border-color: #D95252; - } - - .ui-tooltip-red .ui-tooltip-titlebar .ui-state-hover{ - border-color: #D95252; - } - - -/*! Green tooltip style */ -.ui-tooltip-green .ui-tooltip-titlebar, -.ui-tooltip-green .ui-tooltip-content{ - border-color: #90D93F; - color: #3F6219; -} - - .ui-tooltip-green .ui-tooltip-content{ - background-color: #CAED9E; - } - - .ui-tooltip-green .ui-tooltip-titlebar{ - background-color: #B0DE78; - } - - .ui-tooltip-green .ui-state-default .ui-tooltip-icon{ - background-position: -42px 0; - } - - -/*! Blue tooltip style */ -.ui-tooltip-blue .ui-tooltip-titlebar, -.ui-tooltip-blue .ui-tooltip-content{ - border-color: #ADD9ED; - color: #5E99BD; -} - - .ui-tooltip-blue .ui-tooltip-content{ - background-color: #E5F6FE; - } - - .ui-tooltip-blue .ui-tooltip-titlebar{ - background-color: #D0E9F5; - } - - .ui-tooltip-blue .ui-state-default .ui-tooltip-icon{ - background-position: -2px 0; - } - -/*! Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE6+, Safari 2+ */ -.ui-tooltip-shadow{ - -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15); - -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15); - box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15); -} - - .ui-tooltip-shadow .ui-tooltip-titlebar, - .ui-tooltip-shadow .ui-tooltip-content{ - filter: progid:DXImageTransform.Microsoft.Shadow(Color='gray', Direction=135, Strength=3); - -ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Color='gray', Direction=135, Strength=3)"; - - _margin-bottom: -3px; /* IE6 */ - .margin-bottom: -3px; /* IE7 */ - } - - -/*! Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */ -.ui-tooltip-rounded, -.ui-tooltip-rounded .ui-tooltip-content, -.ui-tooltip-tipsy, -.ui-tooltip-tipsy .ui-tooltip-content, -.ui-tooltip-youtube, -.ui-tooltip-youtube .ui-tooltip-content{ - -moz-border-radius: 4px; - -webkit-border-radius: 4px; - border-radius: 4px; -} - -.ui-tooltip-rounded .ui-tooltip-titlebar, -.ui-tooltip-tipsy .ui-tooltip-titlebar, -.ui-tooltip-youtube .ui-tooltip-titlebar{ - -moz-border-radius: 5px 5px 0 0; - -webkit-border-radius: 5px 5px 0 0; - border-radius: 5px 5px 0 0; -} - -.ui-tooltip-rounded .ui-tooltip-titlebar + .ui-tooltip-content, -.ui-tooltip-tipsy .ui-tooltip-titlebar + .ui-tooltip-content, -.ui-tooltip-youtube .ui-tooltip-titlebar + .ui-tooltip-content{ - -moz-border-radius: 0 0 5px 5px; - -webkit-border-radius: 0 0 5px 5px; - border-radius: 0 0 5px 5px; -} - - -/*! Youtube tooltip style */ -.ui-tooltip-youtube{ - -webkit-box-shadow: 0 0 3px #333; - -moz-box-shadow: 0 0 3px #333; - box-shadow: 0 0 3px #333; -} - - .ui-tooltip-youtube .ui-tooltip-titlebar, - .ui-tooltip-youtube .ui-tooltip-content{ - _margin-bottom: 0; /* IE6 */ - .margin-bottom: 0; /* IE7 */ - - background: transparent; - background: rgba(0, 0, 0, 0.85); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000); - -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000)"; - - color: white; - border-color: #CCCCCC; - } - - .ui-tooltip-youtube .ui-tooltip-icon{ - border-color: #222; - } - - .ui-tooltip-youtube .ui-tooltip-titlebar .ui-state-hover{ - border-color: #303030; - } - - -/* jQuery TOOLS Tooltip style */ -.ui-tooltip-jtools{ - background: #232323; - background: rgba(0, 0, 0, 0.7); - background-image: -moz-linear-gradient(top, #717171, #232323); - background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323)); - - border: 2px solid #ddd; - border: 2px solid rgba(241,241,241,1); - - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; - - -webkit-box-shadow: 0 0 12px #333; - -moz-box-shadow: 0 0 12px #333; - box-shadow: 0 0 12px #333; -} - - /* IE Specific */ - .ui-tooltip-jtools .ui-tooltip-titlebar{ - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A); - -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"; - } - .ui-tooltip-jtools .ui-tooltip-content{ - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323); - -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"; - } - - .ui-tooltip-jtools .ui-tooltip-titlebar, - .ui-tooltip-jtools .ui-tooltip-content{ - background: transparent; - color: white; - border: 0 dashed transparent; - } - - .ui-tooltip-jtools .ui-tooltip-icon{ - border-color: #555; - } - - .ui-tooltip-jtools .ui-tooltip-titlebar .ui-state-hover{ - border-color: #333; - } - - -/* Cluetip style */ -.ui-tooltip-cluetip{ - -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4); - -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4); - box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4); -} - - .ui-tooltip-cluetip .ui-tooltip-titlebar{ - background-color: #87876A; - color: white; - border: 0 dashed transparent; - } - - .ui-tooltip-cluetip .ui-tooltip-content{ - background-color: #D9D9C2; - color: #111; - border: 0 dashed transparent; - } - - .ui-tooltip-cluetip .ui-tooltip-icon{ - border-color: #808064; - } - - .ui-tooltip-cluetip .ui-tooltip-titlebar .ui-state-hover{ - border-color: #696952; - color: #696952; - } - - -/* Tipsy style */ -.ui-tooltip-tipsy{ - border: 0; -} - - .ui-tooltip-tipsy .ui-tooltip-titlebar, - .ui-tooltip-tipsy .ui-tooltip-content{ - _margin-bottom: 0; /* IE6 */ - .margin-bottom: 0; /* IE7 */ - - background: transparent; - background: rgba(0, 0, 0, .87); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000); - -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000)"; - - color: white; - border: 0px transparent; - - font-size: 11px; - font-family: 'Lucida Grande', sans-serif; - font-weight: bold; - line-height: 16px; - text-shadow: 0 1px black; - } - - .ui-tooltip-tipsy .ui-tooltip-titlebar{ - padding: 6px 35px 0 10; - } - - .ui-tooltip-tipsy .ui-tooltip-content{ - padding: 6px 10; - } - - .ui-tooltip-tipsy .ui-tooltip-icon{ - border-color: #222; - text-shadow: none; - } - - .ui-tooltip-tipsy .ui-tooltip-titlebar .ui-state-hover{ - border-color: #303030; - } - - -/* Tipped style */ -.ui-tooltip-tipped{ - -} - - .ui-tooltip-tipped .ui-tooltip-titlebar, - .ui-tooltip-tipped .ui-tooltip-content{ - border: 3px solid #959FA9; - - filter: none; -ms-filter: none; - } - - .ui-tooltip-tipped .ui-tooltip-titlebar{ - background: #3A79B8; - background-image: -moz-linear-gradient(top, #3A79B8, #2E629D); - background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D)); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D); - -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"; - - color: white; - font-weight: normal; - font-family: serif; - - border-bottom-width: 0; - -moz-border-radius: 3px 3px 0 0; - -webkit-border-radius: 3px 3px 0 0; - border-radius: 3px 3px 0 0; - } - - .ui-tooltip-tipped .ui-tooltip-content{ - background-color: #F9F9F9; - color: #454545; - - -moz-border-radius: 0 0 3px 3px; - -webkit-border-radius: 0 0 3px 3px; - border-radius: 0 0 3px 3px; - } - - .ui-tooltip-tipped .ui-tooltip-icon{ - border: 2px solid #285589; - background: #285589; - } - - .ui-tooltip-tipped .ui-tooltip-icon .ui-icon{ - background-color: #FBFBFB; - color: #555; - } - -/* IE9 fix - removes all filters */ -.ui-tooltip:not(.ie9haxors) div.ui-tooltip-content, -.ui-tooltip:not(.ie9haxors) div.ui-tooltip-titlebar{ - filter: none; - -ms-filter: none; -} \ No newline at end of file diff --git a/gui/slick/css/lib/bootstrap.css b/gui/slick/css/lib/bootstrap.css new file mode 100644 index 00000000..3daf57ec --- /dev/null +++ b/gui/slick/css/lib/bootstrap.css @@ -0,0 +1,6200 @@ +/*! + * bootstrap v3.2.0 (http://getbootstrap.com) + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +/*! normalize.css v3.0.1 | MIT License | git.io/normalize */ +html { + font-family: sans-serif; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; +} +body { + margin: 0; +} +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +main, +nav, +section, +summary { + display: block; +} +audio, +canvas, +progress, +video { + display: inline-block; + vertical-align: baseline; +} +audio:not([controls]) { + display: none; + height: 0; +} +[hidden], +template { + display: none; +} +a { + background: transparent; +} +a:active, +a:hover { + outline: 0; +} +abbr[title] { + border-bottom: 1px dotted; +} +b, +strong { + font-weight: bold; +} +dfn { + font-style: italic; +} +h1 { + margin: .67em 0; + font-size: 2em; +} +mark { + color: #000; + background: #ff0; +} +small { + font-size: 80%; +} +sub, +sup { + position: relative; + font-size: 75%; + line-height: 0; + vertical-align: baseline; +} +sup { + top: -.5em; +} +sub { + bottom: -.25em; +} +img { + border: 0; +} +svg:not(:root) { + overflow: hidden; +} +figure { + margin: 1em 40px; +} +hr { + height: 0; + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; +} +pre { + overflow: auto; +} +code, +kbd, +pre, +samp { + font-family: monospace, monospace; + font-size: 1em; +} +button, +input, +optgroup, +select, +textarea { + margin: 0; + font: inherit; + color: inherit; +} +button { + overflow: visible; +} +button, +select { + text-transform: none; +} +button, +html input[type="button"], +input[type="reset"], +input[type="submit"] { + -webkit-appearance: button; + cursor: pointer; +} +button[disabled], +html input[disabled] { + cursor: default; +} +button::-moz-focus-inner, +input::-moz-focus-inner { + padding: 0; + border: 0; +} +input { + line-height: normal; +} +input[type="checkbox"], +input[type="radio"] { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + padding: 0; +} +input[type="number"]::-webkit-inner-spin-button, +input[type="number"]::-webkit-outer-spin-button { + height: auto; +} +input[type="search"] { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; + -webkit-appearance: textfield; +} +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} +fieldset { + padding: .35em .625em .75em; + margin: 0 2px; + border: 1px solid #c0c0c0; +} +legend { + padding: 0; + border: 0; +} +textarea { + overflow: auto; +} +optgroup { + font-weight: bold; +} +table { + border-spacing: 0; + border-collapse: collapse; +} +td, +th { + padding: 0; +} +@media print { + * { + color: #000 !important; + text-shadow: none !important; + background: transparent !important; + -webkit-box-shadow: none !important; + box-shadow: none !important; + } + a, + a:visited { + text-decoration: underline; + } + a[href]:after { + content: " (" attr(href) ")"; + } + abbr[title]:after { + content: " (" attr(title) ")"; + } + a[href^="javascript:"]:after, + a[href^="#"]:after { + content: ""; + } + pre, + blockquote { + border: 1px solid #999; + + page-break-inside: avoid; + } + thead { + display: table-header-group; + } + tr, + img { + page-break-inside: avoid; + } + img { + max-width: 100% !important; + } + p, + h2, + h3 { + orphans: 3; + widows: 3; + } + h2, + h3 { + page-break-after: avoid; + } + select { + background: #fff !important; + } + .navbar { + display: none; + } + .table td, + .table th { + background-color: #fff !important; + } + .btn > .caret, + .dropup > .btn > .caret { + border-top-color: #000 !important; + } + .label { + border: 1px solid #000; + } + .table { + border-collapse: collapse !important; + } + .table-bordered th, + .table-bordered td { + border: 1px solid #ddd !important; + } +} +@font-face { + font-family: 'Glyphicons Halflings'; + + src: url('../fonts/glyphicons-halflings-regular.eot'); + src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); +} +.glyphicon { + position: relative; + top: 1px; + display: inline-block; + font-family: 'Glyphicons Halflings'; + font-style: normal; + font-weight: normal; + line-height: 1; + + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +.glyphicon-asterisk:before { + content: "\2a"; +} +.glyphicon-plus:before { + content: "\2b"; +} +.glyphicon-euro:before { + content: "\20ac"; +} +.glyphicon-minus:before { + content: "\2212"; +} +.glyphicon-cloud:before { + content: "\2601"; +} +.glyphicon-envelope:before { + content: "\2709"; +} +.glyphicon-pencil:before { + content: "\270f"; +} +.glyphicon-glass:before { + content: "\e001"; +} +.glyphicon-music:before { + content: "\e002"; +} +.glyphicon-search:before { + content: "\e003"; +} +.glyphicon-heart:before { + content: "\e005"; +} +.glyphicon-star:before { + content: "\e006"; +} +.glyphicon-star-empty:before { + content: "\e007"; +} +.glyphicon-user:before { + content: "\e008"; +} +.glyphicon-film:before { + content: "\e009"; +} +.glyphicon-th-large:before { + content: "\e010"; +} +.glyphicon-th:before { + content: "\e011"; +} +.glyphicon-th-list:before { + content: "\e012"; +} +.glyphicon-ok:before { + content: "\e013"; +} +.glyphicon-remove:before { + content: "\e014"; +} +.glyphicon-zoom-in:before { + content: "\e015"; +} +.glyphicon-zoom-out:before { + content: "\e016"; +} +.glyphicon-off:before { + content: "\e017"; +} +.glyphicon-signal:before { + content: "\e018"; +} +.glyphicon-cog:before { + content: "\e019"; +} +.glyphicon-trash:before { + content: "\e020"; +} +.glyphicon-home:before { + content: "\e021"; +} +.glyphicon-file:before { + content: "\e022"; +} +.glyphicon-time:before { + content: "\e023"; +} +.glyphicon-road:before { + content: "\e024"; +} +.glyphicon-download-alt:before { + content: "\e025"; +} +.glyphicon-download:before { + content: "\e026"; +} +.glyphicon-upload:before { + content: "\e027"; +} +.glyphicon-inbox:before { + content: "\e028"; +} +.glyphicon-play-circle:before { + content: "\e029"; +} +.glyphicon-repeat:before { + content: "\e030"; +} +.glyphicon-refresh:before { + content: "\e031"; +} +.glyphicon-list-alt:before { + content: "\e032"; +} +.glyphicon-lock:before { + content: "\e033"; +} +.glyphicon-flag:before { + content: "\e034"; +} +.glyphicon-headphones:before { + content: "\e035"; +} +.glyphicon-volume-off:before { + content: "\e036"; +} +.glyphicon-volume-down:before { + content: "\e037"; +} +.glyphicon-volume-up:before { + content: "\e038"; +} +.glyphicon-qrcode:before { + content: "\e039"; +} +.glyphicon-barcode:before { + content: "\e040"; +} +.glyphicon-tag:before { + content: "\e041"; +} +.glyphicon-tags:before { + content: "\e042"; +} +.glyphicon-book:before { + content: "\e043"; +} +.glyphicon-bookmark:before { + content: "\e044"; +} +.glyphicon-print:before { + content: "\e045"; +} +.glyphicon-camera:before { + content: "\e046"; +} +.glyphicon-font:before { + content: "\e047"; +} +.glyphicon-bold:before { + content: "\e048"; +} +.glyphicon-italic:before { + content: "\e049"; +} +.glyphicon-text-height:before { + content: "\e050"; +} +.glyphicon-text-width:before { + content: "\e051"; +} +.glyphicon-align-left:before { + content: "\e052"; +} +.glyphicon-align-center:before { + content: "\e053"; +} +.glyphicon-align-right:before { + content: "\e054"; +} +.glyphicon-align-justify:before { + content: "\e055"; +} +.glyphicon-list:before { + content: "\e056"; +} +.glyphicon-indent-left:before { + content: "\e057"; +} +.glyphicon-indent-right:before { + content: "\e058"; +} +.glyphicon-facetime-video:before { + content: "\e059"; +} +.glyphicon-picture:before { + content: "\e060"; +} +.glyphicon-map-marker:before { + content: "\e062"; +} +.glyphicon-adjust:before { + content: "\e063"; +} +.glyphicon-tint:before { + content: "\e064"; +} +.glyphicon-edit:before { + content: "\e065"; +} +.glyphicon-share:before { + content: "\e066"; +} +.glyphicon-check:before { + content: "\e067"; +} +.glyphicon-move:before { + content: "\e068"; +} +.glyphicon-step-backward:before { + content: "\e069"; +} +.glyphicon-fast-backward:before { + content: "\e070"; +} +.glyphicon-backward:before { + content: "\e071"; +} +.glyphicon-play:before { + content: "\e072"; +} +.glyphicon-pause:before { + content: "\e073"; +} +.glyphicon-stop:before { + content: "\e074"; +} +.glyphicon-forward:before { + content: "\e075"; +} +.glyphicon-fast-forward:before { + content: "\e076"; +} +.glyphicon-step-forward:before { + content: "\e077"; +} +.glyphicon-eject:before { + content: "\e078"; +} +.glyphicon-chevron-left:before { + content: "\e079"; +} +.glyphicon-chevron-right:before { + content: "\e080"; +} +.glyphicon-plus-sign:before { + content: "\e081"; +} +.glyphicon-minus-sign:before { + content: "\e082"; +} +.glyphicon-remove-sign:before { + content: "\e083"; +} +.glyphicon-ok-sign:before { + content: "\e084"; +} +.glyphicon-question-sign:before { + content: "\e085"; +} +.glyphicon-info-sign:before { + content: "\e086"; +} +.glyphicon-screenshot:before { + content: "\e087"; +} +.glyphicon-remove-circle:before { + content: "\e088"; +} +.glyphicon-ok-circle:before { + content: "\e089"; +} +.glyphicon-ban-circle:before { + content: "\e090"; +} +.glyphicon-arrow-left:before { + content: "\e091"; +} +.glyphicon-arrow-right:before { + content: "\e092"; +} +.glyphicon-arrow-up:before { + content: "\e093"; +} +.glyphicon-arrow-down:before { + content: "\e094"; +} +.glyphicon-share-alt:before { + content: "\e095"; +} +.glyphicon-resize-full:before { + content: "\e096"; +} +.glyphicon-resize-small:before { + content: "\e097"; +} +.glyphicon-exclamation-sign:before { + content: "\e101"; +} +.glyphicon-gift:before { + content: "\e102"; +} +.glyphicon-leaf:before { + content: "\e103"; +} +.glyphicon-fire:before { + content: "\e104"; +} +.glyphicon-eye-open:before { + content: "\e105"; +} +.glyphicon-eye-close:before { + content: "\e106"; +} +.glyphicon-warning-sign:before { + content: "\e107"; +} +.glyphicon-plane:before { + content: "\e108"; +} +.glyphicon-calendar:before { + content: "\e109"; +} +.glyphicon-random:before { + content: "\e110"; +} +.glyphicon-comment:before { + content: "\e111"; +} +.glyphicon-magnet:before { + content: "\e112"; +} +.glyphicon-chevron-up:before { + content: "\e113"; +} +.glyphicon-chevron-down:before { + content: "\e114"; +} +.glyphicon-retweet:before { + content: "\e115"; +} +.glyphicon-shopping-cart:before { + content: "\e116"; +} +.glyphicon-folder-close:before { + content: "\e117"; +} +.glyphicon-folder-open:before { + content: "\e118"; +} +.glyphicon-resize-vertical:before { + content: "\e119"; +} +.glyphicon-resize-horizontal:before { + content: "\e120"; +} +.glyphicon-hdd:before { + content: "\e121"; +} +.glyphicon-bullhorn:before { + content: "\e122"; +} +.glyphicon-bell:before { + content: "\e123"; +} +.glyphicon-certificate:before { + content: "\e124"; +} +.glyphicon-thumbs-up:before { + content: "\e125"; +} +.glyphicon-thumbs-down:before { + content: "\e126"; +} +.glyphicon-hand-right:before { + content: "\e127"; +} +.glyphicon-hand-left:before { + content: "\e128"; +} +.glyphicon-hand-up:before { + content: "\e129"; +} +.glyphicon-hand-down:before { + content: "\e130"; +} +.glyphicon-circle-arrow-right:before { + content: "\e131"; +} +.glyphicon-circle-arrow-left:before { + content: "\e132"; +} +.glyphicon-circle-arrow-up:before { + content: "\e133"; +} +.glyphicon-circle-arrow-down:before { + content: "\e134"; +} +.glyphicon-globe:before { + content: "\e135"; +} +.glyphicon-wrench:before { + content: "\e136"; +} +.glyphicon-tasks:before { + content: "\e137"; +} +.glyphicon-filter:before { + content: "\e138"; +} +.glyphicon-briefcase:before { + content: "\e139"; +} +.glyphicon-fullscreen:before { + content: "\e140"; +} +.glyphicon-dashboard:before { + content: "\e141"; +} +.glyphicon-paperclip:before { + content: "\e142"; +} +.glyphicon-heart-empty:before { + content: "\e143"; +} +.glyphicon-link:before { + content: "\e144"; +} +.glyphicon-phone:before { + content: "\e145"; +} +.glyphicon-pushpin:before { + content: "\e146"; +} +.glyphicon-usd:before { + content: "\e148"; +} +.glyphicon-gbp:before { + content: "\e149"; +} +.glyphicon-sort:before { + content: "\e150"; +} +.glyphicon-sort-by-alphabet:before { + content: "\e151"; +} +.glyphicon-sort-by-alphabet-alt:before { + content: "\e152"; +} +.glyphicon-sort-by-order:before { + content: "\e153"; +} +.glyphicon-sort-by-order-alt:before { + content: "\e154"; +} +.glyphicon-sort-by-attributes:before { + content: "\e155"; +} +.glyphicon-sort-by-attributes-alt:before { + content: "\e156"; +} +.glyphicon-unchecked:before { + content: "\e157"; +} +.glyphicon-expand:before { + content: "\e158"; +} +.glyphicon-collapse-down:before { + content: "\e159"; +} +.glyphicon-collapse-up:before { + content: "\e160"; +} +.glyphicon-log-in:before { + content: "\e161"; +} +.glyphicon-flash:before { + content: "\e162"; +} +.glyphicon-log-out:before { + content: "\e163"; +} +.glyphicon-new-window:before { + content: "\e164"; +} +.glyphicon-record:before { + content: "\e165"; +} +.glyphicon-save:before { + content: "\e166"; +} +.glyphicon-open:before { + content: "\e167"; +} +.glyphicon-saved:before { + content: "\e168"; +} +.glyphicon-import:before { + content: "\e169"; +} +.glyphicon-export:before { + content: "\e170"; +} +.glyphicon-send:before { + content: "\e171"; +} +.glyphicon-floppy-disk:before { + content: "\e172"; +} +.glyphicon-floppy-saved:before { + content: "\e173"; +} +.glyphicon-floppy-remove:before { + content: "\e174"; +} +.glyphicon-floppy-save:before { + content: "\e175"; +} +.glyphicon-floppy-open:before { + content: "\e176"; +} +.glyphicon-credit-card:before { + content: "\e177"; +} +.glyphicon-transfer:before { + content: "\e178"; +} +.glyphicon-cutlery:before { + content: "\e179"; +} +.glyphicon-header:before { + content: "\e180"; +} +.glyphicon-compressed:before { + content: "\e181"; +} +.glyphicon-earphone:before { + content: "\e182"; +} +.glyphicon-phone-alt:before { + content: "\e183"; +} +.glyphicon-tower:before { + content: "\e184"; +} +.glyphicon-stats:before { + content: "\e185"; +} +.glyphicon-sd-video:before { + content: "\e186"; +} +.glyphicon-hd-video:before { + content: "\e187"; +} +.glyphicon-subtitles:before { + content: "\e188"; +} +.glyphicon-sound-stereo:before { + content: "\e189"; +} +.glyphicon-sound-dolby:before { + content: "\e190"; +} +.glyphicon-sound-5-1:before { + content: "\e191"; +} +.glyphicon-sound-6-1:before { + content: "\e192"; +} +.glyphicon-sound-7-1:before { + content: "\e193"; +} +.glyphicon-copyright-mark:before { + content: "\e194"; +} +.glyphicon-registration-mark:before { + content: "\e195"; +} +.glyphicon-cloud-download:before { + content: "\e197"; +} +.glyphicon-cloud-upload:before { + content: "\e198"; +} +.glyphicon-tree-conifer:before { + content: "\e199"; +} +.glyphicon-tree-deciduous:before { + content: "\e200"; +} +* { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +*:before, +*:after { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +html { + font-size: 10px; + + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} +body { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 14px; + line-height: 1.42857143; + color: #333; + background-color: #fff; +} +input, +button, +select, +textarea { + font-family: inherit; + font-size: inherit; + line-height: inherit; +} +a { + color: #428bca; + text-decoration: none; +} +a:hover, +a:focus { + color: #2a6496; + text-decoration: underline; +} +a:focus { + outline: thin dotted; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} +figure { + margin: 0; +} +img { + vertical-align: middle; +} +.img-responsive, +.thumbnail > img, +.thumbnail a > img, +.carousel-inner > .item > img, +.carousel-inner > .item > a > img { + display: block; + width: 100% \9; + max-width: 100%; + height: auto; +} +.img-rounded { + border-radius: 6px; +} +.img-thumbnail { + display: inline-block; + width: 100% \9; + max-width: 100%; + height: auto; + padding: 4px; + line-height: 1.42857143; + background-color: #fff; + border: 1px solid #ddd; + border-radius: 4px; + -webkit-transition: all .2s ease-in-out; + -o-transition: all .2s ease-in-out; + transition: all .2s ease-in-out; +} +.img-circle { + border-radius: 50%; +} +hr { + margin-top: 20px; + margin-bottom: 20px; + border: 0; + border-top: 1px solid #eee; +} +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} +.sr-only-focusable:active, +.sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; +} +h1, +h2, +h3, +h4, +h5, +h6, +.h1, +.h2, +.h3, +.h4, +.h5, +.h6 { + font-family: inherit; + font-weight: 500; + line-height: 1.1; + color: inherit; +} +h1 small, +h2 small, +h3 small, +h4 small, +h5 small, +h6 small, +.h1 small, +.h2 small, +.h3 small, +.h4 small, +.h5 small, +.h6 small, +h1 .small, +h2 .small, +h3 .small, +h4 .small, +h5 .small, +h6 .small, +.h1 .small, +.h2 .small, +.h3 .small, +.h4 .small, +.h5 .small, +.h6 .small { + font-weight: normal; + line-height: 1; + color: #777; +} +h1, +.h1, +h2, +.h2, +h3, +.h3 { + margin-top: 20px; + margin-bottom: 10px; +} +h1 small, +.h1 small, +h2 small, +.h2 small, +h3 small, +.h3 small, +h1 .small, +.h1 .small, +h2 .small, +.h2 .small, +h3 .small, +.h3 .small { + font-size: 65%; +} +h4, +.h4, +h5, +.h5, +h6, +.h6 { + margin-top: 10px; + margin-bottom: 10px; +} +h4 small, +.h4 small, +h5 small, +.h5 small, +h6 small, +.h6 small, +h4 .small, +.h4 .small, +h5 .small, +.h5 .small, +h6 .small, +.h6 .small { + font-size: 75%; +} +h1, +.h1 { + font-size: 36px; +} +h2, +.h2 { + font-size: 30px; +} +h3, +.h3 { + font-size: 24px; +} +h4, +.h4 { + font-size: 18px; +} +h5, +.h5 { + font-size: 14px; +} +h6, +.h6 { + font-size: 12px; +} +p { + margin: 0 0 10px; +} +.lead { + margin-bottom: 20px; + font-size: 16px; + font-weight: 300; + line-height: 1.4; +} +@media (min-width: 768px) { + .lead { + font-size: 21px; + } +} +small, +.small { + font-size: 85%; +} +cite { + font-style: normal; +} +mark, +.mark { + padding: .2em; + background-color: #fcf8e3; +} +.text-left { + text-align: left; +} +.text-right { + text-align: right; +} +.text-center { + text-align: center; +} +.text-justify { + text-align: justify; +} +.text-nowrap { + white-space: nowrap; +} +.text-lowercase { + text-transform: lowercase; +} +.text-uppercase { + text-transform: uppercase; +} +.text-capitalize { + text-transform: capitalize; +} +.text-muted { + color: #777; +} +.text-primary { + color: #428bca; +} +a.text-primary:hover { + color: #3071a9; +} +.text-success { + color: #3c763d; +} +a.text-success:hover { + color: #2b542c; +} +.text-info { + color: #31708f; +} +a.text-info:hover { + color: #245269; +} +.text-warning { + color: #8a6d3b; +} +a.text-warning:hover { + color: #66512c; +} +.text-danger { + color: #a94442; +} +a.text-danger:hover { + color: #843534; +} +.bg-primary { + color: #fff; + background-color: #428bca; +} +a.bg-primary:hover { + background-color: #3071a9; +} +.bg-success { + background-color: #dff0d8; +} +a.bg-success:hover { + background-color: #c1e2b3; +} +.bg-info { + background-color: #d9edf7; +} +a.bg-info:hover { + background-color: #afd9ee; +} +.bg-warning { + background-color: #fcf8e3; +} +a.bg-warning:hover { + background-color: #f7ecb5; +} +.bg-danger { + background-color: #f2dede; +} +a.bg-danger:hover { + background-color: #e4b9b9; +} +.page-header { + padding-bottom: 9px; + margin: 40px 0 20px; + border-bottom: 1px solid #eee; +} +ul, +ol { + margin-top: 0; + margin-bottom: 10px; +} +ul ul, +ol ul, +ul ol, +ol ol { + margin-bottom: 0; +} +.list-unstyled { + padding-left: 0; + list-style: none; +} +.list-inline { + padding-left: 0; + margin-left: -5px; + list-style: none; +} +.list-inline > li { + display: inline-block; + padding-right: 5px; + padding-left: 5px; +} +dl { + margin-top: 0; + margin-bottom: 20px; +} +dt, +dd { + line-height: 1.42857143; +} +dt { + font-weight: bold; +} +dd { + margin-left: 0; +} +@media (min-width: 768px) { + .dl-horizontal dt { + float: left; + width: 160px; + overflow: hidden; + clear: left; + text-align: right; + text-overflow: ellipsis; + white-space: nowrap; + } + .dl-horizontal dd { + margin-left: 180px; + } +} +abbr[title], +abbr[data-original-title] { + cursor: help; + border-bottom: 1px dotted #777; +} +.initialism { + font-size: 90%; + text-transform: uppercase; +} +blockquote { + padding: 10px 20px; + margin: 0 0 20px; + font-size: 17.5px; + border-left: 5px solid #eee; +} +blockquote p:last-child, +blockquote ul:last-child, +blockquote ol:last-child { + margin-bottom: 0; +} +blockquote footer, +blockquote small, +blockquote .small { + display: block; + font-size: 80%; + line-height: 1.42857143; + color: #777; +} +blockquote footer:before, +blockquote small:before, +blockquote .small:before { + content: '\2014 \00A0'; +} +.blockquote-reverse, +blockquote.pull-right { + padding-right: 15px; + padding-left: 0; + text-align: right; + border-right: 5px solid #eee; + border-left: 0; +} +.blockquote-reverse footer:before, +blockquote.pull-right footer:before, +.blockquote-reverse small:before, +blockquote.pull-right small:before, +.blockquote-reverse .small:before, +blockquote.pull-right .small:before { + content: ''; +} +.blockquote-reverse footer:after, +blockquote.pull-right footer:after, +.blockquote-reverse small:after, +blockquote.pull-right small:after, +.blockquote-reverse .small:after, +blockquote.pull-right .small:after { + content: '\00A0 \2014'; +} +blockquote:before, +blockquote:after { + content: ""; +} +address { + margin-bottom: 20px; + font-style: normal; + line-height: 1.42857143; +} +code, +kbd, +pre, +samp { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; +} +code { + padding: 2px 4px; + font-size: 90%; + color: #c7254e; + background-color: #f9f2f4; + border-radius: 4px; +} +kbd { + padding: 2px 4px; + font-size: 90%; + color: #fff; + background-color: #333; + border-radius: 3px; + -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); +} +kbd kbd { + padding: 0; + font-size: 100%; + -webkit-box-shadow: none; + box-shadow: none; +} +pre { + display: block; + padding: 9.5px; + margin: 0 0 10px; + font-size: 13px; + line-height: 1.42857143; + color: #333; + word-break: break-all; + word-wrap: break-word; + background-color: #f5f5f5; + border: 1px solid #ccc; + border-radius: 4px; +} +pre code { + padding: 0; + font-size: inherit; + color: inherit; + white-space: pre-wrap; + background-color: transparent; + border-radius: 0; +} +.pre-scrollable { + max-height: 340px; + overflow-y: scroll; +} +.container { + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} +@media (min-width: 768px) { + .container { + width: 750px; + } +} +@media (min-width: 992px) { + .container { + width: 970px; + } +} +@media (min-width: 1200px) { + .container { + width: 1170px; + } +} +.container-fluid { + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} +.row { + margin-right: -15px; + margin-left: -15px; +} +.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { + position: relative; + min-height: 1px; + padding-right: 15px; + padding-left: 15px; +} +.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { + float: left; +} +.col-xs-12 { + width: 100%; +} +.col-xs-11 { + width: 91.66666667%; +} +.col-xs-10 { + width: 83.33333333%; +} +.col-xs-9 { + width: 75%; +} +.col-xs-8 { + width: 66.66666667%; +} +.col-xs-7 { + width: 58.33333333%; +} +.col-xs-6 { + width: 50%; +} +.col-xs-5 { + width: 41.66666667%; +} +.col-xs-4 { + width: 33.33333333%; +} +.col-xs-3 { + width: 25%; +} +.col-xs-2 { + width: 16.66666667%; +} +.col-xs-1 { + width: 8.33333333%; +} +.col-xs-pull-12 { + right: 100%; +} +.col-xs-pull-11 { + right: 91.66666667%; +} +.col-xs-pull-10 { + right: 83.33333333%; +} +.col-xs-pull-9 { + right: 75%; +} +.col-xs-pull-8 { + right: 66.66666667%; +} +.col-xs-pull-7 { + right: 58.33333333%; +} +.col-xs-pull-6 { + right: 50%; +} +.col-xs-pull-5 { + right: 41.66666667%; +} +.col-xs-pull-4 { + right: 33.33333333%; +} +.col-xs-pull-3 { + right: 25%; +} +.col-xs-pull-2 { + right: 16.66666667%; +} +.col-xs-pull-1 { + right: 8.33333333%; +} +.col-xs-pull-0 { + right: auto; +} +.col-xs-push-12 { + left: 100%; +} +.col-xs-push-11 { + left: 91.66666667%; +} +.col-xs-push-10 { + left: 83.33333333%; +} +.col-xs-push-9 { + left: 75%; +} +.col-xs-push-8 { + left: 66.66666667%; +} +.col-xs-push-7 { + left: 58.33333333%; +} +.col-xs-push-6 { + left: 50%; +} +.col-xs-push-5 { + left: 41.66666667%; +} +.col-xs-push-4 { + left: 33.33333333%; +} +.col-xs-push-3 { + left: 25%; +} +.col-xs-push-2 { + left: 16.66666667%; +} +.col-xs-push-1 { + left: 8.33333333%; +} +.col-xs-push-0 { + left: auto; +} +.col-xs-offset-12 { + margin-left: 100%; +} +.col-xs-offset-11 { + margin-left: 91.66666667%; +} +.col-xs-offset-10 { + margin-left: 83.33333333%; +} +.col-xs-offset-9 { + margin-left: 75%; +} +.col-xs-offset-8 { + margin-left: 66.66666667%; +} +.col-xs-offset-7 { + margin-left: 58.33333333%; +} +.col-xs-offset-6 { + margin-left: 50%; +} +.col-xs-offset-5 { + margin-left: 41.66666667%; +} +.col-xs-offset-4 { + margin-left: 33.33333333%; +} +.col-xs-offset-3 { + margin-left: 25%; +} +.col-xs-offset-2 { + margin-left: 16.66666667%; +} +.col-xs-offset-1 { + margin-left: 8.33333333%; +} +.col-xs-offset-0 { + margin-left: 0; +} +@media (min-width: 768px) { + .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { + float: left; + } + .col-sm-12 { + width: 100%; + } + .col-sm-11 { + width: 91.66666667%; + } + .col-sm-10 { + width: 83.33333333%; + } + .col-sm-9 { + width: 75%; + } + .col-sm-8 { + width: 66.66666667%; + } + .col-sm-7 { + width: 58.33333333%; + } + .col-sm-6 { + width: 50%; + } + .col-sm-5 { + width: 41.66666667%; + } + .col-sm-4 { + width: 33.33333333%; + } + .col-sm-3 { + width: 25%; + } + .col-sm-2 { + width: 16.66666667%; + } + .col-sm-1 { + width: 8.33333333%; + } + .col-sm-pull-12 { + right: 100%; + } + .col-sm-pull-11 { + right: 91.66666667%; + } + .col-sm-pull-10 { + right: 83.33333333%; + } + .col-sm-pull-9 { + right: 75%; + } + .col-sm-pull-8 { + right: 66.66666667%; + } + .col-sm-pull-7 { + right: 58.33333333%; + } + .col-sm-pull-6 { + right: 50%; + } + .col-sm-pull-5 { + right: 41.66666667%; + } + .col-sm-pull-4 { + right: 33.33333333%; + } + .col-sm-pull-3 { + right: 25%; + } + .col-sm-pull-2 { + right: 16.66666667%; + } + .col-sm-pull-1 { + right: 8.33333333%; + } + .col-sm-pull-0 { + right: auto; + } + .col-sm-push-12 { + left: 100%; + } + .col-sm-push-11 { + left: 91.66666667%; + } + .col-sm-push-10 { + left: 83.33333333%; + } + .col-sm-push-9 { + left: 75%; + } + .col-sm-push-8 { + left: 66.66666667%; + } + .col-sm-push-7 { + left: 58.33333333%; + } + .col-sm-push-6 { + left: 50%; + } + .col-sm-push-5 { + left: 41.66666667%; + } + .col-sm-push-4 { + left: 33.33333333%; + } + .col-sm-push-3 { + left: 25%; + } + .col-sm-push-2 { + left: 16.66666667%; + } + .col-sm-push-1 { + left: 8.33333333%; + } + .col-sm-push-0 { + left: auto; + } + .col-sm-offset-12 { + margin-left: 100%; + } + .col-sm-offset-11 { + margin-left: 91.66666667%; + } + .col-sm-offset-10 { + margin-left: 83.33333333%; + } + .col-sm-offset-9 { + margin-left: 75%; + } + .col-sm-offset-8 { + margin-left: 66.66666667%; + } + .col-sm-offset-7 { + margin-left: 58.33333333%; + } + .col-sm-offset-6 { + margin-left: 50%; + } + .col-sm-offset-5 { + margin-left: 41.66666667%; + } + .col-sm-offset-4 { + margin-left: 33.33333333%; + } + .col-sm-offset-3 { + margin-left: 25%; + } + .col-sm-offset-2 { + margin-left: 16.66666667%; + } + .col-sm-offset-1 { + margin-left: 8.33333333%; + } + .col-sm-offset-0 { + margin-left: 0; + } +} +@media (min-width: 992px) { + .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { + float: left; + } + .col-md-12 { + width: 100%; + } + .col-md-11 { + width: 91.66666667%; + } + .col-md-10 { + width: 83.33333333%; + } + .col-md-9 { + width: 75%; + } + .col-md-8 { + width: 66.66666667%; + } + .col-md-7 { + width: 58.33333333%; + } + .col-md-6 { + width: 50%; + } + .col-md-5 { + width: 41.66666667%; + } + .col-md-4 { + width: 33.33333333%; + } + .col-md-3 { + width: 25%; + } + .col-md-2 { + width: 16.66666667%; + } + .col-md-1 { + width: 8.33333333%; + } + .col-md-pull-12 { + right: 100%; + } + .col-md-pull-11 { + right: 91.66666667%; + } + .col-md-pull-10 { + right: 83.33333333%; + } + .col-md-pull-9 { + right: 75%; + } + .col-md-pull-8 { + right: 66.66666667%; + } + .col-md-pull-7 { + right: 58.33333333%; + } + .col-md-pull-6 { + right: 50%; + } + .col-md-pull-5 { + right: 41.66666667%; + } + .col-md-pull-4 { + right: 33.33333333%; + } + .col-md-pull-3 { + right: 25%; + } + .col-md-pull-2 { + right: 16.66666667%; + } + .col-md-pull-1 { + right: 8.33333333%; + } + .col-md-pull-0 { + right: auto; + } + .col-md-push-12 { + left: 100%; + } + .col-md-push-11 { + left: 91.66666667%; + } + .col-md-push-10 { + left: 83.33333333%; + } + .col-md-push-9 { + left: 75%; + } + .col-md-push-8 { + left: 66.66666667%; + } + .col-md-push-7 { + left: 58.33333333%; + } + .col-md-push-6 { + left: 50%; + } + .col-md-push-5 { + left: 41.66666667%; + } + .col-md-push-4 { + left: 33.33333333%; + } + .col-md-push-3 { + left: 25%; + } + .col-md-push-2 { + left: 16.66666667%; + } + .col-md-push-1 { + left: 8.33333333%; + } + .col-md-push-0 { + left: auto; + } + .col-md-offset-12 { + margin-left: 100%; + } + .col-md-offset-11 { + margin-left: 91.66666667%; + } + .col-md-offset-10 { + margin-left: 83.33333333%; + } + .col-md-offset-9 { + margin-left: 75%; + } + .col-md-offset-8 { + margin-left: 66.66666667%; + } + .col-md-offset-7 { + margin-left: 58.33333333%; + } + .col-md-offset-6 { + margin-left: 50%; + } + .col-md-offset-5 { + margin-left: 41.66666667%; + } + .col-md-offset-4 { + margin-left: 33.33333333%; + } + .col-md-offset-3 { + margin-left: 25%; + } + .col-md-offset-2 { + margin-left: 16.66666667%; + } + .col-md-offset-1 { + margin-left: 8.33333333%; + } + .col-md-offset-0 { + margin-left: 0; + } +} +@media (min-width: 1200px) { + .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { + float: left; + } + .col-lg-12 { + width: 100%; + } + .col-lg-11 { + width: 91.66666667%; + } + .col-lg-10 { + width: 83.33333333%; + } + .col-lg-9 { + width: 75%; + } + .col-lg-8 { + width: 66.66666667%; + } + .col-lg-7 { + width: 58.33333333%; + } + .col-lg-6 { + width: 50%; + } + .col-lg-5 { + width: 41.66666667%; + } + .col-lg-4 { + width: 33.33333333%; + } + .col-lg-3 { + width: 25%; + } + .col-lg-2 { + width: 16.66666667%; + } + .col-lg-1 { + width: 8.33333333%; + } + .col-lg-pull-12 { + right: 100%; + } + .col-lg-pull-11 { + right: 91.66666667%; + } + .col-lg-pull-10 { + right: 83.33333333%; + } + .col-lg-pull-9 { + right: 75%; + } + .col-lg-pull-8 { + right: 66.66666667%; + } + .col-lg-pull-7 { + right: 58.33333333%; + } + .col-lg-pull-6 { + right: 50%; + } + .col-lg-pull-5 { + right: 41.66666667%; + } + .col-lg-pull-4 { + right: 33.33333333%; + } + .col-lg-pull-3 { + right: 25%; + } + .col-lg-pull-2 { + right: 16.66666667%; + } + .col-lg-pull-1 { + right: 8.33333333%; + } + .col-lg-pull-0 { + right: auto; + } + .col-lg-push-12 { + left: 100%; + } + .col-lg-push-11 { + left: 91.66666667%; + } + .col-lg-push-10 { + left: 83.33333333%; + } + .col-lg-push-9 { + left: 75%; + } + .col-lg-push-8 { + left: 66.66666667%; + } + .col-lg-push-7 { + left: 58.33333333%; + } + .col-lg-push-6 { + left: 50%; + } + .col-lg-push-5 { + left: 41.66666667%; + } + .col-lg-push-4 { + left: 33.33333333%; + } + .col-lg-push-3 { + left: 25%; + } + .col-lg-push-2 { + left: 16.66666667%; + } + .col-lg-push-1 { + left: 8.33333333%; + } + .col-lg-push-0 { + left: auto; + } + .col-lg-offset-12 { + margin-left: 100%; + } + .col-lg-offset-11 { + margin-left: 91.66666667%; + } + .col-lg-offset-10 { + margin-left: 83.33333333%; + } + .col-lg-offset-9 { + margin-left: 75%; + } + .col-lg-offset-8 { + margin-left: 66.66666667%; + } + .col-lg-offset-7 { + margin-left: 58.33333333%; + } + .col-lg-offset-6 { + margin-left: 50%; + } + .col-lg-offset-5 { + margin-left: 41.66666667%; + } + .col-lg-offset-4 { + margin-left: 33.33333333%; + } + .col-lg-offset-3 { + margin-left: 25%; + } + .col-lg-offset-2 { + margin-left: 16.66666667%; + } + .col-lg-offset-1 { + margin-left: 8.33333333%; + } + .col-lg-offset-0 { + margin-left: 0; + } +} +table { + background-color: transparent; +} +th { + text-align: left; +} +.table { + width: 100%; + max-width: 100%; + margin-bottom: 20px; +} +.table > thead > tr > th, +.table > tbody > tr > th, +.table > tfoot > tr > th, +.table > thead > tr > td, +.table > tbody > tr > td, +.table > tfoot > tr > td { + padding: 8px; + line-height: 1.42857143; + vertical-align: top; + border-top: 1px solid #ddd; +} +.table > thead > tr > th { + vertical-align: bottom; + border-bottom: 2px solid #ddd; +} +.table > caption + thead > tr:first-child > th, +.table > colgroup + thead > tr:first-child > th, +.table > thead:first-child > tr:first-child > th, +.table > caption + thead > tr:first-child > td, +.table > colgroup + thead > tr:first-child > td, +.table > thead:first-child > tr:first-child > td { + border-top: 0; +} +.table > tbody + tbody { + border-top: 2px solid #ddd; +} +.table .table { + background-color: #fff; +} +.table-condensed > thead > tr > th, +.table-condensed > tbody > tr > th, +.table-condensed > tfoot > tr > th, +.table-condensed > thead > tr > td, +.table-condensed > tbody > tr > td, +.table-condensed > tfoot > tr > td { + padding: 5px; +} +.table-bordered { + border: 1px solid #ddd; +} +.table-bordered > thead > tr > th, +.table-bordered > tbody > tr > th, +.table-bordered > tfoot > tr > th, +.table-bordered > thead > tr > td, +.table-bordered > tbody > tr > td, +.table-bordered > tfoot > tr > td { + border: 1px solid #ddd; +} +.table-bordered > thead > tr > th, +.table-bordered > thead > tr > td { + border-bottom-width: 2px; +} +.table-striped > tbody > tr:nth-child(odd) > td, +.table-striped > tbody > tr:nth-child(odd) > th { + background-color: #f9f9f9; +} +.table-hover > tbody > tr:hover > td, +.table-hover > tbody > tr:hover > th { + background-color: #f5f5f5; +} +table col[class*="col-"] { + position: static; + display: table-column; + float: none; +} +table td[class*="col-"], +table th[class*="col-"] { + position: static; + display: table-cell; + float: none; +} +.table > thead > tr > td.active, +.table > tbody > tr > td.active, +.table > tfoot > tr > td.active, +.table > thead > tr > th.active, +.table > tbody > tr > th.active, +.table > tfoot > tr > th.active, +.table > thead > tr.active > td, +.table > tbody > tr.active > td, +.table > tfoot > tr.active > td, +.table > thead > tr.active > th, +.table > tbody > tr.active > th, +.table > tfoot > tr.active > th { + background-color: #f5f5f5; +} +.table-hover > tbody > tr > td.active:hover, +.table-hover > tbody > tr > th.active:hover, +.table-hover > tbody > tr.active:hover > td, +.table-hover > tbody > tr:hover > .active, +.table-hover > tbody > tr.active:hover > th { + background-color: #e8e8e8; +} +.table > thead > tr > td.success, +.table > tbody > tr > td.success, +.table > tfoot > tr > td.success, +.table > thead > tr > th.success, +.table > tbody > tr > th.success, +.table > tfoot > tr > th.success, +.table > thead > tr.success > td, +.table > tbody > tr.success > td, +.table > tfoot > tr.success > td, +.table > thead > tr.success > th, +.table > tbody > tr.success > th, +.table > tfoot > tr.success > th { + background-color: #dff0d8; +} +.table-hover > tbody > tr > td.success:hover, +.table-hover > tbody > tr > th.success:hover, +.table-hover > tbody > tr.success:hover > td, +.table-hover > tbody > tr:hover > .success, +.table-hover > tbody > tr.success:hover > th { + background-color: #d0e9c6; +} +.table > thead > tr > td.info, +.table > tbody > tr > td.info, +.table > tfoot > tr > td.info, +.table > thead > tr > th.info, +.table > tbody > tr > th.info, +.table > tfoot > tr > th.info, +.table > thead > tr.info > td, +.table > tbody > tr.info > td, +.table > tfoot > tr.info > td, +.table > thead > tr.info > th, +.table > tbody > tr.info > th, +.table > tfoot > tr.info > th { + background-color: #d9edf7; +} +.table-hover > tbody > tr > td.info:hover, +.table-hover > tbody > tr > th.info:hover, +.table-hover > tbody > tr.info:hover > td, +.table-hover > tbody > tr:hover > .info, +.table-hover > tbody > tr.info:hover > th { + background-color: #c4e3f3; +} +.table > thead > tr > td.warning, +.table > tbody > tr > td.warning, +.table > tfoot > tr > td.warning, +.table > thead > tr > th.warning, +.table > tbody > tr > th.warning, +.table > tfoot > tr > th.warning, +.table > thead > tr.warning > td, +.table > tbody > tr.warning > td, +.table > tfoot > tr.warning > td, +.table > thead > tr.warning > th, +.table > tbody > tr.warning > th, +.table > tfoot > tr.warning > th { + background-color: #fcf8e3; +} +.table-hover > tbody > tr > td.warning:hover, +.table-hover > tbody > tr > th.warning:hover, +.table-hover > tbody > tr.warning:hover > td, +.table-hover > tbody > tr:hover > .warning, +.table-hover > tbody > tr.warning:hover > th { + background-color: #faf2cc; +} +.table > thead > tr > td.danger, +.table > tbody > tr > td.danger, +.table > tfoot > tr > td.danger, +.table > thead > tr > th.danger, +.table > tbody > tr > th.danger, +.table > tfoot > tr > th.danger, +.table > thead > tr.danger > td, +.table > tbody > tr.danger > td, +.table > tfoot > tr.danger > td, +.table > thead > tr.danger > th, +.table > tbody > tr.danger > th, +.table > tfoot > tr.danger > th { + background-color: #f2dede; +} +.table-hover > tbody > tr > td.danger:hover, +.table-hover > tbody > tr > th.danger:hover, +.table-hover > tbody > tr.danger:hover > td, +.table-hover > tbody > tr:hover > .danger, +.table-hover > tbody > tr.danger:hover > th { + background-color: #ebcccc; +} +@media screen and (max-width: 767px) { + .table-responsive { + width: 100%; + margin-bottom: 15px; + overflow-x: auto; + overflow-y: hidden; + -webkit-overflow-scrolling: touch; + -ms-overflow-style: -ms-autohiding-scrollbar; + border: 1px solid #ddd; + } + .table-responsive > .table { + margin-bottom: 0; + } + .table-responsive > .table > thead > tr > th, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tfoot > tr > th, + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > td { + white-space: nowrap; + } + .table-responsive > .table-bordered { + border: 0; + } + .table-responsive > .table-bordered > thead > tr > th:first-child, + .table-responsive > .table-bordered > tbody > tr > th:first-child, + .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .table-responsive > .table-bordered > thead > tr > td:first-child, + .table-responsive > .table-bordered > tbody > tr > td:first-child, + .table-responsive > .table-bordered > tfoot > tr > td:first-child { + border-left: 0; + } + .table-responsive > .table-bordered > thead > tr > th:last-child, + .table-responsive > .table-bordered > tbody > tr > th:last-child, + .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .table-responsive > .table-bordered > thead > tr > td:last-child, + .table-responsive > .table-bordered > tbody > tr > td:last-child, + .table-responsive > .table-bordered > tfoot > tr > td:last-child { + border-right: 0; + } + .table-responsive > .table-bordered > tbody > tr:last-child > th, + .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .table-responsive > .table-bordered > tbody > tr:last-child > td, + .table-responsive > .table-bordered > tfoot > tr:last-child > td { + border-bottom: 0; + } +} +fieldset { + min-width: 0; + padding: 0; + margin: 0; + border: 0; +} +legend { + display: block; + width: 100%; + padding: 0; + margin-bottom: 20px; + font-size: 21px; + line-height: inherit; + color: #333; + border: 0; + border-bottom: 1px solid #e5e5e5; +} +label { + display: inline-block; + max-width: 100%; + margin-bottom: 5px; + font-weight: bold; +} +input[type="search"] { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +input[type="radio"], +input[type="checkbox"] { + margin: 4px 0 0; + margin-top: 1px \9; + line-height: normal; +} +input[type="file"] { + display: block; +} +input[type="range"] { + display: block; + width: 100%; +} +select[multiple], +select[size] { + height: auto; +} +input[type="file"]:focus, +input[type="radio"]:focus, +input[type="checkbox"]:focus { + outline: thin dotted; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} +output { + display: block; + padding-top: 7px; + font-size: 14px; + line-height: 1.42857143; + color: #555; +} +.form-control { + display: block; + width: 100%; + height: 34px; + padding: 6px 12px; + font-size: 14px; + line-height: 1.42857143; + color: #555; + background-color: #fff; + background-image: none; + border: 1px solid #ccc; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; + -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; + transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; +} +.form-control:focus { + border-color: #66afe9; + outline: 0; + -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); + box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); +} +.form-control::-moz-placeholder { + color: #777; + opacity: 1; +} +.form-control:-ms-input-placeholder { + color: #777; +} +.form-control::-webkit-input-placeholder { + color: #777; +} +.form-control[disabled], +.form-control[readonly], +fieldset[disabled] .form-control { + cursor: not-allowed; + background-color: #eee; + opacity: 1; +} +textarea.form-control { + height: auto; +} +input[type="search"] { + -webkit-appearance: none; +} +input[type="date"], +input[type="time"], +input[type="datetime-local"], +input[type="month"] { + line-height: 34px; + line-height: 1.42857143 \0; +} +input[type="date"].input-sm, +input[type="time"].input-sm, +input[type="datetime-local"].input-sm, +input[type="month"].input-sm { + line-height: 30px; +} +input[type="date"].input-lg, +input[type="time"].input-lg, +input[type="datetime-local"].input-lg, +input[type="month"].input-lg { + line-height: 46px; +} +.form-group { + margin-bottom: 15px; +} +.radio, +.checkbox { + position: relative; + display: block; + min-height: 20px; + margin-top: 10px; + margin-bottom: 10px; +} +.radio label, +.checkbox label { + padding-left: 20px; + margin-bottom: 0; + font-weight: normal; + cursor: pointer; +} +.radio input[type="radio"], +.radio-inline input[type="radio"], +.checkbox input[type="checkbox"], +.checkbox-inline input[type="checkbox"] { + position: absolute; + margin-top: 4px \9; + margin-left: -20px; +} +.radio + .radio, +.checkbox + .checkbox { + margin-top: -5px; +} +.radio-inline, +.checkbox-inline { + display: inline-block; + padding-left: 20px; + margin-bottom: 0; + font-weight: normal; + vertical-align: middle; + cursor: pointer; +} +.radio-inline + .radio-inline, +.checkbox-inline + .checkbox-inline { + margin-top: 0; + margin-left: 10px; +} +input[type="radio"][disabled], +input[type="checkbox"][disabled], +input[type="radio"].disabled, +input[type="checkbox"].disabled, +fieldset[disabled] input[type="radio"], +fieldset[disabled] input[type="checkbox"] { + cursor: not-allowed; +} +.radio-inline.disabled, +.checkbox-inline.disabled, +fieldset[disabled] .radio-inline, +fieldset[disabled] .checkbox-inline { + cursor: not-allowed; +} +.radio.disabled label, +.checkbox.disabled label, +fieldset[disabled] .radio label, +fieldset[disabled] .checkbox label { + cursor: not-allowed; +} +.form-control-static { + padding-top: 7px; + padding-bottom: 7px; + margin-bottom: 0; +} +.form-control-static.input-lg, +.form-control-static.input-sm { + padding-right: 0; + padding-left: 0; +} +.input-sm, +.form-horizontal .form-group-sm .form-control { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +select.input-sm { + height: 30px; + line-height: 30px; +} +textarea.input-sm, +select[multiple].input-sm { + height: auto; +} +.input-lg, +.form-horizontal .form-group-lg .form-control { + height: 46px; + padding: 10px 16px; + font-size: 18px; + line-height: 1.33; + border-radius: 6px; +} +select.input-lg { + height: 46px; + line-height: 46px; +} +textarea.input-lg, +select[multiple].input-lg { + height: auto; +} +.has-feedback { + position: relative; +} +.has-feedback .form-control { + padding-right: 42.5px; +} +.form-control-feedback { + position: absolute; + top: 25px; + right: 0; + z-index: 2; + display: block; + width: 34px; + height: 34px; + line-height: 34px; + text-align: center; +} +.input-lg + .form-control-feedback { + width: 46px; + height: 46px; + line-height: 46px; +} +.input-sm + .form-control-feedback { + width: 30px; + height: 30px; + line-height: 30px; +} +.has-success .help-block, +.has-success .control-label, +.has-success .radio, +.has-success .checkbox, +.has-success .radio-inline, +.has-success .checkbox-inline { + color: #3c763d; +} +.has-success .form-control { + border-color: #3c763d; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); +} +.has-success .form-control:focus { + border-color: #2b542c; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; +} +.has-success .input-group-addon { + color: #3c763d; + background-color: #dff0d8; + border-color: #3c763d; +} +.has-success .form-control-feedback { + color: #3c763d; +} +.has-warning .help-block, +.has-warning .control-label, +.has-warning .radio, +.has-warning .checkbox, +.has-warning .radio-inline, +.has-warning .checkbox-inline { + color: #8a6d3b; +} +.has-warning .form-control { + border-color: #8a6d3b; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); +} +.has-warning .form-control:focus { + border-color: #66512c; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; +} +.has-warning .input-group-addon { + color: #8a6d3b; + background-color: #fcf8e3; + border-color: #8a6d3b; +} +.has-warning .form-control-feedback { + color: #8a6d3b; +} +.has-error .help-block, +.has-error .control-label, +.has-error .radio, +.has-error .checkbox, +.has-error .radio-inline, +.has-error .checkbox-inline { + color: #a94442; +} +.has-error .form-control { + border-color: #a94442; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); +} +.has-error .form-control:focus { + border-color: #843534; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; +} +.has-error .input-group-addon { + color: #a94442; + background-color: #f2dede; + border-color: #a94442; +} +.has-error .form-control-feedback { + color: #a94442; +} +.has-feedback label.sr-only ~ .form-control-feedback { + top: 0; +} +.help-block { + display: block; + margin-top: 5px; + margin-bottom: 10px; + color: #737373; +} +@media (min-width: 768px) { + .form-inline .form-group { + display: inline-block; + margin-bottom: 0; + vertical-align: middle; + } + .form-inline .form-control { + display: inline-block; + width: auto; + vertical-align: middle; + } + .form-inline .input-group { + display: inline-table; + vertical-align: middle; + } + .form-inline .input-group .input-group-addon, + .form-inline .input-group .input-group-btn, + .form-inline .input-group .form-control { + width: auto; + } + .form-inline .input-group > .form-control { + width: 100%; + } + .form-inline .control-label { + margin-bottom: 0; + vertical-align: middle; + } + .form-inline .radio, + .form-inline .checkbox { + display: inline-block; + margin-top: 0; + margin-bottom: 0; + vertical-align: middle; + } + .form-inline .radio label, + .form-inline .checkbox label { + padding-left: 0; + } + .form-inline .radio input[type="radio"], + .form-inline .checkbox input[type="checkbox"] { + position: relative; + margin-left: 0; + } + .form-inline .has-feedback .form-control-feedback { + top: 0; + } +} +.form-horizontal .radio, +.form-horizontal .checkbox, +.form-horizontal .radio-inline, +.form-horizontal .checkbox-inline { + padding-top: 7px; + margin-top: 0; + margin-bottom: 0; +} +.form-horizontal .radio, +.form-horizontal .checkbox { + min-height: 27px; +} +.form-horizontal .form-group { + margin-right: -15px; + margin-left: -15px; +} +@media (min-width: 768px) { + .form-horizontal .control-label { + padding-top: 7px; + margin-bottom: 0; + text-align: right; + } +} +.form-horizontal .has-feedback .form-control-feedback { + top: 0; + right: 15px; +} +@media (min-width: 768px) { + .form-horizontal .form-group-lg .control-label { + padding-top: 14.3px; + } +} +@media (min-width: 768px) { + .form-horizontal .form-group-sm .control-label { + padding-top: 6px; + } +} +.btn { + display: inline-block; + padding: 6px 12px; + margin-bottom: 0; + font-size: 14px; + font-weight: normal; + line-height: 1.42857143; + text-align: center; + white-space: nowrap; + vertical-align: middle; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background-image: none; + border: 1px solid transparent; + border-radius: 4px; +} +.btn:focus, +.btn:active:focus, +.btn.active:focus { + outline: thin dotted; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} +.btn:hover, +.btn:focus { + color: #333; + text-decoration: none; +} +.btn:active, +.btn.active { + background-image: none; + outline: 0; + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); +} +.btn.disabled, +.btn[disabled], +fieldset[disabled] .btn { + pointer-events: none; + cursor: not-allowed; + filter: alpha(opacity=65); + -webkit-box-shadow: none; + box-shadow: none; + opacity: .65; +} +.btn-default { + color: #333; + background-color: #fff; + border-color: #ccc; +} +.btn-default:hover, +.btn-default:focus, +.btn-default:active, +.btn-default.active, +.open > .dropdown-toggle.btn-default { + color: #333; + background-color: #e6e6e6; + border-color: #adadad; +} +.btn-default:active, +.btn-default.active, +.open > .dropdown-toggle.btn-default { + background-image: none; +} +.btn-default.disabled, +.btn-default[disabled], +fieldset[disabled] .btn-default, +.btn-default.disabled:hover, +.btn-default[disabled]:hover, +fieldset[disabled] .btn-default:hover, +.btn-default.disabled:focus, +.btn-default[disabled]:focus, +fieldset[disabled] .btn-default:focus, +.btn-default.disabled:active, +.btn-default[disabled]:active, +fieldset[disabled] .btn-default:active, +.btn-default.disabled.active, +.btn-default[disabled].active, +fieldset[disabled] .btn-default.active { + background-color: #fff; + border-color: #ccc; +} +.btn-default .badge { + color: #fff; + background-color: #333; +} +.btn-primary { + color: #fff; + background-color: #428bca; + border-color: #357ebd; +} +.btn-primary:hover, +.btn-primary:focus, +.btn-primary:active, +.btn-primary.active, +.open > .dropdown-toggle.btn-primary { + color: #fff; + background-color: #3071a9; + border-color: #285e8e; +} +.btn-primary:active, +.btn-primary.active, +.open > .dropdown-toggle.btn-primary { + background-image: none; +} +.btn-primary.disabled, +.btn-primary[disabled], +fieldset[disabled] .btn-primary, +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled:active, +.btn-primary[disabled]:active, +fieldset[disabled] .btn-primary:active, +.btn-primary.disabled.active, +.btn-primary[disabled].active, +fieldset[disabled] .btn-primary.active { + background-color: #428bca; + border-color: #357ebd; +} +.btn-primary .badge { + color: #428bca; + background-color: #fff; +} +.btn-success { + color: #fff; + background-color: #5cb85c; + border-color: #4cae4c; +} +.btn-success:hover, +.btn-success:focus, +.btn-success:active, +.btn-success.active, +.open > .dropdown-toggle.btn-success { + color: #fff; + background-color: #449d44; + border-color: #398439; +} +.btn-success:active, +.btn-success.active, +.open > .dropdown-toggle.btn-success { + background-image: none; +} +.btn-success.disabled, +.btn-success[disabled], +fieldset[disabled] .btn-success, +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled:active, +.btn-success[disabled]:active, +fieldset[disabled] .btn-success:active, +.btn-success.disabled.active, +.btn-success[disabled].active, +fieldset[disabled] .btn-success.active { + background-color: #5cb85c; + border-color: #4cae4c; +} +.btn-success .badge { + color: #5cb85c; + background-color: #fff; +} +.btn-info { + color: #fff; + background-color: #5bc0de; + border-color: #46b8da; +} +.btn-info:hover, +.btn-info:focus, +.btn-info:active, +.btn-info.active, +.open > .dropdown-toggle.btn-info { + color: #fff; + background-color: #31b0d5; + border-color: #269abc; +} +.btn-info:active, +.btn-info.active, +.open > .dropdown-toggle.btn-info { + background-image: none; +} +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { + background-color: #5bc0de; + border-color: #46b8da; +} +.btn-info .badge { + color: #5bc0de; + background-color: #fff; +} +.btn-warning { + color: #fff; + background-color: #f0ad4e; + border-color: #eea236; +} +.btn-warning:hover, +.btn-warning:focus, +.btn-warning:active, +.btn-warning.active, +.open > .dropdown-toggle.btn-warning { + color: #fff; + background-color: #ec971f; + border-color: #d58512; +} +.btn-warning:active, +.btn-warning.active, +.open > .dropdown-toggle.btn-warning { + background-image: none; +} +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { + background-color: #f0ad4e; + border-color: #eea236; +} +.btn-warning .badge { + color: #f0ad4e; + background-color: #fff; +} +.btn-danger { + color: #fff; + background-color: #d9534f; + border-color: #d43f3a; +} +.btn-danger:hover, +.btn-danger:focus, +.btn-danger:active, +.btn-danger.active, +.open > .dropdown-toggle.btn-danger { + color: #fff; + background-color: #c9302c; + border-color: #ac2925; +} +.btn-danger:active, +.btn-danger.active, +.open > .dropdown-toggle.btn-danger { + background-image: none; +} +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { + background-color: #d9534f; + border-color: #d43f3a; +} +.btn-danger .badge { + color: #d9534f; + background-color: #fff; +} +.btn-link { + font-weight: normal; + color: #428bca; + cursor: pointer; + border-radius: 0; +} +.btn-link, +.btn-link:active, +.btn-link[disabled], +fieldset[disabled] .btn-link { + background-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; +} +.btn-link, +.btn-link:hover, +.btn-link:focus, +.btn-link:active { + border-color: transparent; +} +.btn-link:hover, +.btn-link:focus { + color: #2a6496; + text-decoration: underline; + background-color: transparent; +} +.btn-link[disabled]:hover, +fieldset[disabled] .btn-link:hover, +.btn-link[disabled]:focus, +fieldset[disabled] .btn-link:focus { + color: #777; + text-decoration: none; +} +.btn-lg, +.btn-group-lg > .btn { + padding: 10px 16px; + font-size: 18px; + line-height: 1.33; + border-radius: 6px; +} +.btn-sm, +.btn-group-sm > .btn { + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +.btn-xs, +.btn-group-xs > .btn { + padding: 1px 5px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +.btn-block { + display: block; + width: 100%; +} +.btn-block + .btn-block { + margin-top: 5px; +} +input[type="submit"].btn-block, +input[type="reset"].btn-block, +input[type="button"].btn-block { + width: 100%; +} +.fade { + opacity: 0; + -webkit-transition: opacity .15s linear; + -o-transition: opacity .15s linear; + transition: opacity .15s linear; +} +.fade.in { + opacity: 1; +} +.collapse { + display: none; +} +.collapse.in { + display: block; +} +tr.collapse.in { + display: table-row; +} +tbody.collapse.in { + display: table-row-group; +} +.collapsing { + position: relative; + height: 0; + overflow: hidden; + -webkit-transition: height .35s ease; + -o-transition: height .35s ease; + transition: height .35s ease; +} +.caret { + display: inline-block; + width: 0; + height: 0; + margin-left: 2px; + vertical-align: middle; + border-top: 4px solid; + border-right: 4px solid transparent; + border-left: 4px solid transparent; +} +.dropdown { + position: relative; +} +.dropdown-toggle:focus { + outline: 0; +} +.dropdown-menu { + position: absolute; + top: 100%; + left: 0; + z-index: 1000; + display: none; + float: left; + min-width: 160px; + padding: 5px 0; + margin: 2px 0 0; + font-size: 14px; + text-align: left; + list-style: none; + background-color: #fff; + -webkit-background-clip: padding-box; + background-clip: padding-box; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, .15); + border-radius: 4px; + -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); + box-shadow: 0 6px 12px rgba(0, 0, 0, .175); +} +.dropdown-menu.pull-right { + right: 0; + left: auto; +} +.dropdown-menu .divider { + height: 1px; + margin: 9px 0; + overflow: hidden; + background-color: #e5e5e5; +} +.dropdown-menu > li > a { + display: block; + padding: 3px 20px; + clear: both; + font-weight: normal; + line-height: 1.42857143; + color: #333; + white-space: nowrap; +} +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus { + color: #262626; + text-decoration: none; + background-color: #f5f5f5; +} +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + color: #fff; + text-decoration: none; + background-color: #428bca; + outline: 0; +} +.dropdown-menu > .disabled > a, +.dropdown-menu > .disabled > a:hover, +.dropdown-menu > .disabled > a:focus { + color: #777; +} +.dropdown-menu > .disabled > a:hover, +.dropdown-menu > .disabled > a:focus { + text-decoration: none; + cursor: not-allowed; + background-color: transparent; + background-image: none; + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); +} +.open > .dropdown-menu { + display: block; +} +.open > a { + outline: 0; +} +.dropdown-menu-right { + right: 0; + left: auto; +} +.dropdown-menu-left { + right: auto; + left: 0; +} +.dropdown-header { + display: block; + padding: 3px 20px; + font-size: 12px; + line-height: 1.42857143; + color: #777; + white-space: nowrap; +} +.dropdown-backdrop { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 990; +} +.pull-right > .dropdown-menu { + right: 0; + left: auto; +} +.dropup .caret, +.navbar-fixed-bottom .dropdown .caret { + content: ""; + border-top: 0; + border-bottom: 4px solid; +} +.dropup .dropdown-menu, +.navbar-fixed-bottom .dropdown .dropdown-menu { + top: auto; + bottom: 100%; + margin-bottom: 1px; +} +@media (min-width: 768px) { + .navbar-right .dropdown-menu { + right: 0; + left: auto; + } + .navbar-right .dropdown-menu-left { + right: auto; + left: 0; + } +} +.btn-group, +.btn-group-vertical { + position: relative; + display: inline-block; + vertical-align: middle; +} +.btn-group > .btn, +.btn-group-vertical > .btn { + position: relative; + float: left; +} +.btn-group > .btn:hover, +.btn-group-vertical > .btn:hover, +.btn-group > .btn:focus, +.btn-group-vertical > .btn:focus, +.btn-group > .btn:active, +.btn-group-vertical > .btn:active, +.btn-group > .btn.active, +.btn-group-vertical > .btn.active { + z-index: 2; +} +.btn-group > .btn:focus, +.btn-group-vertical > .btn:focus { + outline: 0; +} +.btn-group .btn + .btn, +.btn-group .btn + .btn-group, +.btn-group .btn-group + .btn, +.btn-group .btn-group + .btn-group { + margin-left: -1px; +} +.btn-toolbar { + margin-left: -5px; +} +.btn-toolbar .btn-group, +.btn-toolbar .input-group { + float: left; +} +.btn-toolbar > .btn, +.btn-toolbar > .btn-group, +.btn-toolbar > .input-group { + margin-left: 5px; +} +.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { + border-radius: 0; +} +.btn-group > .btn:first-child { + margin-left: 0; +} +.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.btn-group > .btn:last-child:not(:first-child), +.btn-group > .dropdown-toggle:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group > .btn-group { + float: left; +} +.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} +.btn-group > .btn-group:first-child > .btn:last-child, +.btn-group > .btn-group:first-child > .dropdown-toggle { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.btn-group > .btn-group:last-child > .btn:first-child { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group .dropdown-toggle:active, +.btn-group.open .dropdown-toggle { + outline: 0; +} +.btn-group > .btn + .dropdown-toggle { + padding-right: 8px; + padding-left: 8px; +} +.btn-group > .btn-lg + .dropdown-toggle { + padding-right: 12px; + padding-left: 12px; +} +.btn-group.open .dropdown-toggle { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); +} +.btn-group.open .dropdown-toggle.btn-link { + -webkit-box-shadow: none; + box-shadow: none; +} +.btn .caret { + margin-left: 0; +} +.btn-lg .caret { + border-width: 5px 5px 0; + border-bottom-width: 0; +} +.dropup .btn-lg .caret { + border-width: 0 5px 5px; +} +.btn-group-vertical > .btn, +.btn-group-vertical > .btn-group, +.btn-group-vertical > .btn-group > .btn { + display: block; + float: none; + width: 100%; + max-width: 100%; +} +.btn-group-vertical > .btn-group > .btn { + float: none; +} +.btn-group-vertical > .btn + .btn, +.btn-group-vertical > .btn + .btn-group, +.btn-group-vertical > .btn-group + .btn, +.btn-group-vertical > .btn-group + .btn-group { + margin-top: -1px; + margin-left: 0; +} +.btn-group-vertical > .btn:not(:first-child):not(:last-child) { + border-radius: 0; +} +.btn-group-vertical > .btn:first-child:not(:last-child) { + border-top-right-radius: 4px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn:last-child:not(:first-child) { + border-top-left-radius: 0; + border-top-right-radius: 0; + border-bottom-left-radius: 4px; +} +.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} +.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, +.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.btn-group-justified { + display: table; + width: 100%; + table-layout: fixed; + border-collapse: separate; +} +.btn-group-justified > .btn, +.btn-group-justified > .btn-group { + display: table-cell; + float: none; + width: 1%; +} +.btn-group-justified > .btn-group .btn { + width: 100%; +} +.btn-group-justified > .btn-group .dropdown-menu { + left: auto; +} +[data-toggle="buttons"] > .btn > input[type="radio"], +[data-toggle="buttons"] > .btn > input[type="checkbox"] { + position: absolute; + z-index: -1; + filter: alpha(opacity=0); + opacity: 0; +} +.input-group { + position: relative; + display: table; + border-collapse: separate; +} +.input-group[class*="col-"] { + float: none; + padding-right: 0; + padding-left: 0; +} +.input-group .form-control { + position: relative; + z-index: 2; + float: left; + width: 100%; + margin-bottom: 0; +} +.input-group-lg > .form-control, +.input-group-lg > .input-group-addon, +.input-group-lg > .input-group-btn > .btn { + height: 46px; + padding: 10px 16px; + font-size: 18px; + line-height: 1.33; + border-radius: 6px; +} +select.input-group-lg > .form-control, +select.input-group-lg > .input-group-addon, +select.input-group-lg > .input-group-btn > .btn { + height: 46px; + line-height: 46px; +} +textarea.input-group-lg > .form-control, +textarea.input-group-lg > .input-group-addon, +textarea.input-group-lg > .input-group-btn > .btn, +select[multiple].input-group-lg > .form-control, +select[multiple].input-group-lg > .input-group-addon, +select[multiple].input-group-lg > .input-group-btn > .btn { + height: auto; +} +.input-group-sm > .form-control, +.input-group-sm > .input-group-addon, +.input-group-sm > .input-group-btn > .btn { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +select.input-group-sm > .form-control, +select.input-group-sm > .input-group-addon, +select.input-group-sm > .input-group-btn > .btn { + height: 30px; + line-height: 30px; +} +textarea.input-group-sm > .form-control, +textarea.input-group-sm > .input-group-addon, +textarea.input-group-sm > .input-group-btn > .btn, +select[multiple].input-group-sm > .form-control, +select[multiple].input-group-sm > .input-group-addon, +select[multiple].input-group-sm > .input-group-btn > .btn { + height: auto; +} +.input-group-addon, +.input-group-btn, +.input-group .form-control { + display: table-cell; +} +.input-group-addon:not(:first-child):not(:last-child), +.input-group-btn:not(:first-child):not(:last-child), +.input-group .form-control:not(:first-child):not(:last-child) { + border-radius: 0; +} +.input-group-addon, +.input-group-btn { + width: 1%; + white-space: nowrap; + vertical-align: middle; +} +.input-group-addon { + padding: 6px 12px; + font-size: 14px; + font-weight: normal; + line-height: 1; + color: #555; + text-align: center; + background-color: #eee; + border: 1px solid #ccc; + border-radius: 4px; +} +.input-group-addon.input-sm { + padding: 5px 10px; + font-size: 12px; + border-radius: 3px; +} +.input-group-addon.input-lg { + padding: 10px 16px; + font-size: 18px; + border-radius: 6px; +} +.input-group-addon input[type="radio"], +.input-group-addon input[type="checkbox"] { + margin-top: 0; +} +.input-group .form-control:first-child, +.input-group-addon:first-child, +.input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group > .btn, +.input-group-btn:first-child > .dropdown-toggle, +.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.input-group-addon:first-child { + border-right: 0; +} +.input-group .form-control:last-child, +.input-group-addon:last-child, +.input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group > .btn, +.input-group-btn:last-child > .dropdown-toggle, +.input-group-btn:first-child > .btn:not(:first-child), +.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.input-group-addon:last-child { + border-left: 0; +} +.input-group-btn { + position: relative; + font-size: 0; + white-space: nowrap; +} +.input-group-btn > .btn { + position: relative; +} +.input-group-btn > .btn + .btn { + margin-left: -1px; +} +.input-group-btn > .btn:hover, +.input-group-btn > .btn:focus, +.input-group-btn > .btn:active { + z-index: 2; +} +.input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group { + margin-right: -1px; +} +.input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group { + margin-left: -1px; +} +.nav { + padding-left: 0; + margin-bottom: 0; + list-style: none; +} +.nav > li { + position: relative; + display: block; +} +.nav > li > a { + position: relative; + display: block; + padding: 10px 15px; +} +.nav > li > a:hover, +.nav > li > a:focus { + text-decoration: none; + background-color: #eee; +} +.nav > li.disabled > a { + color: #777; +} +.nav > li.disabled > a:hover, +.nav > li.disabled > a:focus { + color: #777; + text-decoration: none; + cursor: not-allowed; + background-color: transparent; +} +.nav .open > a, +.nav .open > a:hover, +.nav .open > a:focus { + background-color: #eee; + border-color: #428bca; +} +.nav .nav-divider { + height: 1px; + margin: 9px 0; + overflow: hidden; + background-color: #e5e5e5; +} +.nav > li > a > img { + max-width: none; +} +.nav-tabs { + border-bottom: 1px solid #ddd; +} +.nav-tabs > li { + float: left; + margin-bottom: -1px; +} +.nav-tabs > li > a { + margin-right: 2px; + line-height: 1.42857143; + border: 1px solid transparent; + border-radius: 4px 4px 0 0; +} +.nav-tabs > li > a:hover { + border-color: #eee #eee #ddd; +} +.nav-tabs > li.active > a, +.nav-tabs > li.active > a:hover, +.nav-tabs > li.active > a:focus { + color: #555; + cursor: default; + background-color: #fff; + border: 1px solid #ddd; + border-bottom-color: transparent; +} +.nav-tabs.nav-justified { + width: 100%; + border-bottom: 0; +} +.nav-tabs.nav-justified > li { + float: none; +} +.nav-tabs.nav-justified > li > a { + margin-bottom: 5px; + text-align: center; +} +.nav-tabs.nav-justified > .dropdown .dropdown-menu { + top: auto; + left: auto; +} +@media (min-width: 768px) { + .nav-tabs.nav-justified > li { + display: table-cell; + width: 1%; + } + .nav-tabs.nav-justified > li > a { + margin-bottom: 0; + } +} +.nav-tabs.nav-justified > li > a { + margin-right: 0; + border-radius: 4px; +} +.nav-tabs.nav-justified > .active > a, +.nav-tabs.nav-justified > .active > a:hover, +.nav-tabs.nav-justified > .active > a:focus { + border: 1px solid #ddd; +} +@media (min-width: 768px) { + .nav-tabs.nav-justified > li > a { + border-bottom: 1px solid #ddd; + border-radius: 4px 4px 0 0; + } + .nav-tabs.nav-justified > .active > a, + .nav-tabs.nav-justified > .active > a:hover, + .nav-tabs.nav-justified > .active > a:focus { + border-bottom-color: #fff; + } +} +.nav-pills > li { + float: left; +} +.nav-pills > li > a { + border-radius: 4px; +} +.nav-pills > li + li { + margin-left: 2px; +} +.nav-pills > li.active > a, +.nav-pills > li.active > a:hover, +.nav-pills > li.active > a:focus { + color: #fff; + background-color: #428bca; +} +.nav-stacked > li { + float: none; +} +.nav-stacked > li + li { + margin-top: 2px; + margin-left: 0; +} +.nav-justified { + width: 100%; +} +.nav-justified > li { + float: none; +} +.nav-justified > li > a { + margin-bottom: 5px; + text-align: center; +} +.nav-justified > .dropdown .dropdown-menu { + top: auto; + left: auto; +} +@media (min-width: 768px) { + .nav-justified > li { + display: table-cell; + width: 1%; + } + .nav-justified > li > a { + margin-bottom: 0; + } +} +.nav-tabs-justified { + border-bottom: 0; +} +.nav-tabs-justified > li > a { + margin-right: 0; + border-radius: 4px; +} +.nav-tabs-justified > .active > a, +.nav-tabs-justified > .active > a:hover, +.nav-tabs-justified > .active > a:focus { + border: 1px solid #ddd; +} +@media (min-width: 768px) { + .nav-tabs-justified > li > a { + border-bottom: 1px solid #ddd; + border-radius: 4px 4px 0 0; + } + .nav-tabs-justified > .active > a, + .nav-tabs-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus { + border-bottom-color: #fff; + } +} +.tab-content > .tab-pane { + display: none; +} +.tab-content > .active { + display: block; +} +.nav-tabs .dropdown-menu { + margin-top: -1px; + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.navbar { + position: relative; + min-height: 50px; + margin-bottom: 20px; + border: 1px solid transparent; +} +@media (min-width: 768px) { + .navbar { + border-radius: 4px; + } +} +@media (min-width: 768px) { + .navbar-header { + float: left; + } +} +.navbar-collapse { + padding-right: 15px; + padding-left: 15px; + overflow-x: visible; + -webkit-overflow-scrolling: touch; + border-top: 1px solid transparent; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); +} +.navbar-collapse.in { + overflow-y: auto; +} +@media (min-width: 768px) { + .navbar-collapse { + width: auto; + border-top: 0; + -webkit-box-shadow: none; + box-shadow: none; + } + .navbar-collapse.collapse { + display: block !important; + height: auto !important; + padding-bottom: 0; + overflow: visible !important; + } + .navbar-collapse.in { + overflow-y: visible; + } + .navbar-fixed-top .navbar-collapse, + .navbar-static-top .navbar-collapse, + .navbar-fixed-bottom .navbar-collapse { + padding-right: 0; + padding-left: 0; + } +} +.navbar-fixed-top .navbar-collapse, +.navbar-fixed-bottom .navbar-collapse { + max-height: 340px; +} +@media (max-width: 480px) and (orientation: landscape) { + .navbar-fixed-top .navbar-collapse, + .navbar-fixed-bottom .navbar-collapse { + max-height: 200px; + } +} +.container > .navbar-header, +.container-fluid > .navbar-header, +.container > .navbar-collapse, +.container-fluid > .navbar-collapse { + margin-right: -15px; + margin-left: -15px; +} +@media (min-width: 768px) { + .container > .navbar-header, + .container-fluid > .navbar-header, + .container > .navbar-collapse, + .container-fluid > .navbar-collapse { + margin-right: 0; + margin-left: 0; + } +} +.navbar-static-top { + z-index: 1000; + border-width: 0 0 1px; +} +@media (min-width: 768px) { + .navbar-static-top { + border-radius: 0; + } +} +.navbar-fixed-top, +.navbar-fixed-bottom { + position: fixed; + right: 0; + left: 0; + z-index: 1030; +} +@media (min-width: 768px) { + .navbar-fixed-top, + .navbar-fixed-bottom { + border-radius: 0; + } +} +.navbar-fixed-top { + top: 0; + border-width: 0 0 1px; +} +.navbar-fixed-bottom { + bottom: 0; + margin-bottom: 0; + border-width: 1px 0 0; +} +.navbar-brand { + float: left; + height: 50px; + padding: 15px 15px; + font-size: 18px; + line-height: 20px; +} +.navbar-brand:hover, +.navbar-brand:focus { + text-decoration: none; +} +@media (min-width: 768px) { + .navbar > .container .navbar-brand, + .navbar > .container-fluid .navbar-brand { + margin-left: -15px; + } +} +.navbar-toggle { + position: relative; + float: right; + padding: 9px 10px; + margin-top: 8px; + margin-right: 15px; + margin-bottom: 8px; + background-color: transparent; + background-image: none; + border: 1px solid transparent; + border-radius: 4px; +} +.navbar-toggle:focus { + outline: 0; +} +.navbar-toggle .icon-bar { + display: block; + width: 22px; + height: 2px; + border-radius: 1px; +} +.navbar-toggle .icon-bar + .icon-bar { + margin-top: 4px; +} +@media (min-width: 768px) { + .navbar-toggle { + display: none; + } +} +.navbar-nav { + margin: 7.5px -15px; +} +.navbar-nav > li > a { + padding-top: 10px; + padding-bottom: 10px; + line-height: 20px; +} +@media (max-width: 767px) { + .navbar-nav .open .dropdown-menu { + position: static; + float: none; + width: auto; + margin-top: 0; + background-color: transparent; + border: 0; + -webkit-box-shadow: none; + box-shadow: none; + } + .navbar-nav .open .dropdown-menu > li > a, + .navbar-nav .open .dropdown-menu .dropdown-header { + padding: 5px 15px 5px 25px; + } + .navbar-nav .open .dropdown-menu > li > a { + line-height: 20px; + } + .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-nav .open .dropdown-menu > li > a:focus { + background-image: none; + } +} +@media (min-width: 768px) { + .navbar-nav { + float: left; + margin: 0; + } + .navbar-nav > li { + float: left; + } + .navbar-nav > li > a { + padding-top: 15px; + padding-bottom: 15px; + } + .navbar-nav.navbar-right:last-child { + margin-right: -15px; + } +} +@media (min-width: 768px) { + .navbar-left { + float: left !important; + } + .navbar-right { + float: right !important; + } +} +.navbar-form { + padding: 10px 15px; + margin-top: 8px; + margin-right: -15px; + margin-bottom: 8px; + margin-left: -15px; + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); +} +@media (min-width: 768px) { + .navbar-form .form-group { + display: inline-block; + margin-bottom: 0; + vertical-align: middle; + } + .navbar-form .form-control { + display: inline-block; + width: auto; + vertical-align: middle; + } + .navbar-form .input-group { + display: inline-table; + vertical-align: middle; + } + .navbar-form .input-group .input-group-addon, + .navbar-form .input-group .input-group-btn, + .navbar-form .input-group .form-control { + width: auto; + } + .navbar-form .input-group > .form-control { + width: 100%; + } + .navbar-form .control-label { + margin-bottom: 0; + vertical-align: middle; + } + .navbar-form .radio, + .navbar-form .checkbox { + display: inline-block; + margin-top: 0; + margin-bottom: 0; + vertical-align: middle; + } + .navbar-form .radio label, + .navbar-form .checkbox label { + padding-left: 0; + } + .navbar-form .radio input[type="radio"], + .navbar-form .checkbox input[type="checkbox"] { + position: relative; + margin-left: 0; + } + .navbar-form .has-feedback .form-control-feedback { + top: 0; + } +} +@media (max-width: 767px) { + .navbar-form .form-group { + margin-bottom: 5px; + } +} +@media (min-width: 768px) { + .navbar-form { + width: auto; + padding-top: 0; + padding-bottom: 0; + margin-right: 0; + margin-left: 0; + border: 0; + -webkit-box-shadow: none; + box-shadow: none; + } + .navbar-form.navbar-right:last-child { + margin-right: -15px; + } +} +.navbar-nav > li > .dropdown-menu { + margin-top: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.navbar-btn { + margin-top: 8px; + margin-bottom: 8px; +} +.navbar-btn.btn-sm { + margin-top: 10px; + margin-bottom: 10px; +} +.navbar-btn.btn-xs { + margin-top: 14px; + margin-bottom: 14px; +} +.navbar-text { + margin-top: 15px; + margin-bottom: 15px; +} +@media (min-width: 768px) { + .navbar-text { + float: left; + margin-right: 15px; + margin-left: 15px; + } + .navbar-text.navbar-right:last-child { + margin-right: 0; + } +} +.navbar-default { + background-color: #f8f8f8; + border-color: #e7e7e7; +} +.navbar-default .navbar-brand { + color: #777; +} +.navbar-default .navbar-brand:hover, +.navbar-default .navbar-brand:focus { + color: #5e5e5e; + background-color: transparent; +} +.navbar-default .navbar-text { + color: #777; +} +.navbar-default .navbar-nav > li > a { + color: #777; +} +.navbar-default .navbar-nav > li > a:hover, +.navbar-default .navbar-nav > li > a:focus { + color: #333; + background-color: transparent; +} +.navbar-default .navbar-nav > .active > a, +.navbar-default .navbar-nav > .active > a:hover, +.navbar-default .navbar-nav > .active > a:focus { + color: #555; + background-color: #e7e7e7; +} +.navbar-default .navbar-nav > .disabled > a, +.navbar-default .navbar-nav > .disabled > a:hover, +.navbar-default .navbar-nav > .disabled > a:focus { + color: #ccc; + background-color: transparent; +} +.navbar-default .navbar-toggle { + border-color: #ddd; +} +.navbar-default .navbar-toggle:hover, +.navbar-default .navbar-toggle:focus { + background-color: #ddd; +} +.navbar-default .navbar-toggle .icon-bar { + background-color: #888; +} +.navbar-default .navbar-collapse, +.navbar-default .navbar-form { + border-color: #e7e7e7; +} +.navbar-default .navbar-nav > .open > a, +.navbar-default .navbar-nav > .open > a:hover, +.navbar-default .navbar-nav > .open > a:focus { + color: #555; + background-color: #e7e7e7; +} +@media (max-width: 767px) { + .navbar-default .navbar-nav .open .dropdown-menu > li > a { + color: #777; + } + .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { + color: #333; + background-color: transparent; + } + .navbar-default .navbar-nav .open .dropdown-menu > .active > a, + .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { + color: #555; + background-color: #e7e7e7; + } + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { + color: #ccc; + background-color: transparent; + } +} +.navbar-default .navbar-link { + color: #777; +} +.navbar-default .navbar-link:hover { + color: #333; +} +.navbar-default .btn-link { + color: #777; +} +.navbar-default .btn-link:hover, +.navbar-default .btn-link:focus { + color: #333; +} +.navbar-default .btn-link[disabled]:hover, +fieldset[disabled] .navbar-default .btn-link:hover, +.navbar-default .btn-link[disabled]:focus, +fieldset[disabled] .navbar-default .btn-link:focus { + color: #ccc; +} +.navbar-inverse { + background-color: #222; + border-color: #080808; +} +.navbar-inverse .navbar-brand { + color: #777; +} +.navbar-inverse .navbar-brand:hover, +.navbar-inverse .navbar-brand:focus { + color: #fff; + background-color: transparent; +} +.navbar-inverse .navbar-text { + color: #777; +} +.navbar-inverse .navbar-nav > li > a { + color: #777; +} +.navbar-inverse .navbar-nav > li > a:hover, +.navbar-inverse .navbar-nav > li > a:focus { + color: #fff; + background-color: transparent; +} +.navbar-inverse .navbar-nav > .active > a, +.navbar-inverse .navbar-nav > .active > a:hover, +.navbar-inverse .navbar-nav > .active > a:focus { + color: #fff; + background-color: #080808; +} +.navbar-inverse .navbar-nav > .disabled > a, +.navbar-inverse .navbar-nav > .disabled > a:hover, +.navbar-inverse .navbar-nav > .disabled > a:focus { + color: #444; + background-color: transparent; +} +.navbar-inverse .navbar-toggle { + border-color: #333; +} +.navbar-inverse .navbar-toggle:hover, +.navbar-inverse .navbar-toggle:focus { + background-color: #333; +} +.navbar-inverse .navbar-toggle .icon-bar { + background-color: #fff; +} +.navbar-inverse .navbar-collapse, +.navbar-inverse .navbar-form { + border-color: #101010; +} +.navbar-inverse .navbar-nav > .open > a, +.navbar-inverse .navbar-nav > .open > a:hover, +.navbar-inverse .navbar-nav > .open > a:focus { + color: #fff; + background-color: #080808; +} +@media (max-width: 767px) { + .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { + border-color: #080808; + } + .navbar-inverse .navbar-nav .open .dropdown-menu .divider { + background-color: #080808; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { + color: #777; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { + color: #fff; + background-color: transparent; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { + color: #fff; + background-color: #080808; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { + color: #444; + background-color: transparent; + } +} +.navbar-inverse .navbar-link { + color: #777; +} +.navbar-inverse .navbar-link:hover { + color: #fff; +} +.navbar-inverse .btn-link { + color: #777; +} +.navbar-inverse .btn-link:hover, +.navbar-inverse .btn-link:focus { + color: #fff; +} +.navbar-inverse .btn-link[disabled]:hover, +fieldset[disabled] .navbar-inverse .btn-link:hover, +.navbar-inverse .btn-link[disabled]:focus, +fieldset[disabled] .navbar-inverse .btn-link:focus { + color: #444; +} +.breadcrumb { + padding: 8px 15px; + margin-bottom: 20px; + list-style: none; + background-color: #f5f5f5; + border-radius: 4px; +} +.breadcrumb > li { + display: inline-block; +} +.breadcrumb > li + li:before { + padding: 0 5px; + color: #ccc; + content: "/\00a0"; +} +.breadcrumb > .active { + color: #777; +} +.pagination { + display: inline-block; + padding-left: 0; + margin: 20px 0; + border-radius: 4px; +} +.pagination > li { + display: inline; +} +.pagination > li > a, +.pagination > li > span { + position: relative; + float: left; + padding: 6px 12px; + margin-left: -1px; + line-height: 1.42857143; + color: #428bca; + text-decoration: none; + background-color: #fff; + border: 1px solid #ddd; +} +.pagination > li:first-child > a, +.pagination > li:first-child > span { + margin-left: 0; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} +.pagination > li:last-child > a, +.pagination > li:last-child > span { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} +.pagination > li > a:hover, +.pagination > li > span:hover, +.pagination > li > a:focus, +.pagination > li > span:focus { + color: #2a6496; + background-color: #eee; + border-color: #ddd; +} +.pagination > .active > a, +.pagination > .active > span, +.pagination > .active > a:hover, +.pagination > .active > span:hover, +.pagination > .active > a:focus, +.pagination > .active > span:focus { + z-index: 2; + color: #fff; + cursor: default; + background-color: #428bca; + border-color: #428bca; +} +.pagination > .disabled > span, +.pagination > .disabled > span:hover, +.pagination > .disabled > span:focus, +.pagination > .disabled > a, +.pagination > .disabled > a:hover, +.pagination > .disabled > a:focus { + color: #777; + cursor: not-allowed; + background-color: #fff; + border-color: #ddd; +} +.pagination-lg > li > a, +.pagination-lg > li > span { + padding: 10px 16px; + font-size: 18px; +} +.pagination-lg > li:first-child > a, +.pagination-lg > li:first-child > span { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; +} +.pagination-lg > li:last-child > a, +.pagination-lg > li:last-child > span { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +.pagination-sm > li > a, +.pagination-sm > li > span { + padding: 5px 10px; + font-size: 12px; +} +.pagination-sm > li:first-child > a, +.pagination-sm > li:first-child > span { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} +.pagination-sm > li:last-child > a, +.pagination-sm > li:last-child > span { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} +.pager { + padding-left: 0; + margin: 20px 0; + text-align: center; + list-style: none; +} +.pager li { + display: inline; +} +.pager li > a, +.pager li > span { + display: inline-block; + padding: 5px 14px; + background-color: #fff; + border: 1px solid #ddd; + border-radius: 15px; +} +.pager li > a:hover, +.pager li > a:focus { + text-decoration: none; + background-color: #eee; +} +.pager .next > a, +.pager .next > span { + float: right; +} +.pager .previous > a, +.pager .previous > span { + float: left; +} +.pager .disabled > a, +.pager .disabled > a:hover, +.pager .disabled > a:focus, +.pager .disabled > span { + color: #777; + cursor: not-allowed; + background-color: #fff; +} +.label { + display: inline; + padding: .2em .6em .3em; + font-size: 75%; + font-weight: bold; + line-height: 1; + color: #fff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: .25em; +} +a.label:hover, +a.label:focus { + color: #fff; + text-decoration: none; + cursor: pointer; +} +.label:empty { + display: none; +} +.btn .label { + position: relative; + top: -1px; +} +.label-default { + background-color: #777; +} +.label-default[href]:hover, +.label-default[href]:focus { + background-color: #5e5e5e; +} +.label-primary { + background-color: #428bca; +} +.label-primary[href]:hover, +.label-primary[href]:focus { + background-color: #3071a9; +} +.label-success { + background-color: #5cb85c; +} +.label-success[href]:hover, +.label-success[href]:focus { + background-color: #449d44; +} +.label-info { + background-color: #5bc0de; +} +.label-info[href]:hover, +.label-info[href]:focus { + background-color: #31b0d5; +} +.label-warning { + background-color: #f0ad4e; +} +.label-warning[href]:hover, +.label-warning[href]:focus { + background-color: #ec971f; +} +.label-danger { + background-color: #d9534f; +} +.label-danger[href]:hover, +.label-danger[href]:focus { + background-color: #c9302c; +} +.badge { + display: inline-block; + min-width: 10px; + padding: 3px 7px; + font-size: 12px; + font-weight: bold; + line-height: 1; + color: #fff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + background-color: #777; + border-radius: 10px; +} +.badge:empty { + display: none; +} +.btn .badge { + position: relative; + top: -1px; +} +.btn-xs .badge { + top: 0; + padding: 1px 5px; +} +a.badge:hover, +a.badge:focus { + color: #fff; + text-decoration: none; + cursor: pointer; +} +a.list-group-item.active > .badge, +.nav-pills > .active > a > .badge { + color: #428bca; + background-color: #fff; +} +.nav-pills > li > a > .badge { + margin-left: 3px; +} +.jumbotron { + padding: 30px; + margin-bottom: 30px; + color: inherit; + background-color: #eee; +} +.jumbotron h1, +.jumbotron .h1 { + color: inherit; +} +.jumbotron p { + margin-bottom: 15px; + font-size: 21px; + font-weight: 200; +} +.jumbotron > hr { + border-top-color: #d5d5d5; +} +.container .jumbotron { + border-radius: 6px; +} +.jumbotron .container { + max-width: 100%; +} +@media screen and (min-width: 768px) { + .jumbotron { + padding-top: 48px; + padding-bottom: 48px; + } + .container .jumbotron { + padding-right: 60px; + padding-left: 60px; + } + .jumbotron h1, + .jumbotron .h1 { + font-size: 63px; + } +} +.thumbnail { + display: block; + padding: 4px; + margin-bottom: 20px; + line-height: 1.42857143; + background-color: #fff; + border: 1px solid #ddd; + border-radius: 4px; + -webkit-transition: all .2s ease-in-out; + -o-transition: all .2s ease-in-out; + transition: all .2s ease-in-out; +} +.thumbnail > img, +.thumbnail a > img { + margin-right: auto; + margin-left: auto; +} +a.thumbnail:hover, +a.thumbnail:focus, +a.thumbnail.active { + border-color: #428bca; +} +.thumbnail .caption { + padding: 9px; + color: #333; +} +.alert { + padding: 15px; + margin-bottom: 20px; + border: 1px solid transparent; + border-radius: 4px; +} +.alert h4 { + margin-top: 0; + color: inherit; +} +.alert .alert-link { + font-weight: bold; +} +.alert > p, +.alert > ul { + margin-bottom: 0; +} +.alert > p + p { + margin-top: 5px; +} +.alert-dismissable, +.alert-dismissible { + padding-right: 35px; +} +.alert-dismissable .close, +.alert-dismissible .close { + position: relative; + top: -2px; + right: -21px; + color: inherit; +} +.alert-success { + color: #3c763d; + background-color: #dff0d8; + border-color: #d6e9c6; +} +.alert-success hr { + border-top-color: #c9e2b3; +} +.alert-success .alert-link { + color: #2b542c; +} +.alert-info { + color: #31708f; + background-color: #d9edf7; + border-color: #bce8f1; +} +.alert-info hr { + border-top-color: #a6e1ec; +} +.alert-info .alert-link { + color: #245269; +} +.alert-warning { + color: #8a6d3b; + background-color: #fcf8e3; + border-color: #faebcc; +} +.alert-warning hr { + border-top-color: #f7e1b5; +} +.alert-warning .alert-link { + color: #66512c; +} +.alert-danger { + color: #a94442; + background-color: #f2dede; + border-color: #ebccd1; +} +.alert-danger hr { + border-top-color: #e4b9c0; +} +.alert-danger .alert-link { + color: #843534; +} +@-webkit-keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } +} +@-o-keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } +} +@keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } +} +.progress { + height: 20px; + margin-bottom: 20px; + overflow: hidden; + background-color: #f5f5f5; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); +} +.progress-bar { + float: left; + width: 0; + height: 100%; + font-size: 12px; + line-height: 20px; + color: #fff; + text-align: center; + background-color: #428bca; + -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); + -webkit-transition: width .6s ease; + -o-transition: width .6s ease; + transition: width .6s ease; +} +.progress-striped .progress-bar, +.progress-bar-striped { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + -webkit-background-size: 40px 40px; + background-size: 40px 40px; +} +.progress.active .progress-bar, +.progress-bar.active { + -webkit-animation: progress-bar-stripes 2s linear infinite; + -o-animation: progress-bar-stripes 2s linear infinite; + animation: progress-bar-stripes 2s linear infinite; +} +.progress-bar[aria-valuenow="1"], +.progress-bar[aria-valuenow="2"] { + min-width: 30px; +} +.progress-bar[aria-valuenow="0"] { + min-width: 30px; + color: #777; + background-color: transparent; + background-image: none; + -webkit-box-shadow: none; + box-shadow: none; +} +.progress-bar-success { + background-color: #5cb85c; +} +.progress-striped .progress-bar-success { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); +} +.progress-bar-info { + background-color: #5bc0de; +} +.progress-striped .progress-bar-info { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); +} +.progress-bar-warning { + background-color: #f0ad4e; +} +.progress-striped .progress-bar-warning { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); +} +.progress-bar-danger { + background-color: #d9534f; +} +.progress-striped .progress-bar-danger { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); +} +.media, +.media-body { + overflow: hidden; + zoom: 1; +} +.media, +.media .media { + margin-top: 15px; +} +.media:first-child { + margin-top: 0; +} +.media-object { + display: block; +} +.media-heading { + margin: 0 0 5px; +} +.media > .pull-left { + margin-right: 10px; +} +.media > .pull-right { + margin-left: 10px; +} +.media-list { + padding-left: 0; + list-style: none; +} +.list-group { + padding-left: 0; + margin-bottom: 20px; +} +.list-group-item { + position: relative; + display: block; + padding: 10px 15px; + margin-bottom: -1px; + background-color: #fff; + border: 1px solid #ddd; +} +.list-group-item:first-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} +.list-group-item:last-child { + margin-bottom: 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} +.list-group-item > .badge { + float: right; +} +.list-group-item > .badge + .badge { + margin-right: 5px; +} +a.list-group-item { + color: #555; +} +a.list-group-item .list-group-item-heading { + color: #333; +} +a.list-group-item:hover, +a.list-group-item:focus { + color: #555; + text-decoration: none; + background-color: #f5f5f5; +} +.list-group-item.disabled, +.list-group-item.disabled:hover, +.list-group-item.disabled:focus { + color: #777; + background-color: #eee; +} +.list-group-item.disabled .list-group-item-heading, +.list-group-item.disabled:hover .list-group-item-heading, +.list-group-item.disabled:focus .list-group-item-heading { + color: inherit; +} +.list-group-item.disabled .list-group-item-text, +.list-group-item.disabled:hover .list-group-item-text, +.list-group-item.disabled:focus .list-group-item-text { + color: #777; +} +.list-group-item.active, +.list-group-item.active:hover, +.list-group-item.active:focus { + z-index: 2; + color: #fff; + background-color: #428bca; + border-color: #428bca; +} +.list-group-item.active .list-group-item-heading, +.list-group-item.active:hover .list-group-item-heading, +.list-group-item.active:focus .list-group-item-heading, +.list-group-item.active .list-group-item-heading > small, +.list-group-item.active:hover .list-group-item-heading > small, +.list-group-item.active:focus .list-group-item-heading > small, +.list-group-item.active .list-group-item-heading > .small, +.list-group-item.active:hover .list-group-item-heading > .small, +.list-group-item.active:focus .list-group-item-heading > .small { + color: inherit; +} +.list-group-item.active .list-group-item-text, +.list-group-item.active:hover .list-group-item-text, +.list-group-item.active:focus .list-group-item-text { + color: #e1edf7; +} +.list-group-item-success { + color: #3c763d; + background-color: #dff0d8; +} +a.list-group-item-success { + color: #3c763d; +} +a.list-group-item-success .list-group-item-heading { + color: inherit; +} +a.list-group-item-success:hover, +a.list-group-item-success:focus { + color: #3c763d; + background-color: #d0e9c6; +} +a.list-group-item-success.active, +a.list-group-item-success.active:hover, +a.list-group-item-success.active:focus { + color: #fff; + background-color: #3c763d; + border-color: #3c763d; +} +.list-group-item-info { + color: #31708f; + background-color: #d9edf7; +} +a.list-group-item-info { + color: #31708f; +} +a.list-group-item-info .list-group-item-heading { + color: inherit; +} +a.list-group-item-info:hover, +a.list-group-item-info:focus { + color: #31708f; + background-color: #c4e3f3; +} +a.list-group-item-info.active, +a.list-group-item-info.active:hover, +a.list-group-item-info.active:focus { + color: #fff; + background-color: #31708f; + border-color: #31708f; +} +.list-group-item-warning { + color: #8a6d3b; + background-color: #fcf8e3; +} +a.list-group-item-warning { + color: #8a6d3b; +} +a.list-group-item-warning .list-group-item-heading { + color: inherit; +} +a.list-group-item-warning:hover, +a.list-group-item-warning:focus { + color: #8a6d3b; + background-color: #faf2cc; +} +a.list-group-item-warning.active, +a.list-group-item-warning.active:hover, +a.list-group-item-warning.active:focus { + color: #fff; + background-color: #8a6d3b; + border-color: #8a6d3b; +} +.list-group-item-danger { + color: #a94442; + background-color: #f2dede; +} +a.list-group-item-danger { + color: #a94442; +} +a.list-group-item-danger .list-group-item-heading { + color: inherit; +} +a.list-group-item-danger:hover, +a.list-group-item-danger:focus { + color: #a94442; + background-color: #ebcccc; +} +a.list-group-item-danger.active, +a.list-group-item-danger.active:hover, +a.list-group-item-danger.active:focus { + color: #fff; + background-color: #a94442; + border-color: #a94442; +} +.list-group-item-heading { + margin-top: 0; + margin-bottom: 5px; +} +.list-group-item-text { + margin-bottom: 0; + line-height: 1.3; +} +.panel { + margin-bottom: 20px; + background-color: #fff; + border: 1px solid transparent; + border-radius: 4px; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); + box-shadow: 0 1px 1px rgba(0, 0, 0, .05); +} +.panel-body { + padding: 15px; +} +.panel-heading { + padding: 10px 15px; + border-bottom: 1px solid transparent; + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.panel-heading > .dropdown .dropdown-toggle { + color: inherit; +} +.panel-title { + margin-top: 0; + margin-bottom: 0; + font-size: 16px; + color: inherit; +} +.panel-title > a { + color: inherit; +} +.panel-footer { + padding: 10px 15px; + background-color: #f5f5f5; + border-top: 1px solid #ddd; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.panel > .list-group { + margin-bottom: 0; +} +.panel > .list-group .list-group-item { + border-width: 1px 0; + border-radius: 0; +} +.panel > .list-group:first-child .list-group-item:first-child { + border-top: 0; + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.panel > .list-group:last-child .list-group-item:last-child { + border-bottom: 0; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.panel-heading + .list-group .list-group-item:first-child { + border-top-width: 0; +} +.list-group + .panel-footer { + border-top-width: 0; +} +.panel > .table, +.panel > .table-responsive > .table, +.panel > .panel-collapse > .table { + margin-bottom: 0; +} +.panel > .table:first-child, +.panel > .table-responsive:first-child > .table:first-child { + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, +.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, +.panel > .table:first-child > thead:first-child > tr:first-child th:first-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, +.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { + border-top-left-radius: 3px; +} +.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, +.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, +.panel > .table:first-child > thead:first-child > tr:first-child th:last-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, +.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { + border-top-right-radius: 3px; +} +.panel > .table:last-child, +.panel > .table-responsive:last-child > .table:last-child { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, +.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { + border-bottom-left-radius: 3px; +} +.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, +.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { + border-bottom-right-radius: 3px; +} +.panel > .panel-body + .table, +.panel > .panel-body + .table-responsive { + border-top: 1px solid #ddd; +} +.panel > .table > tbody:first-child > tr:first-child th, +.panel > .table > tbody:first-child > tr:first-child td { + border-top: 0; +} +.panel > .table-bordered, +.panel > .table-responsive > .table-bordered { + border: 0; +} +.panel > .table-bordered > thead > tr > th:first-child, +.panel > .table-responsive > .table-bordered > thead > tr > th:first-child, +.panel > .table-bordered > tbody > tr > th:first-child, +.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, +.panel > .table-bordered > tfoot > tr > th:first-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, +.panel > .table-bordered > thead > tr > td:first-child, +.panel > .table-responsive > .table-bordered > thead > tr > td:first-child, +.panel > .table-bordered > tbody > tr > td:first-child, +.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, +.panel > .table-bordered > tfoot > tr > td:first-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { + border-left: 0; +} +.panel > .table-bordered > thead > tr > th:last-child, +.panel > .table-responsive > .table-bordered > thead > tr > th:last-child, +.panel > .table-bordered > tbody > tr > th:last-child, +.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, +.panel > .table-bordered > tfoot > tr > th:last-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, +.panel > .table-bordered > thead > tr > td:last-child, +.panel > .table-responsive > .table-bordered > thead > tr > td:last-child, +.panel > .table-bordered > tbody > tr > td:last-child, +.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, +.panel > .table-bordered > tfoot > tr > td:last-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { + border-right: 0; +} +.panel > .table-bordered > thead > tr:first-child > td, +.panel > .table-responsive > .table-bordered > thead > tr:first-child > td, +.panel > .table-bordered > tbody > tr:first-child > td, +.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, +.panel > .table-bordered > thead > tr:first-child > th, +.panel > .table-responsive > .table-bordered > thead > tr:first-child > th, +.panel > .table-bordered > tbody > tr:first-child > th, +.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { + border-bottom: 0; +} +.panel > .table-bordered > tbody > tr:last-child > td, +.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, +.panel > .table-bordered > tfoot > tr:last-child > td, +.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, +.panel > .table-bordered > tbody > tr:last-child > th, +.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, +.panel > .table-bordered > tfoot > tr:last-child > th, +.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { + border-bottom: 0; +} +.panel > .table-responsive { + margin-bottom: 0; + border: 0; +} +.panel-group { + margin-bottom: 20px; +} +.panel-group .panel { + margin-bottom: 0; + border-radius: 4px; +} +.panel-group .panel + .panel { + margin-top: 5px; +} +.panel-group .panel-heading { + border-bottom: 0; +} +.panel-group .panel-heading + .panel-collapse > .panel-body { + border-top: 1px solid #ddd; +} +.panel-group .panel-footer { + border-top: 0; +} +.panel-group .panel-footer + .panel-collapse .panel-body { + border-bottom: 1px solid #ddd; +} +.panel-default { + border-color: #ddd; +} +.panel-default > .panel-heading { + color: #333; + background-color: #f5f5f5; + border-color: #ddd; +} +.panel-default > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #ddd; +} +.panel-default > .panel-heading .badge { + color: #f5f5f5; + background-color: #333; +} +.panel-default > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #ddd; +} +.panel-primary { + border-color: #428bca; +} +.panel-primary > .panel-heading { + color: #fff; + background-color: #428bca; + border-color: #428bca; +} +.panel-primary > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #428bca; +} +.panel-primary > .panel-heading .badge { + color: #428bca; + background-color: #fff; +} +.panel-primary > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #428bca; +} +.panel-success { + border-color: #d6e9c6; +} +.panel-success > .panel-heading { + color: #3c763d; + background-color: #dff0d8; + border-color: #d6e9c6; +} +.panel-success > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #d6e9c6; +} +.panel-success > .panel-heading .badge { + color: #dff0d8; + background-color: #3c763d; +} +.panel-success > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #d6e9c6; +} +.panel-info { + border-color: #bce8f1; +} +.panel-info > .panel-heading { + color: #31708f; + background-color: #d9edf7; + border-color: #bce8f1; +} +.panel-info > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #bce8f1; +} +.panel-info > .panel-heading .badge { + color: #d9edf7; + background-color: #31708f; +} +.panel-info > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #bce8f1; +} +.panel-warning { + border-color: #faebcc; +} +.panel-warning > .panel-heading { + color: #8a6d3b; + background-color: #fcf8e3; + border-color: #faebcc; +} +.panel-warning > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #faebcc; +} +.panel-warning > .panel-heading .badge { + color: #fcf8e3; + background-color: #8a6d3b; +} +.panel-warning > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #faebcc; +} +.panel-danger { + border-color: #ebccd1; +} +.panel-danger > .panel-heading { + color: #a94442; + background-color: #f2dede; + border-color: #ebccd1; +} +.panel-danger > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #ebccd1; +} +.panel-danger > .panel-heading .badge { + color: #f2dede; + background-color: #a94442; +} +.panel-danger > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #ebccd1; +} +.embed-responsive { + position: relative; + display: block; + height: 0; + padding: 0; + overflow: hidden; +} +.embed-responsive .embed-responsive-item, +.embed-responsive iframe, +.embed-responsive embed, +.embed-responsive object { + position: absolute; + top: 0; + bottom: 0; + left: 0; + width: 100%; + height: 100%; + border: 0; +} +.embed-responsive.embed-responsive-16by9 { + padding-bottom: 56.25%; +} +.embed-responsive.embed-responsive-4by3 { + padding-bottom: 75%; +} +.well { + min-height: 20px; + padding: 19px; + margin-bottom: 20px; + background-color: #f5f5f5; + border: 1px solid #e3e3e3; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); +} +.well blockquote { + border-color: #ddd; + border-color: rgba(0, 0, 0, .15); +} +.well-lg { + padding: 24px; + border-radius: 6px; +} +.well-sm { + padding: 9px; + border-radius: 3px; +} +.close { + float: right; + font-size: 21px; + font-weight: bold; + line-height: 1; + color: #000; + text-shadow: 0 1px 0 #fff; + filter: alpha(opacity=20); + opacity: .2; +} +.close:hover, +.close:focus { + color: #000; + text-decoration: none; + cursor: pointer; + filter: alpha(opacity=50); + opacity: .5; +} +button.close { + -webkit-appearance: none; + padding: 0; + cursor: pointer; + background: transparent; + border: 0; +} +.modal-open { + overflow: hidden; +} +.modal { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1050; + display: none; + overflow: hidden; + -webkit-overflow-scrolling: touch; + outline: 0; +} +.modal.fade .modal-dialog { + -webkit-transition: -webkit-transform .3s ease-out; + -o-transition: -o-transform .3s ease-out; + transition: transform .3s ease-out; + -webkit-transform: translate3d(0, -25%, 0); + -o-transform: translate3d(0, -25%, 0); + transform: translate3d(0, -25%, 0); +} +.modal.in .modal-dialog { + -webkit-transform: translate3d(0, 0, 0); + -o-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); +} +.modal-open .modal { + overflow-x: hidden; + overflow-y: auto; +} +.modal-dialog { + position: relative; + width: auto; + margin: 10px; +} +.modal-content { + position: relative; + background-color: #fff; + -webkit-background-clip: padding-box; + background-clip: padding-box; + border: 1px solid #999; + border: 1px solid rgba(0, 0, 0, .2); + border-radius: 6px; + outline: 0; + -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); + box-shadow: 0 3px 9px rgba(0, 0, 0, .5); +} +.modal-backdrop { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1040; + background-color: #000; +} +.modal-backdrop.fade { + filter: alpha(opacity=0); + opacity: 0; +} +.modal-backdrop.in { + filter: alpha(opacity=50); + opacity: .5; +} +.modal-header { + min-height: 16.42857143px; + padding: 15px; + border-bottom: 1px solid #e5e5e5; +} +.modal-header .close { + margin-top: -2px; +} +.modal-title { + margin: 0; + line-height: 1.42857143; +} +.modal-body { + position: relative; + padding: 15px; +} +.modal-footer { + padding: 15px; + text-align: right; + border-top: 1px solid #e5e5e5; +} +.modal-footer .btn + .btn { + margin-bottom: 0; + margin-left: 5px; +} +.modal-footer .btn-group .btn + .btn { + margin-left: -1px; +} +.modal-footer .btn-block + .btn-block { + margin-left: 0; +} +.modal-scrollbar-measure { + position: absolute; + top: -9999px; + width: 50px; + height: 50px; + overflow: scroll; +} +@media (min-width: 768px) { + .modal-dialog { + width: 600px; + margin: 30px auto; + } + .modal-content { + -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); + box-shadow: 0 5px 15px rgba(0, 0, 0, .5); + } + .modal-sm { + width: 300px; + } +} +@media (min-width: 992px) { + .modal-lg { + width: 900px; + } +} +.tooltip { + position: absolute; + z-index: 1070; + display: block; + font-size: 12px; + line-height: 1.4; + visibility: visible; + filter: alpha(opacity=0); + opacity: 0; +} +.tooltip.in { + filter: alpha(opacity=90); + opacity: .9; +} +.tooltip.top { + padding: 5px 0; + margin-top: -3px; +} +.tooltip.right { + padding: 0 5px; + margin-left: 3px; +} +.tooltip.bottom { + padding: 5px 0; + margin-top: 3px; +} +.tooltip.left { + padding: 0 5px; + margin-left: -3px; +} +.tooltip-inner { + max-width: 200px; + padding: 3px 8px; + color: #fff; + text-align: center; + text-decoration: none; + background-color: #000; + border-radius: 4px; +} +.tooltip-arrow { + position: absolute; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} +.tooltip.top .tooltip-arrow { + bottom: 0; + left: 50%; + margin-left: -5px; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.top-left .tooltip-arrow { + bottom: 0; + left: 5px; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.top-right .tooltip-arrow { + right: 5px; + bottom: 0; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.right .tooltip-arrow { + top: 50%; + left: 0; + margin-top: -5px; + border-width: 5px 5px 5px 0; + border-right-color: #000; +} +.tooltip.left .tooltip-arrow { + top: 50%; + right: 0; + margin-top: -5px; + border-width: 5px 0 5px 5px; + border-left-color: #000; +} +.tooltip.bottom .tooltip-arrow { + top: 0; + left: 50%; + margin-left: -5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.tooltip.bottom-left .tooltip-arrow { + top: 0; + left: 5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.tooltip.bottom-right .tooltip-arrow { + top: 0; + right: 5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.popover { + position: absolute; + top: 0; + left: 0; + z-index: 1060; + display: none; + max-width: 276px; + padding: 1px; + text-align: left; + white-space: normal; + background-color: #fff; + -webkit-background-clip: padding-box; + background-clip: padding-box; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, .2); + border-radius: 6px; + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); + box-shadow: 0 5px 10px rgba(0, 0, 0, .2); +} +.popover.top { + margin-top: -10px; +} +.popover.right { + margin-left: 10px; +} +.popover.bottom { + margin-top: 10px; +} +.popover.left { + margin-left: -10px; +} +.popover-title { + padding: 8px 14px; + margin: 0; + font-size: 14px; + font-weight: normal; + line-height: 18px; + background-color: #f7f7f7; + border-bottom: 1px solid #ebebeb; + border-radius: 5px 5px 0 0; +} +.popover-content { + padding: 9px 14px; +} +.popover > .arrow, +.popover > .arrow:after { + position: absolute; + display: block; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} +.popover > .arrow { + border-width: 11px; +} +.popover > .arrow:after { + content: ""; + border-width: 10px; +} +.popover.top > .arrow { + bottom: -11px; + left: 50%; + margin-left: -11px; + border-top-color: #999; + border-top-color: rgba(0, 0, 0, .25); + border-bottom-width: 0; +} +.popover.top > .arrow:after { + bottom: 1px; + margin-left: -10px; + content: " "; + border-top-color: #fff; + border-bottom-width: 0; +} +.popover.right > .arrow { + top: 50%; + left: -11px; + margin-top: -11px; + border-right-color: #999; + border-right-color: rgba(0, 0, 0, .25); + border-left-width: 0; +} +.popover.right > .arrow:after { + bottom: -10px; + left: 1px; + content: " "; + border-right-color: #fff; + border-left-width: 0; +} +.popover.bottom > .arrow { + top: -11px; + left: 50%; + margin-left: -11px; + border-top-width: 0; + border-bottom-color: #999; + border-bottom-color: rgba(0, 0, 0, .25); +} +.popover.bottom > .arrow:after { + top: 1px; + margin-left: -10px; + content: " "; + border-top-width: 0; + border-bottom-color: #fff; +} +.popover.left > .arrow { + top: 50%; + right: -11px; + margin-top: -11px; + border-right-width: 0; + border-left-color: #999; + border-left-color: rgba(0, 0, 0, .25); +} +.popover.left > .arrow:after { + right: 1px; + bottom: -10px; + content: " "; + border-right-width: 0; + border-left-color: #fff; +} +.carousel { + position: relative; +} +.carousel-inner { + position: relative; + width: 100%; + overflow: hidden; +} +.carousel-inner > .item { + position: relative; + display: none; + -webkit-transition: .6s ease-in-out left; + -o-transition: .6s ease-in-out left; + transition: .6s ease-in-out left; +} +.carousel-inner > .item > img, +.carousel-inner > .item > a > img { + line-height: 1; +} +.carousel-inner > .active, +.carousel-inner > .next, +.carousel-inner > .prev { + display: block; +} +.carousel-inner > .active { + left: 0; +} +.carousel-inner > .next, +.carousel-inner > .prev { + position: absolute; + top: 0; + width: 100%; +} +.carousel-inner > .next { + left: 100%; +} +.carousel-inner > .prev { + left: -100%; +} +.carousel-inner > .next.left, +.carousel-inner > .prev.right { + left: 0; +} +.carousel-inner > .active.left { + left: -100%; +} +.carousel-inner > .active.right { + left: 100%; +} +.carousel-control { + position: absolute; + top: 0; + bottom: 0; + left: 0; + width: 15%; + font-size: 20px; + color: #fff; + text-align: center; + text-shadow: 0 1px 2px rgba(0, 0, 0, .6); + filter: alpha(opacity=50); + opacity: .5; +} +.carousel-control.left { + background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); + background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); + background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))); + background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); + background-repeat: repeat-x; +} +.carousel-control.right { + right: 0; + left: auto; + background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); + background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); + background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5))); + background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); + background-repeat: repeat-x; +} +.carousel-control:hover, +.carousel-control:focus { + color: #fff; + text-decoration: none; + filter: alpha(opacity=90); + outline: 0; + opacity: .9; +} +.carousel-control .icon-prev, +.carousel-control .icon-next, +.carousel-control .glyphicon-chevron-left, +.carousel-control .glyphicon-chevron-right { + position: absolute; + top: 50%; + z-index: 5; + display: inline-block; +} +.carousel-control .icon-prev, +.carousel-control .glyphicon-chevron-left { + left: 50%; + margin-left: -10px; +} +.carousel-control .icon-next, +.carousel-control .glyphicon-chevron-right { + right: 50%; + margin-right: -10px; +} +.carousel-control .icon-prev, +.carousel-control .icon-next { + width: 20px; + height: 20px; + margin-top: -10px; + font-family: serif; +} +.carousel-control .icon-prev:before { + content: '\2039'; +} +.carousel-control .icon-next:before { + content: '\203a'; +} +.carousel-indicators { + position: absolute; + bottom: 10px; + left: 50%; + z-index: 15; + width: 60%; + padding-left: 0; + margin-left: -30%; + text-align: center; + list-style: none; +} +.carousel-indicators li { + display: inline-block; + width: 10px; + height: 10px; + margin: 1px; + text-indent: -999px; + cursor: pointer; + background-color: #000 \9; + background-color: rgba(0, 0, 0, 0); + border: 1px solid #fff; + border-radius: 10px; +} +.carousel-indicators .active { + width: 12px; + height: 12px; + margin: 0; + background-color: #fff; +} +.carousel-caption { + position: absolute; + right: 15%; + bottom: 20px; + left: 15%; + z-index: 10; + padding-top: 20px; + padding-bottom: 20px; + color: #fff; + text-align: center; + text-shadow: 0 1px 2px rgba(0, 0, 0, .6); +} +.carousel-caption .btn { + text-shadow: none; +} +@media screen and (min-width: 768px) { + .carousel-control .glyphicon-chevron-left, + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-prev, + .carousel-control .icon-next { + width: 30px; + height: 30px; + margin-top: -15px; + font-size: 30px; + } + .carousel-control .glyphicon-chevron-left, + .carousel-control .icon-prev { + margin-left: -15px; + } + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-next { + margin-right: -15px; + } + .carousel-caption { + right: 20%; + left: 20%; + padding-bottom: 30px; + } + .carousel-indicators { + bottom: 20px; + } +} +.clearfix:before, +.clearfix:after, +.dl-horizontal dd:before, +.dl-horizontal dd:after, +.container:before, +.container:after, +.container-fluid:before, +.container-fluid:after, +.row:before, +.row:after, +.form-horizontal .form-group:before, +.form-horizontal .form-group:after, +.btn-toolbar:before, +.btn-toolbar:after, +.btn-group-vertical > .btn-group:before, +.btn-group-vertical > .btn-group:after, +.nav:before, +.nav:after, +.navbar:before, +.navbar:after, +.navbar-header:before, +.navbar-header:after, +.navbar-collapse:before, +.navbar-collapse:after, +.pager:before, +.pager:after, +.panel-body:before, +.panel-body:after, +.modal-footer:before, +.modal-footer:after { + display: table; + content: " "; +} +.clearfix:after, +.dl-horizontal dd:after, +.container:after, +.container-fluid:after, +.row:after, +.form-horizontal .form-group:after, +.btn-toolbar:after, +.btn-group-vertical > .btn-group:after, +.nav:after, +.navbar:after, +.navbar-header:after, +.navbar-collapse:after, +.pager:after, +.panel-body:after, +.modal-footer:after { + clear: both; +} +.center-block { + display: block; + margin-right: auto; + margin-left: auto; +} +.pull-right { + float: right !important; +} +.pull-left { + float: left !important; +} +.hide { + display: none !important; +} +.show { + display: block !important; +} +.invisible { + visibility: hidden; +} +.text-hide { + font: 0/0 a; + color: transparent; + text-shadow: none; + background-color: transparent; + border: 0; +} +.hidden { + display: none !important; + visibility: hidden !important; +} +.affix { + position: fixed; + -webkit-transform: translate3d(0, 0, 0); + -o-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); +} +@-ms-viewport { + width: device-width; +} +.visible-xs, +.visible-sm, +.visible-md, +.visible-lg { + display: none !important; +} +.visible-xs-block, +.visible-xs-inline, +.visible-xs-inline-block, +.visible-sm-block, +.visible-sm-inline, +.visible-sm-inline-block, +.visible-md-block, +.visible-md-inline, +.visible-md-inline-block, +.visible-lg-block, +.visible-lg-inline, +.visible-lg-inline-block { + display: none !important; +} +@media (max-width: 767px) { + .visible-xs { + display: block !important; + } + table.visible-xs { + display: table; + } + tr.visible-xs { + display: table-row !important; + } + th.visible-xs, + td.visible-xs { + display: table-cell !important; + } +} +@media (max-width: 767px) { + .visible-xs-block { + display: block !important; + } +} +@media (max-width: 767px) { + .visible-xs-inline { + display: inline !important; + } +} +@media (max-width: 767px) { + .visible-xs-inline-block { + display: inline-block !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm { + display: block !important; + } + table.visible-sm { + display: table; + } + tr.visible-sm { + display: table-row !important; + } + th.visible-sm, + td.visible-sm { + display: table-cell !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm-block { + display: block !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm-inline { + display: inline !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm-inline-block { + display: inline-block !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md { + display: block !important; + } + table.visible-md { + display: table; + } + tr.visible-md { + display: table-row !important; + } + th.visible-md, + td.visible-md { + display: table-cell !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md-block { + display: block !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md-inline { + display: inline !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md-inline-block { + display: inline-block !important; + } +} +@media (min-width: 1200px) { + .visible-lg { + display: block !important; + } + table.visible-lg { + display: table; + } + tr.visible-lg { + display: table-row !important; + } + th.visible-lg, + td.visible-lg { + display: table-cell !important; + } +} +@media (min-width: 1200px) { + .visible-lg-block { + display: block !important; + } +} +@media (min-width: 1200px) { + .visible-lg-inline { + display: inline !important; + } +} +@media (min-width: 1200px) { + .visible-lg-inline-block { + display: inline-block !important; + } +} +@media (max-width: 767px) { + .hidden-xs { + display: none !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .hidden-sm { + display: none !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .hidden-md { + display: none !important; + } +} +@media (min-width: 1200px) { + .hidden-lg { + display: none !important; + } +} +.visible-print { + display: none !important; +} +@media print { + .visible-print { + display: block !important; + } + table.visible-print { + display: table; + } + tr.visible-print { + display: table-row !important; + } + th.visible-print, + td.visible-print { + display: table-cell !important; + } +} +.visible-print-block { + display: none !important; +} +@media print { + .visible-print-block { + display: block !important; + } +} +.visible-print-inline { + display: none !important; +} +@media print { + .visible-print-inline { + display: inline !important; + } +} +.visible-print-inline-block { + display: none !important; +} +@media print { + .visible-print-inline-block { + display: inline-block !important; + } +} +@media print { + .hidden-print { + display: none !important; + } +} +/*# sourceMappingURL=bootstrap.css.map */ diff --git a/gui/slick/css/lib/jquery-ui-1.10.4.custom.css b/gui/slick/css/lib/jquery-ui-1.10.4.custom.css new file mode 100644 index 00000000..a61154cf --- /dev/null +++ b/gui/slick/css/lib/jquery-ui-1.10.4.custom.css @@ -0,0 +1,855 @@ +/*! jQuery UI - v1.10.4 - 2014-02-03 +* http://jqueryui.com +* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.tabs.css, jquery.ui.theme.css +* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=%23ffffff&bgTextureHeader=flat&bgImgOpacityHeader=0&borderColorHeader=%23aaaaaa&fcHeader=%23222222&iconColorHeader=%23222222&bgColorContent=%23dcdcdc&bgTextureContent=highlight_soft&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23efefef&bgTextureDefault=highlight_soft&bgImgOpacityDefault=75&borderColorDefault=%23aaaaaa&fcDefault=%23222222&iconColorDefault=%238c291d&bgColorHover=%23dddddd&bgTextureHover=highlight_soft&bgImgOpacityHover=75&borderColorHover=%23999999&fcHover=%23222222&iconColorHover=%23222222&bgColorActive=%23dfdfdf&bgTextureActive=inset_soft&bgImgOpacityActive=75&borderColorActive=%23aaaaaa&fcActive=%23140f06&iconColorActive=%238c291d&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23aaaaaa&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23aaaaaa&fcError=%238c291d&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=35&bgColorShadow=%23000000&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=35&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px&ctl=themeroller +* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */ + +/* Layout helpers +----------------------------------*/ +.ui-helper-hidden { + display: none; +} +.ui-helper-hidden-accessible { + border: 0; + clip: rect(0 0 0 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; +} +.ui-helper-reset { + margin: 0; + padding: 0; + border: 0; + outline: 0; + line-height: 1.3; + text-decoration: none; + font-size: 100%; + list-style: none; +} +.ui-helper-clearfix:before, +.ui-helper-clearfix:after { + content: ""; + display: table; + border-collapse: collapse; +} +.ui-helper-clearfix:after { + clear: both; +} +.ui-helper-clearfix { + min-height: 0; /* support: IE7 */ +} +.ui-helper-zfix { + width: 100%; + height: 100%; + top: 0; + left: 0; + position: absolute; + opacity: 0; + filter:Alpha(Opacity=0); +} + +.ui-front { + z-index: 100; +} + + +/* Interaction Cues +----------------------------------*/ +.ui-state-disabled { + cursor: default !important; +} + + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { + display: block; + text-indent: -99999px; + overflow: hidden; + background-repeat: no-repeat; +} + + +/* Misc visuals +----------------------------------*/ + +/* Overlays */ +.ui-widget-overlay { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; +} +.ui-resizable { + position: relative; +} +.ui-resizable-handle { + position: absolute; + font-size: 0.1px; + display: block; +} +.ui-resizable-disabled .ui-resizable-handle, +.ui-resizable-autohide .ui-resizable-handle { + display: none; +} +.ui-resizable-n { + cursor: n-resize; + height: 7px; + width: 100%; + top: -5px; + left: 0; +} +.ui-resizable-s { + cursor: s-resize; + height: 7px; + width: 100%; + bottom: -5px; + left: 0; +} +.ui-resizable-e { + cursor: e-resize; + width: 7px; + right: -5px; + top: 0; + height: 100%; +} +.ui-resizable-w { + cursor: w-resize; + width: 7px; + left: -5px; + top: 0; + height: 100%; +} +.ui-resizable-se { + cursor: se-resize; + width: 12px; + height: 12px; + right: 1px; + bottom: 1px; +} +.ui-resizable-sw { + cursor: sw-resize; + width: 9px; + height: 9px; + left: -5px; + bottom: -5px; +} +.ui-resizable-nw { + cursor: nw-resize; + width: 9px; + height: 9px; + left: -5px; + top: -5px; +} +.ui-resizable-ne { + cursor: ne-resize; + width: 9px; + height: 9px; + right: -5px; + top: -5px; +} +.ui-selectable-helper { + position: absolute; + z-index: 100; + border: 1px dotted black; +} +.ui-autocomplete { + position: absolute; + top: 0; + left: 0; + cursor: default; +} +.ui-button { + display: inline-block; + position: relative; + padding: 0; + line-height: normal; + margin-right: .1em; + cursor: pointer; + vertical-align: middle; + text-align: center; + overflow: visible; /* removes extra width in IE */ +} +.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; +} +.ui-dialog { + overflow: hidden; + position: absolute; + top: 0; + left: 0; + padding: .2em; + outline: 0; +} +.ui-dialog .ui-dialog-titlebar { + padding: .4em 1em; + position: relative; +} +.ui-dialog .ui-dialog-title { + float: left; + margin: .1em 0; + white-space: nowrap; + width: 90%; + overflow: hidden; + text-overflow: ellipsis; +} +.ui-dialog .ui-dialog-titlebar-close { + position: absolute; + right: .3em; + top: 50%; + width: 20px; + margin: -10px 0 0 0; + padding: 1px; + height: 20px; +} +.ui-dialog .ui-dialog-content { + position: relative; + border: 0; + padding: .5em 1em; + background: none; + overflow: auto; +} +.ui-dialog .ui-dialog-buttonpane { + text-align: left; + border-width: 1px 0 0 0; + background-image: none; + margin-top: .5em; + padding: .3em 1em .5em .4em; +} +.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { + float: right; +} +.ui-dialog .ui-dialog-buttonpane button { + margin: .5em .4em .5em 0; + cursor: pointer; +} +.ui-dialog .ui-resizable-se { + width: 12px; + height: 12px; + right: -5px; + bottom: -5px; + background-position: 16px 16px; +} +.ui-draggable .ui-dialog-titlebar { + cursor: move; +} +.ui-menu { + list-style: none; + padding: 2px; + margin: 0; + display: block; + outline: none; +} +.ui-menu .ui-menu { + margin-top: -3px; + position: absolute; +} +.ui-menu .ui-menu-item { + margin: 0; + padding: 0; + width: 100%; + /* support: IE10, see #8844 */ + list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); +} +.ui-menu .ui-menu-divider { + margin: 5px -2px 5px -2px; + height: 0; + font-size: 0; + line-height: 0; + border-width: 1px 0 0 0; +} +.ui-menu .ui-menu-item a { + text-decoration: none; + display: block; + padding: 2px .4em; + line-height: 1.5; + min-height: 0; /* support: IE7 */ + font-weight: normal; +} +.ui-menu .ui-menu-item a.ui-state-focus, +.ui-menu .ui-menu-item a.ui-state-active { + font-weight: normal; + margin: -1px; +} + +.ui-menu .ui-state-disabled { + font-weight: normal; + margin: .4em 0 .2em; + line-height: 1.5; +} +.ui-menu .ui-state-disabled a { + cursor: default; +} + +/* icon support */ +.ui-menu-icons { + position: relative; +} +.ui-menu-icons .ui-menu-item a { + position: relative; + padding-left: 2em; +} + +/* left-aligned */ +.ui-menu .ui-icon { + position: absolute; + top: .2em; + left: .2em; +} + +/* right-aligned */ +.ui-menu .ui-menu-icon { + position: static; + float: right; +} +.ui-progressbar { + height: 2em; + text-align: left; + overflow: hidden; +} +.ui-progressbar .ui-progressbar-value { + margin: -1px; + height: 100%; +} +.ui-progressbar .ui-progressbar-overlay { + /* background: url("images/animated-overlay.gif"); */ + height: 100%; + filter: alpha(opacity=25); + opacity: 0.25; +} +.ui-progressbar-indeterminate .ui-progressbar-value { + background-image: none; +} +.ui-tabs { + position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ + padding: .2em; +} +.ui-tabs .ui-tabs-nav { + margin: 0; + padding: .2em .2em 0; +} +.ui-tabs .ui-tabs-nav li { + list-style: none; + float: left; + position: relative; + top: 0; + margin: 1px .2em 0 0; + border-bottom-width: 0; + padding: 0; + white-space: nowrap; +} +.ui-tabs .ui-tabs-nav .ui-tabs-anchor { + float: left; + padding: .5em 1em; + text-decoration: none; +} +.ui-tabs .ui-tabs-nav li.ui-tabs-active { + margin-bottom: -1px; + padding-bottom: 1px; +} +.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, +.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, +.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { + cursor: text; +} +.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { + cursor: pointer; +} +.ui-tabs .ui-tabs-panel { + display: block; + border-width: 0; + background: none; +} + +/* Component containers +----------------------------------*/ +.ui-widget { + +} +.ui-widget .ui-widget { + +} +.ui-widget input, +.ui-widget select, +.ui-widget textarea, +.ui-widget button { + +} +.ui-widget-content { + border: 1px solid #aaaaaa; + /* background: #dcdcdc url(images/ui-bg_highlight-soft_75_dcdcdc_1x100.png) 50% top repeat-x; */ + color: #222222; +} +.ui-widget-content a { + color: #222222; +} +.ui-widget-header { + border: 1px solid #aaaaaa; + /* background: #ffffff url(images/ui-bg_flat_0_ffffff_40x100.png) 50% 50% repeat-x; */ + color: #222222; + font-weight: bold; +} +.ui-widget-header a { + color: #222222; +} + +/* Interaction states +----------------------------------*/ +.ui-state-default, +.ui-widget-content .ui-state-default, +.ui-widget-header .ui-state-default { + border: 1px solid #aaaaaa; + /* background: #efefef url(images/ui-bg_highlight-soft_75_efefef_1x100.png) 50% 50% repeat-x; */ + font-weight: bold; + color: #222222; +} +.ui-state-default a, +.ui-state-default a:link, +.ui-state-default a:visited { + color: #222222; + text-decoration: none; +} +.ui-state-hover, +.ui-widget-content .ui-state-hover, +.ui-widget-header .ui-state-hover, +.ui-state-focus, +.ui-widget-content .ui-state-focus, +.ui-widget-header .ui-state-focus { + border: 1px solid #999999; + /* background: #dddddd url(images/ui-bg_highlight-soft_75_dddddd_1x100.png) 50% 50% repeat-x; */ + font-weight: bold; + color: #222222; +} +.ui-state-hover a, +.ui-state-hover a:hover, +.ui-state-hover a:link, +.ui-state-hover a:visited, +.ui-state-focus a, +.ui-state-focus a:hover, +.ui-state-focus a:link, +.ui-state-focus a:visited { + color: #222222; + text-decoration: none; +} +.ui-state-active, +.ui-widget-content .ui-state-active, +.ui-widget-header .ui-state-active { + border: 1px solid #aaaaaa; + background: #dfdfdf url(images/ui-bg_inset-soft_75_dfdfdf_1x100.png) 50% 50% repeat-x; + font-weight: bold; + color: #140f06; +} +.ui-state-active a, +.ui-state-active a:link, +.ui-state-active a:visited { + color: #140f06; + text-decoration: none; +} + +/* Interaction Cues +----------------------------------*/ +.ui-state-highlight, +.ui-widget-content .ui-state-highlight, +.ui-widget-header .ui-state-highlight { + border: 1px solid #aaaaaa; + /* background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; */ + color: #363636; +} +.ui-state-highlight a, +.ui-widget-content .ui-state-highlight a, +.ui-widget-header .ui-state-highlight a { + color: #363636; +} +.ui-state-error, +.ui-widget-content .ui-state-error, +.ui-widget-header .ui-state-error { + border: 1px solid #aaaaaa; + /* background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; */ + color: #8c291d; +} +.ui-state-error a, +.ui-widget-content .ui-state-error a, +.ui-widget-header .ui-state-error a { + color: #8c291d; +} +.ui-state-error-text, +.ui-widget-content .ui-state-error-text, +.ui-widget-header .ui-state-error-text { + color: #8c291d; +} +.ui-priority-primary, +.ui-widget-content .ui-priority-primary, +.ui-widget-header .ui-priority-primary { + font-weight: bold; +} +.ui-priority-secondary, +.ui-widget-content .ui-priority-secondary, +.ui-widget-header .ui-priority-secondary { + opacity: .7; + filter:Alpha(Opacity=70); + font-weight: normal; +} +.ui-state-disabled, +.ui-widget-content .ui-state-disabled, +.ui-widget-header .ui-state-disabled { + opacity: .35; + filter:Alpha(Opacity=35); + background-image: none; +} +.ui-state-disabled .ui-icon { + filter:Alpha(Opacity=35); /* For IE8 - See #6059 */ +} + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { + width: 16px; + height: 16px; +} +/* +.ui-icon, +.ui-widget-content .ui-icon { + background-image: url(images/ui-icons_222222_256x240.png); +} +.ui-widget-header .ui-icon { + background-image: url(images/ui-icons_222222_256x240.png); +} +.ui-state-default .ui-icon { + background-image: url(images/ui-icons_8c291d_256x240.png); +} +.ui-state-hover .ui-icon, +.ui-state-focus .ui-icon { + background-image: url(images/ui-icons_222222_256x240.png); +} +.ui-state-active .ui-icon { + background-image: url(images/ui-icons_8c291d_256x240.png); +} +.ui-state-highlight .ui-icon { + background-image: url(images/ui-icons_2e83ff_256x240.png); +} +.ui-state-error .ui-icon, +.ui-state-error-text .ui-icon { + background-image: url(images/ui-icons_cd0a0a_256x240.png); +} +*/ + +/* positioning */ +.ui-icon-blank { background-position: 16px 16px; } +.ui-icon-carat-1-n { background-position: 0 0; } +.ui-icon-carat-1-ne { background-position: -16px 0; } +.ui-icon-carat-1-e { background-position: -32px 0; } +.ui-icon-carat-1-se { background-position: -48px 0; } +.ui-icon-carat-1-s { background-position: -64px 0; } +.ui-icon-carat-1-sw { background-position: -80px 0; } +.ui-icon-carat-1-w { background-position: -96px 0; } +.ui-icon-carat-1-nw { background-position: -112px 0; } +.ui-icon-carat-2-n-s { background-position: -128px 0; } +.ui-icon-carat-2-e-w { background-position: -144px 0; } +.ui-icon-triangle-1-n { background-position: 0 -16px; } +.ui-icon-triangle-1-ne { background-position: -16px -16px; } +.ui-icon-triangle-1-e { background-position: -32px -16px; } +.ui-icon-triangle-1-se { background-position: -48px -16px; } +.ui-icon-triangle-1-s { background-position: -64px -16px; } +.ui-icon-triangle-1-sw { background-position: -80px -16px; } +.ui-icon-triangle-1-w { background-position: -96px -16px; } +.ui-icon-triangle-1-nw { background-position: -112px -16px; } +.ui-icon-triangle-2-n-s { background-position: -128px -16px; } +.ui-icon-triangle-2-e-w { background-position: -144px -16px; } +.ui-icon-arrow-1-n { background-position: 0 -32px; } +.ui-icon-arrow-1-ne { background-position: -16px -32px; } +.ui-icon-arrow-1-e { background-position: -32px -32px; } +.ui-icon-arrow-1-se { background-position: -48px -32px; } +.ui-icon-arrow-1-s { background-position: -64px -32px; } +.ui-icon-arrow-1-sw { background-position: -80px -32px; } +.ui-icon-arrow-1-w { background-position: -96px -32px; } +.ui-icon-arrow-1-nw { background-position: -112px -32px; } +.ui-icon-arrow-2-n-s { background-position: -128px -32px; } +.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } +.ui-icon-arrow-2-e-w { background-position: -160px -32px; } +.ui-icon-arrow-2-se-nw { background-position: -176px -32px; } +.ui-icon-arrowstop-1-n { background-position: -192px -32px; } +.ui-icon-arrowstop-1-e { background-position: -208px -32px; } +.ui-icon-arrowstop-1-s { background-position: -224px -32px; } +.ui-icon-arrowstop-1-w { background-position: -240px -32px; } +.ui-icon-arrowthick-1-n { background-position: 0 -48px; } +.ui-icon-arrowthick-1-ne { background-position: -16px -48px; } +.ui-icon-arrowthick-1-e { background-position: -32px -48px; } +.ui-icon-arrowthick-1-se { background-position: -48px -48px; } +.ui-icon-arrowthick-1-s { background-position: -64px -48px; } +.ui-icon-arrowthick-1-sw { background-position: -80px -48px; } +.ui-icon-arrowthick-1-w { background-position: -96px -48px; } +.ui-icon-arrowthick-1-nw { background-position: -112px -48px; } +.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } +.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } +.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } +.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } +.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } +.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } +.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } +.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } +.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } +.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } +.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } +.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } +.ui-icon-arrowreturn-1-w { background-position: -64px -64px; } +.ui-icon-arrowreturn-1-n { background-position: -80px -64px; } +.ui-icon-arrowreturn-1-e { background-position: -96px -64px; } +.ui-icon-arrowreturn-1-s { background-position: -112px -64px; } +.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } +.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } +.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } +.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } +.ui-icon-arrow-4 { background-position: 0 -80px; } +.ui-icon-arrow-4-diag { background-position: -16px -80px; } +.ui-icon-extlink { background-position: -32px -80px; } +.ui-icon-newwin { background-position: -48px -80px; } +.ui-icon-refresh { background-position: -64px -80px; } +.ui-icon-shuffle { background-position: -80px -80px; } +.ui-icon-transfer-e-w { background-position: -96px -80px; } +.ui-icon-transferthick-e-w { background-position: -112px -80px; } +.ui-icon-folder-collapsed { background-position: 0 -96px; } +.ui-icon-folder-open { background-position: -16px -96px; } +.ui-icon-document { background-position: -32px -96px; } +.ui-icon-document-b { background-position: -48px -96px; } +.ui-icon-note { background-position: -64px -96px; } +.ui-icon-mail-closed { background-position: -80px -96px; } +.ui-icon-mail-open { background-position: -96px -96px; } +.ui-icon-suitcase { background-position: -112px -96px; } +.ui-icon-comment { background-position: -128px -96px; } +.ui-icon-person { background-position: -144px -96px; } +.ui-icon-print { background-position: -160px -96px; } +.ui-icon-trash { background-position: -176px -96px; } +.ui-icon-locked { background-position: -192px -96px; } +.ui-icon-unlocked { background-position: -208px -96px; } +.ui-icon-bookmark { background-position: -224px -96px; } +.ui-icon-tag { background-position: -240px -96px; } +.ui-icon-home { background-position: 0 -112px; } +.ui-icon-flag { background-position: -16px -112px; } +.ui-icon-calendar { background-position: -32px -112px; } +.ui-icon-cart { background-position: -48px -112px; } +.ui-icon-pencil { background-position: -64px -112px; } +.ui-icon-clock { background-position: -80px -112px; } +.ui-icon-disk { background-position: -96px -112px; } +.ui-icon-calculator { background-position: -112px -112px; } +.ui-icon-zoomin { background-position: -128px -112px; } +.ui-icon-zoomout { background-position: -144px -112px; } +.ui-icon-search { background-position: -160px -112px; } +.ui-icon-wrench { background-position: -176px -112px; } +.ui-icon-gear { background-position: -192px -112px; } +.ui-icon-heart { background-position: -208px -112px; } +.ui-icon-star { background-position: -224px -112px; } +.ui-icon-link { background-position: -240px -112px; } +.ui-icon-cancel { background-position: 0 -128px; } +.ui-icon-plus { background-position: -16px -128px; } +.ui-icon-plusthick { background-position: -32px -128px; } +.ui-icon-minus { background-position: -48px -128px; } +.ui-icon-minusthick { background-position: -64px -128px; } +.ui-icon-close { background-position: -80px -128px; } +.ui-icon-closethick { background-position: -96px -128px; } +.ui-icon-key { background-position: -112px -128px; } +.ui-icon-lightbulb { background-position: -128px -128px; } +.ui-icon-scissors { background-position: -144px -128px; } +.ui-icon-clipboard { background-position: -160px -128px; } +.ui-icon-copy { background-position: -176px -128px; } +.ui-icon-contact { background-position: -192px -128px; } +.ui-icon-image { background-position: -208px -128px; } +.ui-icon-video { background-position: -224px -128px; } +.ui-icon-script { background-position: -240px -128px; } +.ui-icon-alert { background-position: 0 -144px; } +.ui-icon-info { background-position: -16px -144px; } +.ui-icon-notice { background-position: -32px -144px; } +.ui-icon-help { background-position: -48px -144px; } +.ui-icon-check { background-position: -64px -144px; } +.ui-icon-bullet { background-position: -80px -144px; } +.ui-icon-radio-on { background-position: -96px -144px; } +.ui-icon-radio-off { background-position: -112px -144px; } +.ui-icon-pin-w { background-position: -128px -144px; } +.ui-icon-pin-s { background-position: -144px -144px; } +.ui-icon-play { background-position: 0 -160px; } +.ui-icon-pause { background-position: -16px -160px; } +.ui-icon-seek-next { background-position: -32px -160px; } +.ui-icon-seek-prev { background-position: -48px -160px; } +.ui-icon-seek-end { background-position: -64px -160px; } +.ui-icon-seek-start { background-position: -80px -160px; } +/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ +.ui-icon-seek-first { background-position: -80px -160px; } +.ui-icon-stop { background-position: -96px -160px; } +.ui-icon-eject { background-position: -112px -160px; } +.ui-icon-volume-off { background-position: -128px -160px; } +.ui-icon-volume-on { background-position: -144px -160px; } +.ui-icon-power { background-position: 0 -176px; } +.ui-icon-signal-diag { background-position: -16px -176px; } +.ui-icon-signal { background-position: -32px -176px; } +.ui-icon-battery-0 { background-position: -48px -176px; } +.ui-icon-battery-1 { background-position: -64px -176px; } +.ui-icon-battery-2 { background-position: -80px -176px; } +.ui-icon-battery-3 { background-position: -96px -176px; } +.ui-icon-circle-plus { background-position: 0 -192px; } +.ui-icon-circle-minus { background-position: -16px -192px; } +.ui-icon-circle-close { background-position: -32px -192px; } +.ui-icon-circle-triangle-e { background-position: -48px -192px; } +.ui-icon-circle-triangle-s { background-position: -64px -192px; } +.ui-icon-circle-triangle-w { background-position: -80px -192px; } +.ui-icon-circle-triangle-n { background-position: -96px -192px; } +.ui-icon-circle-arrow-e { background-position: -112px -192px; } +.ui-icon-circle-arrow-s { background-position: -128px -192px; } +.ui-icon-circle-arrow-w { background-position: -144px -192px; } +.ui-icon-circle-arrow-n { background-position: -160px -192px; } +.ui-icon-circle-zoomin { background-position: -176px -192px; } +.ui-icon-circle-zoomout { background-position: -192px -192px; } +.ui-icon-circle-check { background-position: -208px -192px; } +.ui-icon-circlesmall-plus { background-position: 0 -208px; } +.ui-icon-circlesmall-minus { background-position: -16px -208px; } +.ui-icon-circlesmall-close { background-position: -32px -208px; } +.ui-icon-squaresmall-plus { background-position: -48px -208px; } +.ui-icon-squaresmall-minus { background-position: -64px -208px; } +.ui-icon-squaresmall-close { background-position: -80px -208px; } +.ui-icon-grip-dotted-vertical { background-position: 0 -224px; } +.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } +.ui-icon-grip-solid-vertical { background-position: -32px -224px; } +.ui-icon-grip-solid-horizontal { background-position: -48px -224px; } +.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } +.ui-icon-grip-diagonal-se { background-position: -80px -224px; } + + +/* Misc visuals +----------------------------------*/ + +/* Corner radius */ +.ui-corner-all, +.ui-corner-top, +.ui-corner-left, +.ui-corner-tl { + border-top-left-radius: 4px; +} +.ui-corner-all, +.ui-corner-top, +.ui-corner-right, +.ui-corner-tr { + border-top-right-radius: 4px; +} +.ui-corner-all, +.ui-corner-bottom, +.ui-corner-left, +.ui-corner-bl { + border-bottom-left-radius: 4px; +} +.ui-corner-all, +.ui-corner-bottom, +.ui-corner-right, +.ui-corner-br { + border-bottom-right-radius: 4px; +} + +/* Overlays */ +.ui-widget-overlay { + /* background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; */ + opacity: .35; + filter: Alpha(Opacity=35); +} +.ui-widget-shadow { + margin: -8px 0 0 -8px; + padding: 8px; + /* background: #000000 url(images/ui-bg_flat_0_000000_40x100.png) 50% 50% repeat-x; */ + opacity: .35; + filter: Alpha(Opacity=35); + border-radius: 8px; +} diff --git a/gui/slick/css/lib/jquery.pnotify.default.css b/gui/slick/css/lib/jquery.pnotify.default.css new file mode 100644 index 00000000..12abc160 --- /dev/null +++ b/gui/slick/css/lib/jquery.pnotify.default.css @@ -0,0 +1,100 @@ +/* + Document : jquery.pnotify.default.css + Created on : Nov 23, 2009, 3:14:10 PM + Author : Hunter Perrin + Version : 1.0.0 + Description: + Default styling for Pines Notify jQuery plugin. +*/ + +/* Notice +----------------------------------*/ +.ui-pnotify { + position: fixed; + right: 10px; + bottom: 10px; + /* Ensure that the notices are on top of everything else. */ + z-index: 9999; +} +/* This hides position: fixed from IE6, which doesn't understand it. */ +html > body .ui-pnotify { + position: fixed; +} +.ui-pnotify .ui-widget { + background: none; +} +.ui-pnotify-container { + background-position: 0 0; + border: 1px solid #cccccc; + background-image: -moz-linear-gradient(#fdf0d5, #fff9ee) !important; + background-image: linear-gradient(#fdf0d5, #fff9ee) !important; + background-image: -webkit-linear-gradient(#fdf0d5, #fff9ee) !important; + background-image: -o-linear-gradient(#fdf0d5, #fff9ee) !important; + filter: progid:dximagetransform.microsoft.gradient(startColorstr=#555555, endColorstr=#333333) !important; + -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#555555, endColorstr=#333333) !important; + -moz-border-radius: 7px; + -webkit-border-radius: 7px; + border-radius: 7px; + font-size: 14px; + -moz-box-shadow: 0px 0px 2px #aaaaaa; + -webkit-box-shadow: 0px 0px 2px #aaaaaa; + -o-box-shadow: 0px 0px 2px #aaaaaa; + box-shadow: 0px 0px 2px #aaaaaa; + padding: 7px 10px; + text-align: center; + min-height: 22px; + z-index: 9999; + font-family: "Open Sans", "Trebuchet MS", Helvetica, Arial, sans-serif; + line-height: normal; + filter: alpha(opacity=85); + -moz-opacity: 0.8 !important; + -khtml-opacity: 0.8 !important; + -o-opacity: 0.8 !important; + opacity: 0.8 !important; +} +.ui-pnotify-closer { + float: right; + margin-left: .2em; +} +.ui-pnotify-title { + display: block; + background: none; + font-size: 14px; + font-weight: bold; + font-family: "Open Sans", "Trebuchet MS", Helvetica, Arial, sans-serif; + line-height: normal; +} +.ui-pnotify-text { + display: block; + font-size: 14px; + font-family: "Open Sans", "Trebuchet MS", Helvetica, Arial, sans-serif; + line-height: normal; +} +.ui-pnotify-icon, .ui-pnotify-icon span { + display: block; + float: left; + margin-right: .2em; +} +/* History Pulldown +----------------------------------*/ +.ui-pnotify-history-container { + position: absolute; + top: 0; + right: 18px; + width: 70px; + border-top: none; + /* Ensure that the history container is on top of the notices. */ + z-index: 10000; +} +.ui-pnotify-history-container .ui-pnotify-history-header { + /*padding: 2px;*/ +} +.ui-pnotify-history-container button { + cursor: pointer; + display: block; + width: 100%; +} +.ui-pnotify-history-container .ui-pnotify-history-pulldown { + display: block; + margin: 0 auto; +} diff --git a/gui/slick/css/lib/jquery.qtip-2.0.1.min.css b/gui/slick/css/lib/jquery.qtip-2.0.1.min.css index a22e5377..584c0719 100644 --- a/gui/slick/css/lib/jquery.qtip-2.0.1.min.css +++ b/gui/slick/css/lib/jquery.qtip-2.0.1.min.css @@ -1,88 +1 @@ -/*! qTip2 v2.0.1 (includes: svg ajax tips modal viewport imagemap ie6 / basic css3) | qtip2.com | Licensed MIT, GPL | Mon Dec 31 2012 14:55:17 */ -.qtip,.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr} -.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word} -.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700} -.qtip-titlebar+.qtip-content{border-top-width:0!important} -.qtip-close{position:absolute;right:-9px;top:-9px;cursor:pointer;outline:medium none;border-width:1px;border-style:solid;border-color:transparent} -.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px} -* html .qtip-titlebar .qtip-close{top:16px} -.qtip-titlebar .ui-icon,.qtip-icon .ui-icon{display:block;text-indent:-1000em;direction:ltr;vertical-align:middle} -.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none} -.qtip-icon .ui-icon{width:18px;height:14px;text-align:center;text-indent:0;font:normal bold 10px/13px Tahoma,sans-serif;color:inherit;background:transparent none no-repeat -100em -100em} -.qtip-focus{}.qtip-hover{}.qtip-default{border-width:1px;border-style:solid;border-color:#F1D031;background-color:#FFFFA3;color:#555} -.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777} -.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111} - -/*! Light tooltip style */ -.qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545} -.qtip-light .qtip-titlebar{background-color:#f1f1f1} - -/*! Dark tooltip style */ -.qtip-dark{background-color:#444;border-color:#111;color:#fff;} -.qtip-dark .qtip-titlebar{background-color:#333} -.qtip-dark .qtip-icon{border-color:#111} -.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#111} - -/*! Cream tooltip style */ -.qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35} -.qtip-cream .qtip-titlebar{background-color:#F0DE7D} -.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0} - -/*! Red tooltip style */ -.qtip-red{background-color:#F78B83;border-color:#D95252;color:#912323} -.qtip-red .qtip-titlebar{background-color:#F06D65} -.qtip-red .qtip-close .qtip-icon{background-position:-102px 0} -.qtip-red .qtip-icon{border-color:#D95252} -.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252} - -/*! Green tooltip style */ -.qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219} -.qtip-green .qtip-titlebar{background-color:#B0DE78} -.qtip-green .qtip-close .qtip-icon{background-position:-42px 0} - -/*! Blue tooltip style */ -.qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD} -.qtip-blue .qtip-titlebar{background-color:#D0E9F5} -.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0} -.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)} -.qtip-rounded,.qtip-tipsy,.qtip-bootstrap{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px} -.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border-width:0;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));background-image:-webkit-linear-gradient(top,#4A4A4A 0,black 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,black 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,black 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,black 100%)} -.qtip-youtube .qtip-titlebar{background-color:#4A4A4A;background-color:rgba(0,0,0,0)} -.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);"} -.qtip-youtube .qtip-icon{border-color:#222} -.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030} -.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333} -.qtip-jtools .qtip-titlebar{background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A)"} -.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323)"} -.qtip-jtools .qtip-titlebar,.qtip-jtools .qtip-content{background:transparent;color:#fff;border:0 dashed transparent} -.qtip-jtools .qtip-icon{border-color:#555} -.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333} -.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent} -.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent} -.qtip-cluetip .qtip-icon{border-color:#808064} -.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952} -.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px black} -.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10;background-color:transparent} -.qtip-tipsy .qtip-content{padding:6px 10} -.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none} -.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030} -.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif} -.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D)"} -.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589} -.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555} -.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box} -.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0} -.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none} -.qtip-bootstrap .qtip-content{padding:9px 14px} -.qtip-bootstrap .qtip-icon{background:transparent} -.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)} -.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)} -.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none} -.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10} -.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml{position:absolute;color:#123456;background:transparent;border:0 dashed transparent} -.qtip .qtip-tip canvas{top:0;left:0} -.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible} -#qtip-overlay{position:fixed;left:-10000em;top:-10000em} -#qtip-overlay.blurs{cursor:pointer} -#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"alpha(Opacity=70)"} -.qtipmodal-ie6fix{position:absolute!important} \ No newline at end of file +/*! qTip2 v2.0.1 (includes: svg ajax tips modal viewport imagemap ie6 / basic css3) | qtip2.com | Licensed MIT, GPL | Mon Dec 31 2012 14:55:17 */.qtip,.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:600px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;cursor:pointer;outline:medium none;border-width:1px;border-style:solid;border-color:transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-titlebar .ui-icon,.qtip-icon .ui-icon{display:block;text-indent:-1000em;direction:ltr;vertical-align:middle}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;text-align:center;text-indent:0;font:normal bold 10px/13px Tahoma,sans-serif;color:inherit;background:transparent none no-repeat -100em -100em}.qtip-focus{}.qtip-hover{}.qtip-default{border-width:1px;border-style:solid;border-color:#F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}/*! Light tooltip style */.qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1}/*! Dark tooltip style */.qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030}/*! Cream tooltip style */.qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0}/*! Red tooltip style */.qtip-red{background-color:#F78B83;border-color:#D95252;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-red .qtip-icon{border-color:#D95252}.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252}/*! Green tooltip style */.qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0}/*! Blue tooltip style */.qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-rounded,.qtip-tipsy,.qtip-bootstrap{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border-width:0;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));background-image:-webkit-linear-gradient(top,#4A4A4A 0,black 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,black 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,black 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,black 100%)}.qtip-youtube .qtip-titlebar{background-color:#4A4A4A;background-color:rgba(0,0,0,0)}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323)"}.qtip-jtools .qtip-titlebar,.qtip-jtools .qtip-content{background:transparent;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px black}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:transparent}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml{position:absolute;color:#123456;background:transparent;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed;left:-10000em;top:-10000em}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"alpha(Opacity=70)"}.qtipmodal-ie6fix{position:absolute!important} \ No newline at end of file diff --git a/gui/slick/css/original.css b/gui/slick/css/original.css index 7b787f8b..8a22dc46 100644 --- a/gui/slick/css/original.css +++ b/gui/slick/css/original.css @@ -1,229 +1,547 @@ -.imgHomeWrapper { - border: 1px solid #FFFFFF; - box-shadow: 1px 1px 2px 0 #555555; +/* ======================================================================= +fonts +========================================================================== */ +/* Open Sans */ +/* Regular */ +@font-face { + font-family: 'Open Sans'; + + src: url('fonts/OpenSans-Regular-webfont.eot'); + src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-Regular-webfont.woff') format('woff'), + url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'), + url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg'); + font-weight: normal; + font-weight: 400; + font-style: normal; } -.imgposter { - border: 1px solid #ddd; +/* Italic */ +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-Italic-webfont.eot'); + src: url('fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-Italic-webfont.woff') format('woff'), + url('fonts/OpenSans-Italic-webfont.ttf') format('truetype'), + url('fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg'); + font-weight: normal; + font-weight: 400; + font-style: italic; } -.imgbanner { - border: 1px solid #ddd; +/* Light */ +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-Light-webfont.eot'); + src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-Light-webfont.woff') format('woff'), + url('fonts/OpenSans-Light-webfont.ttf') format('truetype'), + url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg'); + font-weight: 200; + font-style: normal; } -.imgsmallposter .small { - border: 1px solid #ddd; +/* Light Italic */ +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-LightItalic-webfont.eot'); + src: url('fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-LightItalic-webfont.woff') format('woff'), + url('fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'), + url('fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg'); + font-weight: 200; + font-style: italic; } -body { - background: none repeat scroll 0 0 #FFFFFF; - color: #343434; +/* Semibold */ +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-Semibold-webfont.eot'); + src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-Semibold-webfont.woff') format('woff'), + url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), + url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg'); + font-weight: 600; + font-style: normal; } -#searchResults fieldset { - border: 1px solid #111; +/* Semibold Italic */ +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-SemiboldItalic-webfont.eot'); + src: url('fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'), + url('fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'), + url('fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg'); + font-weight: 600; + font-style: italic; } -a{ - color: #6196c2; +/* Bold */ +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-Semibold-webfont.eot'); + src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-Semibold-webfont.woff') format('woff'), + url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), + url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg'); + font-weight: bold; + font-weight: 700; + font-style: normal; } -.update { - color: #339933; +/* Bold Italic */ +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-SemiboldItalic-webfont.eot'); + src: url('fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'), + url('fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'), + url('fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg'); + font-weight: bold; + font-weight: 700; + font-style: italic; } -#upgrade-notification div { - background-color: #C6B695; - border-bottom-color: #AF986B; - border-bottom-style: solid; - border-bottom-width: 1px; - padding: 7px 0; - color: #fff; - font-weight: 700; - text-shadow: none; +/* Extra Bold */ +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-Bold-webfont.eot'); + src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-Bold-webfont.woff') format('woff'), + url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'), + url('fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg'); + font-weight: 900; + font-style: normal; } -#header-fix { - *margin-bottom: -31px; - /* IE fix */ - height: 21px; - padding: 0; +/* Extra Bold Italic */ +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-BoldItalic-webfont.eot'); + src: url('fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-BoldItalic-webfont.woff') format('woff'), + url('fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'), + url('fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg'); + font-weight: 900; + font-style: italic; } -#header { - background-image: -moz-linear-gradient(#555555, #333333) !important; - background-image: linear-gradient(#555555, #333333) !important; - background-image: -webkit-linear-gradient(#555555, #333333) !important; - background-image: -o-linear-gradient(#555555, #333333) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#555555, endColorstr=#333333) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#555555, endColorstr=#333333) !important; - box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); - border-bottom: 1px solid #CACACA; +/* Droid Sans */ +@font-face { + font-family: 'droid_sans_mono'; + src: url('fonts/droidsansmono-webfont.eot'); + src: url('fonts/droidsansmono-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/droidsansmono-webfont.woff') format('woff'), + url('fonts/droidsansmono-webfont.ttf') format('truetype'), + url('fonts/droidsansmono-webfont.svg#droid_sans_monoregular') format('svg'); + font-weight: normal; + font-style: normal; } -#versiontext { - color: #FFFFFF; + +/* ======================================================================= +inc_top.tmpl +========================================================================== */ + +.navbaricon { + margin-top: -15px; + margin-bottom: -15px; } -.update { - color: #339933; - text-decoration: none; +#contentWrapper { +/* background: url("../images/bg.png") repeat 0 0 transparent; */ } -.tvshowImg { - border: 1px solid #ddd; +[class^="icon-"], +[class*=" icon-"] { + background-image: url("../images/glyphicons-halflings.png"); } -table .ep_name { - color: #000000; +.icon-white { + background-image: url("../images/glyphicons-halflings-white.png"); } -table td a { - color: #000 !important; +.dropdown-menu li > a:hover > [class^="menu-icon-"], +.dropdown-menu li > a:hover > [class*=" menu-icon-"] { + background-image: url("../images/menu/menu-icons-white.png"); } -table td a:hover { - color: #343434; +[class^="icon16-"], +[class*=" icon16-"] { + background-image: url("../images/glyphicons-config.png"); } -.separator { - font-size: 90%; - color: #999; +.ui-autocomplete-loading { + background: white url("../images/loading16.gif") right center no-repeat; } -div select { -/* font-size: 12px; !important*/ - border: 1px solid #d4d0c8; +.browserDialog.busy .ui-dialog-buttonpane { + background: url("../images/loading.gif") 10px 50% no-repeat !important; } -div select { - border:1px solid #d4d0c8; +.ui-progressbar .ui-progressbar-overlay { + background: url("../css/lib/images/animated-overlay.gif"); } -input:not(.btn){ - border-bottom-color: #CCCCCC; - border-right-color: #CCCCCC; - border-left-color: #CCCCCC; - border-top-color: #CCCCCC; +.ui-dialog, +.ui-dialog-buttonpane { + background: #eceadf url("../css/lib/images/ui-bg_fine-grain_10_eceadf_60x60.png") 50% 50% repeat !important; } -.footer a { - color: #09A2FF; - text-decoration: none; +.ui-accordion-content, +.ui-tabs-panel { + background: #ededed !important; + background-image: none !important; +} + +.ui-widget-content { + background: #dcdcdc url("../css/lib/images/ui-bg_highlight-soft_75_dcdcdc_1x100.png") 50% top repeat-x; +} + +.ui-widget-header { + background: #ffffff url("../css/lib/images/ui-bg_flat_0_ffffff_40x100.png") 50% 50% repeat-x; +} + +.ui-state-default, +.ui-widget-content .ui-state-default, +.ui-widget-header .ui-state-default { + background: #ffffff; + border: 1px solid #CCCCCC; +} + +.ui-state-hover, +.ui-widget-content .ui-state-hover, +.ui-widget-header .ui-state-hover, +.ui-state-focus, +.ui-widget-content .ui-state-focus, +.ui-widget-header .ui-state-focus { + background: #ffffff; +} + +.ui-state-active, +.ui-widget-content .ui-state-active, +.ui-widget-header .ui-state-active { + background: #F7F7F7; +} + +.ui-state-highlight, +.ui-widget-content .ui-state-highlight, +.ui-widget-header .ui-state-highlight { + background: #fbf9ee url("../css/lib/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x; +} + +.ui-state-error, +.ui-widget-content .ui-state-error, +.ui-widget-header .ui-state-error { + background: #fef1ec url("../css/lib/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x; +} + +.ui-icon, +.ui-widget-content .ui-icon { + background-image: url("../css/lib/images/ui-icons_222222_256x240.png"); +} + +.ui-widget-header .ui-icon { + background-image: url("../css/lib/images/ui-icons_222222_256x240.png"); +} + +.ui-state-default .ui-icon { + background-image: url("../css/lib/images/ui-icons_8c291d_256x240.png"); +} + +.ui-state-hover .ui-icon, +.ui-state-focus .ui-icon { + background-image: url("../css/lib/images/ui-icons_222222_256x240.png"); +} + +.ui-state-active .ui-icon { + background-image: url("../css/lib/images/ui-icons_8c291d_256x240.png"); +} + +.ui-state-highlight .ui-icon { + background-image: url("../css/lib/images/ui-icons_2e83ff_256x240.png"); +} + +.ui-state-error .ui-icon, +.ui-state-error-text .ui-icon { + background-image: url("../css/lib/images/ui-icons_cd0a0a_256x240.png"); +} + +.ui-widget-overlay { + background: #aaaaaa url("../css/lib/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x; +} + +.ui-widget-shadow { + background: #000000 url("../css/lib/images/ui-bg_flat_0_000000_40x100.png") 50% 50% repeat-x; +} + +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { + color: #140F06; + text-decoration: none; +} +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { + color: #222; + text-decoration: none; +} + +.ui-tabs { + padding: 0px; + background: none; + border-width: 0px; +} + +.ui-tabs .ui-tabs-nav { + padding-left: 0px; + background: transparent; + border-width: 0px 0px 0px 0px; + -moz-border-radius: 0px; + -webkit-border-radius: 0px; + border-radius: 0px; +} + +.ui-tabs .ui-tabs-panel { + background-color: #F7F7F7 !important; + border: 1px solid #CCCCCC !important; +} + +.ui-tabs .ui-tabs-nav li.ui-tabs-active { + border-top-left-radius: 5px; + border-top-right-radius: 5px; +} + +.ui-tabs-nav > :not(.ui-tabs-active){ + border-top-left-radius: 5px; + border-top-right-radius: 5px; +} + +#content { + width: 95%; + min-width: 875px; + padding: 15px; + margin-left: auto; + margin-right: auto; + clear: both; +} + +#SubMenu { + padding-right: 20px; + clear: both; + font-size: 12px; + float: right; +} + +.upgrade-notification { + width: 600px; + text-align: center; + margin-left: auto; + margin-right: auto; + margin-top: 50px; + margin-bottom: 0px; +} + +[class^="menu-icon-"], [class*=" menu-icon-"] { + background: url("../images/menu/menu-icons-black.png"); + height: 16px; + width: 16px; + display: inline-block; + position: relative; + top: 2px; + float: left; +} + +@media(max-width:767px){ + [class^="menu-icon-"], [class*=" menu-icon-"] { + background: url("../images/menu/menu-icons-white.png"); + height: 16px; + width: 16px; + display: inline-block; + position: relative; + top: 2px; + float: left; + } +} + +.menu-icon-addshow { + background-position: 0px 0px; +} + +.menu-icon-anime { + background-position: -21px 0px; +} + +.menu-icon-backlog-view { + background-position: -42px 0px; +} + +.menu-icon-backlog { + background-position: -63px 0px; +} + +.menu-icon-bittorrent { + background-position: -84px 0px; +} + +.menu-icon-config-index { + background-position: -105px 0px; +} + +.menu-icon-config { + background-position: -126px 0px; +} + +.menu-icon-failed-download { + background-position: -147px 0px; +} + +.menu-icon-home { + background-position: -168px 0px; +} + +.menu-icon-manage { + background-position: -189px 0px; +} + +.menu-icon-manage-searches { + background-position: -210px 0px; +} + +.menu-icon-poster { + background-position: -231px 0px; +} + +.menu-icon-postprocess { + background-position: -252px 0px; +} + +.menu-icon-restart { + background-position: -273px 0px; +} + +.menu-icon-shutdown { + background-position: -294px 0px; +} + +.menu-icon-update { + background-position: -315px 0px; +} + +.menu-icon-viewlog-errors { + background-position: -336px 0px; +} + +.menu-icon-viewlog { + background-position: -357px 0px; +} + +.menu-icon-xbmc { + background-position: -378px 0px; +} + +.menu-icon-help { + background-position: -399px 0px; +} + +[class^="submenu-icon-"], [class*=" submenu-icon-"] { + background: url("../images/menu/menu-icons-black.png"); + height: 16px; + width: 16px; +} + +.submenu-icon-anime { + background-position: -21px 0px; +} + +.submenu-icon-bittorrent { + background-position: -84px 0px; +} + +.submenu-icon-failed-download { + background-position: -147px 0px; +} + +.submenu-icon-restart { + background-position: -273px 0px; +} + +.submenu-icon-shutdown { + background-position: -294px 0px; +} + +.submenu-icon-xbmc { + background-position: -378px 0px; +} + +/* ======================================================================= +inc_bottom.tmpl +========================================================================== */ + +.footer { + width: 100%; + padding: 20px 0; + color: #4e4e4e; + text-align: center; + font-size: 12px; } .footerhighlight { - color: #6196C2; + color: #111; display: inline; } -.sickbeardTable { - border-collapse:separate; - color: #343434; - box-shadow: none; + +/* ======================================================================= +home.tmpl +========================================================================== */ + +.imgbanner .banner { + border: 1px solid #ccc; + overflow: hidden; + height: 66px; + overflow: hidden; + border-radius: 8px; + vertical-align: top; + width: 360px; + display: block; + margin-left: auto; + margin-right: auto; } -.sickbeardTable th, .sickbeardTable td { - border-top: 1px solid transparent; +.imgsmallposter .small { + height: 66px; + overflow: hidden; + border-radius: 3px; + vertical-align: middle; + width: 45px; + border: 1px solid #ccc; + margin-right: 5px; } -.seasoncols th { - border-top: #FFFFFF 1px solid; - text-shadow:0 1px rgba(0,0,0,0.8); - font-weight:normal; +.search { + margin-bottom: 10px; } -.seasonstyle td { - border-top: #FFFFFF 1px solid; - color: #000000; +.ui-progressbar { + height: 20px; + line-height: 18px; } -.seasoncols tr:first-child, .seasoncols th:first-child{ - border-top-left-radius:10px; - border-left: #FFFFFF 1px solid; -} - -.seasoncols tr:last-child, .seasoncols th:last-child{ - border-top-right-radius:10px; - border-right: #FFFFFF 1px solid; -} - -.sickbeardTable th { - color: #FFFFFF; - background:#000000; - text-shadow:0 1px rgba(0,0,0,0.8); - background-clip:padding-box; - background-image: -moz-linear-gradient(#555555, #333333) !important; - background-image: linear-gradient(#555555, #333333) !important; - background-image: -webkit-linear-gradient(#555555, #333333) !important; - background-image: -o-linear-gradient(#555555, #333333) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important; - box-shadow: none; -} - -.sickbeardTable tfoot a { - text-decoration: none; - color: #6196c2; - float: left; - font-weight:normal; -} - -.sickbeardTable td.status_column { - font-weight: normal; - color: #000000; -} - -.sickbeardTable td.search { - border-right: #fff 1px solid; -} - -.sickbeardTable td.check { - border-left: #fff 1px solid; -} - -.sickbeardTable td.tableleft { - border-left: #fff 1px solid; -} - -.sickbeardTable td.tableright { - border-right: #fff 1px solid; -} - -#actions .selectAll { - border-right: 1px solid #eee; -} - -#tooltip { - border: 1px solid #111; - background-color: #eee; +.ui-progressbar .ui-progressbar-value { + box-sizing: content-box !important; } .progressbarText { - text-shadow: 0 0 0.1em #fff; position: absolute; top: 0; - font-size: 12px; - color: #000000; width: 100%; height: 100%; overflow: visible; text-align: center; + text-shadow: 0 0 0.1em #fff; vertical-align: middle; + font-size: 12px; + color: #000000; } -/* -.ui-progressbar .ui-widget-header { - background-image: -moz-linear-gradient(#23afdc, #1178b3) !important; - background-image: linear-gradient(#23afdc, #1178b3) !important; - background-image: -webkit-linear-gradient(#23afdc, #1178b3) !important; - background-image: -o-linear-gradient(#23afdc, #1178b3) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -*/ .progress-80 { background-image: -moz-linear-gradient(#a6cf41, #5b990d) !important; @@ -265,167 +583,1188 @@ input:not(.btn){ border-radius: 3px; } -tr.seasonheader h2 { - color: #000000; +#container, #container-anime { + margin: 0 auto; } -tr.seasonheader a:hover:not(.btn) { - background-color: #fff; - color: #343434; +.show { + margin: 12px; + width: 188px; + height: 352px; + background-color: #DFDACF; + border: 1px solid #111; + border-radius: 6px; } -#checkboxControls label { +.show-image { + overflow: hidden; + height: 273px; + width: 186px; + border-top-left-radius: 5px; + border-top-right-radius: 5px; +} + +.show .ui-progressbar { + height: 7px !important; + top: -2px; +} + +.show .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { + border-bottom-right-radius: 0px; +} + +.show .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { + border-bottom-left-radius: 0px; +} + +.show .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { + border-top-right-radius: 0px; +} + +.show .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { + border-top-left-radius: 0px; +} + +.show .ui-widget-content { + border-top: 1px solid #111; + border-bottom: 1px solid #111; + border-left: 0px; + border-right: 0px; +} + +.show .progress-80 { + border-radius: 0px; +} + +.show .progress-60 { + border-radius: 0px; +} + +.show .progress-40 { + border-radius: 0px; +} + +.show .progress-20 { + border-radius: 0px; +} + +.show-title { + position: relative; + overflow: hidden; white-space: nowrap; - display: inline-block; + font-size: 11px; + margin: 4px 4px 0px 4px; } -tr.unaired, span.unaired { - background-color: #F5F1E4; - color: #cec198; +.show-title:after { + content: ""; + pointer-events: none; + position: absolute; + width: 20px; + height: 100%; + top: 0; + right: 0; + background-image: -webkit-linear-gradient(right, rgba(223, 218, 207, 1), rgba(223, 218, 207, 0)); + background-image: -moz-linear-gradient(right, rgba(223, 218, 207, 1), rgba(223, 218, 207, 0)); + background-image: -ms-linear-gradient(right, rgba(223, 218, 207, 1), rgba(223, 218, 207, 0)); + background-image: -o-linear-gradient(right, rgba(223, 218, 207, 1), rgba(223, 218, 207, 0)); + background-image: linear-gradient(to left, rgba(223, 218, 207, 1), rgba(223, 218, 207, 0)); } -tr.unaired b, -span.unaired b { - color: #343434; +.show-date { + position: relative; + overflow: hidden; + white-space: nowrap; + font-size: 11px; + margin: 0px 4px 4px 4px; } -tr.skipped, span.skipped { - background-color: #E9F7FB; - color: #90D5EC; - border: 1px solid #90D5EC; +.show-date:after { + content: ""; + pointer-events: none; + position: absolute; + width: 20px; + height: 100%; + top: 0; + right: 0; + background-image: -webkit-linear-gradient(right, rgba(223, 218, 207, 1), rgba(223, 218, 207, 0)); + background-image: -moz-linear-gradient(right, rgba(223, 218, 207, 1), rgba(223, 218, 207, 0)); + background-image: -ms-linear-gradient(right, rgba(223, 218, 207, 1), rgba(223, 218, 207, 0)); + background-image: -o-linear-gradient(right, rgba(223, 218, 207, 1), rgba(223, 218, 207, 0)); + background-image: linear-gradient(to left, rgba(223, 218, 207, 1), rgba(223, 218, 207, 0)); } -tr.skipped b, -span.skipped b { - color: #343434; +.show-table { + text-align:center; + vertical-align:middle; + width: 33% } -tr.good, span.good { - background-color: #E2FFD8; - color: #AAD450; - border: 1px solid #AAD450; +.show-add { + font-size: 11px; + text-align: left; + display: block; } -tr.good b, -span.good b { - color: #343434; +.show-status { + font-size: 11px; + text-align: left; + display: block; } -tr.qual, span.qual { - background-color: #FDF0D5; - color: #F7B42C; - border: 1px solid #F7B42C; +.show-network-image { + width: 50px; + height: auto; } -tr.qual b, -span.qual b { - color: #343434; +.show-dlstats { + font-size: 11px; + text-align: left; + display: block; + margin-left: 4px; } -tr.wanted, span.wanted { - background-color: #FDEBF3; - color: #F49AC1; - border: 1px solid #F49AC1; +.show-quality { + font-size: 11px; + text-align: right; + display: block; + margin-right: 4px; } -tr.wanted b, -span.wanted b { - color: #343434; +#sort-by { + display: inline; + list-style-type: none; + padding: 0; + margin-left: 5px; } -tr.snatched, span.snatched { - background-color: #F1D9F1; - color: #E09EDC; - border: 1px solid #E09EDC; +#sort-by ul, #sort-by li { + display: inline; + margin: 0; + padding: 0; } -tr.snatched b, -span.snatched b { - color: #343434; +.posterview { + margin: 0 auto; } -tr.wanted, -tr.qual, -tr.good, -tr.skipped, -tr.unaired, -tr.snatched { - color: #000; - border-top: #fff 1px solid; +td.tvShow a { + color: #000; + text-decoration: none; } -span .headerInfo { - color: #666666; +td.tvShow a:hover { + cursor: pointer; + color: #428BCA; } -div#summary { - text-shadow:0px 1px rgba(255, 255, 255, 0.8); - background:#f9f9f9; - border:1px solid #ddd; +/* ======================================================================= +home_addShows.tmpl +========================================================================== */ + +#addShowPortal { + width: 700px; + padding: 10px 0; + margin-right: auto; + margin-left: auto; } -div#summary2 { - text-shadow:0px 1px rgba(255, 255, 255, 0.8); - background:#f9f9f9; - border:1px solid #ddd; +#addShowPortal a { + padding: 10px; } -.alt { - background-color: #efefef; +div.button { + display: table-cell; + vertical-align: middle; + padding-left: 10px; } -#tabs div.field-pair select, -.stepDiv div.field-pair select { - border: 1px solid #d4d0c8; +div.buttontext { + display: table-cell; + padding-left: 20px; + text-align: left; + white-space: normal; +} + +div.buttontext h3 { + margin-top: 10px; +} + +div.buttontext p { + font-size: 13px; +} + +.icon-addnewshow { + background-image: url("../images/addshows/add-new32-black.png"); + width: 32px; + height: 32px; +} + +.icon-addtrendingshow { + background-image: url("../images/addshows/add-trending32-black.png"); + width: 32px; + height: 32px; +} + +.icon-addrecommendedshow { + background-image: url("../images/addshows/add-trakt32-black.png"); + width: 32px; + height: 32px; +} + +.icon-addexistingshow { + background-image: url("../images/addshows/add-existing32-black.png"); + width: 32px; + height: 32px; +} + +/* ======================================================================= +home_newShow.tmpl +========================================================================== */ +#addShowForm, #recommendedShowsForm { + margin-left: auto; + margin-right: auto; +} + +#newShowPortal { + width: 800px; + padding: 10px 0; + margin-right: auto; + margin-left: auto; } #displayText { + padding: 8px; + overflow: hidden; + font-size: 14px; background-color: #efefef; - border: 1px solid #DFDEDE; + border: 1px solid #dfdede; } -td.comingtvShow a { - color: #111; +#searchResults input[type="radio"] { + vertical-align: -2px; +} + +/* ======================================================================= +home_addExistingShow.tmpl +========================================================================== */ + +.existingtabs { + padding: 1em 1.4em; +} + +ul#rootDirStaticList { + width: 90%; + margin-right: auto; + margin-left: auto; + text-align: left; +} + +ul#rootDirStaticList li { + padding: 4px 5px 4px 5px; + margin: 2px; + list-style: none outside none; + cursor: pointer; + background: url('../css/lib/images/ui-bg_highlight-soft_75_efefef_1x100.png') repeat-x scroll 50% 50% #EFEFEF; +} + +ul#rootDirStaticList li label { + margin-top: 5px; + margin-bottom: 5px; +} + +ul#rootDirStaticList li input[type="checkbox"] { + vertical-align: -2px; +} + +/* ======================================================================= +home_trendingShows.tmpl +========================================================================== */ + +.traktShowTitleIcons { + float: right; + padding-right: 4px; + padding-bottom: 4px; +} + +.traktContainer p { + padding-top: 2px; +} + +.traktContainer p img { + position: relative; + top: -2px; +} + +.traktContainer p, .traktContainer i { + white-space: nowrap; + font-size: 12px; + overflow: hidden; +/* text-shadow: 1px 1px 0px #000;*/ + padding-left: 4px; + margin: 0; +} + +.traktContainer { + margin: 12px; + width: 188px; + background-color: #DFDACF; + border: 1px solid #111; + border-radius: 6px; +} + +.trakt-image { + overflow: hidden; + height: 273px; + width: 186px; + border-top-left-radius: 5px; + border-top-right-radius: 5px; + border-bottom: 1px solid #111; +} + + +/* ======================================================================= +home_postprocess.tmpl +========================================================================== */ + +#postProcess { + width: 800px; + padding-top: 10px; + margin-right: auto; + margin-left: auto; +} + + +/* ======================================================================= +displayShow.tmpl +========================================================================== */ + +#posterCol { + float: left; + margin-right: 10px; + margin-bottom: 20px; +} + +#showCol { + overflow: hidden; + margin-bottom: 20px; +} + +.navShow { + display: inline; + cursor: pointer; +} + +#prevShow, +#nextShow, +#topcontrol { + -webkit-filter: grayscale(100%); + filter: grayscale(100%); + filter: gray; + filter: url("data:image/svg+xml;utf8,#greyscale"); +} + +h1.title { + padding-bottom: 12px; + margin-bottom: 15px; + line-height: 30px; + text-align: left; + text-rendering: optimizelegibility; + border-bottom: 1px solid #888; +} + +.displayspecials { + position: relative; + top: -24px; +} + +#showinfo { + cursor: default; +} + +#showinfo { + display: inline-block; + position: relative; + top: -3px; +} + +span.imdbstars { + display: inline-block; + vertical-align: top; + cursor: help; + margin-top: 4px; +} + +span.imdbstars, span.imdbstars > * { + height: 12px; + background: url(../images/rating.png) 0 -12px repeat-x; + width: 120px; + display: inline-block; + vertical-align: top; +} + +span.imdbstars > * { + background-position: 0 0; + max-width:120px; +} + +ul.tags { + list-style-type: none; + position: relative; + top: -5px; + margin-left: -40px; +} + +ul.tags li { + margin-right: 4px; + margin-bottom: 5px; + padding: 3px 4px 3px 25px; + background: url(../images/tag.png) no-repeat scroll 5px 4px #555; + border-radius: 3px; + border: 1px solid #111; + color: #FFF; + font: 14px/18px "Open Sans", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; + text-shadow: 0px 1px rgba(0, 0, 0, 0.8); + float: left; +} + +ul.tags li a{ + color: #FFF; +} + +.tvshowImg { + border: 1px solid #ccc; + border-radius: 5px; + height: 311px; + width: auto; + float: left; +} + +#summary { + padding: 10px; + background-color: #efefef; + border: 1px solid #dfdede; + width: 100%; + height: 250px; + overflow: auto; + cursor: default; +} + +.summaryTable { + max-width: 70%; + overflow: hidden; +} + +#checkboxControls { + padding-top: 5px; +} + +#checkboxControls span { + padding: 5px; + font-size: 13px; + font-weight: bold; + border-radius: 5px; +} + +#checkboxControls label { + white-space: nowrap; + display: inline-block; +} + +#checkboxControls input[type="checkbox"] { + vertical-align: -2px; +} + +.unaired { + background-color: #f5f1e4; +} +.skipped { + background-color: #bedeed; +} +.good { + background-color: #c3e3c8; +} +.qual { + background-color: #ffda8a; +} +.wanted { + background-color: #ffb0b0; +} +.snatched { + background-color: #ebc1ea; +} + +span.unaired { + color: #584b20; + border: 1px solid #584b20; +} +span.skipped { + color: #1d5068; + border: 1px solid #1d5068; +} +span.good { + color: #295730; + border: 1px solid #295730; +} +span.qual { + color: #765100; + border: 1px solid #765100; +} +span.wanted { + color: #890000; + border: 1px solid #890000; +} +span.snatched { + color: #652164; + border: 1px solid #652164; +} + +span.unaired b, +span.skipped b, +span.good b, +span.qual b, +span.wanted b, +span.snatched b { + color: #000000; + font-weight: 800; +} + +.plotInfo { + cursor: help; + float: right; + position: relative; + top: 2px; +} + +.plotInfoNone { + cursor: help; + float: right; + position: relative; + top: 2px; + opacity: 0.4; +} + +.sickbeardTable { + table-layout: auto; + width: 100%; + border-collapse: collapse; + border-spacing: 0; + text-align: center; + border: none; + empty-cells: show; +} + +.sickbeardTable th{ + color: #fff; + text-align: center; + background-color: #333; + white-space: nowrap; +} + +.sickbeardTable th, +.sickbeardTable td { + border-top: 1px solid #fff; + border-left: 1px solid #fff; + padding: 4px; +} + +th.row-seasonheader { + border: none; + background-color: #fff; + color: #000; + padding-top: 15px; + text-align: left; +} + +tr.seasonheader { + padding-bottom: 5px; + padding-top: 10px; + text-align: left; + border: none; + color: #fff; +} + +th.col-checkbox, +td.col-checkbox { + width: 30px; + border-left: none; + text-align: center; +} + +th.col-checkbox input[type="checkbox"], +td.col-checkbox input[type="checkbox"] { + vertical-align: -2px; +} + +th.col-metadata, +td.col-metadata { + width: 28px; +} + +th.col-ep, +td.col-ep { + width: 50px; + white-space: nowrap; +} + +th.col-airdate, +td.col-airdate { + width: 86px; + white-space: nowrap; +} + +th.col-name, +td.col-name { + min-width: 100px; +} + +td.col-name { + text-align: left; +} + +th.col-subtitles, +td.col-subtitles { + width: 150px; + text-align: center; +} + +th.col-status, +td.col-status { + width: 200px; + text-align: center; +} + +th.col-legend, +td.col-legend { + width: 80px; +} + +th.col-search, +td.col-search { + width: 46px; +} + +.showLegend { + padding-right: 6px; + padding-bottom: 1px; + width: 150px; +} + +.input-scene { + height: 20px; + line-height: 1.5; + border-radius: 3px; +} + +#editShow { + width: 700px; + padding-top: 10px; + margin-right: auto; + margin-left: auto; +} + +/* ======================================================================= +comingEpisodes.tmpl +========================================================================== */ + +.sort_data { + display: none; +} + +.key { + margin-bottom: 20px; +} + +.listing-key { + padding: 5px; + font-size: 13px; + font-weight: bold; + border-radius: 5px; +} + +.listing-default { + background-color: #f5f1e4; +} + +.listing-current { + background-color: #dfd; +} + +.listing-overdue { + background-color: #fdd; +} + +.listing-toofar { + background-color: #bedeed; +} + +span.listing-default { + color: #826f30; + border: 1px solid #826f30; +} + +span.listing-current { + color: #295730; + border: 1px solid #295730; +} + +span.listing-overdue { + color: #890000; + border: 1px solid #890000; +} + +span.listing-toofar { + color: #1d5068; + border: 1px solid #1d5068; +} + +h2.day, h2.network { + margin: 10px 0; + font-size: 24px; + line-height: 36px; + font-weight: bold; + letter-spacing: 1px; + color: #FFF; + text-align: center; + text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.3); + background-color: #333; +} + +.tvshowDiv { + display: block; + clear: both; + border: 1px solid #ccc; + margin: auto; + padding: 0px; + text-align: left; + width: 750px; + border-radius: 5px; + background: #fff; + cursor: default; + overflow: hidden; +} + +.tvshowDiv a:hover { + color: #428BCA; +} + +.tvshowDiv a, .tvshowDiv a:link, .tvshowDiv a:visited, .tvshowDiv a:hover { + text-decoration: none; + background: none; +} + +.tvshowTitle a { + color: #000000; + float: left; + line-height: 1.4em; + font-size: 1.4em; + text-shadow: -1px -1px 0 #FFF); +} + +.tvshowTitleIcons { + float: right; + padding: 3px 5px; +} + +.tvshowDiv td { + padding: 5px 10px; +} + +.tvshowDiv td.next_episode { + width: 100%; + height: 90%; + border-bottom: 1px solid #ccc; + vertical-align: top; + color: #000; +} + +.bannerThumb { + vertical-align: top; + height: auto; + width: 748px; + border-bottom: 1px solid #ccc; +} + +.posterThumb { + vertical-align: top; + height: auto; + width: 180px; + border-right: 1px solid #ccc; +} + +.ep_listing { + width: auto; + border: 1px solid #ccc; + margin-bottom: 10px; + padding: 10px; +} + +.ep_summary { + margin-left: 5px; + font-style: italic; +} + +.ep_summaryTrigger { + cursor: pointer; + vertical-align: middle; +} + +.ep_summaryTriggerNone { + opacity: 0.4; + vertical-align: middle; +} + +table.cal-odd { + background-color: #ddd; +} +table.cal-even { + background-color: #d2d2d2; +} +.calendarShow .text .airtime { + color:#000 +} +.calendarShow .text .episode-title { + color:#888 +} + +/* ======================================================================= +config*.tmpl +========================================================================== */ + +#config-content { + display: block; + width: 960px; + padding: 0 0 40px; + margin: 0 auto; + clear: both; + text-align: left; +} + +.component-group { + padding: 15px 15px 25px; + border-bottom: 1px dotted #ccc; + min-height: 200px; +} + +.component-item { + border-bottom: 1px dotted #666; + min-height: 200px; +} + +.component-group-desc{ + float: left; + width: 250px; +} + +.component-group-desc h3{ + margin-top: 5px; +} + +.component-group-desc p { + width: 90%; + margin: 10px 0; + color: #666; +} + +#config div.field-pair { + padding: 12px 0px; +} + +#config div.field-pair input { + float: left; + margin-right: 6px; +} + +#config .nocheck, #config div #customQuality, .metadataDiv, .providerDiv { + padding-left: 20px; +} + +#config label span.component-title { + float: left; + width: 172px; + margin-right: 10px; + font-size: 13px; + font-weight: bold; +} + +#config label span.component-desc { + padding-bottom: 2px; + font-size: 12px; font-weight: normal; + display:inline-block; + width:475px; +} + +#config .metadataDiv { + display: none; +} + +.component-group-save { + float: right; + padding-top: 10px; +} + +select .selected { + font-weight: 700; +} + +.jumbo { + font-size: 15px !important; + line-height: 24px; +} + +.testNotification { + padding: 5px; + margin-bottom: 10px; + line-height: 20px; + border: 1px dotted #CCC; +} + +#providerOrderList { + width: 250px; + padding-left: 20px; + list-style-type: none; +} + +#provider_order_list, +#service_order_list { + width: 250px; + padding-left: 20px; + list-style-type: none; +} + +#provider_order_list li, +#service_order_list li { + padding: 5px; + margin: 5px 0; + font-size: 14px; +} + +#provider_order_list input, +#service_order_list input { + margin: 0px 2px; +} + +#config .tip_scale label span.component-title { + width: 85px !important; + font-size: 12px !important; + margin-top: 2px !important; +} + +#config .tip_scale label span.component-desc { + margin-left: 120px !important; + width: 220px !important; +} + +.infoTableHeader, +.infoTableCell { + padding: 5px; +} + +.infoTableSeperator { + border-top: 1px dotted #666666; +} + +[class^="icon16-"], [class*=" icon16-"] { + background-image: url("../images/glyphicons-config-black.png"); + background-position: -40px 0; + background-repeat: no-repeat; + display: inline-block; + height: 16px; + line-height: 16px; + vertical-align: text-top; + width: 16px; +} + +.icon16-github { + background-position: 0 0; +} +.icon16-mirc { + background-position: -20px 0; +} +.icon16-sb { + background-position: -40px 0; +} +.icon16-web { + background-position: -60px 0; +} +.icon16-win { + background-position: -80px 0; +} + +/* ======================================================================= +config_postProcessing.tmpl +========================================================================== */ + +#config div.example { + padding: 10px; background-color: #efefef; +} + +.Key { + width: 100%; + padding: 6px; + font-size: 13px; + background-color: #f4f4f4; + border: 1px solid #ccc; + border-collapse: collapse; + border-spacing: 0; +} + +.Key th, .tableHeader { + padding: 3px 9px; + margin: 0; + color: #fff; + text-align: center; + background: none repeat scroll 0 0 #666; +} + +.Key td { + padding: 1px 5px !important; +} + +.Key tr { + border-bottom: 1px solid #ccc; +} + +.Key tr.even { + background-color: #dfdede; +} + +.legend { + position: relative; + top: 2px; +} + +/* ======================================================================= +config_notifications.tmpl +========================================================================== */ + +div.metadata_options_wrapper { + float: left; + width: 190px; +} + +div.metadata_example_wrapper { + float: right; + width: 325px; +} + +div.metadata_options { + padding: 7px; + overflow: auto; + background: #f5f1e4; + border: 1px solid #ccc; +} + +div.metadata_options label:hover { + color: #fff; + background-color: #57442b; + cursor: pointer; +} + +div.metadata_options label { + display: block; + padding-left: 7px; + line-height: 20px; + color: #036; +} + +div.metadata_example { + padding: 8px; +} + +div.metadata_example label { + display: block; + line-height: 21px; + color: #000; + cursor: pointer; +} + +div.metadataDiv .disabled { + color: #ccc; +} + +.notifier-icon { + float: left; + margin: 6px 4px 0px 0px; +} + + +/* ======================================================================= +manage*.tmpl +========================================================================== */ + +.manageTable th { + white-space: normal; + line-height: 24px; +} + +.manageTable td.tableright { + text-align: left; +} + +td.tableright { + text-align: center; +} + +.optionWrapper { + width: 450px; + margin-left: auto; + margin-right: auto; + padding: 6px 12px; +} + +.optionWrapper span.selectTitle { + float: left; + text-align: left; + vertical-align: middle; + width: 225px; + padding: 6px 0px; +} + +.optionWrapper div.selectChoices { + float: left; + width: 175px; + margin-left: 25px; +} + +.optionWrapper br { + clear: both; +} + +.manageCustom { + text-align: center; + padding: 6px; + margin-left: 25px; +} + +.separator { + font-size: 90%; + color: #333333; } a.whitelink { - color: #ffffff; + color: #fff; } -/* for displayShow notice */ -#show_message { - border: 1px solid #cccccc; - background-color: #fdf0d5; + +/* ======================================================================= +Global +========================================================================== */ + +span.path { + padding: 3px 6px; + color: #8b0000; + background-color: #f5f1e4; } -#show_message.success { - background-image: -moz-linear-gradient(#d3ffd7, #c2edc6) !important; - background-image: linear-gradient(#d3ffd7, #c2edc6) !important; - background-image: -webkit-linear-gradient(#d3ffd7, #c2edc6) !important; - background-image: -o-linear-gradient(#d3ffd7, #c2edc6) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important; +.align-left { + text-align: left; } -#show_message.error { - background-image: -moz-linear-gradient(#ffd3d3, #edc4c4) !important; - background-image: linear-gradient(#ffd3d3, #edc4c4) !important; - background-image: -webkit-linear-gradient(#ffd3d3, #edc4c4) !important; - background-image: -o-linear-gradient(#ffd3d3, #edc4c4) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fdf0d5, endColorstr=#fff9ee) !important; -} - -/* override for qtip2 */ -.ui-tooltip-sb .ui-tooltip-titlebar a { - color: #222222; - text-decoration: none; -} - -option.flag { - background-color: #fff; - background-repeat: no-repeat; +.h2footer { + margin: -45px 0 8px; + line-height: 18px; } span.quality { @@ -438,6 +1777,13 @@ span.quality { box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 -1px 3px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.08),0 1px 2px rgba(0,0,0,0.15); text-shadow: 0px 1px rgba(0, 0, 0, 0.8); color: #FFFFFF; + display: inline-block; + padding: 2px 4px; + text-align: center; + vertical-align: baseline; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; } span.Custom { @@ -486,21 +1832,292 @@ span.true { /* green */ } -#searchResults a { - color: #6196c2; +option.flag { + padding-left: 35px; + background-repeat: no-repeat; + background-position: 10px 50%; +} + +/* Anime section for editShow */ +.bwlWrapper { + height:auto; + margin: 0 auto; +} + +#Anime { + clear: both; + overflow-x: hidden; + overflow-y: hidden; + font-size: 14px; +} + +#Anime div.component-group-desc { + float: left; + width: 165px; +} + +#Anime div.component-group-desc p { + margin-bottom: 0.4em; + margin-left: 0; + margin-right: 0; + margin-top: 0.4em; + width: 95%; +} + +div.blackwhitelist{ + float:left; + text-align: center; +} + +div.blackwhitelist input { + margin: 5px 5px; +} + +div.blackwhitelist.pool select{ + width: 300px; +} + +div.blackwhitelist.pool { + margin:5px; +} + +div.blackwhitelist.white select, div.blackwhitelist.black select { + width: 180px; +} + +div.blackwhitelist.white, div.blackwhitelist.black { + margin:5px; +} + +div.blackwhitelist span { + display: block; + text-align: center; +} + +div.blackwhitelist.anidb, div.blackwhitelist.manual { + margin: 7px 0px; +} + + +/* ======================================================================= +bootstrap Overrides +========================================================================== */ + +body { + padding-top: 60px; + overflow-y: scroll; + font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; + color: #000; +} + +html * { + outline: 0 !important; +} + +input[type="checkbox"] { + margin: 3px 0px 0px; + line-height: normal; +} + +input[type="radio"] { + margin: 2px 0px 0px; + line-height: normal; +} + +input, textarea, select, .uneditable-input { + width: auto; + color: #000; +} + +.container-fluid { + margin-left: 10px; + margin-right: 10px; +} + +.navbar-brand { + padding: 0px; +} + +/* navbar styling */ +.navbar-default { + background-image: -moz-linear-gradient(#555555, #333333); + background-image: linear-gradient(#555555, #333333); + border-color: #3e3f3a; +} + +.navbar-default .navbar-brand { + color: #ffffff; +} + +.navbar-default .navbar-brand:hover, +.navbar-default .navbar-brand:focus { + color: #ffffff; + background-color: transparent; +} + +.navbar-default .navbar-text { + color: #dddddd; +} + +.navbar-default .navbar-nav > li > a { + color: #dddddd; +} + +.navbar-default .navbar-nav > li > a:hover, +.navbar-default .navbar-nav > li > a:focus { + color: #ffffff; + background-color: transparent; +} + +.navbar-default .navbar-nav > .active > a, +.navbar-default .navbar-nav > .active > a:hover, +.navbar-default .navbar-nav > .active > a:focus { + color: #ffffff; + background-color: #333333; +} + +.navbar-default .navbar-nav > .disabled > a, +.navbar-default .navbar-nav > .disabled > a:hover, +.navbar-default .navbar-nav > .disabled > a:focus { + color: #cccccc; + background-color: transparent; +} + +.navbar-default .navbar-toggle { + border-color: #cccccc; +} + +.navbar-default .navbar-toggle:hover, +.navbar-default .navbar-toggle:focus { + background-color: #333333; +} + +.navbar-default .navbar-toggle .icon-bar { + background-color: #333333; +} + +.navbar-default .navbar-collapse, +.navbar-default .navbar-form { + border-color: #3e3f3a; +} + +.navbar-default .navbar-nav > .open > a, +.navbar-default .navbar-nav > .open > a:hover, +.navbar-default .navbar-nav > .open > a:focus { + background-color: #333333; + color: #ffffff; +} + +@media (max-width: 767px) { + .navbar-default .navbar-nav .open .dropdown-menu > li > a { + color: #dddddd; + } + .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { + color: #ffffff; + background-color: transparent; + } + .navbar-default .navbar-nav .open .dropdown-menu > .active > a, + .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { + color: #ffffff; + background-color: #333333; + } + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { + color: #cccccc; + background-color: transparent; + } +} + +.navbar-default .navbar-link { + color: #dddddd; +} + +.navbar-default .navbar-link:hover { + color: #ffffff; +} + +.navbar-default .btn-link { + color: #98978b; +} + +.navbar-default .btn-link:hover, +.navbar-default .btn-link:focus { + color: #dddddd; +} + +.navbar-default .btn-link[disabled]:hover, +fieldset[disabled] .navbar-default .btn-link:hover, +.navbar-default .btn-link[disabled]:focus, +fieldset[disabled] .navbar-default .btn-link:focus { + color: #cccccc; +} + +.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { + color: #fff; + text-decoration: none; + background-color: #333; +} + +.dropdown-menu > li > a { + padding: 4px 36px 4px 20px; +} + +.dropdown-menu { + background-color: #F5F1E4; + border: 1px solid rgba(0, 0, 0, 0.15); + box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176); +} + +.form-control { + color: #000000; +} + +.form-control-inline { + min-width: 0; + width: auto; + display: inline; } .btn { - color:#fff; - text-shadow:0 1px rgba(0,0,0,0.8); - background:#444444; - border:1px solid #111; - background-image:-webkit-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - background-image:-moz-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - background-image:-o-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - background-image:linear-gradient(to bottom, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - -webkit-box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 -1px 3px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.08),0 1px 2px rgba(0,0,0,0.15); - box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 -1px 3px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.08),0 1px 2px rgba(0,0,0,0.15); + display: inline-block; + *display: inline; + padding: 4px 10px 4px; + margin-bottom: 0; + *margin-left: .3em; + font-size: 12px; + line-height: 16px; + *line-height: 20px; + color: #333333; + text-align: center; + text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); + vertical-align: middle; + cursor: pointer; + background-color: #f5f5f5; + *background-color: #e6e6e6; + background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); + background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); + background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); + background-image: linear-gradient(top, #ffffff, #e6e6e6); + background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); + background-repeat: repeat-x; + border: 1px solid #cccccc; + *border: 0; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + border-color: #e6e6e6 #e6e6e6 #bfbfbf; + border-bottom-color: #b3b3b3; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0); + filter: progid:dximagetransform.microsoft.gradient(enabled=false); + *zoom: 1; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); } .btn:hover, @@ -508,72 +2125,88 @@ span.true { .btn.active, .btn.disabled, .btn[disabled] { - background-color: #666666; + background-color: #e6e6e6; + *background-color: #d9d9d9; } .btn:active, .btn.active { - background-color: #555555; + background-color: #cccccc \9; +} + +.btn:first-child { + *margin-left: 0; } .btn:hover { - background-color: #666666; + color: #333333; + text-decoration: none; + background-color: #e6e6e6; + *background-color: #d9d9d9; + background-position: 0 -15px; + -webkit-transition: background-position 0.1s linear; + -moz-transition: background-position 0.1s linear; + -ms-transition: background-position 0.1s linear; + -o-transition: background-position 0.1s linear; + transition: background-position 0.1s linear; } .btn:focus { - outline: thin dotted #111; + outline: thin dotted #333; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; } .btn.active, .btn:active { - background-color: #555555; -} - -a.btn { - color: #ffffff !important; -} - -a.btn:hover { - color: #ffffff !important; -} - -.btn-large { - background:#444444 !important; - color: #ffffff !important; - font-weight: normal !important; -} - -.btn-large:hover, -.btn-large:active, -.btn-large.active, -.btn-large.disabled, -.btn-large[disabled] { - background-color: #666666 !important; - color: #ffffff !important; - font-weight: normal !important; + background-color: #e6e6e6; + background-color: #d9d9d9 \9; + background-image: none; + outline: 0; + -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); } .btn.disabled, .btn[disabled] { - background-color: #555555; + cursor: default; + background-color: #e6e6e6; background-image: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; } -.btn-mini:hover{ - background-color: #666666; +.btn-large { + padding: 9px 14px; + font-size: 15px; + line-height: normal; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; } -a.btn-mini { - color: #ffffff !important; +.btn-large [class^="icon-"] { + margin-top: 1px; } -a.btn-mini:hover { - color: #ffffff !important; +.btn-small { + padding: 5px 9px; + font-size: 11px; + line-height: 16px; +} + +.btn-small [class^="icon-"] { + margin-top: -1px; +} + +.btn-mini { + padding: 2px 6px; + font-size: 11px; + line-height: 14px; } .btn-primary, @@ -602,7 +2235,19 @@ a.btn-mini:hover { } .btn-primary { - background-color: #2265a1; + background-color: #0074cc; + *background-color: #0055cc; + background-image: -ms-linear-gradient(top, #0088cc, #0055cc); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc)); + background-image: -webkit-linear-gradient(top, #0088cc, #0055cc); + background-image: -o-linear-gradient(top, #0088cc, #0055cc); + background-image: -moz-linear-gradient(top, #0088cc, #0055cc); + background-image: linear-gradient(top, #0088cc, #0055cc); + background-repeat: repeat-x; + border-color: #0055cc #0055cc #003580; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0); + filter: progid:dximagetransform.microsoft.gradient(enabled=false); } .btn-primary:hover, @@ -610,12 +2255,13 @@ a.btn-mini:hover { .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { - background-color: #2672b6; + background-color: #0055cc; + *background-color: #004ab3; } .btn-primary:active, .btn-primary.active { - background-color: #1b507f; + background-color: #004099 \9; } .btn-warning { @@ -649,7 +2295,19 @@ a.btn-mini:hover { } .btn-danger { - background-color: #8d2d2b; + background-color: #da4f49; + *background-color: #bd362f; + background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)); + background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f); + background-image: -o-linear-gradient(top, #ee5f5b, #bd362f); + background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f); + background-image: linear-gradient(top, #ee5f5b, #bd362f); + background-repeat: repeat-x; + border-color: #bd362f #bd362f #802420; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0); + filter: progid:dximagetransform.microsoft.gradient(enabled=false); } .btn-danger:hover, @@ -657,16 +2315,29 @@ a.btn-mini:hover { .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] { - background-color: #a13331; + background-color: #bd362f; + *background-color: #a9302a; } .btn-danger:active, .btn-danger.active { - background-color: #6e2321; + background-color: #942a25 \9; } .btn-success { - background-color: #3f7636; + background-color: #5bb75b; + *background-color: #51a351; + background-image: -ms-linear-gradient(top, #62c462, #51a351); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)); + background-image: -webkit-linear-gradient(top, #62c462, #51a351); + background-image: -o-linear-gradient(top, #62c462, #51a351); + background-image: -moz-linear-gradient(top, #62c462, #51a351); + background-image: linear-gradient(top, #62c462, #51a351); + background-repeat: repeat-x; + border-color: #51a351 #51a351 #387038; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0); + filter: progid:dximagetransform.microsoft.gradient(enabled=false); } .btn-success:hover, @@ -674,12 +2345,13 @@ a.btn-mini:hover { .btn-success.active, .btn-success.disabled, .btn-success[disabled] { - background-color: #48873e; + background-color: #51a351; + *background-color: #499249; } .btn-success:active, .btn-success.active { - background-color: #305a29; + background-color: #408140 \9; } .btn-info { @@ -713,19 +2385,19 @@ a.btn-mini:hover { } .btn-inverse { - background-color: #1178b3; - *background-color: #11517a; - background-image: -ms-linear-gradient(top, #1178b3, #11517a); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1178b3), to(#11517a)); - background-image: -webkit-linear-gradient(top, #1178b3, #11517a); - background-image: -o-linear-gradient(top, #1178b3, #11517a); - background-image: linear-gradient(top, #1178b3, #11517a); - background-image: -moz-linear-gradient(top, #1178b3, #11517a); + background-color: #414141; + *background-color: #222222; + background-image: -ms-linear-gradient(top, #555555, #222222); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222)); + background-image: -webkit-linear-gradient(top, #555555, #222222); + background-image: -o-linear-gradient(top, #555555, #222222); + background-image: -moz-linear-gradient(top, #555555, #222222); + background-image: linear-gradient(top, #555555, #222222); background-repeat: repeat-x; - border: 1px solid #1178b3; + border-color: #222222 #222222 #000000; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0); filter: progid:dximagetransform.microsoft.gradient(enabled=false); - vertical-align: middle; } .btn-inverse:hover, @@ -742,1119 +2414,506 @@ a.btn-mini:hover { background-color: #080808 \9; } -.btn:focus, -.btn:active { - border: 1px solid #111; -} - -.btn-primary:focus, -.btn-warning:focus, -.btn-danger:focus, -.btn-success:focus, -.btn-info:focus, -.btn-inverse:focus { - border: 1px solid transparent; - box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.75) inset; -} - -.btn-group > .dropdown-toggle { - -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); - -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); - box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -} - -.btn-group.open .dropdown-toggle { - background-image: none; - -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); - -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -} - -.btn-group.open .btn.dropdown-toggle { - background-color: #11517a; -} - -.btn-group.open .btn-primary.dropdown-toggle { - background-color: #0055cc; -} - -.btn-group.open .btn-warning.dropdown-toggle { - background-color: #f89406; -} - -.btn-group.open .btn-danger.dropdown-toggle { - background-color: #bd362f; -} - -.btn-group.open .btn-success.dropdown-toggle { - background-color: #51a351; -} - -.btn-group.open .btn-info.dropdown-toggle { - background-color: #2f96b4; -} - -.btn-group.open .btn-inverse.dropdown-toggle { - background-color: #222222; -} - -.dropup .btn-large .caret { - border-top: 0; - border-bottom: 5px solid #000000; -} - -.btn-primary .caret, -.btn-warning .caret, -.btn-danger .caret, -.btn-info .caret, -.btn-success .caret, -.btn-inverse .caret { - border-top-color: #ffffff; - border-bottom-color: #ffffff; - opacity: 0.75; - filter: alpha(opacity=75); -} - -#customQualityWrapper div.component-group-desc p { - color: #fff; -} - -#SceneException div.component-group-desc p { - color: #fff; -} - -.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { - text-shadow:0 1px rgba(255,255,255,0.8); -} - -h3 { - font-size: 18px; - line-height: 27px; - font-weight: normal; -} - -h4.note { - color: #000000; -} - -blockquote { - border-left: 5px solid #838B8B; -} - -code, -pre { - color: #000000; -} - -pre { - background-color: #f5f5f5; - border: 1px solid #ccc; -} - -.verticalimage { - border-style: solid; - border-radius: 4px 0px 0px 4px; - border-color: #111; - border-width: 1px 0px 1px 1px; -} - -.vertical { - background-color: #6196c2; - border-radius: 0 4px 4px 0; - border-width: 1px 1px 1px 0; - border-style: solid; - border-color: #B7B7B7; - color: #343434; -} - -#donate_form{ - border: 5px solid gray; - background: white; -} - -.spinner { - height:14px; - width:14px; - margin:0px auto; - display: inline-block; - -webkit-animation: rotation .6s infinite linear; - -moz-animation: rotation .6s infinite linear; - -o-animation: rotation .6s infinite linear; - animation: rotation .6s infinite linear; - border-left:6px solid rgba(0,0,0,.15); - border-right:6px solid rgba(0,0,0,.15); - border-bottom:6px solid rgba(0,0,0,.15); - border-top:6px solid rgba(0,0,0,.8); - border-radius:100%; -} - -.spinner2 { - height:10px; - width:10px; - margin:0px auto; - display: inline-block; - -webkit-animation: rotation .6s infinite linear; - -moz-animation: rotation .6s infinite linear; - -o-animation: rotation .6s infinite linear; - animation: rotation .6s infinite linear; - border-left:3px solid rgba(0,0,0,.15); - border-right:3px solid rgba(0,0,0,.15); - border-bottom:3px solid rgba(0,0,0,.15); - border-top:3px solid rgba(0,0,0,.8); - border-radius:100%; -} - -@-webkit-keyframes rotation { -from {-webkit-transform: rotate(0deg);} -to {-webkit-transform: rotate(359deg);} -} - -@-moz-keyframes rotation { -from {-moz-transform: rotate(0deg);} -to {-moz-transform: rotate(359deg);} -} - -@-o-keyframes rotation { -from {-o-transform: rotate(0deg);} -to {-o-transform: rotate(359deg);} -} - -@keyframes rotation { -from {transform: rotate(0deg);} -to {transform: rotate(359deg);} -} - -ul.tags li { - background: url(../images/tag.png) no-repeat scroll 5px 4px #555555; - border: 1px solid #111; - color: #FFF; - text-shadow: 0px 1px rgba(0, 0, 0, 0.8); -} - -ul.tags li a{ - color: #FFF; -} - -#showCol .showsummary { - text-shadow: 0px 1px rgba(255, 255, 255, 0.8); - background: #f9f9f9; - border: 1px solid #ddd; -} - -.meta b { - color: #000000; -} - -#prevShow, -#nextShow, -#topcontrol { - -webkit-filter: grayscale(100%); - filter: grayscale(100%); - filter: gray; - filter: url("data:image/svg+xml;utf8,#greyscale"); -} - -/* -tablesorter.css -*/ - -table.tablesorter { - width:100%; - line-height:32px; - text-align:middle; - text-shadow:0 1px rgba(255,255,255,0.8); - border-collapse:separate; - -webkit-box-shadow: none; - box-shadow: none; - border:1px solid #ccc; - border-radius:10px; - border-spacing: 0px; - background-color: #DCDCDC; -} - -table.tablesorter th { - background:#333333; - border-collapse: collapse; - background-image: -moz-linear-gradient(#555555, #333333) !important; - background-image: linear-gradient(#555555, #333333) !important; - background-image: -webkit-linear-gradient(#555555, #333333) !important; - background-image: -o-linear-gradient(#555555, #333333) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#555555, endColorstr=#333333) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#555555, endColorstr=#333333) !important; - color: #fff; - box-shadow: none; -} -table.tablesorter .tablesorter-header { - /* background-image: url(../images/tablesorter/bg.gif); */ - - background-repeat: no-repeat; - background-position: center right; - cursor: pointer; -} -table.tablesorter .tablesorter-header-inner { - padding: 0px 15px 0px 15px; -} -table.tablesorter th.tablesorter-headerSortUp .tablesorter-header-inner { - background: url(../lib/images/tablesorter/asc.gif) no-repeat right center; -} -table.tablesorter th.tablesorter-headerSortDown .tablesorter-header-inner { - background: url(../lib/images/tablesorter/desc.gif) no-repeat right center; -} -table.tablesorter th.tablesorter-headerAsc { - background:#555555; - text-shadow:0 1px rgba(0,0,0,0.8); - background-image: -moz-linear-gradient(#777777, #555555) !important; - background-image: linear-gradient(#777777, #555555) !important; - background-image: -webkit-linear-gradient(#777777, #555555) !important; - background-image: -o-linear-gradient(#777777, #555555) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#555555, endColorstr=#333333) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#555555, endColorstr=#333333) !important; - color: #FFFFFF; - box-shadow: none; - /* background-image: url(../images/tablesorter/asc.gif); */ - -} -table.tablesorter th.tablesorter-headerDesc { - background:#555555; - text-shadow:0 1px rgba(0,0,0,0.8); - background-image: -moz-linear-gradient(#777777, #555555) !important; - background-image: linear-gradient(#777777, #555555) !important; - background-image: -webkit-linear-gradient(#777777, #555555) !important; - background-image: -o-linear-gradient(#777777, #555555) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#555555, endColorstr=#333333) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#555555, endColorstr=#333333) !important; - color: #FFFFFF; - box-shadow: none; - /* background-image: url(../images/tablesorter/desc.gif); */ - -} -/* Zebra Widget - row alternating colors */ -table.tablesorter tr.odd td { - background-color: #F5F1E4; - text-shadow:0 1px rgba(255,255,255,0.8); -} -table.tablesorter tr.even td { - background-color: #DFDACF; - text-shadow:0 1px rgba(255,255,255,0.8); -} -/* filter widget */ -table.tablesorter input.tablesorter-filter { - width: 98%; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -table.tablesorter tr.tablesorter-filter, -table.tablesorter tr.tablesorter-filter td { - text-align: center; - background: #eee; -} -/* optional disabled input styling */table.tablesorter input.tablesorter-filter.disabled { - display: none; -} -/* xtra css for sb */ -.tablesorter-header-inner { - text-align: center; - white-space: nowrap; - padding: 0 2px; -} -tr.tablesorter-stickyHeader { - background-color: #fff; - padding: 2px 0; -} - -/* -jquery-ui-1.10.4.custom.css -*/ - -.ui-widget-content { - border: 1px solid #aaaaaa; - background: #dcdcdc url("/css/lib/images/ui-bg_flat_0_ffffff_40x100.png") 50% top repeat-x; - color: #222222; -} - -.ui-widget-content a { - color: #222222; -} - -.ui-widget-header { - border: 1px solid #aaaaaa; - /* background: #ffffff url(images/ui-bg_flat_0_ffffff_40x100.png) 50% 50% repeat-x; */ - color: #222222; - font-weight: normal; -} - -.ui-widget-header a { - color: #222222; -} - -.ui-state-default, -.ui-widget-content .ui-state-default, -.ui-widget-header .ui-state-default { - border: 1px solid #aaaaaa; - /* background: #efefef url(images/ui-bg_highlight-soft_75_efefef_1x100.png) 50% 50% repeat-x; */ - font-weight: normal; - color: #222222; -} - -.ui-state-default a, -.ui-state-default a:link, -.ui-state-default a:visited { - color: #222222; - text-decoration: none; -} - -.ui-state-hover, -.ui-widget-content .ui-state-hover, -.ui-widget-header .ui-state-hover, -.ui-state-focus, -.ui-widget-content .ui-state-focus, -.ui-widget-header .ui-state-focus { - border: 1px solid #999999; - /* background: #dddddd url(images/ui-bg_highlight-soft_75_dddddd_1x100.png) 50% 50% repeat-x; */ - font-weight: bold; - color: #222222; -} - -.ui-state-hover a, -.ui-state-hover a:hover, -.ui-state-hover a:link, -.ui-state-hover a:visited, -.ui-state-focus a, -.ui-state-focus a:hover, -.ui-state-focus a:link, -.ui-state-focus a:visited { - color: #222222; - text-decoration: none; -} - -.ui-state-active, -.ui-widget-content .ui-state-active, -.ui-widget-header .ui-state-active { - border: 1px solid #aaaaaa; - background: #dfdfdf url(/css/images/ui-bg_inset-soft_75_dfdfdf_1x100.png) 50% 50% repeat-x; - font-weight: bold; - color: #140f06; -} - -.ui-state-active a, -.ui-state-active a:link, -.ui-state-active a:visited { - color: #140f06; - text-decoration: none; -} - -.ui-state-highlight, -.ui-widget-content .ui-state-highlight, -.ui-widget-header .ui-state-highlight { - border: 1px solid #aaaaaa; - /* background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; */ - color: #363636; -} - -.ui-state-highlight a, -.ui-widget-content .ui-state-highlight a, -.ui-widget-header .ui-state-highlight a { - color: #363636; -} - -.ui-state-error, -.ui-widget-content .ui-state-error, -.ui-widget-header .ui-state-error { - border: 1px solid #aaaaaa; - /* background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; */ - color: #8c291d; -} - -.ui-state-error a, -.ui-widget-content .ui-state-error a, -.ui-widget-header .ui-state-error a { - color: #8c291d; -} - -.ui-state-error-text, -.ui-widget-content .ui-state-error-text, -.ui-widget-header .ui-state-error-text { - color: #8c291d; -} - -.sf-sub-indicator { background: url("/images/arrows.png") no-repeat -10px -100px; } -.sf-shadow ul { background: url("/images/shadow.png") no-repeat bottom right; } - -[class^="icon-"], [class*=" icon-"] { background-image: url("/images/glyphicons-halflings.png"); } -a:hover > i.icon-question-sign, .icon-white { background-image: url("/images/glyphicons-halflings-white.png"); } -a > i.icon-question-sign { background-image: url("/images/glyphicons-halflings.png"); } - -.dropdown-menu li > a:hover > [class^="icon-"], .dropdown-menu li > a:hover > [class*=" icon-"] { background-image: url("/images/glyphicons-halflings-white.png"); } -[class^="icon16-"], [class*=" icon16-"] { background-image: url("/images/glyphicons-config.png"); } - -.ui-autocomplete-loading { background: white url("/images/loading16.gif") right center no-repeat; } -.browserDialog.busy .ui-dialog-buttonpane { background: url("/images/loading.gif") 10px 50% no-repeat !important; } -.ui-progressbar .ui-progressbar-overlay { background: url("/css/lib/images/animated-overlay.gif"); } -.ui-dialog, .ui-dialog-buttonpane { background: #ffffff 50% 50% repeat !important; } -.ui-dialog-titlebar { background-image: url("/css/lib/images/ui-bg_highlight-soft_75_cccccc_1x100.png");} -.ui-accordion-content, .ui-tabs-panel { background: #ededed !important; background-image: none !important; } - -.ui-widget-content { background: #dfdfdf url(/css/images/ui-bg_inset-soft_75_dfdfdf_1x100.png) 50% 50% repeat-x; } -.ui-widget-header { background: #ffffff url("/css/lib/images/ui-bg_flat_0_ffffff_40x100.png") 50% 50% repeat-x; } - -.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background: #E6E6E6 url("/css/lib/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x; border-color: #D3D3D3; color: #555555; } -.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { background: #dddddd url("/css/lib/images/ui-bg_highlight-soft_75_dddddd_1x100.png") 50% 50% repeat-x; } -.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background: #F7F7F7; color: #222222 !important; } - -.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { background: #fbf9ee url("/css/lib/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x; } -.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { background: #fef1ec url("/css/lib/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x; } - -.ui-icon, .ui-widget-content .ui-icon { background-image: url("/css/lib/images/ui-icons_ffffff_256x240.png"); } -.ui-widget-header .ui-icon { background-image: url("/css/lib/images/ui-icons_ffffff_256x240.png"); } -.ui-state-default .ui-icon { background-image: url("/css/lib/images/ui-icons_888888_256x240.png"); } -.ui-state-hover .ui-icon, .ui-state-focus .ui-icon { background-image: url("/css/lib/images/ui-icons_ffffff_256x240.png"); } -.ui-state-active .ui-icon { background-image: url("/css/lib/images/ui-icons_8c291d_256x240.png"); } -.ui-state-highlight .ui-icon { background-image: url("/css/lib/images/ui-icons_2e83ff_256x240.png"); } -.ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background-image: url("/css/lib/images/ui-icons_cd0a0a_256x240.png"); } - -.ui-widget-overlay { background: #aaaaaa url("/css/lib/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x; } -.ui-widget-shadow { background: #000000 url("/css/lib/images/ui-bg_flat_0_000000_40x100.png") 50% 50% repeat-x; } - -.ui-tabs { - padding: 0px; - background: none; - border-width: 0px; -} -.ui-tabs .ui-tabs-nav { - padding-left: 0px; - background: transparent; - border-width: 0px 0px 0px 0px; - -moz-border-radius: 0px; - -webkit-border-radius: 0px; - border-radius: 0px; - -} -.ui-tabs .ui-tabs-panel { background-color: #F7F7F7 !important; border-left-color-value: #CCCCCC; border-width: 1px 1px 1px 1px; border-color: #CCCCCC;} - -.ui-tabs-nav > :not(.ui-tabs-active){ background: #ededed !important; color: #222222 !important; } - -/* -comingEpisodes.css -*/ - -.tvshowDiv { - border: 1px solid #CCCCCC; - background: #fff; -} - -.tvshowTitle a { - color: #000000; - text-shadow: -1px -1px 0 #FFF; -} - -.tvshowDiv .title { - font-weight: bold; - color: #111; -} - -.posterThumb { - border-right: 1px solid #ccc; - border-top-left-radius: 8px; - border-bottom-left-radius: 8px; -} - -.bannerThumb { - border-top-left-radius: 8px; - border-top-right-radius: 8px; - border-bottom: 1px solid #ccc; -} - -.tvshowDiv th { - color: #000; -} - -.tvshowDiv td { - color: #000; -} - -.tvshowDiv td.next_episode { - border-bottom: 1px solid #ccc; - color: #000; -} - -h1.day { - background-image: -moz-linear-gradient(#555555, #333333) !important; - background-image: linear-gradient(#555555, #333333) !important; - background-image: -webkit-linear-gradient(#555555, #333333) !important; - background-image: -o-linear-gradient(#555555, #333333) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#555555, endColorstr=#333333) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#555555, endColorstr=#333333) !important; - color: #fff; - text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3); -} - -h1.network { - background-image: -moz-linear-gradient(#555555, #333333) !important; - background-image: linear-gradient(#555555, #333333) !important; - background-image: -webkit-linear-gradient(#555555, #333333) !important; - background-image: -o-linear-gradient(#555555, #333333) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#555555, endColorstr=#333333) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#555555, endColorstr=#333333) !important; - color: #fff; - text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3); -} - -.ep_listing { - width: auto; - border: 1px solid #CCCCCC; - margin-bottom: 10px; - /* margin: 10px; */ - /* overflow: hidden; */ - padding: 10px; -} - -.listing_default { - background-color: #F5F1E4; - color: #cec198; - border: 1px solid #cec198; -} - -.listing_current { - background-color: #E2FFD8; - color: #AAD450; - border: 1px solid #AAD450; -} - -.listing_waiting { - background-color: #99ff99; -} - -.listing_overdue { - background-color: #FDEBF3; - color: #F49AC1; - border: 1px solid #F49AC1; -} - -.listing_toofar { - background-color: #E9F7FB; - color: #90D5EC; - border: 1px solid #90D5EC; -} - -.listing_unknown { - background-color: #ffdc89; -} - -tr.listing_default { - color: #000000; -} - -tr.listing_current { - color: #000000; -} - -tr.listing_waiting { - color: #000000; -} - -tr.listing_overdue { - color: #000000; -} - -tr.listing_toofar { - color: #000000; -} - -tr.listing_unknown { - color: #000000; -} - -span.pause { - color: #FF0000; +.btn-xs { + padding: 1px 5px; font-size: 12px; + line-height: 1.5; + border-radius: 3px; } -.ep_summaryTrigger { -/* float: left; - padding-top: 9px;*/ - margin-top: -1px; -} -.ep_summary { - margin-left: 5px; -/* padding-top: 5px; */ - font-style: italic; - line-height: 21px; +@media(min-width:768px){ + .navbar .nav > li > .dropdown-menu:after { + position: absolute; + top: -6px; + right: 12px; + display: inline-block; + border-right: 6px solid transparent; + border-bottom: 6px solid #F5F1E4; + border-left: 6px solid transparent; + content: ""; + } } -/* -config.css -*/ - -#config a:hover { - color: #005580 !important; +label { + font-weight: normal; } -#config h3 { - color: #000; -} - -#config h4 { - color: #333; -} - -#config h5 { - color: #000; -} - -#config .path { - color: #333; -} - -#config-components-border { - border-top: 1px solid #999; -} - -#config .title-group { - border-bottom: 1px solid #666; -} - -#config .component-group { - border-bottom: 1px solid #ccc; -} - -#config .component-group-desc p { - color: #666; -} - -#config .component-group-desc p.note { - color: #333; -} - -#config div.field-pair input:not(.btn) { - border: 1px solid #ccc; -} - -#config-settings { - background: #fffae5; - border-bottom: 1px dotted #666; - border-top: 1px solid #999; -} - -#config-settings .config-settings-group { - border-bottom: 1px dotted #999; -} - -#config-settings .config-settings-group p { - color: #666; -} - -#provider_order_list li, -#service_order_list li { - background: url('/css/lib/images/ui-bg_glass_75_e6e6e6_1x400.png') repeat-x scroll 50% 50% #E6E6E6; -} - -#config div.metadata_options { - color: #036; -} - -#config div.metadata_options label:hover { - background-color: #9f9; -} - -#config div.metadata_options label { - color: #036; -} - -#config div.metadata_example { - color: #036; -} - -#config div.metadata_example label { - color: #000; -} - -#config div.metadataDiv .disabled { - color: #ccc; -} - -.infoTableSeperator { - border-top: 1px dotted #666666; -} - -#config div.testNotification { - border: 1px solid #ccc; -} - -.config_message { - background: #ffecac; -} - -#config span.path { - color: #6666FF; +pre { + color: #fff; + background-color: #3d3d3d; + border: 1px solid #111; } /* ======================================================================= -config_postProcessing.tmpl +input sizing (for config pages) ========================================================================== */ -#config div.example { - color: #000; - border: 1px solid #ccc; - background: #dfdede; +#config select { + min-width: 0; + width: auto; + display: inline; + margin-top: -4px; } -.Key { - background-color: #f4f4f4; - border: 1px solid #ccc; +.btn-inline { + margin-top: -3px; } -.Key th, .tableHeader { +.input75 { + width: 75px; + margin-top: -4px; +} + +.input100 { + width: 100px; + margin-top: -4px; +} + +.input150 { + width: 150px; + margin-top: -4px; +} + +.input200 { + width: 200px; + margin-top: -4px; +} + +.input250 { + width: 250px; + margin-top: -4px; +} + +.input300 { + width: 300px; + margin-top: -4px; +} + +.input350 { + width: 350px; + margin-top: -4px; +} + +/* ======================================================================= +browser.css +========================================================================== */ + +#fileBrowserDialog { + overflow-y: auto; +} + +#fileBrowserDialog ul { + padding: 0; + margin: 0; +} + +#fileBrowserDialog ul li { + margin: 2px 0; + list-style-type: none; + cursor: pointer; +} + +#fileBrowserDialog ul li a { + display: block; + padding: 4px 0; +} + +#fileBrowserDialog ul li a:hover { + color: #00f; + background: none; +} + +#fileBrowserDialog ul li a span.ui-icon { + float: left; + margin: 0 4px; +} + +#fileBrowserDialog h2 { + font-size: 20px; +} + +.ui-autocomplete { + max-height: 180px; + overflow-x: hidden; + overflow-y: auto; +} + +/* IE6 hack since it doesn't support max-height */ +* html .ui-autocomplete { + height: 180px; + padding-right: 20px; +} + +.ui-menu .ui-menu-item { + background-color: #eee; +} + +.ui-menu .ui-menu-item-alternate { + background-color: #fff; +} + +.ui-autocomplete .ui-menu-item .ui-state-focus { color: #fff; - text-align: center; - text-shadow:0 1px rgba(0,0,0,0.8); - background:#555555; - background-image:-webkit-linear-gradient(top, #555555,#333333) !important; - background-image:-moz-linear-gradient(top, #555555,#333333) !important; - background-image:-o-linear-gradient(top, #555555,#333333) !important; - background-image:linear-gradient(to bottom, #555555,#333333) !important; + background: none; + background-color: #0a246a; } -.Key tr { - border-bottom: 1px solid #111; +/* restore 1.8.x resize handle on dialog button pane */ +.ui-dialog .ui-resizable-se { + width: 14px; + height: 14px; + right: 3px; + bottom: 3px; + background-position: -80px -224px; } -.Key tr.even { - background-color: #dfdede; + +/* ======================================================================= +formWizard.css +========================================================================== */ + +fieldset.sectionwrap { + width: 800px; + padding: 5px; + text-align: left; + border-width: 0; } -/* -trakt.css -*/ - -.traktContainer h2, .traktContainer i { - text-shadow: 1px 1px 0px #fff; +legend.legendStep { + color: #57442b; + margin-bottom: 0px; } -.traktContainer { - text-shadow:0 1px rgba(255,255,255,0.5); - background: #F5F1E4; - border: 1px solid #ccc; +div.stepsguide { + margin-bottom: 15px; + overflow: hidden; + text-align: left; + cursor: pointer; } -.trakt-image { - border-bottom: 1px solid #ccc; -} - -.trakt-image-slide { - background-color: #F5F1E4; - opacity: 0.7; - border-top: 1px solid #ccc; - text-shadow: 1px 1px #fff; - color: #000; -} - -/* -posterlist.css -*/ - -.show { - background-color: #F5F1E4; - border: 1px solid #ccc; -} - -.show-image-slide { - background-color: #F5F1E4; - opacity: 0.7; - border-top: 1px solid #ccc; - text-shadow: 1px 1px #fff; - color: #000; -} - -.show .ui-widget-content { - border-top: 1px solid #ccc; - border-bottom: 1px solid #ccc; - border-left: 0px; - border-right: 0px; -} - -.show-add { - text-shadow: 1px 1px #fff; -} - -.show-date { - text-shadow: 1px 1px #fff; -} - -.show-status { - text-shadow: 1px 1px #fff; -} - -.show-dlstats { - text-shadow: 1px 1px #fff; -} - -/* -formwizard.css -*/ - -legend.legendStep{ - color: #343434; +div.stepsguide .step { + float: left; + width: 266px; + font: bold 24px Arial; } div.stepsguide .step p { - border-bottom: 4px solid #57442B; + margin: 12px 0; + border-bottom: 4px solid #57442b; } -div.stepsguide .disabledstep{ - color:#C4C4C4; +div.stepsguide .disabledstep { + color: #c4c4c4; } + div.stepsguide .disabledstep p { - border-bottom: 4px solid #8A775E; + border-bottom: 4px solid #8a775e; } -div.formpaginate .prev, div.formpaginate .next{ - display: inline-block; - padding: 3.5px 10px 3.5px; - font-size: 14px; +div.stepsguide .step .smalltext { + font-size: 13px; font-weight: normal; - line-height: 18px; - color:#fff; - text-align:center; - text-shadow:0 1px rgba(0,0,0,0.8); - background-clip:padding-box; - border:1px solid #111; - border-radius:3px; - cursor:pointer; - -webkit-box-sizing:border-box; - -moz-box-sizing:border-box; - box-sizing:border-box; - background:#444444; - border:1px solid #111; - background-image:-webkit-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - background-image:-moz-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - background-image:-o-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - background-image:linear-gradient(to bottom, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.25)); - -webkit-box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 -1px 3px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.08),0 1px 2px rgba(0,0,0,0.15); - box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 -1px 3px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.08),0 1px 2px rgba(0,0,0,0.15); } -.prev:hover , .next:hover{ - background-color:#666666 !important; +div.formpaginate { + width: 800px; + margin-top: 1em; + overflow: auto; + font-weight: bold; + text-align: center; +} + +div.formpaginate .prev, div.formpaginate .next { + padding: 3px 6px; + color: #fff; + cursor: hand; + cursor: pointer; + background: #57442b; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; } .stepDiv { - padding: 21px 15px 15px 15px; - margin-left: auto; - margin-right: auto; -} - -input:not(.btn){ - margin-right: 6px; - padding: 4px; - border-radius: 3px; - border: 1px solid #ccc; + padding: 15px; } /* step 3 related */ - -#customQualityWrapper {/* height: 190px;*/ overflow: hidden; } -#customQualityWrapper div.component-group-desc{float:left;width:165px;} -#customQualityWrapper div.component-group-desc p{width:85%;font-size:14px;color:#666;margin:.8em 0;} -#customQualityWrapper div.component-group-desc p.note{width:90%;font-size:14px;color:#333;margin:.8em 0;} - - -/* -superfish.css -*/ - -.sf-menu ul { - background: #363636; - border: 1px solid #555555; +#customQuality { + display: block; + padding: 10px 0; + overflow: hidden; + clear: both; } -.sf-menu li.spacer, -.sf-menu li.spacer:hover { - background-color: #666666; +#customQualityWrapper div.component-group-desc { + float: left; + width: 165px; +} + +#customQualityWrapper div.component-group-desc p { + width: 85%; + margin: .8em 0; + font-size: 1.2em; + color: #666; } -.sf-menu li.current > a { - color: #FFFFFF; +/* ======================================================================= +tablesorter.css +========================================================================== */ + +.tablesorter { + width: 100%; + margin-right: auto; + margin-left: auto; + color: #000; + text-align: left; + background-color: #ddd; + border-spacing: 0; } -.sf-menu a { - border-right: 1px solid #ccc; - padding: .75em 1em; - text-decoration: none; +.tablesorter th, +.tablesorter td { + padding: 4px; + border-top: #fff 1px solid; + border-left: #fff 1px solid; + vertical-align: middle; } -.sf-menu li a { - border: 1px solid transparent; - color: #FFFFFF; - text-shadow: 1px 1px 0 #000; +/* remove extra border from left edge */ +.tablesorter th:first-child, +.tablesorter td:first-child { + border-left: none; } -.sf-menu li a.log { - border: 1px solid transparent; - color: #FFFFFF; - text-shadow: 1px 1px 0 #000; +.tablesorter th { + color: #fff; + text-align: center; + text-shadow: -1px -1px 0 rgba(0,0,0,0.3); + background-color: #333; + border-collapse: collapse; + font-weight: normal; } -.sf-menu a, -.sf-menu a:visited { - color: #FFFFFF; +.tablesorter .tablesorter-header { + padding: 4px 18px 4px 18px; + cursor: pointer; + background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); + background-position: center right; + background-repeat: no-repeat; + /* background-image: url(../images/tablesorter/bg.gif); */ } -.sf-menu li li li { - background: #2a2a2a; - /* even row tan */ +.tablesorter thead .tablesorter-headerDesc { + background-color: #555; + background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7); + /* background-image: url(../images/tablesorter/asc.gif); */ } -.sf-menu li li a, -.sf-menu li li a:visited { - color: #FFF; +.tablesorter thead .tablesorter-headerAsc { + background-color: #555; + background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7); + /* background-image: url(../images/tablesorter/desc.gif); */ } -.sf-menu li li a:hover { - color: #000; +.tablesorter thead .sorter-false { + background-image: none; + padding: 4px; + cursor: default; } -.sf-menu li li li a, -.sf-menu li li li a:visited { - color: #FFF; +thead.tablesorter-stickyHeader { + border-top: 2px solid #fff; + border-bottom: 2px solid #fff; } -.sf-menu li li li a:hover { - color: #000; +/* Zebra Widget - row alternating colors */ +.tablesorter tr.odd, .sickbeardTable tr.odd { + background-color: #f5f1e4; } -.sf-menu li:hover, -.sf-menu li.sfHover, -.sf-menu a:focus, -.sf-menu a:hover, -.sf-menu a:active { - outline: 0; +.tablesorter tr.even, .sickbeardTable tr.even { + background-color: #dfdacf; } -.sf-menu li a:hover { - background-image: -moz-linear-gradient(#777777, #555555) !important; - background-image: linear-gradient(#777777, #555555) !important; - background-image: -webkit-linear-gradient(#777777, #555555) !important; - background-image: -o-linear-gradient(#777777, #555555) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#777777, endColorstr=#555555) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#777777, endColorstr=#555555) !important; - border: 1px solid #555555; - border-radius: 3px 3px 3px 3px; - -moz-box-shadow: 0 1px 0 #555555 inset; - -webkit-box-shadow: 0 1px 0 #555555 inset; - -o-box-shadow: 0 1px 0 #555555 inset; - box-shadow: 0 1px 0 #555555 inset; +/* filter widget */ +.tablesorter .filtered { + display: none; +} +.tablesorter input.tablesorter-filter { + width: 98%; + height: auto; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; } -.sf-menu li ul li a:hover { - background-image: -moz-linear-gradient(#777777, #555555) !important; - background-image: linear-gradient(#777777, #555555) !important; - background-image: -webkit-linear-gradient(#777777, #555555) !important; - background-image: -o-linear-gradient(#777777, #555555) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#777777, endColorstr=#555555) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#777777, endColorstr=#555555) !important; - color: #FFFFFF !important; - text-shadow: none; - -moz-box-shadow: none; - -webkit-box-shadow: none; - -o-box-shadow: none; - box-shadow: none; +.tablesorter tr.tablesorter-filter-row, +.tablesorter tr.tablesorter-filter-row td { + text-align: center; + background: #eee; + border-bottom: 1px solid #ddd; } -/* -jquery.confirm.css -*/ - -#confirmOverlay{ - width:100%; - height:100%; - position:fixed; - top:0; - left:0; - background:url('../images/bg.gif'); - background: -moz-linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)) repeat-x rgba(0,0,0,0.5); - background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.5))) repeat-x rgba(0,0,0,0.5); - z-index:100000; +/* optional disabled input styling */ +.tablesorter input.tablesorter-filter-row .disabled { + display: none; } -#confirmBox{ - background: #F5F1E4; - width:460px; - position:fixed; - left:50%; - top:50%; - margin:-130px 0 0 -230px; - border: 1px solid #000; - border-radius: 10px; +.tablesorter-header-inner { + padding: 0 2px; + text-align: center; } -#confirmBox h1, -#confirmBox p{ - font:20px/1 "Open Sans", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; - padding: 12px 12px; - text-shadow:0 1px rgba(255,255,255,0.8); - color:#000; +.tablesorter tfoot tr { + color: #fff; + text-align: center; + text-shadow: -1px -1px 0 rgba(0,0,0,0.3); + background-color: #333; + border-collapse: collapse; } -#confirmBox h1{ - background-image: -moz-linear-gradient(#555555, #333333) !important; - background-image: linear-gradient(#555555, #333333) !important; - background-image: -webkit-linear-gradient(#555555, #333333) !important; - background-image: -o-linear-gradient(#555555, #333333) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#555555, endColorstr=#333333) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#555555, endColorstr=#333333) !important; - box-shadow: none; - border-top-left-radius: 10px; - border-top-right-radius: 10px; - border-bottom: 1px solid #111; - letter-spacing:0.3px; +.tablesorter tfoot a { color:#fff; + text-decoration: none; } -#confirmBox p{ - background:none; - font-size:14px; - line-height:1.4; - padding-top: 20px; +/* ======================================================================= +token-input.css +========================================================================== */ + +ul.token-input-list { + overflow: hidden; + height: auto !important; + height: 1%; + width: 273px; + border: 1px solid #ccc; + cursor: text; + font-size: 10px; + font-family: Verdana; + z-index: 999; + margin: 0; + padding: 0 0 1px 0; + background-color: #fff; + list-style-type: none; +/* clear: left; */ + border-top-left-radius: 3px; + border-top-right-radius: 3px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } -/* -jquery.pnotify.default.css -*/ - -.ui-pnotify { - position: fixed; - right: 10px; - bottom: 10px; - /* Ensure that the notices are on top of everything else. */ - z-index: 9999; -} -/* This hides position: fixed from IE6, which doesn't understand it. */ -html > body .ui-pnotify { - position: fixed; -} -.ui-pnotify .ui-widget { - background: none; -} -.ui-pnotify-container { - background-position: 0 0; - border: 1px solid #cccccc; - background-image: -moz-linear-gradient(#fdf0d5, #fff9ee) !important; - background-image: linear-gradient(#fdf0d5, #fff9ee) !important; - background-image: -webkit-linear-gradient(#fdf0d5, #fff9ee) !important; - background-image: -o-linear-gradient(#fdf0d5, #fff9ee) !important; - filter: progid:dximagetransform.microsoft.gradient(startColorstr=#555555, endColorstr=#333333) !important; - -ms-filter: progid:dximagetransform.microsoft.gradient(startColorstr=#555555, endColorstr=#333333) !important; - -moz-box-shadow: 0px 0px 2px #aaaaaa; - -webkit-box-shadow: 0px 0px 2px #aaaaaa; - -o-box-shadow: 0px 0px 2px #aaaaaa; - box-shadow: 0px 0px 2px #aaaaaa; +ul.token-input-list li { + list-style-type: none; } -.ui-pnotify-title { - color: #000000; +ul.token-input-list li input { + border: 0; + padding: 3px 4px; + background-color: white; +/* -webkit-appearance: caret; */ } -.ui-pnotify-text { - color: #000000; +li.token-input-token { + overflow: hidden; + height: auto !important; + height: 1%; + margin: 3px; + padding: 3px 5px 0 5px; + background-color: #d0efa0; + color: #000; + font-weight: bold; + cursor: default; + display: block; +} + +li.token-input-token img { + padding-top: 7px; + padding-right: 4px; + float: left; +} + +li.token-input-token input { + padding-top: 2px !important; + padding-right: 4px !important; + float: left; +} + +li.token-input-token p { + float: left; + padding: 0; + margin: 0; + line-height: 2.0 !important; +} + +li.token-input-token span { + float: right; + color: #777; + cursor: pointer; +} + +li.token-input-selected-token { + background-color: #08844e; + color: #fff; +} + +li.token-input-selected-token span { + color: #bbb; +} + +li.token-input-input-token input { + margin: 3px 3px 3px 3px !important; +} + +div.token-input-dropdown { + position: absolute; + width: 273px; + background-color: #fff; + overflow: hidden; + border-left: 1px solid #ccc; + border-right: 1px solid #ccc; + border-bottom: 1px solid #ccc; + cursor: default; + font-size: 11px; + font-family: Verdana; + z-index: 1; +} + +div.token-input-dropdown p { + margin: 0; + padding: 3px; + font-weight: bold; + color: #777; +} + +div.token-input-dropdown ul { + margin: 0; + padding: 0; +} + +div.token-input-dropdown ul li { + background-color: #fff; + padding: 3px; + list-style-type: none; +} + +div.token-input-dropdown ul li.token-input-dropdown-item { + background-color: #fafafa; +} + +div.token-input-dropdown ul li.token-input-dropdown-item2 { + background-color: #fff; +} + +div.token-input-dropdown ul li em { + font-weight: bold; + font-style: normal; +} + +div.token-input-dropdown ul li.token-input-selected-dropdown-item { + background-color: #6196c2; +} + +span.token-input-delete-token { + margin: 0 1px; } \ No newline at end of file diff --git a/gui/slick/css/style.css b/gui/slick/css/style.css new file mode 100644 index 00000000..bcd1d9ed --- /dev/null +++ b/gui/slick/css/style.css @@ -0,0 +1,2972 @@ +/* ======================================================================= +fonts +========================================================================== */ +/* Open Sans */ +/* Regular */ +@font-face { + font-family: 'Open Sans'; + + src: url('fonts/OpenSans-Regular-webfont.eot'); + src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-Regular-webfont.woff') format('woff'), + url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'), + url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg'); + font-weight: normal; + font-weight: 400; + font-style: normal; +} + +/* Italic */ +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-Italic-webfont.eot'); + src: url('fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-Italic-webfont.woff') format('woff'), + url('fonts/OpenSans-Italic-webfont.ttf') format('truetype'), + url('fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg'); + font-weight: normal; + font-weight: 400; + font-style: italic; +} + +/* Light */ +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-Light-webfont.eot'); + src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-Light-webfont.woff') format('woff'), + url('fonts/OpenSans-Light-webfont.ttf') format('truetype'), + url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg'); + font-weight: 200; + font-style: normal; +} + +/* Light Italic */ +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-LightItalic-webfont.eot'); + src: url('fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-LightItalic-webfont.woff') format('woff'), + url('fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'), + url('fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg'); + font-weight: 200; + font-style: italic; +} + +/* Semibold */ +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-Semibold-webfont.eot'); + src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-Semibold-webfont.woff') format('woff'), + url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), + url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg'); + font-weight: 600; + font-style: normal; +} + +/* Semibold Italic */ +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-SemiboldItalic-webfont.eot'); + src: url('fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'), + url('fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'), + url('fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg'); + font-weight: 600; + font-style: italic; +} + +/* Bold */ +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-Semibold-webfont.eot'); + src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-Semibold-webfont.woff') format('woff'), + url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), + url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg'); + font-weight: bold; + font-weight: 700; + font-style: normal; +} + +/* Bold Italic */ +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-SemiboldItalic-webfont.eot'); + src: url('fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'), + url('fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'), + url('fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg'); + font-weight: bold; + font-weight: 700; + font-style: italic; +} + +/* Extra Bold */ +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-Bold-webfont.eot'); + src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-Bold-webfont.woff') format('woff'), + url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'), + url('fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg'); + font-weight: 900; + font-style: normal; +} + +/* Extra Bold Italic */ +@font-face { + font-family: 'Open Sans'; + src: url('fonts/OpenSans-BoldItalic-webfont.eot'); + src: url('fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/OpenSans-BoldItalic-webfont.woff') format('woff'), + url('fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'), + url('fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg'); + font-weight: 900; + font-style: italic; +} + +/* Droid Sans */ +@font-face { + font-family: 'droid_sans_mono'; + src: url('fonts/droidsansmono-webfont.eot'); + src: url('fonts/droidsansmono-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/droidsansmono-webfont.woff') format('woff'), + url('fonts/droidsansmono-webfont.ttf') format('truetype'), + url('fonts/droidsansmono-webfont.svg#droid_sans_monoregular') format('svg'); + font-weight: normal; + font-style: normal; +} + + +/* ======================================================================= +inc_top.tmpl +========================================================================== */ + +.navbaricon { + margin-top: -15px; + margin-bottom: -15px; +} + +#contentWrapper { +/* background: url("../images/bg.png") repeat 0 0 transparent; */ +} + +[class^="icon-"], +[class*=" icon-"] { + background-image: url("../images/glyphicons-halflings.png"); +} + +.icon-white { + background-image: url("../images/glyphicons-halflings-white.png"); +} + +.dropdown-menu li > a:hover > [class^="menu-icon-"], +.dropdown-menu li > a:hover > [class*=" menu-icon-"] { + background-image: url("../images/menu/menu-icons-white.png"); +} + +[class^="icon16-"], +[class*=" icon16-"] { + background-image: url("../images/glyphicons-config.png"); +} + +.ui-autocomplete-loading { + background: white url("../images/loading16.gif") right center no-repeat; +} + +.browserDialog.busy .ui-dialog-buttonpane { + background: url("../images/loading.gif") 10px 50% no-repeat !important; +} + +.ui-progressbar .ui-progressbar-overlay { + background: url("../css/lib/images/animated-overlay.gif"); +} + +.ui-dialog, +.ui-dialog-buttonpane { + background: #eceadf url("../css/lib/images/ui-bg_fine-grain_10_eceadf_60x60.png") 50% 50% repeat !important; +} + +.ui-accordion-content, +.ui-tabs-panel { + background: #ededed !important; + background-image: none !important; +} + +.ui-widget-content { + background: #dcdcdc url("../css/lib/images/ui-bg_highlight-soft_75_dcdcdc_1x100.png") 50% top repeat-x; +} + +.ui-widget-header { + background: #ffffff url("../css/lib/images/ui-bg_flat_0_ffffff_40x100.png") 50% 50% repeat-x; +} + +.ui-state-default, +.ui-widget-content .ui-state-default, +.ui-widget-header .ui-state-default { + background: #ffffff; + border: 1px solid #CCCCCC; +} + +.ui-state-hover, +.ui-widget-content .ui-state-hover, +.ui-widget-header .ui-state-hover, +.ui-state-focus, +.ui-widget-content .ui-state-focus, +.ui-widget-header .ui-state-focus { + background: #ffffff; +} + +.ui-state-active, +.ui-widget-content .ui-state-active, +.ui-widget-header .ui-state-active { + background: #F7F7F7; +} + +.ui-state-highlight, +.ui-widget-content .ui-state-highlight, +.ui-widget-header .ui-state-highlight { + background: #fbf9ee url("../css/lib/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x; +} + +.ui-state-error, +.ui-widget-content .ui-state-error, +.ui-widget-header .ui-state-error { + background: #fef1ec url("../css/lib/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x; +} + +.ui-icon, +.ui-widget-content .ui-icon { + background-image: url("../css/lib/images/ui-icons_222222_256x240.png"); +} + +.ui-widget-header .ui-icon { + background-image: url("../css/lib/images/ui-icons_222222_256x240.png"); +} + +.ui-state-default .ui-icon { + background-image: url("../css/lib/images/ui-icons_8c291d_256x240.png"); +} + +.ui-state-hover .ui-icon, +.ui-state-focus .ui-icon { + background-image: url("../css/lib/images/ui-icons_222222_256x240.png"); +} + +.ui-state-active .ui-icon { + background-image: url("../css/lib/images/ui-icons_8c291d_256x240.png"); +} + +.ui-state-highlight .ui-icon { + background-image: url("../css/lib/images/ui-icons_2e83ff_256x240.png"); +} + +.ui-state-error .ui-icon, +.ui-state-error-text .ui-icon { + background-image: url("../css/lib/images/ui-icons_cd0a0a_256x240.png"); +} + +.ui-widget-overlay { + background: #aaaaaa url("../css/lib/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x; +} + +.ui-widget-shadow { + background: #000000 url("../css/lib/images/ui-bg_flat_0_000000_40x100.png") 50% 50% repeat-x; +} + +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { + color: #140F06; + text-decoration: none; +} +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { + color: #222; + text-decoration: none; +} + +.ui-tabs { + padding: 0px; + background: none; + border-width: 0px; +} + +.ui-tabs .ui-tabs-nav { + padding-left: 0px; + background: transparent; + border-width: 0px 0px 0px 0px; + -moz-border-radius: 0px; + -webkit-border-radius: 0px; + border-radius: 0px; +} + +.ui-tabs .ui-tabs-panel { + background-color: #F7F7F7 !important; + border: 1px solid #CCCCCC !important; +} + +.ui-tabs .ui-tabs-nav li.ui-tabs-active { + border-top-left-radius: 5px; + border-top-right-radius: 5px; +} + +.ui-tabs-nav > :not(.ui-tabs-active){ + border-top-left-radius: 5px; + border-top-right-radius: 5px; +} + +#content { + width: 95%; + min-width: 875px; + padding: 15px; + margin-left: auto; + margin-right: auto; + clear: both; +} + +#SubMenu { + padding-right: 20px; + clear: both; + font-size: 12px; + float: right; +} + +.upgrade-notification { + width: 600px; + text-align: center; + margin-left: auto; + margin-right: auto; + margin-top: 50px; + margin-bottom: 0px; +} + +[class^="menu-icon-"], [class*=" menu-icon-"] { + background: url("../images/menu/menu-icons-black.png"); + height: 16px; + width: 16px; + display: inline-block; + position: relative; + top: 2px; + float: left; +} + +@media(max-width:767px){ + [class^="menu-icon-"], [class*=" menu-icon-"] { + background: url("../images/menu/menu-icons-white.png"); + height: 16px; + width: 16px; + display: inline-block; + position: relative; + top: 2px; + float: left; + } +} + +.menu-icon-addshow { + background-position: 0px 0px; +} + +.menu-icon-anime { + background-position: -21px 0px; +} + +.menu-icon-backlog-view { + background-position: -42px 0px; +} + +.menu-icon-backlog { + background-position: -63px 0px; +} + +.menu-icon-bittorrent { + background-position: -84px 0px; +} + +.menu-icon-config-index { + background-position: -105px 0px; +} + +.menu-icon-config { + background-position: -126px 0px; +} + +.menu-icon-failed-download { + background-position: -147px 0px; +} + +.menu-icon-home { + background-position: -168px 0px; +} + +.menu-icon-manage { + background-position: -189px 0px; +} + +.menu-icon-manage-searches { + background-position: -210px 0px; +} + +.menu-icon-poster { + background-position: -231px 0px; +} + +.menu-icon-postprocess { + background-position: -252px 0px; +} + +.menu-icon-restart { + background-position: -273px 0px; +} + +.menu-icon-shutdown { + background-position: -294px 0px; +} + +.menu-icon-update { + background-position: -315px 0px; +} + +.menu-icon-viewlog-errors { + background-position: -336px 0px; +} + +.menu-icon-viewlog { + background-position: -357px 0px; +} + +.menu-icon-xbmc { + background-position: -378px 0px; +} + +.menu-icon-help { + background-position: -399px 0px; +} + +[class^="submenu-icon-"], [class*=" submenu-icon-"] { + background: url("../images/menu/menu-icons-black.png"); + height: 16px; + width: 16px; +} + +.submenu-icon-anime { + background-position: -21px 0px; +} + +.submenu-icon-bittorrent { + background-position: -84px 0px; +} + +.submenu-icon-failed-download { + background-position: -147px 0px; +} + +.submenu-icon-restart { + background-position: -273px 0px; +} + +.submenu-icon-shutdown { + background-position: -294px 0px; +} + +.submenu-icon-xbmc { + background-position: -378px 0px; +} + +/* ======================================================================= +inc_bottom.tmpl +========================================================================== */ + +.footer { + width: 100%; + padding: 20px 0; + color: #4e4e4e; + text-align: center; + font-size: 12px; +} + +.footerhighlight { + color: #111; + display: inline; +} + + +/* ======================================================================= +home.tmpl +========================================================================== */ + +.imgbanner .banner { + border: 1px solid #ccc; + overflow: hidden; + height: 66px; + overflow: hidden; + border-radius: 8px; + vertical-align: top; + width: 360px; + display: block; + margin-left: auto; + margin-right: auto; +} + +.imgsmallposter .small { + height: 66px; + overflow: hidden; + border-radius: 3px; + vertical-align: middle; + width: 45px; + border: 1px solid #ccc; + margin-right: 5px; +} + +.search { + margin-bottom: 10px; +} + +.ui-progressbar { + height: 20px; + line-height: 18px; +} + +.ui-progressbar .ui-progressbar-value { + box-sizing: content-box !important; +} + +.progressbarText { + position: absolute; + top: 0; + width: 100%; + height: 100%; + overflow: visible; + text-align: center; + text-shadow: 0 0 0.1em #fff; + vertical-align: middle; + font-size: 12px; + color: #000000; +} + +.progress-80 { + background-image: -moz-linear-gradient(#a6cf41, #5b990d) !important; + background-image: linear-gradient(#a6cf41, #5b990d) !important; + background-image: -webkit-linear-gradient(#a6cf41, #5b990d) !important; + background-image: -o-linear-gradient(#a6cf41, #5b990d) !important; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; +} + +.progress-60 { + background-image: -moz-linear-gradient(#fad440, #f2a70d) !important; + background-image: linear-gradient(#fad440, #f2a70d) !important; + background-image: -webkit-linear-gradient(#fad440, #f2a70d) !important; + background-image: -o-linear-gradient(#fad440, #f2a70d) !important; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; +} + +.progress-40 { + background-image: -moz-linear-gradient(#fab543, #f2700d) !important; + background-image: linear-gradient(#fab543, #f2700d) !important; + background-image: -webkit-linear-gradient(#fab543, #f2700d) !important; + background-image: -o-linear-gradient(#fab543, #f2700d) !important; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; +} + +.progress-20 { + background-image: -moz-linear-gradient(#da5945, #b11a10) !important; + background-image: linear-gradient(#da5945, #b11a10) !important; + background-image: -webkit-linear-gradient(#da5945, #b11a10) !important; + background-image: -o-linear-gradient(#da5945, #b11a10) !important; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; +} + +#container, #container-anime { + margin: 0 auto; +} + +.show { + margin: 12px; + width: 188px; + height: 352px; + background-color: #DFDACF; + border: 1px solid #111; + border-radius: 6px; +} + +.show-image { + overflow: hidden; + height: 273px; + width: 186px; + border-top-left-radius: 5px; + border-top-right-radius: 5px; +} + +.show .ui-progressbar { + height: 7px !important; + top: -2px; +} + +.show .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { + border-bottom-right-radius: 0px; +} + +.show .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { + border-bottom-left-radius: 0px; +} + +.show .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { + border-top-right-radius: 0px; +} + +.show .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { + border-top-left-radius: 0px; +} + +.show .ui-widget-content { + border-top: 1px solid #111; + border-bottom: 1px solid #111; + border-left: 0px; + border-right: 0px; +} + +.show .progress-80 { + border-radius: 0px; +} + +.show .progress-60 { + border-radius: 0px; +} + +.show .progress-40 { + border-radius: 0px; +} + +.show .progress-20 { + border-radius: 0px; +} + +.show-title { + position: relative; + overflow: hidden; + white-space: nowrap; + font-size: 11px; + margin: 4px 4px 0px 4px; +} + +.show-title:after { + content: ""; + pointer-events: none; + position: absolute; + width: 20px; + height: 100%; + top: 0; + right: 0; + background-image: -webkit-linear-gradient(right, rgba(223, 218, 207, 1), rgba(223, 218, 207, 0)); + background-image: -moz-linear-gradient(right, rgba(223, 218, 207, 1), rgba(223, 218, 207, 0)); + background-image: -ms-linear-gradient(right, rgba(223, 218, 207, 1), rgba(223, 218, 207, 0)); + background-image: -o-linear-gradient(right, rgba(223, 218, 207, 1), rgba(223, 218, 207, 0)); + background-image: linear-gradient(to left, rgba(223, 218, 207, 1), rgba(223, 218, 207, 0)); +} + +.show-date { + position: relative; + overflow: hidden; + white-space: nowrap; + font-size: 11px; + margin: 0px 4px 4px 4px; +} + +.show-date:after { + content: ""; + pointer-events: none; + position: absolute; + width: 20px; + height: 100%; + top: 0; + right: 0; + background-image: -webkit-linear-gradient(right, rgba(223, 218, 207, 1), rgba(223, 218, 207, 0)); + background-image: -moz-linear-gradient(right, rgba(223, 218, 207, 1), rgba(223, 218, 207, 0)); + background-image: -ms-linear-gradient(right, rgba(223, 218, 207, 1), rgba(223, 218, 207, 0)); + background-image: -o-linear-gradient(right, rgba(223, 218, 207, 1), rgba(223, 218, 207, 0)); + background-image: linear-gradient(to left, rgba(223, 218, 207, 1), rgba(223, 218, 207, 0)); +} + +.show-table { + text-align:center; + vertical-align:middle; + width: 33% +} + +.show-add { + font-size: 11px; + text-align: left; + display: block; +} + +.show-status { + font-size: 11px; + text-align: left; + display: block; +} + +.show-network-image { + width: 50px; + height: auto; +} + +.show-dlstats { + font-size: 11px; + text-align: left; + display: block; + margin-left: 4px; +} + +.show-quality { + font-size: 11px; + text-align: right; + display: block; + margin-right: 4px; +} + +#sort-by { + display: inline; + list-style-type: none; + padding: 0; + margin-left: 5px; +} + +#sort-by ul, #sort-by li { + display: inline; + margin: 0; + padding: 0; +} + +.posterview { + margin: 0 auto; +} + +td.tvShow a { + color: #000; + text-decoration: none; +} + +td.tvShow a:hover { + cursor: pointer; + color: #428BCA; +} + +/* ======================================================================= +home_addShows.tmpl +========================================================================== */ + +#addShowPortal { + width: 700px; + padding: 10px 0; + margin-right: auto; + margin-left: auto; +} + +#addShowPortal a { + padding: 10px; +} + +div.button { + display: table-cell; + vertical-align: middle; + padding-left: 10px; +} + +div.buttontext { + display: table-cell; + padding-left: 20px; + text-align: left; + white-space: normal; +} + +div.buttontext h3 { + margin-top: 10px; +} + +div.buttontext p { + font-size: 13px; +} + +.icon-addnewshow { + background-image: url("../images/addshows/add-new32-black.png"); + width: 32px; + height: 32px; +} + +.icon-addtrendingshow { + background-image: url("../images/addshows/add-trending32-black.png"); + width: 32px; + height: 32px; +} + +.icon-addrecommendedshow { + background-image: url("../images/addshows/add-trakt32-black.png"); + width: 32px; + height: 32px; +} + +.icon-addexistingshow { + background-image: url("../images/addshows/add-existing32-black.png"); + width: 32px; + height: 32px; +} + +/* ======================================================================= +home_newShow.tmpl +========================================================================== */ +#addShowForm, #recommendedShowsForm { + margin-left: auto; + margin-right: auto; +} + +#newShowPortal { + width: 800px; + padding: 10px 0; + margin-right: auto; + margin-left: auto; +} + +#displayText { + padding: 8px; + overflow: hidden; + font-size: 14px; + background-color: #efefef; + border: 1px solid #dfdede; +} + +#searchResults input[type="radio"] { + vertical-align: -2px; +} + +/* ======================================================================= +home_addExistingShow.tmpl +========================================================================== */ + +.existingtabs { + padding: 1em 1.4em; +} + +ul#rootDirStaticList { + width: 90%; + margin-right: auto; + margin-left: auto; + text-align: left; +} + +ul#rootDirStaticList li { + padding: 4px 5px 4px 5px; + margin: 2px; + list-style: none outside none; + cursor: pointer; + background: url('../css/lib/images/ui-bg_highlight-soft_75_efefef_1x100.png') repeat-x scroll 50% 50% #EFEFEF; +} + +ul#rootDirStaticList li label { + margin-top: 5px; + margin-bottom: 5px; +} + +ul#rootDirStaticList li input[type="checkbox"] { + vertical-align: -2px; +} + +/* ======================================================================= +home_trendingShows.tmpl +========================================================================== */ + +.traktShowTitleIcons { + float: right; + padding-right: 4px; + padding-bottom: 4px; +} + +.traktContainer p { + padding-top: 2px; +} + +.traktContainer p img { + position: relative; + top: -2px; +} + +.traktContainer p, .traktContainer i { + white-space: nowrap; + font-size: 12px; + overflow: hidden; +/* text-shadow: 1px 1px 0px #000;*/ + padding-left: 4px; + margin: 0; +} + +.traktContainer { + margin: 12px; + width: 188px; + background-color: #DFDACF; + border: 1px solid #111; + border-radius: 6px; +} + +.trakt-image { + overflow: hidden; + height: 273px; + width: 186px; + border-top-left-radius: 5px; + border-top-right-radius: 5px; + border-bottom: 1px solid #111; +} + + +/* ======================================================================= +home_postprocess.tmpl +========================================================================== */ + +#postProcess { + width: 800px; + padding-top: 10px; + margin-right: auto; + margin-left: auto; +} + + +/* ======================================================================= +displayShow.tmpl +========================================================================== */ + +#posterCol { + float: left; + margin-right: 10px; + margin-bottom: 20px; +} + +#showCol { + overflow: hidden; + margin-bottom: 20px; +} + +.navShow { + display: inline; + cursor: pointer; +} + +#prevShow, +#nextShow, +#topcontrol { + -webkit-filter: grayscale(100%); + filter: grayscale(100%); + filter: gray; + filter: url("data:image/svg+xml;utf8,#greyscale"); +} + +h1.title { + padding-bottom: 12px; + margin-bottom: 15px; + line-height: 30px; + text-align: left; + text-rendering: optimizelegibility; + border-bottom: 1px solid #888; +} + +.displayspecials { + position: relative; + top: -24px; +} + +#showinfo { + cursor: default; +} + +#showinfo { + display: inline-block; + position: relative; + top: -3px; +} + +span.imdbstars { + display: inline-block; + vertical-align: top; + cursor: help; + margin-top: 4px; +} + +span.imdbstars, span.imdbstars > * { + height: 12px; + background: url(../images/rating.png) 0 -12px repeat-x; + width: 120px; + display: inline-block; + vertical-align: top; +} + +span.imdbstars > * { + background-position: 0 0; + max-width:120px; +} + +ul.tags { + list-style-type: none; + position: relative; + top: -5px; + margin-left: -40px; +} + +ul.tags li { + margin-right: 4px; + margin-bottom: 5px; + padding: 3px 4px 3px 25px; + background: url(../images/tag.png) no-repeat scroll 5px 4px #555; + border-radius: 3px; + border: 1px solid #111; + color: #FFF; + font: 14px/18px "Open Sans", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; + text-shadow: 0px 1px rgba(0, 0, 0, 0.8); + float: left; +} + +ul.tags li a{ + color: #FFF; +} + +.tvshowImg { + border: 1px solid #ccc; + border-radius: 5px; + height: 311px; + width: auto; + float: left; +} + +#summary { + padding: 10px; + background-color: #efefef; + border: 1px solid #dfdede; + width: 100%; + height: 250px; + overflow: auto; + cursor: default; +} + +.summaryTable { + max-width: 70%; + overflow: hidden; +} + +#checkboxControls { + padding-top: 5px; +} + +#checkboxControls span { + padding: 5px; + font-size: 13px; + font-weight: bold; + border-radius: 5px; +} + +#checkboxControls label { + white-space: nowrap; + display: inline-block; +} + +#checkboxControls input[type="checkbox"] { + vertical-align: -2px; +} + +.unaired { + background-color: #f5f1e4; +} +.skipped { + background-color: #bedeed; +} +.good { + background-color: #c3e3c8; +} +.qual { + background-color: #ffda8a; +} +.wanted { + background-color: #ffb0b0; +} +.snatched { + background-color: #ebc1ea; +} + +span.unaired { + color: #584b20; + border: 1px solid #584b20; +} +span.skipped { + color: #1d5068; + border: 1px solid #1d5068; +} +span.good { + color: #295730; + border: 1px solid #295730; +} +span.qual { + color: #765100; + border: 1px solid #765100; +} +span.wanted { + color: #890000; + border: 1px solid #890000; +} +span.snatched { + color: #652164; + border: 1px solid #652164; +} + +span.unaired b, +span.skipped b, +span.good b, +span.qual b, +span.wanted b, +span.snatched b { + color: #000000; + font-weight: 800; +} + +.plotInfo { + cursor: help; + float: right; + position: relative; + top: 2px; +} + +.plotInfoNone { + cursor: help; + float: right; + position: relative; + top: 2px; + opacity: 0.4; +} + +.sickbeardTable { + table-layout: auto; + width: 100%; + border-collapse: collapse; + border-spacing: 0; + text-align: center; + border: none; + empty-cells: show; +} + +.sickbeardTable th{ + color: #fff; + text-align: center; + background-color: #333; + white-space: nowrap; +} + +.sickbeardTable th, +.sickbeardTable td { + border-top: 1px solid #fff; + border-left: 1px solid #fff; + padding: 4px; +} + +th.row-seasonheader { + border: none; + background-color: #fff; + color: #000; + padding-top: 15px; + text-align: left; +} + +tr.seasonheader { + padding-bottom: 5px; + padding-top: 10px; + text-align: left; + border: none; + color: #fff; +} + +th.col-checkbox, +td.col-checkbox { + width: 30px; + border-left: none; + text-align: center; +} + +th.col-checkbox input[type="checkbox"], +td.col-checkbox input[type="checkbox"] { + vertical-align: -2px; +} + +th.col-metadata, +td.col-metadata { + width: 28px; +} + +th.col-ep, +td.col-ep { + width: 50px; + white-space: nowrap; +} + +th.col-airdate, +td.col-airdate { + width: 86px; + white-space: nowrap; +} + +th.col-name, +td.col-name { + min-width: 100px; +} + +td.col-name { + text-align: left; +} + +th.col-subtitles, +td.col-subtitles { + width: 150px; + text-align: center; +} + +th.col-status, +td.col-status { + width: 200px; + text-align: center; +} + +th.col-legend, +td.col-legend { + width: 80px; +} + +th.col-search, +td.col-search { + width: 46px; +} + +.showLegend { + padding-right: 6px; + padding-bottom: 1px; + width: 150px; +} + +.input-scene { + height: 20px; + line-height: 1.5; + border-radius: 3px; +} + +#editShow { + width: 700px; + padding-top: 10px; + margin-right: auto; + margin-left: auto; +} + +/* ======================================================================= +comingEpisodes.tmpl +========================================================================== */ + +.sort_data { + display: none; +} + +.key { + margin-bottom: 20px; +} + +.listing-key { + padding: 5px; + font-size: 13px; + font-weight: bold; + border-radius: 5px; +} + +.listing-default { + background-color: #f5f1e4; +} + +.listing-current { + background-color: #dfd; +} + +.listing-overdue { + background-color: #fdd; +} + +.listing-toofar { + background-color: #bedeed; +} + +span.listing-default { + color: #826f30; + border: 1px solid #826f30; +} + +span.listing-current { + color: #295730; + border: 1px solid #295730; +} + +span.listing-overdue { + color: #890000; + border: 1px solid #890000; +} + +span.listing-toofar { + color: #1d5068; + border: 1px solid #1d5068; +} + +h2.day, h2.network { + margin: 10px 0; + font-size: 24px; + line-height: 36px; + font-weight: bold; + letter-spacing: 1px; + color: #FFF; + text-align: center; + text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.3); + background-color: #333; +} + +.tvshowDiv { + display: block; + clear: both; + border: 1px solid #ccc; + margin: auto; + padding: 0px; + text-align: left; + width: 750px; + border-radius: 5px; + background: #fff; + cursor: default; + overflow: hidden; +} + +.tvshowDiv a:hover { + color: #428BCA; +} + +.tvshowDiv a, .tvshowDiv a:link, .tvshowDiv a:visited, .tvshowDiv a:hover { + text-decoration: none; + background: none; +} + +.tvshowTitle a { + color: #000000; + float: left; + line-height: 1.4em; + font-size: 1.4em; + text-shadow: -1px -1px 0 #FFF); +} + +.tvshowTitleIcons { + float: right; + padding: 3px 5px; +} + +.tvshowDiv td { + padding: 5px 10px; +} + +.tvshowDiv td.next_episode { + width: 100%; + height: 90%; + border-bottom: 1px solid #ccc; + vertical-align: top; + color: #000; +} + +.bannerThumb { + vertical-align: top; + height: auto; + width: 748px; + border-bottom: 1px solid #ccc; +} + +.posterThumb { + vertical-align: top; + height: auto; + width: 180px; + border-right: 1px solid #ccc; +} + +.ep_listing { + width: auto; + border: 1px solid #ccc; + margin-bottom: 10px; + padding: 10px; +} + +.ep_summary { + margin-left: 5px; + font-style: italic; +} + +.ep_summaryTrigger { + cursor: pointer; + vertical-align: middle; +} + +.ep_summaryTriggerNone { + opacity: 0.4; + vertical-align: middle; +} + +.calendarWrapper { + width:1000px; + margin:0 auto; + padding:0 3px +} + +.calendarTable { + float:left; + width:142px !important; + white-space:nowrap; + table-layout:fixed !important; +} + +.calendarShow { + padding:0 !important +} + +.calendarShow .poster { + padding-bottom:2px +} +.calendarShow .poster img { + width:142px; + height:auto +} + +.calendarShow .text { + padding:0 5px 10px 5px +} + +.calendarShow .text .airtime, +.calendarShow .text .episode-title { + overflow:hidden; + text-overflow:ellipsis; + display:block; + font-size:11px +} + +.calendarShow .show-status { + padding:5px 10px 10px; + text-align:center +} + +/* ======================================================================= +config*.tmpl +========================================================================== */ + +#config-content { + display: block; + width: 960px; + padding: 0 0 40px; + margin: 0 auto; + clear: both; + text-align: left; +} + +.component-group { + padding: 15px 15px 25px; + border-bottom: 1px dotted #ccc; + min-height: 200px; +} + +.component-item { + border-bottom: 1px dotted #666; + min-height: 200px; +} + +.component-group-desc{ + float: left; + width: 250px; +} + +.component-group-desc h3{ + margin-top: 5px; +} + +.component-group-desc p { + width: 90%; + margin: 10px 0; + color: #666; +} + +#config div.field-pair { + padding: 12px 0px; +} + +#config div.field-pair input { + float: left; + margin-right: 6px; +} + +#config .nocheck, #config div #customQuality, .metadataDiv, .providerDiv { + padding-left: 20px; +} + +#config label span.component-title { + float: left; + width: 172px; + margin-right: 10px; + font-size: 13px; + font-weight: bold; +} + +#config label span.component-desc { + padding-bottom: 2px; + font-size: 12px; + font-weight: normal; + display:inline-block; + width:475px; +} + +#config .metadataDiv { + display: none; +} + +.component-group-save { + float: right; + padding-top: 10px; +} + +select .selected { + font-weight: 700; +} + +.jumbo { + font-size: 15px !important; + line-height: 24px; +} + +.testNotification { + padding: 5px; + margin-bottom: 10px; + line-height: 20px; + border: 1px dotted #CCC; +} + +#providerOrderList { + width: 250px; + padding-left: 20px; + list-style-type: none; +} + +#provider_order_list, +#service_order_list { + width: 250px; + padding-left: 20px; + list-style-type: none; +} + +#provider_order_list li, +#service_order_list li { + padding: 5px; + margin: 5px 0; + font-size: 14px; +} + +#provider_order_list input, +#service_order_list input { + margin: 0px 2px; +} + +#config .tip_scale label span.component-title { + width: 85px !important; + font-size: 12px !important; + margin-top: 2px !important; +} + +#config .tip_scale label span.component-desc { + margin-left: 120px !important; + width: 220px !important; +} + +.infoTableHeader, +.infoTableCell { + padding: 5px; +} + +.infoTableSeperator { + border-top: 1px dotted #666666; +} + +[class^="icon16-"], [class*=" icon16-"] { + background-image: url("../images/glyphicons-config-black.png"); + background-position: -40px 0; + background-repeat: no-repeat; + display: inline-block; + height: 16px; + line-height: 16px; + vertical-align: text-top; + width: 16px; +} + +.icon16-github { + background-position: 0 0; +} +.icon16-mirc { + background-position: -20px 0; +} +.icon16-sb { + background-position: -40px 0; +} +.icon16-web { + background-position: -60px 0; +} +.icon16-win { + background-position: -80px 0; +} + +/* ======================================================================= +config_postProcessing.tmpl +========================================================================== */ + +#config div.example { + padding: 10px; background-color: #efefef; +} + +.Key { + width: 100%; + padding: 6px; + font-size: 13px; + background-color: #f4f4f4; + border: 1px solid #ccc; + border-collapse: collapse; + border-spacing: 0; +} + +.Key th, .tableHeader { + padding: 3px 9px; + margin: 0; + color: #fff; + text-align: center; + background: none repeat scroll 0 0 #666; +} + +.Key td { + padding: 1px 5px !important; +} + +.Key tr { + border-bottom: 1px solid #ccc; +} + +.Key tr.even { + background-color: #dfdede; +} + +.legend { + position: relative; + top: 2px; +} + +/* ======================================================================= +config_notifications.tmpl +========================================================================== */ + +div.metadata_options_wrapper { + float: left; + width: 190px; +} + +div.metadata_example_wrapper { + float: right; + width: 325px; +} + +div.metadata_options { + padding: 7px; + overflow: auto; + background: #f5f1e4; + border: 1px solid #ccc; +} + +div.metadata_options label:hover { + color: #fff; + background-color: #57442b; + cursor: pointer; +} + +div.metadata_options label { + display: block; + padding-left: 7px; + line-height: 20px; + color: #036; +} + +div.metadata_example { + padding: 8px; +} + +div.metadata_example label { + display: block; + line-height: 21px; + color: #000; + cursor: pointer; +} + +div.metadataDiv .disabled { + color: #ccc; +} + +.notifier-icon { + float: left; + margin: 6px 4px 0px 0px; +} + + +/* ======================================================================= +manage*.tmpl +========================================================================== */ + +.manageTable th { + white-space: normal; + line-height: 24px; +} + +.manageTable td.tableright { + text-align: left; +} + +td.tableright { + text-align: center; +} + +.optionWrapper { + width: 450px; + margin-left: auto; + margin-right: auto; + padding: 6px 12px; +} + +.optionWrapper span.selectTitle { + float: left; + text-align: left; + vertical-align: middle; + width: 225px; + padding: 6px 0px; +} + +.optionWrapper div.selectChoices { + float: left; + width: 175px; + margin-left: 25px; +} + +.optionWrapper br { + clear: both; +} + +.manageCustom { + text-align: center; + padding: 6px; + margin-left: 25px; +} + +.separator { + font-size: 90%; + color: #333333; +} + +a.whitelink { + color: #fff; +} + + +/* ======================================================================= +Global +========================================================================== */ + +span.path { + padding: 3px 6px; + color: #8b0000; + background-color: #f5f1e4; +} + +.align-left { + text-align: left; +} + +.h2footer { + margin: -45px 0 8px; + line-height: 18px; +} + +span.quality { + font: 12px/13px "Open Sans", verdana, sans-serif; + background-image:-webkit-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.25)); + background-image:-moz-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.25)); + background-image:-o-linear-gradient(top, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.25)); + background-image:linear-gradient(to bottom, rgba(255,255,255,0.08),rgba(255,255,255,0) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.25)); + -webkit-box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 -1px 3px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.08),0 1px 2px rgba(0,0,0,0.15); + box-shadow:inset 0 1px rgba(255,255,255,0.1),inset 0 -1px 3px rgba(0,0,0,0.3),inset 0 0 0 1px rgba(255,255,255,0.08),0 1px 2px rgba(0,0,0,0.15); + text-shadow: 0px 1px rgba(0, 0, 0, 0.8); + color: #FFFFFF; + display: inline-block; + padding: 2px 4px; + text-align: center; + vertical-align: baseline; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; +} + +span.Custom { + background-color: #621993; +} + +span.HD { + background-color: #2672B6; +} + +span.HD720p { + background-color: #5b990d; +} + +span.HD1080p { + background-color: #2672B6; +} + +span.RawHD { + background-color: #cd7300; +} + +span.SD { + background-color: #BE2625; +} + +span.Any { + background-color: #666; +} + +span.Unknown { + background-color: #999; +} + +span.Proper { + background-color: #3F7F00; +} + +span.false { + color: #993333; + /* red */ +} + +span.true { + color: #669966; + /* green */ +} + +option.flag { + padding-left: 35px; + background-repeat: no-repeat; + background-position: 10px 50%; +} + +/* Anime section for editShow */ +.bwlWrapper { + height:auto; + margin: 0 auto; +} + +#Anime { + clear: both; + overflow-x: hidden; + overflow-y: hidden; + font-size: 14px; +} + +#Anime div.component-group-desc { + float: left; + width: 165px; +} + +#Anime div.component-group-desc p { + margin-bottom: 0.4em; + margin-left: 0; + margin-right: 0; + margin-top: 0.4em; + width: 95%; +} + +div.blackwhitelist{ + float:left; + text-align: center; +} + +div.blackwhitelist input { + margin: 5px 5px; +} + +div.blackwhitelist.pool select{ + width: 300px; +} + +div.blackwhitelist.pool { + margin:5px; +} + +div.blackwhitelist.white select, div.blackwhitelist.black select { + width: 180px; +} + +div.blackwhitelist.white, div.blackwhitelist.black { + margin:5px; +} + +div.blackwhitelist span { + display: block; + text-align: center; +} + +div.blackwhitelist.anidb, div.blackwhitelist.manual { + margin: 7px 0px; +} + + +/* ======================================================================= +bootstrap Overrides +========================================================================== */ + +body { + padding-top: 60px; + overflow-y: scroll; + font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; + color: #000; +} + +html * { + outline: 0 !important; +} + +input[type="checkbox"] { + margin: 3px 0px 0px; + line-height: normal; +} + +input[type="radio"] { + margin: 2px 0px 0px; + line-height: normal; +} + +input, textarea, select, .uneditable-input { + width: auto; + color: #000; +} + +.container-fluid { + margin-left: 10px; + margin-right: 10px; +} + +.navbar-brand { + padding: 0px; +} + +/* navbar styling */ +.navbar-default { + background-image: -moz-linear-gradient(#555555, #333333); + background-image: linear-gradient(#555555, #333333); + border-color: #3e3f3a; +} + +.navbar-default .navbar-brand { + color: #ffffff; +} + +.navbar-default .navbar-brand:hover, +.navbar-default .navbar-brand:focus { + color: #ffffff; + background-color: transparent; +} + +.navbar-default .navbar-text { + color: #dddddd; +} + +.navbar-default .navbar-nav > li > a { + color: #dddddd; +} + +.navbar-default .navbar-nav > li > a:hover, +.navbar-default .navbar-nav > li > a:focus { + color: #ffffff; + background-color: transparent; +} + +.navbar-default .navbar-nav > .active > a, +.navbar-default .navbar-nav > .active > a:hover, +.navbar-default .navbar-nav > .active > a:focus { + color: #ffffff; + background-color: #333333; +} + +.navbar-default .navbar-nav > .disabled > a, +.navbar-default .navbar-nav > .disabled > a:hover, +.navbar-default .navbar-nav > .disabled > a:focus { + color: #cccccc; + background-color: transparent; +} + +.navbar-default .navbar-toggle { + border-color: #cccccc; +} + +.navbar-default .navbar-toggle:hover, +.navbar-default .navbar-toggle:focus { + background-color: #333333; +} + +.navbar-default .navbar-toggle .icon-bar { + background-color: #333333; +} + +.navbar-default .navbar-collapse, +.navbar-default .navbar-form { + border-color: #3e3f3a; +} + +.navbar-default .navbar-nav > .open > a, +.navbar-default .navbar-nav > .open > a:hover, +.navbar-default .navbar-nav > .open > a:focus { + background-color: #333333; + color: #ffffff; +} + +@media (max-width: 767px) { + .navbar-default .navbar-nav .open .dropdown-menu > li > a { + color: #dddddd; + } + .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { + color: #ffffff; + background-color: transparent; + } + .navbar-default .navbar-nav .open .dropdown-menu > .active > a, + .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { + color: #ffffff; + background-color: #333333; + } + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { + color: #cccccc; + background-color: transparent; + } +} + +.navbar-default .navbar-link { + color: #dddddd; +} + +.navbar-default .navbar-link:hover { + color: #ffffff; +} + +.navbar-default .btn-link { + color: #98978b; +} + +.navbar-default .btn-link:hover, +.navbar-default .btn-link:focus { + color: #dddddd; +} + +.navbar-default .btn-link[disabled]:hover, +fieldset[disabled] .navbar-default .btn-link:hover, +.navbar-default .btn-link[disabled]:focus, +fieldset[disabled] .navbar-default .btn-link:focus { + color: #cccccc; +} + +.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { + color: #262626; + text-decoration: none; + background-color: #F5F5F5; +} + +.dropdown-menu > li > a { + padding: 4px 36px 4px 20px; +} + +.dropdown-menu { + background-color: #F5F1E4; + border: 1px solid rgba(0, 0, 0, 0.15); + box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176); +} + +.form-control { + color: #000000; +} + +.form-control-inline { + min-width: 0; + width: auto; + display: inline; +} + +.btn { + display: inline-block; + *display: inline; + padding: 4px 10px 4px; + margin-bottom: 0; + *margin-left: .3em; + font-size: 12px; + line-height: 16px; + *line-height: 20px; + color: #333333; + text-align: center; + text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); + vertical-align: middle; + cursor: pointer; + background-color: #f5f5f5; + *background-color: #e6e6e6; + background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); + background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); + background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); + background-image: linear-gradient(top, #ffffff, #e6e6e6); + background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); + background-repeat: repeat-x; + border: 1px solid #cccccc; + *border: 0; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + border-color: #e6e6e6 #e6e6e6 #bfbfbf; + border-bottom-color: #b3b3b3; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0); + filter: progid:dximagetransform.microsoft.gradient(enabled=false); + *zoom: 1; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); +} + +.btn:hover, +.btn:active, +.btn.active, +.btn.disabled, +.btn[disabled] { + background-color: #e6e6e6; + *background-color: #d9d9d9; +} + +.btn:active, +.btn.active { + background-color: #cccccc \9; +} + +.btn:first-child { + *margin-left: 0; +} + +.btn:hover { + color: #333333; + text-decoration: none; + background-color: #e6e6e6; + *background-color: #d9d9d9; + background-position: 0 -15px; + -webkit-transition: background-position 0.1s linear; + -moz-transition: background-position 0.1s linear; + -ms-transition: background-position 0.1s linear; + -o-transition: background-position 0.1s linear; + transition: background-position 0.1s linear; +} + +.btn:focus { + outline: thin dotted #333; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} + +.btn.active, +.btn:active { + background-color: #e6e6e6; + background-color: #d9d9d9 \9; + background-image: none; + outline: 0; + -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); +} + +.btn.disabled, +.btn[disabled] { + cursor: default; + background-color: #e6e6e6; + background-image: none; + opacity: 0.65; + filter: alpha(opacity=65); + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} + +.btn-large { + padding: 9px 14px; + font-size: 15px; + line-height: normal; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; +} + +.btn-large [class^="icon-"] { + margin-top: 1px; +} + +.btn-small { + padding: 5px 9px; + font-size: 11px; + line-height: 16px; +} + +.btn-small [class^="icon-"] { + margin-top: -1px; +} + +.btn-mini { + padding: 2px 6px; + font-size: 11px; + line-height: 14px; +} + +.btn-primary, +.btn-primary:hover, +.btn-warning, +.btn-warning:hover, +.btn-danger, +.btn-danger:hover, +.btn-success, +.btn-success:hover, +.btn-info, +.btn-info:hover, +.btn-inverse, +.btn-inverse:hover { + color: #ffffff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); +} + +.btn-primary.active, +.btn-warning.active, +.btn-danger.active, +.btn-success.active, +.btn-info.active, +.btn-inverse.active { + color: rgba(255, 255, 255, 0.75); +} + +.btn-primary { + background-color: #0074cc; + *background-color: #0055cc; + background-image: -ms-linear-gradient(top, #0088cc, #0055cc); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc)); + background-image: -webkit-linear-gradient(top, #0088cc, #0055cc); + background-image: -o-linear-gradient(top, #0088cc, #0055cc); + background-image: -moz-linear-gradient(top, #0088cc, #0055cc); + background-image: linear-gradient(top, #0088cc, #0055cc); + background-repeat: repeat-x; + border-color: #0055cc #0055cc #003580; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0); + filter: progid:dximagetransform.microsoft.gradient(enabled=false); +} + +.btn-primary:hover, +.btn-primary:active, +.btn-primary.active, +.btn-primary.disabled, +.btn-primary[disabled] { + background-color: #0055cc; + *background-color: #004ab3; +} + +.btn-primary:active, +.btn-primary.active { + background-color: #004099 \9; +} + +.btn-warning { + background-color: #faa732; + *background-color: #f89406; + background-image: -ms-linear-gradient(top, #fbb450, #f89406); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); + background-image: -webkit-linear-gradient(top, #fbb450, #f89406); + background-image: -o-linear-gradient(top, #fbb450, #f89406); + background-image: -moz-linear-gradient(top, #fbb450, #f89406); + background-image: linear-gradient(top, #fbb450, #f89406); + background-repeat: repeat-x; + border-color: #f89406 #f89406 #ad6704; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0); + filter: progid:dximagetransform.microsoft.gradient(enabled=false); +} + +.btn-warning:hover, +.btn-warning:active, +.btn-warning.active, +.btn-warning.disabled, +.btn-warning[disabled] { + background-color: #f89406; + *background-color: #df8505; +} + +.btn-warning:active, +.btn-warning.active { + background-color: #c67605 \9; +} + +.btn-danger { + background-color: #da4f49; + *background-color: #bd362f; + background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)); + background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f); + background-image: -o-linear-gradient(top, #ee5f5b, #bd362f); + background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f); + background-image: linear-gradient(top, #ee5f5b, #bd362f); + background-repeat: repeat-x; + border-color: #bd362f #bd362f #802420; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0); + filter: progid:dximagetransform.microsoft.gradient(enabled=false); +} + +.btn-danger:hover, +.btn-danger:active, +.btn-danger.active, +.btn-danger.disabled, +.btn-danger[disabled] { + background-color: #bd362f; + *background-color: #a9302a; +} + +.btn-danger:active, +.btn-danger.active { + background-color: #942a25 \9; +} + +.btn-success { + background-color: #5bb75b; + *background-color: #51a351; + background-image: -ms-linear-gradient(top, #62c462, #51a351); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)); + background-image: -webkit-linear-gradient(top, #62c462, #51a351); + background-image: -o-linear-gradient(top, #62c462, #51a351); + background-image: -moz-linear-gradient(top, #62c462, #51a351); + background-image: linear-gradient(top, #62c462, #51a351); + background-repeat: repeat-x; + border-color: #51a351 #51a351 #387038; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0); + filter: progid:dximagetransform.microsoft.gradient(enabled=false); +} + +.btn-success:hover, +.btn-success:active, +.btn-success.active, +.btn-success.disabled, +.btn-success[disabled] { + background-color: #51a351; + *background-color: #499249; +} + +.btn-success:active, +.btn-success.active { + background-color: #408140 \9; +} + +.btn-info { + background-color: #49afcd; + *background-color: #2f96b4; + background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4)); + background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4); + background-image: -o-linear-gradient(top, #5bc0de, #2f96b4); + background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4); + background-image: linear-gradient(top, #5bc0de, #2f96b4); + background-repeat: repeat-x; + border-color: #2f96b4 #2f96b4 #1f6377; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0); + filter: progid:dximagetransform.microsoft.gradient(enabled=false); +} + +.btn-info:hover, +.btn-info:active, +.btn-info.active, +.btn-info.disabled, +.btn-info[disabled] { + background-color: #2f96b4; + *background-color: #2a85a0; +} + +.btn-info:active, +.btn-info.active { + background-color: #24748c \9; +} + +.btn-inverse { + background-color: #414141; + *background-color: #222222; + background-image: -ms-linear-gradient(top, #555555, #222222); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222)); + background-image: -webkit-linear-gradient(top, #555555, #222222); + background-image: -o-linear-gradient(top, #555555, #222222); + background-image: -moz-linear-gradient(top, #555555, #222222); + background-image: linear-gradient(top, #555555, #222222); + background-repeat: repeat-x; + border-color: #222222 #222222 #000000; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0); + filter: progid:dximagetransform.microsoft.gradient(enabled=false); +} + +.btn-inverse:hover, +.btn-inverse:active, +.btn-inverse.active, +.btn-inverse.disabled, +.btn-inverse[disabled] { + background-color: #222222; + *background-color: #151515; +} + +.btn-inverse:active, +.btn-inverse.active { + background-color: #080808 \9; +} + +.btn-xs { + padding: 1px 5px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} + +@media(min-width:768px){ + .navbar .nav > li > .dropdown-menu:after { + position: absolute; + top: -6px; + right: 12px; + display: inline-block; + border-right: 6px solid transparent; + border-bottom: 6px solid #F5F1E4; + border-left: 6px solid transparent; + content: ""; + } +} + +label { + font-weight: normal; +} + +pre { + color: #fff; + background-color: #3d3d3d; + border: 1px solid #111; +} + +/* ======================================================================= +input sizing (for config pages) +========================================================================== */ + +#config select { + min-width: 0; + width: auto; + display: inline; + margin-top: -4px; +} + +.btn-inline { + margin-top: -3px; +} + +.input75 { + width: 75px; + margin-top: -4px; +} + +.input100 { + width: 100px; + margin-top: -4px; +} + +.input150 { + width: 150px; + margin-top: -4px; +} + +.input200 { + width: 200px; + margin-top: -4px; +} + +.input250 { + width: 250px; + margin-top: -4px; +} + +.input300 { + width: 300px; + margin-top: -4px; +} + +.input350 { + width: 350px; + margin-top: -4px; +} + +/* ======================================================================= +browser.css +========================================================================== */ + +#fileBrowserDialog { + overflow-y: auto; +} + +#fileBrowserDialog ul { + padding: 0; + margin: 0; +} + +#fileBrowserDialog ul li { + margin: 2px 0; + list-style-type: none; + cursor: pointer; +} + +#fileBrowserDialog ul li a { + display: block; + padding: 4px 0; +} + +#fileBrowserDialog ul li a:hover { + color: #00f; + background: none; +} + +#fileBrowserDialog ul li a span.ui-icon { + float: left; + margin: 0 4px; +} + +#fileBrowserDialog h2 { + font-size: 20px; +} + +.ui-autocomplete { + max-height: 180px; + overflow-x: hidden; + overflow-y: auto; +} + +/* IE6 hack since it doesn't support max-height */ +* html .ui-autocomplete { + height: 180px; + padding-right: 20px; +} + +.ui-menu .ui-menu-item { + background-color: #eee; +} + +.ui-menu .ui-menu-item-alternate { + background-color: #fff; +} + +.ui-autocomplete .ui-menu-item .ui-state-focus { + color: #fff; + background: none; + background-color: #0a246a; +} + +/* restore 1.8.x resize handle on dialog button pane */ +.ui-dialog .ui-resizable-se { + width: 14px; + height: 14px; + right: 3px; + bottom: 3px; + background-position: -80px -224px; +} + + +/* ======================================================================= +formWizard.css +========================================================================== */ + +fieldset.sectionwrap { + width: 800px; + padding: 5px; + text-align: left; + border-width: 0; +} + +legend.legendStep { + color: #57442b; + margin-bottom: 0px; +} + +div.stepsguide { + margin-bottom: 15px; + overflow: hidden; + text-align: left; + cursor: pointer; +} + +div.stepsguide .step { + float: left; + width: 266px; + font: bold 24px Arial; +} + +div.stepsguide .step p { + margin: 12px 0; + border-bottom: 4px solid #57442b; +} + +div.stepsguide .disabledstep { + color: #c4c4c4; +} + +div.stepsguide .disabledstep p { + border-bottom: 4px solid #8a775e; +} + +div.stepsguide .step .smalltext { + font-size: 13px; + font-weight: normal; +} + +div.formpaginate { + width: 800px; + margin-top: 1em; + overflow: auto; + font-weight: bold; + text-align: center; +} + +div.formpaginate .prev, div.formpaginate .next { + padding: 3px 6px; + color: #fff; + cursor: hand; + cursor: pointer; + background: #57442b; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; +} + +.stepDiv { + padding: 15px; +} + +#tabs .nocheck, +.stepDiv .nocheck { + padding-left: 16px; +} + +#tabs label span.component-title, +.stepDiv label span.component-title { + padding-bottom: 6px; + float: left; + width: 172px; + margin-right: 10px; + font-size: 13px; + font-weight: bold; +} + +#tabs label span.component-desc, +.stepDiv label span.component-desc { + padding-bottom: 6px; + font-size: 12px; + font-weight: normal; + display:inline-block; + width:475px; +} + +/* step 3 related */ +#customQuality { + display: block; + padding: 10px 0; + overflow: hidden; + clear: both; +} + +#customQualityWrapper div.component-group-desc { + float: left; + width: 165px; +} + +#customQualityWrapper div.component-group-desc p { + width: 85%; + margin: .8em 0; + font-size: 1.2em; + color: #666; +} + +/* ======================================================================= +tablesorter.css +========================================================================== */ + +.tablesorter { + width: 100%; + margin-right: auto; + margin-left: auto; + color: #000; + text-align: left; + background-color: #fff; + border-spacing: 0; +} + +.tablesorter th, +.tablesorter td { + padding: 4px; + border-top: #fff 1px solid; + border-left: #fff 1px solid; + vertical-align: middle; +} + +/* remove extra border from left edge */ +.tablesorter th:first-child, +.tablesorter td:first-child { + border-left: none; +} + +.tablesorter th { + color: #fff; + text-align: center; + text-shadow: -1px -1px 0 rgba(0,0,0,0.3); + background-color: #333; + border-collapse: collapse; + font-weight: normal; +} + +.tablesorter .tablesorter-header { + padding: 4px 18px 4px 18px; + cursor: pointer; + background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); + background-position: center right; + background-repeat: no-repeat; + /* background-image: url(../images/tablesorter/bg.gif); */ +} + +.tablesorter thead .tablesorter-headerDesc { + background-color: #555; + background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7); + /* background-image: url(../images/tablesorter/asc.gif); */ +} + +.tablesorter thead .tablesorter-headerAsc { + background-color: #555; + background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7); + /* background-image: url(../images/tablesorter/desc.gif); */ +} + +.tablesorter thead .sorter-false { + background-image: none; + padding: 4px; + cursor: default; +} + +thead.tablesorter-stickyHeader { + border-top: 2px solid #fff; + border-bottom: 2px solid #fff; +} + +/* Zebra Widget - row alternating colors */ +.tablesorter tr.odd, .sickbeardTable tr.odd { + background-color: #f5f1e4; +} + +.tablesorter tr.even, .sickbeardTable tr.even { + background-color: #dfdacf; +} + +/* filter widget */ +.tablesorter .filtered { + display: none; +} +.tablesorter input.tablesorter-filter { + width: 98%; + height: auto; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +.tablesorter tr.tablesorter-filter-row, +.tablesorter tr.tablesorter-filter-row td { + text-align: center; + background: #eee; + border-bottom: 1px solid #ddd; +} + +/* optional disabled input styling */ +.tablesorter input.tablesorter-filter-row .disabled { + display: none; +} + +.tablesorter-header-inner { + padding: 0 2px; + text-align: center; +} + +.tablesorter tfoot tr { + color: #fff; + text-align: center; + text-shadow: -1px -1px 0 rgba(0,0,0,0.3); + background-color: #333; + border-collapse: collapse; +} + +.tablesorter tfoot a { + color:#fff; + text-decoration: none; +} + +/* ======================================================================= +token-input.css +========================================================================== */ + +ul.token-input-list { + overflow: hidden; + height: auto !important; + height: 1%; + width: 273px; + border: 1px solid #ccc; + cursor: text; + font-size: 10px; + font-family: Verdana; + z-index: 999; + margin: 0; + padding: 0 0 1px 0; + background-color: #fff; + list-style-type: none; +/* clear: left; */ + border-top-left-radius: 3px; + border-top-right-radius: 3px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; +} + +ul.token-input-list li { + list-style-type: none; +} + +ul.token-input-list li input { + border: 0; + padding: 3px 4px; + background-color: white; +/* -webkit-appearance: caret; */ +} + +li.token-input-token { + overflow: hidden; + height: auto !important; + height: 1%; + margin: 3px; + padding: 3px 5px 0 5px; + background-color: #d0efa0; + color: #000; + font-weight: bold; + cursor: default; + display: block; +} + +li.token-input-token img { + padding-top: 7px; + padding-right: 4px; + float: left; +} + +li.token-input-token input { + padding-top: 2px !important; + padding-right: 4px !important; + float: left; +} + +li.token-input-token p { + float: left; + padding: 0; + margin: 0; + line-height: 2.0 !important; +} + +li.token-input-token span { + float: right; + color: #777; + cursor: pointer; +} + +li.token-input-selected-token { + background-color: #08844e; + color: #fff; +} + +li.token-input-selected-token span { + color: #bbb; +} + +li.token-input-input-token input { + margin: 3px 3px 3px 3px !important; +} + +div.token-input-dropdown { + position: absolute; + width: 273px; + background-color: #fff; + overflow: hidden; + border-left: 1px solid #ccc; + border-right: 1px solid #ccc; + border-bottom: 1px solid #ccc; + cursor: default; + font-size: 11px; + font-family: Verdana; + z-index: 1; +} + +div.token-input-dropdown p { + margin: 0; + padding: 3px; + font-weight: bold; + color: #777; +} + +div.token-input-dropdown ul { + margin: 0; + padding: 0; +} + +div.token-input-dropdown ul li { + background-color: #fff; + padding: 3px; + list-style-type: none; +} + +div.token-input-dropdown ul li.token-input-dropdown-item { + background-color: #fafafa; +} + +div.token-input-dropdown ul li.token-input-dropdown-item2 { + background-color: #fff; +} + +div.token-input-dropdown ul li em { + font-weight: bold; + font-style: normal; +} + +div.token-input-dropdown ul li.token-input-selected-dropdown-item { + background-color: #6196c2; +} + +span.token-input-delete-token { + margin: 0 1px; +} \ No newline at end of file diff --git a/gui/slick/css/token-input-facebook.css b/gui/slick/css/token-input-facebook.css deleted file mode 100644 index a166be82..00000000 --- a/gui/slick/css/token-input-facebook.css +++ /dev/null @@ -1,122 +0,0 @@ -/* Example tokeninput style #2: Facebook style */ -ul.token-input-list-facebook { - overflow: hidden; - height: auto !important; - height: 1%; - width: auto; - border: 1px solid #8496ba; - cursor: text; - font-size: 12px; - font-family: Verdana !important; - min-height: 1px; - z-index: 999; - margin: 0 !important; - padding: 0 !important; - background-color: #fff; - list-style-type: none; -/* clear: left; */ -} - -ul.token-input-list-facebook li input { - border: 0 !important; - width: 100px !important; - padding: 3px 8px !important; - background-color: white; - margin: 2px 0 !important; - -webkit-appearance: caret; -} - -li.token-input-token-facebook { - overflow: hidden; - height: auto !important; - height: 15px; - margin: 3px !important; - padding: 1px 3px !important; - background-color: #eff2f7; - color: #000; - cursor: default; - border: 1px solid #ccd5e4; - font-size: 11px !important; - border-radius: 5px; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - float: left; - white-space: nowrap; -} - -li.token-input-token-facebook p { - display: inline; - padding: 0 !important; - margin: 0 !important; -} - -li.token-input-token-facebook span { - color: #a6b3cf; - margin-left: 5px; - font-weight: bold; - cursor: pointer; -} - -li.token-input-selected-token-facebook { - background-color: #5670a6; - border: 1px solid #3b5998; - color: #fff; -} - -li.token-input-input-token-facebook { - float: left; - margin: 0; - padding: 0; - list-style-type: none; -} - -div.token-input-dropdown-facebook { - position: absolute; - width: auto; - background-color: #fff; - overflow: hidden; - border-left: 1px solid #ccc; - border-right: 1px solid #ccc; - border-bottom: 1px solid #ccc; - cursor: default; - font-size: 11px; - font-family: Verdana; - z-index: 1; -} - -div.token-input-dropdown-facebook p { - margin: 0; - padding: 5px; - font-weight: bold; - color: #777; -} - -div.token-input-dropdown-facebook ul { - margin: 0; - padding: 0; -} - -div.token-input-dropdown-facebook ul li { - background-color: #fff; - padding: 3px; - margin: 0; - list-style-type: none; -} - -div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook { - background-color: #fff; -} - -div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook { - background-color: #fff; -} - -div.token-input-dropdown-facebook ul li em { - font-weight: bold; - font-style: normal; -} - -div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook { - background-color: #3b5998; - color: #fff; -} \ No newline at end of file diff --git a/gui/slick/css/token-input-mac.css b/gui/slick/css/token-input-mac.css deleted file mode 100644 index 18522f05..00000000 --- a/gui/slick/css/token-input-mac.css +++ /dev/null @@ -1,204 +0,0 @@ -/* Example tokeninput style #2: Mac Style */ -fieldset.token-input-mac { - position: relative; - padding: 0; - margin: 5px 0; - background: #fff; - width: 400px; - border: 1px solid #A4BDEC; - border-radius: 10px; - -moz-border-radius: 10px; - -webkit-border-radius: 10px; -} - -fieldset.token-input-mac.token-input-dropdown-mac { - border-radius: 10px 10px 0 0; - -moz-border-radius: 10px 10px 0 0; - -webkit-border-radius: 10px 10px 0 0; - box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25); - -moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25); - -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25); -} - -ul.token-input-list-mac { - overflow: hidden; - height: auto !important; - height: 1%; - cursor: text; - font-size: 12px; - font-family: Verdana; - min-height: 1px; - z-index: 999; - margin: 0; - padding: 3px; - background: transparent; -} - -ul.token-input-list-mac.error { - border: 1px solid #C52020; -} - -ul.token-input-list-mac li { - list-style-type: none; -} - -li.token-input-token-mac p { - display: inline; - padding: 0; - margin: 0; -} - -li.token-input-token-mac span { - color: #a6b3cf; - margin-left: 5px; - font-weight: bold; - cursor: pointer; -} - -/* TOKENS */ - -li.token-input-token-mac { - font-family: "Lucida Grande", Arial, serif; - font-size: 9pt; - line-height: 12pt; - overflow: hidden; - height: 16px; - margin: 3px; - padding: 0 10px; - background: none; - background-color: #dee7f8; - color: #000; - cursor: default; - border: 1px solid #a4bdec; - border-radius: 15px; - -moz-border-radius: 15px; - -webkit-border-radius: 15px; - float: left; -} - -li.token-input-highlighted-token-mac { - background-color: #bbcef1; - border: 1px solid #598bec; - color: #000; -} - -li.token-input-selected-token-mac { - background-color: #598bec; - border: 1px solid transparent; - color: #fff; -} - -li.token-input-highlighted-token-mac span.token-input-delete-token-mac { - color: #000; -} - -li.token-input-selected-token-mac span.token-input-delete-token-mac { - color: #fff; -} - -li.token-input-input-token-mac { - border: none; - background: transparent; - float: left; - padding: 0; - margin: 0; -} - -li.token-input-input-token-mac input { - border: 0; - width: 100px; - padding: 3px; - background-color: transparent; - margin: 0; -} - -div.token-input-dropdown-mac { - position: absolute; - border: 1px solid #A4BDEC; - border-top: none; - left: -1px; - right: -1px; - background-color: #fff; - overflow: hidden; - cursor: default; - font-size: 10pt; - font-family: "Lucida Grande", Arial, serif; - padding: 5px; - border-radius: 0 0 10px 10px; - -moz-border-radius: 0 0 10px 10px; - -webkit-border-radius: 0 0 10px 10px; - box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25); - -moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25); - -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25); - clip:rect(0px, 1000px, 1000px, -10px); -} - -div.token-input-dropdown-mac p { - font-size: 8pt; - margin: 0; - padding: 0 5px; - font-style: italic; - color: #aaa; -} - -div.token-input-dropdown-mac h3.token-input-dropdown-category-mac { - font-family: "Lucida Grande", Arial, serif; - font-size: 10pt; - font-weight: bold; - border: none; - padding: 0 5px; - margin: 0; -} - -div.token-input-dropdown-mac ul { - margin: 0; - padding: 0; -} - -div.token-input-dropdown-mac ul li { - list-style-type: none; - cursor: pointer; - background: none; - background-color: #fff; - margin: 0; - padding: 0 0 0 25px; -} - -div.token-input-dropdown-mac ul li.token-input-dropdown-item-mac { - background-color: #fff; -} - -div.token-input-dropdown-mac ul li.token-input-dropdown-item-mac.odd { - background-color: #ECF4F9; - border-radius: 15px; - -moz-border-radius: 15px; - -webkit-border-radius: 15px; -} - -div.token-input-dropdown-mac ul li.token-input-dropdown-item-mac span.token-input-dropdown-item-description-mac { - float: right; - font-size: 8pt; - font-style: italic; - padding: 0 10px 0 0; - color: #999; -} - -div.token-input-dropdown-mac ul li strong { - font-weight: bold; - text-decoration: underline; - font-style: none; -} - -div.token-input-dropdown-mac ul li.token-input-selected-dropdown-item-mac, -div.token-input-dropdown-mac ul li.token-input-selected-dropdown-item-mac.odd { - background-color: #598bec; - color: #fff; - border-radius: 15px; - -moz-border-radius: 15px; - -webkit-border-radius: 15px; -} - -div.token-input-dropdown-mac ul li.token-input-selected-dropdown-item-mac span.token-input-dropdown-item-description-mac, -div.token-input-dropdown-mac ul li.token-input-selected-dropdown-item-mac.odd span.token-input-dropdown-item-description-mac { - color: #fff; -} diff --git a/gui/slick/css/token-input.css b/gui/slick/css/token-input.css deleted file mode 100644 index cc2ea499..00000000 --- a/gui/slick/css/token-input.css +++ /dev/null @@ -1,133 +0,0 @@ -/* Example tokeninput style #1: Token vertical list*/ -ul.token-input-list { - overflow: hidden; - height: auto !important; - height: 1%; - width: 273px; - cursor: text; - font-size: 10px; - font-family: Verdana; - z-index: 999; - margin: 0; - padding: 0 0 1px 0; - list-style-type: none; -/* clear: left; */ - border-top-left-radius: 3px; - border-top-right-radius: 3px; - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; -} - -ul.token-input-list li { - list-style-type: none; -} - -ul.token-input-list li input { - border: 0; - padding: 3px 4px; - background-color: white; -/* -webkit-appearance: caret; */ -} - -li.token-input-token { - overflow: hidden; - height: auto !important; - height: 1%; - margin: 3px; - padding: 0px 5px 0 5px; - background-color: #d0efa0; - color: #000; - font-weight: bold; - cursor: default; - display: block; - border-radius: 3px; -} - -li.token-input-token img { - padding-top: 7px; - padding-right: 4px; - float: left; -} - -li.token-input-token input { - padding-top: 2px !important; - padding-right: 4px !important; - float: left; -} - -li.token-input-token p { - float: left; - padding: 0; - margin: 0; - line-height: 2.0 !important; -} - -li.token-input-token span { - float: right; - color: #000; - cursor: pointer; -} - -li.token-input-selected-token { - background-color: #08844e; - color: #fff; -} - -li.token-input-selected-token span { - color: #bbb; -} - -li.token-input-input-token input { - margin: 3px 3px 3px 3px !important; -} - -div.token-input-dropdown { - position: absolute; - width: 273px; - background-color: #3d3d3d; - overflow: hidden; - border: 1px solid #111; - cursor: default; - font-size: 11px; - font-family: Verdana; - z-index: 1; -} - -div.token-input-dropdown p { - margin: 0; - padding: 3px; - font-weight: bold; - color: #fff; -} - -div.token-input-dropdown ul { - margin: 0; - padding: 0; -} - -div.token-input-dropdown ul li { - background-color: #3d3d3d; - padding: 3px; - list-style-type: none; -} - -div.token-input-dropdown ul li.token-input-dropdown-item { - background-color: #3d3d3d; -} - -div.token-input-dropdown ul li.token-input-dropdown-item2 { - background-color: #3d3d3d; -} - -div.token-input-dropdown ul li em { - font-weight: bold; - font-style: normal; -} - -div.token-input-dropdown ul li.token-input-selected-dropdown-item { - background-color: #6196c2; -} - -span.token-input-delete-token { - margin: 0 1px; -} \ No newline at end of file diff --git a/gui/slick/images/menu/restart16.png b/gui/slick/images/addshows/add-existing32-black.png similarity index 77% rename from gui/slick/images/menu/restart16.png rename to gui/slick/images/addshows/add-existing32-black.png index f7046a2b00eb699ae42aab381d2bc08fbb33af8f..d27b7143510172d26f4b103ca2af760298f832c2 100644 GIT binary patch delta 778 zcmV+l1NHoe7?~R(iBL{Q4GJ0x0000DNk~Le0000W0000W2nGNE0CReJ^synH3V#B` zNkl|2 z1#R24h{6`hAg^9w4M`5nCYWMCE6_!YA|;S^V$3@;Exa$D_Qp)-qeTZUJP!BX|L>i1 z?w3|97OADxQDgfLP;-F#KXphX5`P9@0y?l8_ypvDm&3!u&({l}m0AVyc)SI;1Dsu9 z{8L~snM{5uD?opLe4732>0DWX+WTtEYrfEI|P6HFbam%u% zP18IGJOBnQ%NjLJvlV!(V8(%CmSu_0TphrapSWdN+HW-wi^Yy8@gKlR+kdvF0Yu~| zuoH*?qn2fTjm2UofJxvma0a;VnP)q&AGiiQv2EL2rc?A?1tQWbB8bRc+qOS?{F?G> zuFtmZSrNIZ{Jj9tXmltVjTS}Zt%wYW$RiOs<)h=Df=DFt4(L&pKL>;XP5tE|;0^FX zbHs~W&8(5}8W0flflyrS^f z*qG*xKs|utIDUQGfeS#NiaUTBky)?^gUnY~e4!i;|4C96ZNM|yc zOKvB_FwU<9z}2jCX?)tnP$<;qC3c%@p-`yVah$6q#``wk2$V=cGk-7?3~B&~4FIVDfOt2e>PNuU{5MiiVk@q21eP8~0tBih z-qh68sZQHp5m*2kt6%u{2_WeKC`_p1w$e7$(6Heaa86y<76A$cxd-g2!b4>jZ~*AZ z=kuSJT*(4~Kp!vw>`-lUIf`9f*=E(f;u(+@Pt|L+exCmv0RK~c&``?g4*&oF07*qo IM6N<$g2{?mOaK4? delta 373 zcmV-*0gC>a8;2MniBL{Q4GJ0x0000DNk~Le0000G0000G2nGNE03Y-JVX+~e3V#7I zNklzP7CR045ZJ|zGr_V$y}1@B$DhW z`JCkMok-MrgeCmKKU`P(iA8j3Pk(Lh;4Q9jh!woV3oPS1F0qDoQ-aqe;48*^DhtN& z1?O1kP0+>xPB7JA?rIW8*u_AdV7m1A?myy*~K6@oc4P)`b1w z2j~3mkKgxue&=_7=iGrX47rn{x_@yll}cZgN~Ht;^8G-mR4R89GuDlB5Cq48&x*xj z4tRHZdfEpl7K<_9B=8C_)lJNSZnt1^a`Hjow2*&Q%%_1i@Y>AG%yQo{AX(T2Tn63% zt{R^{1s(&IdzyiXiHSjASb`4&M}UVnasLB20bB$w0hecIXT7cnjE|4+2Y(J3p!aOC z&{rZdz^QV%e0Ea;g+k#SS;7B39YL2TDFBXFDwPu(2#k%5?E`)^oX-MRWKT_P8e<9NAT zZVq@I*wZ1PwT=j!2XGvx0nGK|^3hsX4FcRspb9WDGE%smF8Lp_UVp7tzZ3%8M8Nm` zK`~wds8*{L`Xs*Z*JXIWnSr<%*8sBF?92TCUtCy2H#s90+Q)+Ir;J#|*4) zMu1EvW4W%op2=kTk%7>4-Lmid)&>GvYb8DX3E+b3x_!%lQShNjpb6Y7m3d)kXy_#% z-ec_R^?KdbTJJSlet%~RmVn2jqfxKd&-AedvKt6!t(VNRnNFvNfozYlziTuaO|5kl zw`me+h;c7KqtUn|kBENMK(qzFnFM|oJj%~UG&0+8$x?lsTz&ZSbR-M}Ma z`@tk|PK?`uW55y5^SQ<&x4`o~z-s_$8UGF}0Q=>bNAg9x-5&qD8-yWY7-Cu0 zlx11r7WFNO^`6Y1l6m14zZWCinDN6gEtNmKh1Itt)~b2A1wrtq;d9>i{ePb35tA?s zQA$0jlsco73Ndd}1Eo~Wm|s*%ol;6&mHFpNsfSF=fjj+s{?`D1$jDTk`%e%60000< KMNUMnLSTY9A>dH} delta 262 zcmV+h0r~#v9GMp(iBL{Q4GJ0x0000DNk~Le0000G0000G2nGNE03Y-JVX+~e3V#5^ zNkltO&xSSOBffQD@F2Fv8UFvkn0)z;U zg(nb`T=6E29}IKOF!P=tW-85T1x=(VG4iBL{Q4GJ0x0000DNk~Le0000W0000W2nGNE0CReJ^synH3V#CH zNklP!JTc ziU^e!T$qiZQjAO(hhb>2=)%DuR7HyjqKIF`nuUT^ie)p3|g#)lS^x4`=c2 zJLmrY@0@ezo++hiDnqSSdk`;T9)El4_4;?t0cy3{7@o$pxVv7jf0Df`=N;2D-H#J^ z64TXc^<})Wu&{9K-w;=;)vNIY?!ia6AD`uYO8E?An4O)y5Rc$t9K{Q0G#ZVh2yu*m z2)pnLp2wSwM&lH+RRv_2nVGo;k7Fke;kjnB`TlAAhjCww*^0fGYc`v|uYVPDS^*iR zr>Dp86mCNU&$e2vulsx^@C>fQYj~;EYW;Agy$cD*Ff}!`1G}*u`!I(KqPQuvvAf-F ze^GSLvl0N4larfcQ|-Z@*n+R{*y7^i(%Cj@DNR!o6L;K*M{#+9m>&MX4Y)L}eHxo} zD@q0S_!xT+9(?CW8A3?raew81IO^9&D~g+O1!`qTl4K;Dk2UKv=8XG1`L4-6Em@obb}qXhrEfd0E641ZF<^73+;{Eap5 zg7elP3nQnLAcU0<-#IceasZzX;9l5-yW&i+W)Ez~d-(Yrk|w!ZgqF5QmJgiop__$?fzD&RPK!#F0G8^<#PEr&d&uO#bvqYV>lUS zxuW<9Z(#;k;a&WQ2V&+w?Dcv#mC`gdG_>he+@70?hU3r}a=lWDB8p--+R12}Bk_r7 eb0H-A{u%&LyPI#Cvt~5_0000%PjO}4lR z6*RaB5r`yCA}xVJAZTJgm!ll67Q*+!%RTqp_j%6y+~++FGDr+%!07yA|51{eBoj#_ z*-P>%$?sd0sPiEfag4vXtnwFLqkmgtYH$~Cae)K8!8E3@gnj(M3OaWYER=$;=(jox zp5QaiFyAKV;0JzUtO8xf_4_j%;v0r)f{CK@UF*~~L9kk6j^W0}(Iich-FrB9+R iE6GJ&+zfi1uLc0sAjiF{S&=RP0000=`PYX5JLQtesX$Ch}1(6Ua4^p~2ir}J)Ra~5Pv1O{@krhs_kDNwyWjUBs!EvB zLC6wo_F{B&^ayYRr~&mf?FPmsCx0hz`Rx2|8Q?C^4Y>B-E?^2c7bpWGBO@IEBGMxw z10pgcB6-t&BC^-)qGngun201ruKVXFzpA@R-Uf_k@_hZ9vCt?7e=Y=~5T-Oa3K26`;}p zpjpb-r6P=d?vTLoW|qvDZueH x-5^ljw%ss5CZ>U^eIT(5d}--c3VS{OF#rHIPA_wHD%$`6002ovPDHLkV1l|yLSFy? delta 172 zcmca5wO>rJGr-TCmrII^fq{Y7)59eQNDF{42OE%-|NK93qvAZSdWI}d7srr_TWf-& z`3@*>FdzE6{!Z=89cx&59|teF)XsN6P1J0Sp+i^k(bN762lQ6O#qg}>UBGa|fMc$> zhw3AyFHV#D*#z`GC+LLS(`@|WC4G}EcR~!uv#G%sZ(g}MM?LPo+QnH0e}B)M$H-95 XBc;2;{nas`{S2P2elF{r5*V8RVX;3u diff --git a/gui/slick/images/add-trending32.png b/gui/slick/images/addshows/add-trending32-white.png similarity index 100% rename from gui/slick/images/add-trending32.png rename to gui/slick/images/addshows/add-trending32-white.png diff --git a/gui/slick/images/donate.jpg b/gui/slick/images/donate.jpg deleted file mode 100644 index 67b8c319a2b1c6b1b95380f0b9d49e16e04e6b2a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1526 zcmb7=c{J2}7>B<fFKCiND7F1 z!A^ieAdyG}O43j$6dEIg#Ym8omd44za(Fx}2g3wKRV4yZMFED_sIO5`QzMhf1SJhk z4U(oRiA?$-fh4OKG)5MSl_e2jBI$o4ehgqNPzC`ANCQa05CVq8wLldBDFi@3;3pU) z8Vey%Qj*k29zY0$6cT~J;r<w}9ey=4s|34#tD(it z(-EbT&9xAKP?9J71SxT%G2n+*2L_N75(Qz9i2rhl79e4Ll)Aa2J0494koZc73hkem zPiDkDKt^((6pVlY9SrIMnfYmJGAE`*ZQ_lnuxo$rLCqrV1!_g~u@>&jfG$gh`%8uL zoL^0*4y>J4OrhB1t5|V_?seP*ySmW08r5?X3;Cy8veNg>myaC&__EXQfSjN->Dt@I z4ZGteM7TEgsf0{>!>uf4&ynK6dG6f5{ln{E&kmz|-+lsIL_`?hxwQs!`rO8FLd7-yGxog5IG6g7)TcEFY|-26gN8#;tkobVirzoc)WLC+}>R(%P>B%7ROm73@ho*X5yv8-sthx%|KKI?M~;1aATW*`__C)oZt;Vl z^|5J*+tb4#mY)y1IWEtO&{UZl{`&S&9^G!GFgAO$qea$Mk#kDaO~vWcG3rbDzR75E0zb6%d4LX$ zUu}n>tnB6ly*+d)+@tatYbpAMKbyjxKDjTD_hc`iCGgDF#zHPVT7qVS!L0agLZ6+N zLc9zy^K}uzg52Jdo#nut0JTSccAXEDGx>Y@zp$GZD-BC7>b}&*4L3O%! z#)|9)T7qe53q=h&PJI!5m`%;j)TH{Tx`o;J!bR*0*&$lh;1gZe{9DyQN_qx9 zR%i6RsFyLTeRD4|W{=a#zMu6+d@{4{O=*oc^&NXf7x;v3pN$F|zV+SGrE1@7d^0Ns z?~uDfI79foLNI}8aiBCl5hz~yRPRw->seHKRgIcAZS;X5FiV>8{EN8kfBt3^u{$fz zo~jBckKeTE;O`aLU06I_&|quwvOm>=@JyQ6&DW*t>~c*x-Zxpa<$6RKoS5M^SwRP0 sV$jfE`M$_2`#z7`#n{G8?${9M>d1_~G}1tN-O!N}?b2><-Y)L`2N~au_5c6? diff --git a/gui/slick/images/glyphicons-config-black.png b/gui/slick/images/glyphicons-config-black.png new file mode 100644 index 0000000000000000000000000000000000000000..53c24e486e7448d72d56173ce6ed5391f8077a73 GIT binary patch literal 2920 zcmW;Oc{tSD9|!Qk82i>@U#`@z>=Q+q#x&@fB6}&s$dx6GB_tU$wzzJSa0yw;ma`G`slq73dCIvfx$%fgW`c@Kb8fXVS!k$y~OX8B+PND zfENZ6=AJjhI(UySI{8?-T#|jO<;jw1@8gxm`kqj=@#zuduew%jLU~q_}c(I57i7Hc3&OUwIRi~LVz?qB*6K_ ztXgTPGKpXC<5*+J8?bx#20G^bTDC6BJMoRY`p^c<^{57V9bI1!+E$hmq9nqY%*nM% zok08j>j?^%eG`y(&09#2s;00Y;Gv!>fNgsWD5~r00Y!1KxbIWI;psP_^Me)6YlF_2 zUcae<;R2Z%F{7i5-QNN`Yi=Av7Ag5}dSzv1xNBY>JBF8YG@s<-W=(Qm9HBVH( zMb}k|pD{p;*NEKx{cCf%e#s~lHQquTS`K~^N-9&4mcdoh}eDh+6=F4*}!O2|a% zyFsFNYi=?tuhp+M3(4QI1s1MSJrs({RW6t&{lfWFeim+;=I+%IkADpE>f zI+~v=U-)cyW7u(V|K`g4=(nHgob5s}l$A?<5&Zqx_Yx3Dv@u%AlFtxv;YqVuC}ts? z)?;**Xe>H1uH4|CLlmf+*V+4rb=vHTZqWv5qNJ$&>gyYw*(ZPhUeHAY*L2=B199m_ zxmKm0)tMF-fTHH@gXV%_0Q$}W3VVv$@T-28$f;_I$&Ys3HL|pRF`P1S@gkYf6y=$x z8?-P~+;ZdrB}OFz-k~%<;K&%me*31a%@$DZ5yiFkede2ycC;^4PC-O{g|E-%53q(Q zh>ygbO$&6F-IHsip({JQ?}bGBmtkb`Tv!9)yEr?NCk1J0igZx7w*!jKMEsm;O*?v! zZ&o~TXM2M?+pT%#ByeQ92S`aDhO|+t@BEq@c;RRvrwr_TO}210#9%m|60;{K8IzN2 zB@~@TV+*LjF`LI8q3XlFys2ljhuZuZ=s_{xS@+;XE@urAiFwx6`pB9~u6dhp%9L(q ztw}9pPHG)2LBT|$-6w)ipS=rg>vx}m9LpvK0yb@pfU$ZGq*zfFNC}2cy9AMX0b6x1 z$iG`Zxj-?s7Rb~)1YGwP3@~2|(9qCW*=3<4>9)3PYs>(P@{rrOMQ_>_S5|bWja+y+ zjdt_BW51|{QR#U6;YuXJS5*tUvxEO1dAUhqb@lSDdk6zpwV25|y%fwi>>}8FRaF|I zrS->gE$yJF;J%(H3;xv6&YTIn$v+Umm%anfFTJ=d)H@F7n0W%lk}1X}LnDB&yFXAt zt*Qj1uloU(iB#Z(YBgVVv?H?v!p3uNSlln?FXmCJd=i#pK#tzv-=4`~m*yh~!@Ns# zPUFwV?`S?sr4_-qoAGx{hLEFEi=t2dZ`yv~IVb$pRz62#<`5g`0BX!7HI1w&ye zIY1pA44)<*Zf#pD0uHZgn&E&%$*T|(#WS}#Y(}g}fs3!NonJ*nm($Ql%+=7WN9=|E zMQ<5bSG+$hBQ-6xsI0YNfZ8CLqRt>RNLijYK#7#_96cIKpnYfvl2_2J>?l^)*(kk( zS5V+04taAd_{H2bZN2M8=C{^jX`hjDO|!~oa~+naE?7}E8@rA92;=2VtPiA_QFU=F0carNjAF zv(vzbscu>72vbtlJv58fT34Z;4>n0W2C}vAj-8JgKtjqWkqAD=*2 z#(5cOI+v^U;OUo9LXJ^kHUu4Mv+D5Npiak=092)R1UI%q>;i_W-QOpOwUK2<8MZ}Z z_2J9oZzGGT&}Enw3@+~40Cc#xxVtayK>?3!WPsaUp0FSuee-YMkc-3%2STtddIOEJ z^qCpDmPgZ1;q@9O-7Sj01nwB;df#37YvNtC#)pm4;_n3Ovi@FoNbhGp(=nd)HRdWgkoeZa%r)&78`@h|7f1hn%==s9xFNt~sX%>baN@7= z%>ia?*~^*&)m~DTC@XBV@8fY9b@h^(LbJkKh0TQr^bRK}6NhjumQFshT5bl0v1N;O z@!sfH6&ItMG%q0r{=5}4d9zA{Cw6J>`jmi#=rf7N^j#kF+p|jcUU7+v2jlm<Cg-fvik_Rkfew`EtTMq+Q$O&kA4gZdB*!Csy1TY{9^av zOZ5Sx|B)Z4Fn90X{~>`PRoutj)UNwnjdS-?%!4rpvj_9qJb%0}%1#PS#uwdyvl&9D zg3BkUboi03dnz%sc%AXTFC+R3oV@2-#l?{;)DxPT&qK8i9Qs8IDWM3ezw!_`^g7j2 z|NA+bePS12r3yN@PS^zLQ(CCes-K2W$HbqFa1dNT4h{wuT&tIdtUvyT97;5HLm2pa zF2NE~Jx#wY@^kU6S1O-;=roMoz&umDU2v|xaB8BVY~%h!EsK7p)CNz-dvnIF5A(R) zaaQ!<@!f7waby`H3zouZ$hW?HrUY*o7d6`|__UL3DbSV`K1Tke1*g7|JZ8T)BCY{n zGTllb8m+owN~dFkb1xOWgA8AFgyf1>Ssk+z-1n&`1evhhB+$}KQkUCUlCrkBe`L6S zFx^2b`%!YCIb&^Hq$CV;OK`i-0)N3tx%rj6r)asn_C`^DcD{(GU%NYMyw(nx0oUD$ zOi>cdUvjw@ND+`)0BM+r;d2_y02_ahF?rs~265e?dpC=P{FP88| hNbvyNV0+)p?ujAG;_OdY#@;&^cK)1|S)~a+=Kn25vbg{N literal 0 HcmV?d00001 diff --git a/gui/slick/images/glyphicons-config.png b/gui/slick/images/glyphicons-config-white.png similarity index 100% rename from gui/slick/images/glyphicons-config.png rename to gui/slick/images/glyphicons-config-white.png diff --git a/gui/slick/images/menu/addshow16.png b/gui/slick/images/menu/addshow16.png deleted file mode 100644 index 1add312039d2795d13c3737a350dd7ad2a251fd7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1111 zcmaJ=TSyd97(S+1cqt2tZs2JwdU5BryKW9{>t%Lxp*2}I^eJ|B=BR_toN?ypu0mwx zgF+TTP>>JNlLYlpFJTW>7SuyT_7V{l(uE*0>!k;AJEN}l&^B=9T=>54|Nj5{XRNj5 zXnDz=5&%GXv{{bRxxyWri|N1eS5~3ZZW8VwZMc)96&ryD4W|%{8cG+6BSjnRdxq)& zD1>^VgLK4>Nh&s2#l^50!=h{e>OvVyQF{=9Db%H#L1zB`Gy`=l$h7-oe9US>-Fowo zjoOA<66#QoTB|XkBd{(bQ2_%H1!jz1(~&YkW?5IFYxkIA;4*~t1eq069kEu}glz=< zEbmeI8XndNtl;$p0)c8M@&eECA}5F*As~50iRa8zHC7L3a%7ALU0n^F!Ki~S#J7;9*U#L>Fne+oN^K?`wlHiBW%$TG6^0i;E2Y{2D&B|X0v zUtYacu9n}6KQEV~W;pj+|GMVf5$zp!xz@CFv)1;=q`hv_rY=f+U!)J>c~ovlWZtBH zXS1O~0Zf{6r+rV7>{LN^f0Ef*xTJ2I@que|*~1fKufTyT6T`FbKJKzUgf>(^>;V<; z7mrKetCAd<0&-p9+^zb>?W5BL3zd`Mef8Dg@z45iTOWt6+fayHEv-+Am&dnOp1J86 znJqikd~zr(+xITA!@UmzOxf@AFF>SN1a}JF%9CHt&7OK)R&nSN*a4R|jr&LMUb?Xm zte77z{@f0iN>9ve85cLgfr3;gya47tJ$>2S*U0PzMZ3U{iG#hZi_Z=BsYk;t^6kdt F*+2F3Yb5{x diff --git a/gui/slick/images/menu/backlog16.png b/gui/slick/images/menu/backlog16.png deleted file mode 100644 index b1dbe1fd7980d8c6bbaeef46bf17946eb71e7401..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1027 zcmaJ=PiWIn9F7j_EL6R!hdndA+5BtMuAyCNo7Q%iIl96MUQCnMHFU|#lD9RTf>S)W zgE&Eyc^Y{4CMX`fDtJ>E?xrAm5M}P-L04b8w)0>Oyu3er-}n1|zxR7CQ>lgQ*D-K zI6tL6P*MI5HO&Fq#btQl_n*RUrENpD3|+M3XyoGR<9;Yx$~jQQ$f+Q-(68c517YMg zkPULPBA7EQ9ktvpT2Z8u(C8NzeyVq<8$~plQiw(Du+Gz3z~vt^_Z$5+4*Yd5y3FLZt? zdiC(m@u}$bqaT0YZ|vQbA5+&Jg%*u$oNE50j%=)YllKB&spk*Y&wk!{ww!+V)C;{o z@ktwb_2JgrbvYT>JX62T+Q$y9H#drRzU}JGLQwt@&4r5c)|;ZS92n)O&8lTS8o0Rx_?OL diff --git a/gui/slick/images/menu/backlog_view16.png b/gui/slick/images/menu/backlog_view16.png deleted file mode 100644 index 9265a8bcc522d81f3dc25d6ee34869d130505068..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1029 zcmaJ=PiWIn9FD8FGFR zrygWC@gfR(@FZSkiaQA&Ja`bM2hRf!f+Bhl>&w=59;|_v_uh~1`+k4l?ZW(}&_HB> zqNq@ARwW#HGaDt)&z$le* zIX@?9$YfL>!+54m*c3G}<=LvX0x_t-Wy6x`FFUVjVCXWvn88VLD;YmcmgjfZhxoWwRC({SI5;^;3mIen9ydu+wL6!3bkU^VKC$PK_+A5FYDdQ~ba*|slolj$19w#2gadY!4q800Lo zd@`BzH3T6_5K*^bVbzOT?np;Lfv)BlHa3t2d_}c_*0D^JNDosm?XIllw#!5c#(JvF z@(kyv)B)!6|A(4p7wzIAJc{?9!fvTyL$(NAwC-r6an%vul`Ul)sAA-l5L)e2u~0)8 zxiw^i%t8Vz8kUag?g2WVmvWYiRZD|8MWzX#F$`T2_>7Xu#>H$pF7W(JEUm=TDKX8Z zxHPe*vmLI2v~?3&xWmQc-mj#PnPRIHZt82`Ti~3Uk?B!Ylp0*+7m{3+ootz+WN)WnQ(*-(AUCxn zQK2F?C$HG5!d3}vt`(3C64qBz04piUwpD^SD#ABF!8yMuRl!uxKsVXI%s|1+P|wiV z#N6CmN5ROz&_Lh7NZ-&%*U;R`*vQJjKmiJrfVLH-q*(>IxIyg#@@$ndN=gc>^!3Zj z%k|2Q_413-^$jg8EkR}&8R-I5=oVMzl_XZ^<`pZ$OmImpPAEg{v+u2}(t{7puX=A(aKG z`a!A1`K3k4z=%sz23b{LLsw%9XLEB$Qv)|60}FFE zXJd1iUYGpj(%jU%5}4i;gkEEudO-;xw*Y9fOKMSOS!#+~QGTuh*uz$txZPra(>$o& z6x?nx#Hm*w=oo!av?4__ObD2EKuma|1#;lYJ~a=R){B6N+U!$1Fkdl>dAc};RNPAX z^Z&m+vuXot`wkX?-;5hM1&o5S9Tv_>3=7C6ZA^iA8P{s|%y4=(aBxla%l(iVtk{&k!2%uS7ri_xKhkzw(Zhmo_S-6n#{3{O`-mvv4FO#sc-mj#PnPRIHZt82`Ti~3Uk?B!Ylp0*+7m{3+ootz+WN)WnQ(*-(AUCxn zQK2F?C$HG5!d3}vt`(3C64qBz04piUwpD^SD#ABF!8yMuRl!uxKsVXI%s|1+P|wiV z#N6CmN5ROz&_Lh7NZ-&%*U;R`*vQJjKmiJrfVLH-q*(>IxIyg#@@$ndN=gc>^!3Zj z%k|2Q_413-^$jg8EkR}&8R-I5=oVMzl_XZ^<`pZ$OmImpPAEg{v+u2}(t{7puX=A(aKG z`a!A1`K3k4z=%sz23b{L$o& z6x?oc#Hm*w=oo!av?4__ObD2EKuma|1#;lYJ~a=R){B6NS|vK*90LPmvZsqCy&a<<`But#5AlB`#btrFHAsKir3|MV0Avn5@1TaBcF5L&uzq zOjVVP&p-dLw>15kt@Luc_cixz-_I#OU;BKgMwisTR8Q83as$4__0QT^bu=#s2Q=!x zSlRoVsrO*-%h*4HOD;;b&hpu8)?|M?|LC>``L^>fuAd6r8rpQjdPz;*X8k8~cBd!G z@8nCp(Z*iQr2ZBdtU#g?sAz0u5gW8?P&*;gZPm?cQYZMnMWD`&m| zyX4j_3z<#-vUn$QUkl!TFJbqK*7OsO(lrk4HP&AaE>Qi&)Xo((KRKYm_k{MrH5$3u z?B85pv2pHQF?nB$sYP>gL}T<(u_SiS$GKJT7Ciiz1EI{n%g(TZh4;SZu4 b7#SwdocHbQ0}Ei$#K7R`>gTe~DWM4fb_c^b diff --git a/gui/slick/images/menu/config_index16.png b/gui/slick/images/menu/config_index16.png deleted file mode 100644 index 26da59dd9e730a213ecbe4477e057adcbd8ba30a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 959 zcmaJ=J#W)M7A+`<( zR#X=L06zc*BqlnrF)@JztPHG3;he@P1HsbyKJ+}#`@HYHcid^;+ugagLs8VOzOR{N zzLJhhIr6{pYhjUT4>$X`i-tJ1LP*seG=M<&tPwP!<;)(Q!YV~=1Gm@5edE4tBag9C z43l^PVN+DKmIRhPffx+n$n_Qa=i7HQa2-Hnr9&7TGEE7~?=@**K1wxX7Sz#PX6Pr5b`zAc#UV z^Rbl_{3xF(XfU!vH^46PL8@pC&=e~)ae9`57p!IdXjLXsFgCFQmS?y$r3`2o|A%_s z8XaL1p8Nf$aMYUxkTqe1rlCzPZkSI)1+p4K3!|`y&{0;!&KO}7jZpy9t_TiX-$8M- zL>q>z`w_N$8|s=u6F%d*j$AJDnyA&eR-+{Fe6v^=N|mN42!g7%8h6S<#?_EL^`MV4 zu5-@iH*(WP@B$K9gQ5EfI;{|SV41M&ZuBBGH|njp&PFd%Ya^E>X4v#v|GMVvi1bdn zTsJM*tlJ*?q}M~z)O$Z3d?yb=)U|pq`8@c&Sk$&}J-&KMna1FzL*=i3TpWvEYL`zI p&)yt~Vf*X*r{7M}C#5&r+Uv&QlRx9uD<1#= diff --git a/gui/slick/images/menu/failed_download.png b/gui/slick/images/menu/failed_download.png deleted file mode 100644 index 7c7cf737d022cf297b2c7c744ea018acf92e20ce..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1254 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`k|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*9U+m=!WZB1$5BeXNr6bM+EIYV;~{3xK*A7;Nk-3KEmEQ%e+* zQqwc@Y?a>c-mj#PnPRIHZt82`Ti~3Uk?B!Ylp0*+7m{3+ootz+WN)WnQ(*-(AUCxn zQK2F?C$HG5!d3}vt`(3C64qBz04piUwpD^SD#ABF!8yMuRl!uxKsVXI%s|1+P|wiV z#N6CmN5ROz&_Lh7NZ-&%*U;R`*vQJjKmiJrfVLH-q*(>IxIyg#@@$ndN=gc>^!3Zj z%k|2Q_413-^$jg8EkR}&8R-I5=oVMzl_XZ^<`pZ$OmImpPAEg{v+u2}(t{7puX=A(aKG z`a!A1`K3k4z=%sz23b{LLsw%*V>fe4b4x=$o& z6x?oc!l_pu=oo!av?4__ObD2EKuma|1#;lYJ~a=R){B6NdiVBXZUzR%7*7|+kcwM# zF8gb=I7%GsiMJN7o?OPCfAXYQ z_>+9in~Sz=&FX!>IQ>;__2F5+Ox{~>{yh8U%u3trx0?*pcnd#&4>~5))z+}-Z@lKA zA4|3<^uJ~cGw6(~{BTvzPl_Ys&>rp$8JGK1WSCx}za&?d1vw&f^Ok<)Q*FmPb13$b4A2Rpuq%uee^X@M zGY9tG#nR$4e$AV)d5wZ{dY9ss#q5VYT5sjQdgmxtC~mOOzUJBn(JKNAn7>;bv0D{! zRC?1_ZI5ef6&f?=7V^)PIIJc-mj#PnPRIHZt82`Ti~3Uk?B!Ylp0*+7m{3+ootz+WN)WnQ(*-(AUCxn zQK2F?C$HG5!d3}vt`(3C64qBz04piUwpD^SD#ABF!8yMuRl!uxKsVXI%s|1+P|wiV z#N6CmN5ROz&_Lh7NZ-&%*U;R`*vQJjKmiJrfVLH-q*(>IxIyg#@@$ndN=gc>^!3Zj z%k|2Q_413-^$jg8EkR}&8R-I5=oVMzl_XZ^<`pZ$OmImpPAEg{v+u2}(t{7puX=A(aKG z`a!A1`K3k4z=%sz23b{LLsw%*XGb?DQ&T5P3ukjn zGdFXXUYGpj(%jU%5}4i;gkBSzdO-;xw*Y9fOKMSOS!#+~QGTuh*uz$txZPri(>$o& z6x?nx!l_pu=oo!av?4__ObD2EKuma|1#;lYJ~a=R){B6NS~}~q0x&~d@^oTJv+NoDAG-V(=*wo@$hGD{gT|Ng bI&K4oV_z8=*_+D0f%3bjtDnm{r-UW|99nZK diff --git a/gui/slick/images/menu/manage16.png b/gui/slick/images/menu/manage16.png deleted file mode 100644 index 8ef677ff37dbf543387de4aecaa2a20c33781bdc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1051 zcmaJ=OH30%7+#|gCBeW^FN}lnqTN?%3oE55-L6#KrYTiwLK>Fc0XDEZ>+V1c377gv zOgQMpgW+J}S;WZ2mJ>>b`<`6whV!3MBzY4~DM7xmAi zbNbA<-etg859lsQRKP++10`$1_M}o2?&?Z(?_YBe>_W(R6z&C;S2G}iT?9fbAJF+Q z55fW~1Un*;$QdB=0?+XxCx`(dA_YZ>=RxIz)SGLJNLg8__@bvM93#Y$IIdVMvc({a z-BC{H>gw_}L@_`S0dLwSS}9)wZwxyi(H{Z>rfuM&w~JO)DP?;^vvrh`qmc4h(=?~YeP#9wXsJwopqNE^~aO3d-OrvNy+hC>C;m7K+_61y!3kc zo7wZQ@U>}TaIK;BY>S$G^b$Z)zA$T^8Zy=j3-2?T#=FX^!40qcnQ-if4FTP_bgeLd zVyZQroC8PSjO^&{WqoIL{l2txMZc*uT%Ucu_3Ox?rQ6}OqOD`N2_HXr@eZQx`5(#i oZCi5-@h33Y_hs>E!DBZAD@?5Hyv?8fzUV*KR5C3u^bVE(0M>c-mj#PnPRIHZt82`Ti~3Uk?B!Ylp0*+7m{3+ootz+WN)WnQ(*-(AUCxn zQK2F?C$HG5!d3}vt`(3C64qBz04piUwpD^SD#ABF!8yMuRl!uxKsVXI%s|1+P|wiV z#N6CmN5ROz&_Lh7NZ-&%*U;R`*vQJjKmiJrfVLH-q*(>IxIyg#@@$ndN=gc>^!3Zj z%k|2Q_413-^$jg8EkR}&8R-I5=oVMzl_XZ^<`pZ$OmImpPAEg{v+u2}(t{7puX=A(aKG z`a!A1`K3k4z=%sz23b{LLsw%<16LPILlYAxLkkl# zXIBfDUYGpj(%jU%5}4i;gkEQydO-;xw*Y9fOKMSOS!#+~QGTuh*uz$txZPrj(>$o& z6x?oc#Hm*w=oo!av?4__ObD2EKuma|1#;lYJ~a=R){B6Nde4z5e;F7U^*vo2Ln?0d zOxoz>Y$(zuypl_H35QbY=79Kx&MQMSelW~+ZLw>fy?F8heFc$M4_+x>i7a@n;8ZHG zY5|AW!ZL%p<#Rluij(Vq?AZBSrM~FD^y@jsO4(~aF4}f*F(2!W_UvED!Y9_x=J~^Y zKGmXC-+Zlm#u+J}Yd;wyb~NPgXpzb}DEB3i&kN~ZiPrJrkeUuZVGV*I~J?5XgsckAO8N?KRy=?FdGJ}TRG$n42NcBA#a>yONt zoWZ7f(f-4eiEeQ6*1tpXa$U;KY&cK)5_Uk(F? Xz>8CUS=LTB0~IEou6{1-oD!M<{s^Z% diff --git a/gui/slick/images/menu/menu-icons-black.png b/gui/slick/images/menu/menu-icons-black.png new file mode 100644 index 0000000000000000000000000000000000000000..0e3cca997c45715a6f6ab33b4fb80a87549922ea GIT binary patch literal 3779 zcmV;!4m|ORP)000mO1ONa4V|u!#00009a7bBm000XU z000XU0RWnu7ytkR7->U8P*7-ZbZ>KLZ*U+lnSp_Ufq@}0xwybFAi#%#fq@|}KQEO56)-X|e7nZL z$iTqBa9P*U#mSX{G{Bl%P*lRez;J+pfx##xwK$o9f#C}S14DXwNkIt%17i#W1A|CX zc0maP17iUL1A|C*NRTrF17iyV0~1e4YDEbH0|SF|enDkXW_m`6f}y3QrGjHhep0GJ zaAk2xYHqQDXI^rCQ9*uDVo7QW0|Nup4h9AW240u^5(W3f%sd4n162kpgNVo|1qcff zJ_s=cNG>fZg9jx8g8+j9g8_pBLjXe}Lp{R+hNBE`7{wV~7)u#fFy3PlV+vxLz;uCG zm^qSpA@ds+OO_6nTdaDlt*rOhEZL^9ePa)2-_4=K(Z%tFGm-NGmm}8}ZcXk5JW@PU zd4+f<@d@)yL(o<5icqT158+-B6_LH7;i6x}CW#w~Uy-Pgl#@Irl`kzV zeL|*8R$ca%T%Wv){2zs_iiJvgN^h0dsuZZ2sQy$tsNSU!s;Q*;LF<6_B%M@UD?LHI zSNcZ`78uqV#TeU~$eS{ozBIdFzSClfs*^S+dw;4dus<{M;#|MXC)T}S9v!D zcV!QCPhBq)ZyO(X-(bH4|NMaZz==UigLj2o41F2S6d@OB6%`R(5i>J(Puzn9wnW{e zu;hl6HK{k#IWjCVGqdJqU(99Cv(K+6*i`tgSi2;vbXD1#3jNBGs$DgVwO(~o>mN4i zHPtkqZIx>)Y(Ls5-Br|mx>vQYvH$Kwn@O`L|D75??eGkZnfg$5<;Xeg_o%+-I&+-3%01W^SH2RkDT>t<8AY({UO#lFTB>(_`g8%^e z{{R4h=>PzAFaQARU;qF*m;eA5Z<1fdMgRZ{B}qgIFh{F2VMIJ7ZLhu2K0!u&; z1Vf^LVKRgm9sy(#g+MTqnchF<=FZ&b+z`rrl&7m^y8E8neNK1(`t&({eF`5In#)6W z)&JMz<4WoX*gur_@dwgvA06ShMcaNdDch5WpCFs4G>f*}-;fs+;M3uwc!??c zlmBAyBwgyeF6k{Xj1-@52#4-&gN1@xnY2$`JJ%0~DcBhyi!4~uScc#_7KK!0i+ zo)>a`oCNW?P2^d)Q<=pingUSC{j7JCC_qnBO&M99*M!qJfuEuDLQ%>FPP?|_owFfQ z#n0Fvwl#`#99bM^0kyPbB7P>&me;6Zwad7=z$XTp{{(otP~nmDvXsdwgOl4r-HFh~ z(90Zcz%sDYEQz^vWE%G{4Ih(O&pZm5WrEKcma*TqpAqG(DIz9XO49W0~gjy6ebTGlE zS`KtL)=iUN+CFHn3?-{~io}`Rg=8$aDsz*+RGOnX&Y7amg3v(n+zKA|bb~<_G z1h|ABQOp3~y!QWw4R;2`1}Tfl&^0g|CKQUL4Kk(nqP1WJA)Dc`Q)MJIZ1e)2bvYU3 zUCR3e`UUy~`vm(3`UJX^XOyqYab1{+Wt~riT3%o>lX#6V5vE!|QZ0vo>^wjWXnA$F zXv*$(T{{>sLzdWrCxD`WG}0(Q5wHbNOv-!;DJ0(oK5uY_mT~3jMCjrIpBSi%T;a3S z6MV)|%jP&8F6Ez`=XTp&+7qXB@o6-MNgm+iyf(dZM(F@2wbPGcP;{zoq$<(ID5%4z zB&I>YVVNu2BZucmA&`huw&>K-70zpuiTe; z@S68)QW{}>nlOt9PqK{&5kBD0C?=Zsby+R12U#I+koU{#`gHX&kaqCNVmFF~KsMRH zLKM3_dLK@-fv*hZ+w}>z2S$-z`rHLRu@Q2EPci|j=wztt$U#a-a^bA+)t1u+K0d~< zn@25eT0x;aTOao|)fYvT=Bp|017HVdEE__!ji<;Vn+aNJT)hU0BfQ2;rZJVNOlJ-& z2yuo}u24~iyqQ8M##-LpM=w*|00VI9Rkht!KOU4`*(uoR!0dU)u2t<-`(1a*l1}@( z2GT1(9(2LhXDla)@Ey}Q$8hc-%p~dvbDX52C*;DqEy>bTh?*Tb~l% zgn8BS{yah^NEta}z1nc<@EO8eqym0cah_k1n-COX!rGzp!Z~wU%z6~>p(tlLxhzDn zk^l;6;@zrQo;FOOKP?ENP<#}F&pb=>TTuMY1wP8AWaN9%Qn#8GV5(1Ip$&Z2GSWIS z&rNQ2H1nJHAB;Q9jctACih!tkZt?|NpC^c*s9+A2Bq2D*6P!h%c)|pqJdpEbUpYiB zmW$*fxj^0`Q$UWA1=44Vaw(ROMmC2~C=QWL8cR@=S)?q~L4)>Nr~wF@JuntnZOdVH zx%xia4RhHz>yw4zPRsib5awD_-Ebm2WPy(jr?&XoQ-)$5859%ZR?=J~Rk}5CgHL>N zhR@UNWec|f*YPP8JPy3T0Y2gi3-4*Yy+hnchL%5~P@18%hJPy(gbjRgzjkWOLCOaz-Kca?SNCJx>G0{FVBuMN>${t zm5IDfHV?DXF~lF$!sjW1SU=xxI?WIh#6dAs2sVp9iyfjF@R;Z+J{NPvKTN!5kWtEQ5$!HX3%0s5fK+(CjIkT00sbc$t4^)8oyK zq*PuKXd6hbnmwfvz7O1mVjI8aBi`j+0w`{F2px2j&80slYe099U1X_LQb{FWmno*h zTQVJ~GVFs@bR@Y^hd0R7o+uRmVoZX_=uW+~EkWeXnCwFb(Sy($F41e6Q^a9XO?=Hc z!B_gyQqG)lzE376P%PH3P2B7x7svXDo+2!iP-33ANhqO&5|4mbC6rKNpNYB1){Ea2 zJG?#CVE82ReQx87L-1gQ-AyRtv4$~g7!c32X-G>mL z8xeW)u^xru2Uhb5=TIm%o88y=&_PahzcqcE=9J05$p!M9d{7>f&sbV5w`fy-5d!=^ zhLF!}#xa4@*7%@7`(nNHg$sOsv`zN#IevNb#o}Ql`gU{2JSC+cO zHoQdM?4c841uZN1jh z^wO7}?&sV&!hBDdW#p1U2G_8ZFdGel^m=N|XI?lB@M)rbeen}nAMvWtYQzb#SIb3& z5?Ky6ctOkB4AL$JpZS(owrgR(3%&Pg92Hx^1F(7YV(rLMct`f<>B01%D96M%x`MH}}ie2P=74PH6`dpNo`azei=cz{m2}px2D>=4XPignGN&!5rYSdaD_wy7 ztmG5>kpgG{r#Dij`BQp`zSdgqq*Y1p;tPeJ2tuFj&Pe~ zc~BmaN*2k}a`**WpF+zKvp!dtP{Sttm02`#h?F&SCS6BIU6j-)_%y^$CFB%`L@t0x z6XoJI0Ff(ph|%J-P(q0-9gc9>T+2ZE)JGN_znl1(5|d1pGv$7HRBo3eejbhgEfV@C tMB*0F3qUjzqd?p&=7F4 literal 0 HcmV?d00001 diff --git a/gui/slick/images/menu/menu-icons-white.png b/gui/slick/images/menu/menu-icons-white.png new file mode 100644 index 0000000000000000000000000000000000000000..f301d60255331d7c22808af5d395b7f7c9e3048b GIT binary patch literal 3564 zcmV000mO1ONa4V|u!#00009a7bBm000XU z000XU0RWnu7ytkR7->U8P*7-ZbZ>KLZ*U+lnSp_Ufq@}0xwybFAi#%#fq@|}KQEO56)-X|e7nZL z$iTqBa9P*U#mSX{G{Bl%P*lRez;J+pfx##xwK$o9f#C}S14DXwNkIt%17i#W1A|CX zc0maP17iUL1A|C*NRTrF17iyV0~1e4YDEbH0|SF|enDkXW_m`6f}y3QrGjHhep0GJ zaAk2xYHqQDXI^rCQ9*uDVo7QW0|Nup4h9AW240u^5(W3f%sd4n162kpgNVo|1qcff zJ_s=cNG>fZg9jx8g8+j9g8_pBLjXe}Lp{R+hNBE`7{wV~7)u#fFy3PlV+vxLz;uCG zm^qSpA@ds+OO_6nTdaDlt*rOhEZL^9ePa)2-_4=K(Z%tFGm-NGmm}8}ZcXk5JW@PU zd4+f<@d@)yL(o<5icqT158+-B6_LH7;i6x}CW#w~Uy-Pgl#@Irl`kzV zeL|*8R$ca%T%Wv){2zs_iiJvgN^h0dsuZZ2sQy$tsNSU!s;Q*;LF<6_B%M@UD?LHI zSNcZ`78uqV#TeU~$eS{ozBIdFzSClfs*^S+dw;4dus<{M;#|MXC)T}S9v!D zcV!QCPhBq)ZyO(X-(bH4|NMaZz==UigLj2o41F2S6d@OB6%`R(5i>J(Puzn9wnW{e zu;hl6HK{k#IWjCVGqdJqU(99Cv(K+6*i`tgSi2;vbXD1#3jNBGs$DgVwO(~o>mN4i zHPtkqZIx>)Y(Ls5-Br|mx>vQYvH$Kwn@O`L|D75??eGkZnfg$5<;Xeg_o%+-I&+-3%01W^SH2RkDT>t<8AY({UO#lFTB>(_`g8%^e z{{R4h=>PzAFaQARU;qF*m;eA5Z<1fdMgRZ`PDw;TRCwC#ntO0n#U01LH$)&jgMuJn z5g!TT1LJ51hgyk{qKx7=V%1We6rrt(BR&A74khX^wDnOnRVuZm2rVgt-~$vDOQgKy zl^|ep6Oxz&qDV281cC|oe)>nwJ-O$eJ?EYf>awbmw z|K&ouP$v}j_ExKP}xdXxjt00zICV4%~L;3Y4@bD>4RR-G&}s? zOrA4!wJwshSL^kK2L?})n9`6mT*Zp2zYbe*r~6#}J?rzfuJ`zord^UQRg=f}LXC>6 zL44>#WxLQ_G*462S&~$(DO&4Uqp&g(Qp%JWsBiJkg+{chZhk_7}+6Y9u2@Q zCIavoQJOglz;t81a#=?e^{gYeEj6+5Ex`3jn;7p-1$oA?CLl70PpG4uFk#B6;}dd{ zPR#hQ8+ks>K*YjCX$G1Ylz?jFN{<@NVwW*}0K18@n8ifd&447eEF_OS3VrC4LzLgz zlj|%#W1DfR#q#~cj_vjsC#=ba9g13$-i_|ei?pzhUoe_$c$6}ld4^O&uECMcdDQ9# zB1B&wQbdT_zx1b%KT?P@_!@W|A&y)BUooJ2Q{<>+5xq_HDFk3iQt~8Q(M1oI(}LN# z$v{I;o3a;po^${--rJ1L>kEtvmLX;UUOe3Qa=g^H_oM-z1h{q{5 zk|zulkVYB>K-fs2wp!*pQp1~^)&c9&iFrhMl+8qm@)pkm_qf*eMn)m3 z_yJRBwEa>K`ed>jScu3X3$YN`?YV^u=0D(LNBmZMz|F+iVaGo5p-)>6`OznpFm()Z zqz$HqVp4pNu~N-Q_sj_~f!#c8Kqiucz}ClqPF(`jAw)WG7eZ{M!L=Z?y2rSJEGApA z+!%e}01J4MS)bPkXX}Y9CR!bk0r4_TkY5;&#Csh6-u&JP)ploSyn)~561kt2AOwZI!d1f-*I7&*!k6R9lfpa0fbT{$sqq$C6Vevaep!196g{OTIEQ)L5+IO7ROs%RFm~* zNyQ4;Uh1M18t2NhkGkpu&6gw%(sbRgkeU>d)W`Qer!8N%E6_vQqqDVFgS1{7Bz>uF zTCclR;G1WfHfp1;(L`11c2^H9(w!QjWg09=8mwg+qC2&yL*ngHZP)KKQ~lIM*Q!uw z>LE{g-YGqYe1+E~o?{pfIVu5^0h@TSm9nVHo(J%<8;TYkGPo9 zg!EMI09p*v@j}))R*u%wP@)BzMm^&#-Dw*KIY2dG!qhRX17{yG5!lR6d572e31Q$y z59y$F^Oni^h@q5N`Til{?3G3;gQ;_@gLMohwL_aX(ck(4@J}WrQAW4fvCT=8H>WpC z2dx{S)tq6cbY}5_o!&LKXwB#v0AW@OvE>CYkHRm+z8+ew`w>yu$=t@&JUVIM-Q zv@RN)*d4}G{LZ$`+w^wRC)wHO78*RngXPA%mq`X0vx&G~eRbsxq8FVd4sxqvEaJjy>o z5k;Kv>C524wbRc9j&iO~Pwuf}y8_+M`6D8HMTDh{pf|nwE=!28&LO17{ON28h-@pf z6Qcsmrc-BqUba&XvDXSk!9yDzV2K6suDn&6Z!PjA*H5-svfs(x`*h3~8OS5Vczero z8y`_lITe&Jri1rBgUCUQ2cl#lvN_v@Ii8^I<6IqIa_wbbLFMv_-#9d+yUsU|Dx zN>5Qg9kjyzHApE6sZk|?-){N6V$J?R)bU8$WD`!2iu#i&BlqWj$$0000i* literal 0 HcmV?d00001 diff --git a/gui/slick/images/menu/poster16.png b/gui/slick/images/menu/poster16.png deleted file mode 100644 index a8928de5367f5198575c0bcd2359b4b4a926477c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1024 zcmaJ=PiWIn9FEAQPA8rOz4**jJlOne)7r2)+NO0yGfG$3z{}F)tqoi9V)C}8Lu5?F ziHJJqK?Dy|Q3Qnv!e9p{L(!WTFCN6p^facp?dW{z+RlSD@bY`_@qOR#@4J@mIo;lN zu#KXq_Dr{&BX*y^cD9oLp^RH=O=rOuaR5-;>!jjQF=D^;u zp1d|Tq(ybQ>lEnpBqCr!tOCy*wp_`J(N$fE?EPz&22}_iiqV@v^($GBL=FTZ!v!=h z%z-e^@WD_d5;*|`j^|iTV0j_HN2H)2aU7_9H1X!>gHldT*L;yvj4okpODtP1mzi>q zK~9n7qtU3ZAqWA22)Gpst6sozJL(EDbT!AYv4Je$E2;%Ff@3s^bTb9hZpd10txTj~ ztf$&6&v1T9b)cgBA8MKnw2O0aE8c$!yZMR@*&KAyh@+9l4R-jhY$@qL6(c8)&~Uwq z*%HFYEg>5udqvP^SUM`ZRkWf=8Oz10rNN9GqY0le3|%@Yis6(PNu(2@AkU|QiF70? zhlF4_9p{B;Dp=>rNEi<@l9^#{SUiDwx)#wgU&4l+SCVaaG7OSGw8jjK10 zCEk?Fl3-ZBt$($-enn=--!_Jp92#Q}Ei&s48S1yQ@G5x_qZv7#_dY+mb7t>2*dt$= z{IcPRKf&*(FFy_}UOpVU*K%|H@oxK>v^pIrR%Y(LN3?ls>G`K0(?{nw=62jSk6fB~ zxUjzeO-49A*WKE3ThD$a=D~7mVs;^M9jvw;n-X_@D?F*J%&bjac(-=(`?>LL)bOjx T#iivNmj5O*sUG=7VqoGAuM1F* diff --git a/gui/slick/images/menu/postprocess16.png b/gui/slick/images/menu/postprocess16.png deleted file mode 100644 index 5a6240192951c0a5c136486b4e5f800d0799dcf4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1045 zcmaJ=OK1~O6dkITT3YI+YDI9Ex@_i?G>I89tw|=aL8q1^+PElmI`h&D?aUizUd<#R zNWn$1r7kLnbnh?t+lu&GSwwVcQ52QZg`Y(im2TpjG)Y|;2j097=bU@)efQ0c44>$1 zKh#bTL}zkHOyPN-JK9?D|Hwu~##0Z9XHgpFP(ii;5mDg;Ad|X02~t2-i|1c~FhT4h zwM-UerBl2Dby{{Yw4+w^H)Kq~Q^-HW|#z0;hDp??1 z8qO%CDJ7&*g9BvP;jw@YkW4!Iv|;m(Kvi{lympTnimXD=lt68p%1R?-3|fHn)2v5f z11uTfXwKIk3t#5vhYRvPFVC`M?W1rsOU>~qF;RLTy=-bHRZaEpqn_d2rTUaP!kr^$!fy9*3^qX-c+x~ zRhxS8Cz^5@Y=&{K^{;ELAK~6{myM>yn?~CM1NXXxoBH{ihf(|>t|Y}s##t?=-?d+2 z+m?H`DvJk&&5MyS{oM8UW?!WBXZZBTw&UyE%5L#n%h$1m=;CZ@c`v>H!|Rrt8^7m! z4s?FGU2J`{!gZydob6s3Fjvc4Cl7yGy8rz_?rnLT4P2W)y4ew)>)LZ;T+2RNFAd!y tR?aLCFYYj0F|9G;M(m4qTX7(vgGf}q`**{aMX2Y%>_qfU2yH>IP-J|oq5yD+jf-> zX+cR*hdM-&1ZhxPftNZYgtGMH@M> z02?W)0_ce(PRbpEiVUCPVtiS{B5aCkY|dJWIs`H3hl9E)()lM(X`pK&-BTyCvK4_T zy?xY%-J_ieb#zGOHM+S8G-d@NU_h*ZtTAjlLRO>;x&m3d#|#Y$5IiK(8>W(S7lonu|xIcid&EY00M4_Ru7~Zj+|ISmk+39>k@X6i#GU zrml=to(8)lapv;9_4RX2hwTT;a~;O#4=vAb<_E^kzw7v=$=+>Cf!zJ+3mz%+{QByb zg_YhLYc&(M9)C>dzfFJrvG}|1?Bs0w^6MAFE${Wro>b%1%R?1c=X+;99XQT!7auK+ z*W_}ui_K%#^H!kOD^t8emsGt%6A{*;HM_T})ANl)&T`&MJoPU&H5-}oP; C#$a&( diff --git a/gui/slick/images/menu/viewlog_errors16.png b/gui/slick/images/menu/viewlog_errors16.png deleted file mode 100644 index fd26175038ee95590f149fe27b088929d86f4944..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1054 zcmaJ=O-K|`93MX_v#g*f?BZh#BXZ|sM_qSvGk0g#U2?W>YoPj|Eq z6(yy&5QQKj5{$m+&?O6kPUS(UOHmY_szVf%r!MwJceO*?z?=8M@Av!v{{Q!XS5wLM zs>;2U6h&1f;!>K-JG@b`k^F0ZEh}WI#?fxviTZF(u_4u_p7__(|5ilTDfNKnzj_8Ky67a9VAKt1qtJjZf=miPPkfGGGyjsy9RCeduIPfSa(d@QmH(E}J;BFpA- zIVLAC$nIzPU@+)u`29YD@HrzUR$QOy)D{#Z=%}`CVI7&kQ&f7<5DwAA>1qmwwI*vi z`7)7$v94mVJi~b@6@aq*f2d)sp&gut>wf|{nP$flu#hHRBwTwkph$`T_sR4}qL z2n`mhm>NJBIRnT7k*mOHI*eQ@DZSqix{=S3>HL0Zm-sYU|u+QLfhrhD9Pv(AI~c7PFB7RuUHV;$Ff< z_3~V;xR*##E=$a?-nIU9&4nY_NCdS<(g-)x(Vh$x$^Z|?8g18&mr6=)pI$9m!MQ zs^;T&n$K>&yRffy&S!lYEB{{ocsM4+x6E!6O3yu6n5N38@yN*j`I1MA-iu8{lhVU* G&&5AA_)}E? diff --git a/gui/slick/images/menu/xbmc16.png b/gui/slick/images/menu/xbmc16.png deleted file mode 100644 index 31142d814fa97c9dedbd84dd304078e17aa5f7d9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1300 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`k|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*9U+m=!WZB1$5BeXNr6bM+EIYV;~{3xK*A7;Nk-3KEmEQ%e+* zQqwc@Y?a>c-mj#PnPRIHZt82`Ti~3Uk?B!Ylp0*+7m{3+ootz+WN)WnQ(*-(AUCxn zQK2F?C$HG5!d3}vt`(3C64qBz04piUwpD^SD#ABF!8yMuRl!uxKsVXI%s|1+P|wiV z#N6CmN5ROz&_Lh7NZ-&%*U;R`*vQJjKmiJrfVLH-q*(>IxIyg#@@$ndN=gc>^!3Zj z%k|2Q_413-^$jg8EkR}&8R-I5=oVMzl_XZ^<`pZ$OmImpPAEg{v+u2}(t{7puX=A(aKG z`a!A1`K3k4z=%sz23b{L$o& z6x?nx#Hm*w=oo!av?4__ObD2EKuma|1#;lYJ~a=R){B6NIxDbMkAZ=)%hSa%q~cc3 zWp53aK$+toXJ(28sr2inJ-m2AdGd*4hmM^}UN~Wr$4!lX)z)6oXwATBSEg(d*fuF8 zap9R08?(H=la<q{6E^-E4%S*5HHCdtxg`!soSV>X)bcS=Y)0}0_U*Uc zas^IV@h1A&48N9~7ZYXsg`;M!T~%v;LU%3io}n2c}rB zP}}1%dy&@eqjFM#AASoR)&5xhbU~T0n8D47r}&oiKI45e<++mRdV3}whAIi2YcKZi RI0GuDJYD@<);T3K0RY93+2Q~I diff --git a/gui/slick/images/notifiers/pytivo.png b/gui/slick/images/notifiers/pytivo.png index e47839016226fec71b9e99f4fe8108505e3b9b23..9e01fd4232acad16e819279340c1b30eaf5e8c30 100644 GIT binary patch delta 1854 zcmV-E2f_G(C+8!uzY2c`5=lfsRCwB?mRW36_Z7x}_s)zN&vMPo*n_tQ%y<)xS!^(2 zDG{=Sz@e$zDoSYk5Yb4Ln>Ohi(@3q<5}+aKj(bsoGY9;bA}Cy0qB1QdV#aDEMIxr!Rz(5 zui9S&&H}%aWqDfIAheMMb9?u^HL3rZzdUvn$tE{Z7q_MFPr_+heW&_x2 z+#tA75Cp7N3y*&vKW1rZiQ~tQGdMVi&*vNVdc9u)UfI5Vdyk?h+`M^{v9U2ysT4qP zqu^OpRT&=kGchs6+}s=gvK-wg zctO)Nb2uFC1>OO+j*gDLn$Kl_*3{gB-~Yu+RaKR!n#O;FhYwK{<)kdjS4+X`3Flg6 zn zJW&EaT~=21{^re_ak*SL91bK&!f0G6jHYQTFBJqtQ6!tqGB`L$I-TAJe8=H%yjfFI zjmOhSMTLKa!?76<2n2$-TrL(C=9!wBLen%nzz?@=+s4tON9pV9L(?>l9Xo%9&*x)oY>cw9GL9TMLQPH0nq3eC zGMO}zWaowMZmQgF0P;X47RTkT0$6**=Y3ajI2^R@IShc)$YjNdp#X45AA()nd_ z-Oqp08k}HX&rcvR!L763qWkr8zzTRel>tbIz}e~PX{M*AQ55B6m&--5Sfo%WpeV{4 zX0sVdl88hi6pKX^McJt+ie1-r%kuIv{|p4MRd3;PGD@;;3qLydE-$z2=U@I0c{2ME zrfh%%N56`HVK?vm=C4GTlSJcDfKNr>$H9MK5M9?Tz@CbV3e09Rs;UBnOa0E}a_G7a zpaE$>(KL-+SiovVDWnfZb)Su!>2GW@V!pa~8 zjX(|%SI8`QjYcDqB$3PI0Ct(pW-Jy9i9~{YJ`a#t<)NzUI?-qpUDvS)P?yaTHxz$Z zs4U`o;^0{+Mfim!dM z1EbM|-#?e^{P#I2_d0))Ie>Mky2u07i$yfyrb-k|acN#ob^qWDN#G7MRau zGW7TLVX;_ffBt!{T)E7}%a_4%%=2&(EEXy+`@N8*! zCzDBhJ|BTV0N^7)2nK`Rd-v|KW5*8a>grfrT;%rc+a>15Wm(p}Uax;K8jT*fdpG(O zQ54_KWi*oj7C*lad@KHpWKZ1tdgy#6{3Mj{dV`}>)loh1^95R1ir0E_@65{a+h zxN+m-Kp=qKZs);+2gKv?p8~%Gbg$Pd0%B@?sh(@E&$+A3H%Dl9-uC4p%(=rXb^2(v&En!B zFakZ+#>TmPeQt-bA00iwtNeS4KvH$=807*qoM6N<$f{Uq=YybcN delta 2267 zcmV<12qgFCBY`KdzY2c{tVu*cRCwByR&8uswE3%Cbr`^i4)@_PU?{+DM<^s zr7I1gYm=rWn>HbB9b>RjZ377e2yNBS2176ju^%9z3JEc>NmMXaMB=1hG=bJZ2^sky zB9RDGRYg9Z zhuv;RNl6I=K>%Y6lu{HG6=8OE77m94gb*l-0st_XO!(r9VQ96&)4^cyEPx0hWIIO` zMdb5&==FL*r_+svLZMV^YwP{1tE)1Pn|zEhh@yx@A^}mx)WLbvIW~-59xv{>!9=*N2@3yzM|MI4bXEGUBtyWA= zPa_--f>H)T0FL8ev6MXw0K0bWdQ_*=9iN(-dWsP8K|CJE`uaL*Yilt!Hs;*3XAc0} z5CkD72m;}51$j1`MN?A~s;hTG5O{E$2E3p}dVM`IGc$h!kH_;|RaMpbwzjtSDWwks zKsud9Hk;L%&E}8#`ufhRs`>*($^BYYReICN2_XQ0jg1W$3?}gW4saX?#sD>+JDEr% zOtLJ0dH(zb0Bm93KG(nf{)G!BlPTu$c;2b5uBHbM-h0C5^8uicWf?b({JR~H}5zM*RYM;Xfy%w=JK~L!;3^Q4|nDz;PS|K|pbFF;b~GR0f@1 zuRRd(&oaHJTU=X=<tDi#(N{;1RG25dGPH!v{phaEc%C-1)7RqprSa9XWZ zsB-9GEw5GC?p9=vMm2E6bg;z^SQH5r=!qjt9)Cl)q*hw#uyfTJ``Cj-2wdSI#Qz|S6g79YKEKN!ma z_{Vnf^!oZJmrkc&uC1+o(qge-c6JuBEZ3OL=1?Y+A%qY#G&Gn1ARdqB>g(&dxw(Hi z6c-mmqtPIhO3kiG(riU#B`#QunAQQmA0EaVzj_KRoq}fiH2^@RW(oJ4`VcSw?GwEJ z-sNw(%epv@<6aB|0{PHhwH*3!~~@$vC`07#`$Ij7S}T`m^_ zfdH15ml2D_*y{4~G$90hM+YViMNofL6|a8yHXeMw7a3W=Kc8vDYR-h$-x^1u#(>q8 zEC8UQ!oI{Y#!yjF0YV7A{`%{}UAuN+Wo1PbMG*#r0jjDV0RUN+=K!Fjqy(+4tx#1J zlarI+G@6e9Kv_?rCLD&Us`#QH2(#G&E0@G$M;Flf(g>bEeIFRVhTlEW214&&qFxxIV$!t3=yuh;7UprD|j-|cpT=XtcYw!&_=Ba_LX zq@?6pI1<@Bb>>a6_pZIrYPC4m@gfKzm^U25!iDQNb=-oYV&Iw6b_Re94GrF?uvMgy z$z%|V#lRTD)vH&%lv3t)yB~k~{PWMz-QA6^zWQp0Qp!T1(CK_WkG{UX?aAJZf*{L_St8+^UgcHWo2cz4-5=Eok%3!a5x;Gl>S_n{Iz8Li*oZ@i z4qb@6YOVx|Ar2@tK*K5P*=$WP;6RLn@U5&-35tIi>W2!NI}Cwzjq=028t-BbUoT zmSrRoiF`JjeMS(3IzmW8QBl!r$z&4c<>hE@Zid6*KvjQL72@&ub7f^^zGyUh{pisj zJ*&}ZjLBs3G$G{P%F0Tw%jNo5qtVpq_4@7Og#V6YW}?w3^7;Jtt{27_06>zYRmK<; zMS)hU#mLAAa=F}=)INCP#EI9o^48baAxYBT0qg~U=H}+x0oFpGV>AE&002ovPDHLkV1mMfT?qgH diff --git a/gui/slick/images/notifiers/trakt.png b/gui/slick/images/notifiers/trakt.png index 99d0a6cdbfb963528ee9aac48edfc54acb327f7e..a767eea4b8b24f951714fa497119c3f2460fe0a6 100644 GIT binary patch delta 852 zcmV-a1FQUm8HF6MzY2c?FiAu~RCwC#mAy|RR}{s6Z|2#Kv?NHDkug{Z$wYvc$i|2Q z5am*&AkJ<<%9M-J$Nm%MKiDW`q!f{&5G7I~f#k*wUfhvDED=nDEWU&ZUz+ioc`2Bg zOg4lhD{Yrs-QwQ!?mIf?UZJ(-O@ydaDnb4PSOtCsJ_8N__aA@y9|0c#9|PY4pIert zqQH;S>GV%aOG})cozZACI6ptf^SpO}%Xr7NCm1n6`>g&P5K}^%cFz(nprBHuL(QG!^+uOr13=)Y%NV@B~ zTwY#sbacec&CQSmR?FowV`F0gXsr=KgblWBqqW8`3}Ueu)6>(;&(DVgMC-4wui4z( zWMgAvRRYsPLqpu&-cqmEIXykaG|fNsCYPH%Az!!jwNXzi`tbA3(eNF>(4-max@5_;q5tLE@j`WLh90%YA`0Bqn z%(5)1)#?++al+{VVT5DdaVB5W!Ew_x5kdqsX@fTu{{#OO*eBh4O&mASd7z5>RPfl> z>c86O)oN7%DgX{b0bue~42s1fQc7Ic4Gq$BU6*7s z$;!$Kj^l*8A+YSd92y2vN|aKVrb%C4U$kERiHfVMD;&omo6T}~c!-pebUJ-6@WsUi zwOWm-sVO?04z_KxxVRYXnYaYrl2V4Nuh;8^`9l%>L~D)Kn!tHc;O};Kcb{i6nY%M$ zn(R#P?}vP~+wH#v&*$?9A;@Gh2q9><+q7COfFC9BVr^{=pb)uhc0?KKfx%Ve;uwD4 eHvwo delta 464 zcmV;>0WbcA9E2ILzY2c=uSrBfRCwC#)wyd`Q4j|3-+k|9alwTcTsl)(2sWww2h>Ip zD?xh;u@XBwEwnVHVByw?SXhXlSlEaNVqpXeK`cdZ0hi#*XERS8;Ta7{Iu8u@o|${T z^WB;A&1sTYjnS#+6z<_R_AU`)8_wZ5j{f#0>Dxq-GfAE$xs-oo=Rj&GE*CzO)@#;n}bOnB)Okt|FDf0V>F%QdXmRUjwNY|)y*W2%J;|hO%-n= znt{9p->??@a2j2V;SR3gZN<9_a{d)_O_K9Cg7JZ3_D2t&u>)IbK8rONT|j2O2+iVh zljIXN;62_90dIc_uvf9}kdx8FChV&D-L{I2W0EqC;F&~!@Q>sN^A=KeWu@dMMih^I>w zN>et6Nt`VITw5t -.sort_data {display:none} +#SubMenu {display:none;} +#contentWrapper {padding-top:30px;} -
+
+ Layout: + + +   + + Sort By: + + +   + + View Paused: + + +
+ +
#if $layout != 'calendar': Key: - Missed - Current - Future - Distant + Missed + Current + Future + Distant #end if - - Subscribe - + + Subscribe
+
+ #if $layout == 'list': @@ -124,7 +154,7 @@ //--> -#set $show_div = "listing_default" +#set $show_div = "listing-default" @@ -158,14 +188,14 @@ #if $runtime: #set $cur_ep_enddate = $cur_result["localtime"] + datetime.timedelta(minutes=$runtime) #if $cur_ep_enddate < $today: - #set $show_div = "listing_overdue" + #set $show_div = "listing-overdue" #elif $cur_ep_airdate >= $next_week.date(): - #set $show_div = "listing_toofar" + #set $show_div = "listing-toofar" #elif $cur_ep_airdate >= $today.date() and $cur_ep_airdate < $next_week.date(): #if $cur_ep_airdate == $today.date(): - #set $show_div = "listing_current" + #set $show_div = "listing-current" #else: - #set $show_div = "listing_default" + #set $show_div = "listing-default" #end if #end if #end if @@ -177,7 +207,7 @@
$sbdatetime.sbdatetime.sbfdatetime($cur_result["localtime"]).decode($sickbeard.SYS_ENCODING)
$time.mktime($cur_result["localtime"].timetuple()) - $cur_result["show_name"] + $cur_result["show_name"] #if int($cur_result["paused"]): [paused] #end if @@ -189,9 +219,9 @@ #if $cur_result["description"] != "" and $cur_result["description"] != None: - " style="padding-top: 7px;" /> + " /> #else: - + #end if $cur_result["name"] @@ -269,7 +299,7 @@ #set $too_late_header = False #set $missed_header = False #set $today_header = False -#set $show_div = "ep_listing listing_default" +#set $show_div = "ep_listing listing-default" #if $sort == "show":

@@ -289,7 +319,7 @@ #if $sort == "network": #if $cur_result["network"] and $cur_segment != $cur_result["network"]:
-

$cur_result["network"]

+

$cur_result["network"]

#set $cur_segment = $cur_result["network"] #end if #set $cur_ep_airdate = $cur_result["localtime"].date() @@ -297,14 +327,14 @@ #if $runtime: #set $cur_ep_enddate = $cur_result["localtime"] + datetime.timedelta(minutes=$runtime) #if $cur_ep_enddate < $today: - #set $show_div = "ep_listing listing_overdue" + #set $show_div = "ep_listing listing-overdue" #elif $cur_ep_airdate >= $next_week.date(): - #set $show_div = "ep_listing listing_toofar" + #set $show_div = "ep_listing listing-toofar" #elif $cur_ep_enddate >= $today and $cur_ep_airdate < $next_week.date(): #if $cur_ep_airdate == $today.date(): - #set $show_div = "ep_listing listing_current" + #set $show_div = "ep_listing listing-current" #else: - #set $show_div = "ep_listing listing_default" + #set $show_div = "ep_listing listing-default" #end if #end if #end if @@ -316,21 +346,17 @@ #if $runtime: #set $cur_ep_enddate = $cur_result["localtime"] + datetime.timedelta(minutes=$runtime) #if $cur_ep_enddate < $today and $cur_ep_airdate != $today.date() and not $missed_header: -
-

Missed

+

Missed

#set $missed_header = True #elif $cur_ep_airdate >= $next_week.date() and not $too_late_header: -
-

Later

+

Later

#set $too_late_header = True #elif $cur_ep_enddate >= $today and $cur_ep_airdate < $next_week.date(): #if $cur_ep_airdate == $today.date(): -
-

$datetime.date.fromordinal($cur_ep_airdate.toordinal).strftime("%A").decode($sickbeard.SYS_ENCODING).capitalize() [today]

+

$datetime.date.fromordinal($cur_ep_airdate.toordinal).strftime("%A").decode($sickbeard.SYS_ENCODING).capitalize() [Today]

#set $today_header = True #else: -
-

$datetime.date.fromordinal($cur_ep_airdate.toordinal).strftime("%A").decode($sickbeard.SYS_ENCODING).capitalize()

+

$datetime.date.fromordinal($cur_ep_airdate.toordinal).strftime("%A").decode($sickbeard.SYS_ENCODING).capitalize()

#end if #end if #end if @@ -339,19 +365,19 @@ #if $cur_ep_airdate == $today.date() and not $today_header:
-

$datetime.date.fromordinal($cur_ep_airdate.toordinal).strftime("%A").decode($sickbeard.SYS_ENCODING).capitalize() [today]

+

$datetime.date.fromordinal($cur_ep_airdate.toordinal).strftime("%A").decode($sickbeard.SYS_ENCODING).capitalize() [Today]

#set $today_header = True #end if #if $runtime: #if $cur_ep_enddate < $today: - #set $show_div = "ep_listing listing_overdue" + #set $show_div = "ep_listing listing-overdue" #elif $cur_ep_airdate >= $next_week.date(): - #set $show_div = "ep_listing listing_toofar" + #set $show_div = "ep_listing listing-toofar" #elif $cur_ep_enddate >= $today and $cur_ep_airdate < $next_week.date(): #if $cur_ep_airdate == $today.date(): - #set $show_div = "ep_listing listing_current" + #set $show_div = "ep_listing listing-current" #else: - #set $show_div = "ep_listing listing_default" + #set $show_div = "ep_listing listing-default" #end if #end if #end if @@ -362,20 +388,20 @@ #if $runtime: #set $cur_ep_enddate = $cur_result["localtime"] + datetime.timedelta(minutes=$runtime) #if $cur_ep_enddate < $today: - #set $show_div = "ep_listing listing_overdue listingradius" + #set $show_div = "ep_listing listing-overdue listingradius" #elif $cur_ep_airdate >= $next_week.date(): - #set $show_div = "ep_listing listing_toofar listingradius" + #set $show_div = "ep_listing listing-toofar listingradius" #elif $cur_ep_enddate >= $today and $cur_ep_airdate < $next_week.date(): #if $cur_ep_airdate == $today.date(): - #set $show_div = "ep_listing listing_current listingradius" + #set $show_div = "ep_listing listing-current listingradius" #else: - #set $show_div = "ep_listing listing_default listingradius" + #set $show_div = "ep_listing listing-default listingradius" #end if #end if #end if #end if -
+
@@ -389,11 +415,12 @@ - - + + @@ -370,13 +409,13 @@ #if $scene_anime: #end if - + #if $sickbeard.USE_SUBTITLES and $show.subtitles: #end if - - + + #set $curSeason = int($epResult["season"]) #end if @@ -385,7 +424,7 @@ - #end if - - #if $sickbeard.USE_SUBTITLES and $show.subtitles: - + #else: - + #end if - - + diff --git a/gui/slick/interfaces/default/manage_massEdit.tmpl b/gui/slick/interfaces/default/manage_massEdit.tmpl index 4d61c261..9a680060 100644 --- a/gui/slick/interfaces/default/manage_massEdit.tmpl +++ b/gui/slick/interfaces/default/manage_massEdit.tmpl @@ -25,7 +25,7 @@ Root Directories *
#for $cur_dir in $root_dir_list: #set $cur_index = $root_dir_list.index($cur_dir) -
+
$cur_dir => $cur_dir @@ -36,10 +36,10 @@
-
+
Quality
- #set $selected = None @@ -50,8 +50,8 @@

-
-

Inital

+
+

Inital

#set $anyQualityList = filter(lambda x: x > $common.Quality.NONE, $common.Quality.qualityStrings)
-
-

Archive

+
+

Archive

#set $bestQualityList = filter(lambda x: x > $common.Quality.SDTV, $common.Quality.qualityStrings) + + + + + + + +
+
diff --git a/gui/slick/interfaces/default/manage_subtitleMissed.tmpl b/gui/slick/interfaces/default/manage_subtitleMissed.tmpl index 8e2ba86a..2b0713ad 100644 --- a/gui/slick/interfaces/default/manage_subtitleMissed.tmpl +++ b/gui/slick/interfaces/default/manage_subtitleMissed.tmpl @@ -27,7 +27,7 @@ #end if
-Manage episodes without #for $sub_lang in $subliminal.language.language_list($sickbeard.SUBTITLES_LANGUAGES): @@ -45,13 +45,13 @@ subtitles

Episodes without $subsLanguage subtitles.


-Download missed subtitles for selected episodes +Download missed subtitles for selected episodes
- - + +

-
-

$cur_result["show_name"] + + $cur_result["show_name"] #if int($cur_result["paused"]): [paused] #end if -

+ #if $cur_result["imdb_id"]: @@ -448,10 +475,14 @@ #set $today = datetime.date.today() #set $dates = [$today + datetime.timedelta(days=$i) for $i in range(7)] - +#set $tbl_day = 0 +
+
+
#for $day in $dates - + #set $tbl_day += 1 +
#set $day_has_show = False @@ -468,33 +499,36 @@ #end if - + #end if #end for #if not $day_has_show: - + #end if
$day.strftime("%A").decode($sickbeard.SYS_ENCODING).capitalize()
-
- +
+
+
-
- +
+ ${airtime} on $cur_result["network"] - + <%= "S%02i" % int(cur_result["season"]) + "E%02i" % int(cur_result["episode"]) %> - $cur_result["name"]
-
No shows for this day
No shows for this day
#end for +
#end if +
+ -
+ #if $varExists('header')

$header

#else @@ -31,9 +31,9 @@
-
+
-
+
  • Backup
  • @@ -46,12 +46,21 @@

    Backup your main database file and config.

- Select the folder you wish to save your backup file to: -
-
-
-
- +
+
+ Select the folder you wish to save your backup file to: + +

+ + + + +
+ +
+
+
+
@@ -60,16 +69,25 @@

Restore your main database file and config.

- Select the backup file you wish to restore: -
-
-
-
- +
+
+ Select the backup file you wish to restore: + +

+ + + + +
+ +
+
+
- -
+ + +
diff --git a/gui/slick/interfaces/default/config_general.tmpl b/gui/slick/interfaces/default/config_general.tmpl index d6970c44..6dae76e2 100644 --- a/gui/slick/interfaces/default/config_general.tmpl +++ b/gui/slick/interfaces/default/config_general.tmpl @@ -14,7 +14,7 @@ #set global $topmenu="config"# #include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_top.tmpl") -
+ #if $varExists('header')

$header

#else @@ -31,9 +31,9 @@
-
+
-
+
-
+

Misc

@@ -52,10 +52,10 @@

Some options may require a manual restart to take effect.

-
+
-
-
+
+ +
+

Date and Time

+
+ +
+ +
+ + +
+
+ + +
+ +
+ +
+ +
+ + + +
+ +
+ + +
+ + +
+
+ +

Advanced Settings

You need to know what you are doing here!!!

-
+
-
-
-
-
-
- -
-

Date and Time

-
- -
- -
- - -
-
-
- - -
-
- -
- -
- -
- - - -
- -
- - - -
- - -
-
- -
+

UI Theme Settings

Change UI settings to your liking.

-
+
-

- All non-absolute folder locations are relative to $sickbeard.DATA_DIR - +
All non-absolute folder locations are relative to $sickbeard.DATA_DIR
+
- -
+ +
+
-
+
-
-
-

#if int($epResult["season"]) == 0 then "Specials" else "Season "+str($epResult["season"])#

-

#if int($epResult["season"]) == 0 then "Specials" else "Season " + str($epResult["season"])#

Scene AbsoluteNameName AirdateSubtitlesStatusSearchStatusSearch
+ #if int($epResult["status"]) != $UNAIRED " name="<%=str(epResult["season"]) +"x"+str(epResult["episode"]) %>" /> @@ -429,7 +468,7 @@ #if $scene: " title="Change the value here if scene numbering differs from the indexer episode numbering" #if $dfltEpNumbering: @@ -442,7 +481,7 @@ #elif $scene_anime: " title="Change the value here if scene absolute numbering differs from the indexer absolute numbering" #if $dfltAbsNumbering: @@ -454,7 +493,7 @@ + #if $epResult["description"] != "" and $epResult["description"] != None: " /> #else: @@ -463,12 +502,12 @@ $epResult["name"] + #if int($epResult["airdate"]) == 1 then "never" else $sbdatetime.sbdatetime.sbfdate($network_timezones.parse_date_time($epResult["airdate"],$show.airs,$show.network))# + #if $epResult["subtitles"]: #for $sub_lang in subliminal.language.language_list($epResult["subtitles"].split(',')): #if sub_lang.alpha2 != "" @@ -481,12 +520,12 @@ #set $curStatus, $curQuality = $Quality.splitCompositeStatus(int($epResult["status"])) #if $curQuality != Quality.NONE: - $statusStrings[$curStatus] $Quality.qualityStrings[$curQuality]$statusStrings[$curStatus] $Quality.qualityStrings[$curQuality]$statusStrings[$curStatus]$statusStrings[$curStatus]
+
#for $cur_indexer_id in $sorted_show_ids: diff --git a/gui/slick/interfaces/default/testRename.tmpl b/gui/slick/interfaces/default/testRename.tmpl index 162a9cb0..87ea39b3 100644 --- a/gui/slick/interfaces/default/testRename.tmpl +++ b/gui/slick/interfaces/default/testRename.tmpl @@ -20,7 +20,7 @@

Preview of the proposed name changes

-
+
#if int($show.air_by_date) == 1 and $sickbeard.NAMING_CUSTOM_ABD: $sickbeard.NAMING_ABD_PATTERN #elif int($show.sports) == 1 and $sickbeard.NAMING_CUSTOM_SPORTS: @@ -48,10 +48,10 @@
- + - - + + #set $curSeason = int($cur_ep_obj.season) @@ -70,18 +70,18 @@ wanted #end if seasonstyle"> - - - + + #end for
EpisodeOld LocationNew LocationOld LocationNew Location
+ #if $curLoc != $newLoc: " /> #end if <%= "-".join(map(str, epList)) %>$curLoc$newLoc$curLoc$newLoc

- Cancel Rename + Cancel Rename #include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_bottom.tmpl") diff --git a/gui/slick/interfaces/default/viewlogs.tmpl b/gui/slick/interfaces/default/viewlogs.tmpl index 8ed365c7..9ef73ebe 100644 --- a/gui/slick/interfaces/default/viewlogs.tmpl +++ b/gui/slick/interfaces/default/viewlogs.tmpl @@ -18,34 +18,17 @@ url = '$sbRoot/errorlogs/viewlog/?minLevel='+\$(this).val() window.location.href = url }); - - var lines = \$('.logcolor').text().split('\n'); - \$('.logcolor').empty(); - - \$.each(lines, function() { - var \$this = \$('
'+this+'
'); - - \$('.logcolor').append(\$this); - if( \$this.text().match('WARNING') ) { - \$this.css('color', '#ffcc00'); - } - else if( \$this.text().match('ERROR') ) { - \$this.css('color', '#ff3333'); - } - else if( \$this.text().match('AA') ) { - \$this.css('color', '#ff6600'); - } - }); - }); //--> + #if $varExists('header')

$header

#else

$title

#end if -
Minimum logging level to display: #set $levels = $reverseNames.keys() $levels.sort(lambda x,y: cmp($reverseNames[$x], $reverseNames[$y])) #for $level in $levels: @@ -53,11 +36,17 @@ $levels.sort(lambda x,y: cmp($reverseNames[$x], $reverseNames[$y])) #end for
- -
+
+
 $logLines
 
+
+ -#include $os.path.join($sickbeard.PROG_DIR,"gui/slick/interfaces/default/inc_bottom.tmpl") +#include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_bottom.tmpl') diff --git a/gui/slick/interfaces/default/inc_rootDirs.tmpl b/gui/slick/interfaces/default/inc_rootDirs.tmpl index 9f3a9614..2bce6754 100644 --- a/gui/slick/interfaces/default/inc_rootDirs.tmpl +++ b/gui/slick/interfaces/default/inc_rootDirs.tmpl @@ -11,18 +11,17 @@ #end if -
- #for $cur_dir in $backend_dirs: - + #end for - +
-
- - - - +
+ + + +
-
diff --git a/sickbeard/__init__.py b/sickbeard/__init__.py index ce4da832..06d5c1fc 100755 --- a/sickbeard/__init__.py +++ b/sickbeard/__init__.py @@ -104,6 +104,7 @@ AUTO_UPDATE = False NOTIFY_ON_UPDATE = False CUR_COMMIT_HASH = None BRANCH = '' +GIT_REMOTE = '' CUR_COMMIT_BRANCH = '' INIT_LOCK = Lock() @@ -460,7 +461,7 @@ def get_backlog_cycle_time(): def initialize(consoleLogging=True): with INIT_LOCK: - global BRANCH, CUR_COMMIT_HASH, CUR_COMMIT_BRANCH, ACTUAL_LOG_DIR, LOG_DIR, WEB_PORT, WEB_LOG, ENCRYPTION_VERSION, WEB_ROOT, WEB_USERNAME, WEB_PASSWORD, WEB_HOST, WEB_IPV6, USE_API, API_KEY, ENABLE_HTTPS, HTTPS_CERT, HTTPS_KEY, \ + global BRANCH, GIT_REMOTE, CUR_COMMIT_HASH, CUR_COMMIT_BRANCH, ACTUAL_LOG_DIR, LOG_DIR, WEB_PORT, WEB_LOG, ENCRYPTION_VERSION, WEB_ROOT, WEB_USERNAME, WEB_PASSWORD, WEB_HOST, WEB_IPV6, USE_API, API_KEY, ENABLE_HTTPS, HTTPS_CERT, HTTPS_KEY, \ HANDLE_REVERSE_PROXY, USE_NZBS, USE_TORRENTS, NZB_METHOD, NZB_DIR, DOWNLOAD_PROPERS, CHECK_PROPERS_INTERVAL, ALLOW_HIGH_PRIORITY, TORRENT_METHOD, \ SAB_USERNAME, SAB_PASSWORD, SAB_APIKEY, SAB_CATEGORY, SAB_HOST, \ NZBGET_USERNAME, NZBGET_PASSWORD, NZBGET_CATEGORY, NZBGET_PRIORITY, NZBGET_HOST, NZBGET_USE_HTTPS, backlogSearchScheduler, \ @@ -530,6 +531,9 @@ def initialize(consoleLogging=True): # wanted branch BRANCH = check_setting_str(CFG, 'General', 'branch', '') + # git_remote + GIT_REMOTE = check_setting_str(CFG, 'General', 'git_remote', 'origin') + # current commit hash CUR_COMMIT_HASH = check_setting_str(CFG, 'General', 'cur_commit_hash', '') @@ -1353,6 +1357,7 @@ def save_config(): # For passwords you must include the word `password` in the item_name and add `helpers.encrypt(ITEM_NAME, ENCRYPTION_VERSION)` in save_config() new_config['General'] = {} new_config['General']['branch'] = BRANCH + new_config['General']['git_remote'] = GIT_REMOTE new_config['General']['cur_commit_hash'] = CUR_COMMIT_HASH new_config['General']['cur_commit_branch'] = CUR_COMMIT_BRANCH new_config['General']['config_version'] = CONFIG_VERSION diff --git a/sickbeard/versionChecker.py b/sickbeard/versionChecker.py index 9e1bc19c..44bf3aa0 100644 --- a/sickbeard/versionChecker.py +++ b/sickbeard/versionChecker.py @@ -443,7 +443,7 @@ class GitUpdateManager(UpdateManager): self._num_commits_ahead = 0 # get all new info from github - output, err, exit_status = self._run_git(self._git_path, 'fetch origin') + output, err, exit_status = self._run_git(self._git_path, 'fetch %s' % sickbeard.GIT_REMOTE) if not exit_status == 0: logger.log(u"Unable to contact github, can't check for update", logger.ERROR) @@ -538,7 +538,7 @@ class GitUpdateManager(UpdateManager): """ if self.branch == self._find_installed_branch(): - output, err, exit_status = self._run_git(self._git_path, 'pull -f origin ' + self.branch) # @UnusedVariable + output, err, exit_status = self._run_git(self._git_path, 'pull -f %s %s' % (sickbeard.GIT_REMOTE, self.branch)) # @UnusedVariable else: output, err, exit_status = self._run_git(self._git_path, 'checkout -f ' + self.branch) # @UnusedVariable @@ -553,7 +553,7 @@ class GitUpdateManager(UpdateManager): return False def list_remote_branches(self): - branches, err, exit_status = self._run_git(self._git_path, 'ls-remote --heads origin') # @UnusedVariable + branches, err, exit_status = self._run_git(self._git_path, 'ls-remote --heads %s' % sickbeard.GIT_REMOTE) # @UnusedVariable if exit_status == 0 and branches: return re.findall('\S+\Wrefs/heads/(.*)', branches) return [] diff --git a/sickbeard/webserve.py b/sickbeard/webserve.py index cc3c4cbf..931cec8c 100644 --- a/sickbeard/webserve.py +++ b/sickbeard/webserve.py @@ -1502,7 +1502,7 @@ class ConfigGeneral(MainHandler): use_api=None, api_key=None, indexer_default=None, timezone_display=None, cpu_preset=None, web_password=None, version_notify=None, enable_https=None, https_cert=None, https_key=None, handle_reverse_proxy=None, sort_article=None, auto_update=None, notify_on_update=None, - proxy_setting=None, proxy_indexers=None, anon_redirect=None, git_path=None, calendar_unprotected=None, + proxy_setting=None, proxy_indexers=None, anon_redirect=None, git_path=None, git_remote=None, calendar_unprotected=None, fuzzy_dating=None, trim_zero=None, date_preset=None, date_preset_na=None, time_preset=None, indexer_timeout=None, play_videos=None, rootDir=None, theme_name=None): @@ -1525,6 +1525,7 @@ class ConfigGeneral(MainHandler): sickbeard.PROXY_SETTING = proxy_setting sickbeard.PROXY_INDEXERS = config.checkbox_to_value(proxy_indexers) sickbeard.GIT_PATH = git_path + sickbeard.GIT_REMOTE = git_remote sickbeard.CALENDAR_UNPROTECTED = config.checkbox_to_value(calendar_unprotected) # sickbeard.LOG_DIR is set in config.change_LOG_DIR() From 8ecd4c796bf008a1d103e42b8d267bcbf9b0c27b Mon Sep 17 00:00:00 2001 From: JackDandy Date: Mon, 27 Oct 2014 14:45:46 +0000 Subject: [PATCH 06/94] Tweak description under "Git remote for branch" on "General Config"/"Advanced Settings". --- gui/slick/interfaces/default/config_general.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/slick/interfaces/default/config_general.tmpl b/gui/slick/interfaces/default/config_general.tmpl index 4fed019d..3c73da17 100644 --- a/gui/slick/interfaces/default/config_general.tmpl +++ b/gui/slick/interfaces/default/config_general.tmpl @@ -449,7 +449,7 @@ Git remote for branch -

default:origin. Access repo configured remotes

+

default:origin. Access repo configured remotes (save then refresh browser)

From 9903819ce033558f0c976abdf37c036f9b2c8d8e Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 26 Oct 2014 13:42:45 +0800 Subject: [PATCH 07/94] Implement automatic saving of poster layout sorting options on show list --- CHANGES.md | 2 +- gui/slick/interfaces/default/home.tmpl | 26 ++++++++++++-------------- sickbeard/__init__.py | 7 +++++++ sickbeard/webserve.py | 13 +++++++++++++ 4 files changed, 33 insertions(+), 15 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2f536bfb..062f04af 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -21,7 +21,7 @@ * Fix imdb and three other images rejected by IExplorer because they were corrupt. Turns out that they were .ico files renamed to either .gif or .png instead of being properly converted * Fix "Subtitle Language" drop down font colour when entering text on the Subtitles Search settings * Clean up text, correct quotations, use spaces for code lines, tabs for html -* Update changelog +* Implement automatic saving of poster layout sorting options on show list ### 0.2.1 (2014-10-22 06:41:00 UTC) diff --git a/gui/slick/interfaces/default/home.tmpl b/gui/slick/interfaces/default/home.tmpl index 6c866b7d..f193ce7e 100644 --- a/gui/slick/interfaces/default/home.tmpl +++ b/gui/slick/interfaces/default/home.tmpl @@ -151,8 +151,8 @@ jQuery.each(\$container, function (j) { this.isotope({ itemSelector: '.show', - sortBy : 'name', - sortAscending: 'true', + sortBy : '$sickbeard.POSTER_SORTBY', + sortAscending: $sickbeard.POSTER_SORTDIR, layoutMode: 'masonry', masonry: { columnWidth: 12, @@ -168,13 +168,9 @@ #end if }, network: '[data-network]', - date: function( itemElem ) { + date: function( itemElem ) { var date = \$( itemElem ).attr('data-date'); - if (sortDirection = 'true') { - return date.length && parseInt( date, 10 ) || Number.POSITIVE_INFINITY; - } else { - return date.length && parseInt( date, 10 ) * -1 || Number.POSITIVE_INFINITY; - } + return date.length && parseInt( date, 10 ) || Number.POSITIVE_INFINITY; }, progress: function( itemElem ) { var progress = \$( itemElem ).attr('data-progress'); @@ -188,6 +184,7 @@ var sortValue = this.value; \$('#container').isotope({ sortBy: sortValue }); \$('#container-anime').isotope({ sortBy: sortValue }); + \$.get(this.options[this.selectedIndex].getAttribute('data-sort')); }); \$('#postersortdirection').on( 'change', function() { @@ -195,6 +192,7 @@ sortDirection = sortDirection == 'true'; \$('#container').isotope({ sortAscending: sortDirection }); \$('#container-anime').isotope({ sortAscending: sortDirection }); + \$.get(this.options[this.selectedIndex].getAttribute('data-sort')); }); }); @@ -222,17 +220,17 @@   Sort By:   Sort Order:   diff --git a/sickbeard/__init__.py b/sickbeard/__init__.py index 06d5c1fc..17a7945a 100755 --- a/sickbeard/__init__.py +++ b/sickbeard/__init__.py @@ -428,6 +428,8 @@ TIME_PRESET = None TIME_PRESET_W_SECONDS = None TIMEZONE_DISPLAY = None THEME_NAME = None +POSTER_SORTBY = None +POSTER_SORTDIR = None USE_SUBTITLES = False SUBTITLES_LANGUAGES = [] @@ -496,6 +498,7 @@ def initialize(consoleLogging=True): USE_LISTVIEW, METADATA_XBMC, METADATA_XBMC_12PLUS, METADATA_MEDIABROWSER, METADATA_PS3, metadata_provider_dict, \ NEWZBIN, NEWZBIN_USERNAME, NEWZBIN_PASSWORD, GIT_PATH, MOVE_ASSOCIATED_FILES, POSTPONE_IF_SYNC_FILES, dailySearchScheduler, NFO_RENAME, \ GUI_NAME, HOME_LAYOUT, HISTORY_LAYOUT, DISPLAY_SHOW_SPECIALS, COMING_EPS_LAYOUT, COMING_EPS_SORT, COMING_EPS_DISPLAY_PAUSED, COMING_EPS_MISSED_RANGE, FUZZY_DATING, TRIM_ZERO, DATE_PRESET, TIME_PRESET, TIME_PRESET_W_SECONDS, THEME_NAME, \ + POSTER_SORTBY, POSTER_SORTDIR, \ METADATA_WDTV, METADATA_TIVO, METADATA_MEDE8ER, IGNORE_WORDS, REQUIRE_WORDS, CALENDAR_UNPROTECTED, CREATE_MISSING_SHOW_DIRS, \ ADD_SHOWS_WO_DIR, USE_SUBTITLES, SUBTITLES_LANGUAGES, SUBTITLES_DIR, SUBTITLES_SERVICES_LIST, SUBTITLES_SERVICES_ENABLED, SUBTITLES_HISTORY, SUBTITLES_FINDER_FREQUENCY, subtitlesFinderScheduler, \ USE_FAILED_DOWNLOADS, DELETE_FAILED, ANON_REDIRECT, LOCALHOST_IP, TMDB_API_KEY, DEBUG, PROXY_SETTING, PROXY_INDEXERS, \ @@ -946,6 +949,8 @@ def initialize(consoleLogging=True): TIME_PRESET_W_SECONDS = check_setting_str(CFG, 'GUI', 'time_preset', '%I:%M:%S %p') TIME_PRESET = TIME_PRESET_W_SECONDS.replace(u":%S", u"") TIMEZONE_DISPLAY = check_setting_str(CFG, 'GUI', 'timezone_display', 'network') + POSTER_SORTBY = check_setting_str(CFG, 'GUI', 'poster_sortby', 'name') + POSTER_SORTDIR = check_setting_int(CFG, 'GUI', 'poster_sortdir', 1) # initialize NZB and TORRENT providers providerList = providers.makeProviderList() @@ -1762,6 +1767,8 @@ def save_config(): new_config['GUI']['date_preset'] = DATE_PRESET new_config['GUI']['time_preset'] = TIME_PRESET_W_SECONDS new_config['GUI']['timezone_display'] = TIMEZONE_DISPLAY + new_config['GUI']['poster_sortby'] = POSTER_SORTBY + new_config['GUI']['poster_sortdir'] = POSTER_SORTDIR new_config['Subtitles'] = {} new_config['Subtitles']['use_subtitles'] = int(USE_SUBTITLES) diff --git a/sickbeard/webserve.py b/sickbeard/webserve.py index 931cec8c..eec0d2f9 100644 --- a/sickbeard/webserve.py +++ b/sickbeard/webserve.py @@ -290,6 +290,19 @@ class MainHandler(RequestHandler): redirect("/home/") + def setPosterSortBy(self, sort): + + if sort not in ('name', 'date', 'network', 'progress'): + sort = 'name' + + sickbeard.POSTER_SORTBY = sort + sickbeard.save_config() + + def setPosterSortDir(self, direction): + + sickbeard.POSTER_SORTDIR = int(direction) + sickbeard.save_config() + def setHistoryLayout(self, layout): if layout not in ('compact', 'detailed'): From 195277f708a4272ff39cc3094f82e387be4adb1c Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 27 Oct 2014 23:32:45 +0800 Subject: [PATCH 08/94] Clarify description for backlog searches option on provider settings page --- CHANGES.md | 1 + gui/slick/interfaces/default/config_providers.tmpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 062f04af..7f2e769a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -22,6 +22,7 @@ * Fix "Subtitle Language" drop down font colour when entering text on the Subtitles Search settings * Clean up text, correct quotations, use spaces for code lines, tabs for html * Implement automatic saving of poster layout sorting options on show list +* Clarify description for backlog searches option on provider settings page ### 0.2.1 (2014-10-22 06:41:00 UTC) diff --git a/gui/slick/interfaces/default/config_providers.tmpl b/gui/slick/interfaces/default/config_providers.tmpl index c5b9c684..448e4005 100644 --- a/gui/slick/interfaces/default/config_providers.tmpl +++ b/gui/slick/interfaces/default/config_providers.tmpl @@ -173,7 +173,7 @@ var show_nzb_providers = #if $sickbeard.USE_NZBS then "true" else "false"#;