From 70a1dd89de560ea5cb2068ed62b51aa7087bd9be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Zaefferer?= Date: Sun, 5 Oct 2008 13:38:16 +0000 Subject: [PATCH] Removing flora theme in favor of themeroller-based default theme --- themes/flora/flora.accordion.css | 39 --- themes/flora/flora.all.css | 7 - themes/flora/flora.css | 2 - themes/flora/flora.datepicker.css | 222 ------------------ themes/flora/flora.dialog.css | 100 -------- themes/flora/flora.resizable.css | 20 -- themes/flora/flora.slider.css | 11 - themes/flora/flora.tabs.css | 107 --------- themes/flora/i/accordion-left-act.png | Bin 249 -> 0 bytes themes/flora/i/accordion-left-over.png | Bin 174 -> 0 bytes themes/flora/i/accordion-left.png | Bin 174 -> 0 bytes themes/flora/i/accordion-middle-act.png | Bin 148 -> 0 bytes themes/flora/i/accordion-middle-over.png | Bin 122 -> 0 bytes themes/flora/i/accordion-middle.png | Bin 122 -> 0 bytes themes/flora/i/accordion-right-act.png | Bin 245 -> 0 bytes themes/flora/i/accordion-right-over.png | Bin 177 -> 0 bytes themes/flora/i/accordion-right.png | Bin 177 -> 0 bytes themes/flora/i/dialog-e.gif | Bin 440 -> 0 bytes themes/flora/i/dialog-n.gif | Bin 700 -> 0 bytes themes/flora/i/dialog-ne.gif | Bin 353 -> 0 bytes themes/flora/i/dialog-nw.gif | Bin 353 -> 0 bytes themes/flora/i/dialog-s.gif | Bin 434 -> 0 bytes themes/flora/i/dialog-se.gif | Bin 175 -> 0 bytes themes/flora/i/dialog-sw.gif | Bin 175 -> 0 bytes themes/flora/i/dialog-title.gif | Bin 238 -> 0 bytes .../flora/i/dialog-titlebar-close-hover.png | Bin 2927 -> 0 bytes themes/flora/i/dialog-titlebar-close.png | Bin 2880 -> 0 bytes themes/flora/i/dialog-w.gif | Bin 437 -> 0 bytes themes/flora/i/resizable-e.gif | Bin 338 -> 0 bytes themes/flora/i/resizable-n.gif | Bin 341 -> 0 bytes themes/flora/i/resizable-ne.gif | Bin 124 -> 0 bytes themes/flora/i/resizable-nw.gif | Bin 91 -> 0 bytes themes/flora/i/resizable-s.gif | Bin 341 -> 0 bytes themes/flora/i/resizable-se.gif | Bin 120 -> 0 bytes themes/flora/i/resizable-sw.gif | Bin 175 -> 0 bytes themes/flora/i/resizable-w.gif | Bin 339 -> 0 bytes themes/flora/i/slider-bg-1.png | Bin 204 -> 0 bytes themes/flora/i/slider-bg-2.png | Bin 326 -> 0 bytes themes/flora/i/slider-handle.gif | Bin 176 -> 0 bytes themes/flora/i/tabs.png | Bin 263 -> 0 bytes 40 files changed, 508 deletions(-) delete mode 100644 themes/flora/flora.accordion.css delete mode 100644 themes/flora/flora.all.css delete mode 100644 themes/flora/flora.css delete mode 100644 themes/flora/flora.datepicker.css delete mode 100644 themes/flora/flora.dialog.css delete mode 100644 themes/flora/flora.resizable.css delete mode 100644 themes/flora/flora.slider.css delete mode 100644 themes/flora/flora.tabs.css delete mode 100644 themes/flora/i/accordion-left-act.png delete mode 100644 themes/flora/i/accordion-left-over.png delete mode 100644 themes/flora/i/accordion-left.png delete mode 100644 themes/flora/i/accordion-middle-act.png delete mode 100644 themes/flora/i/accordion-middle-over.png delete mode 100644 themes/flora/i/accordion-middle.png delete mode 100644 themes/flora/i/accordion-right-act.png delete mode 100644 themes/flora/i/accordion-right-over.png delete mode 100644 themes/flora/i/accordion-right.png delete mode 100644 themes/flora/i/dialog-e.gif delete mode 100644 themes/flora/i/dialog-n.gif delete mode 100644 themes/flora/i/dialog-ne.gif delete mode 100644 themes/flora/i/dialog-nw.gif delete mode 100644 themes/flora/i/dialog-s.gif delete mode 100644 themes/flora/i/dialog-se.gif delete mode 100644 themes/flora/i/dialog-sw.gif delete mode 100644 themes/flora/i/dialog-title.gif delete mode 100644 themes/flora/i/dialog-titlebar-close-hover.png delete mode 100644 themes/flora/i/dialog-titlebar-close.png delete mode 100644 themes/flora/i/dialog-w.gif delete mode 100644 themes/flora/i/resizable-e.gif delete mode 100644 themes/flora/i/resizable-n.gif delete mode 100644 themes/flora/i/resizable-ne.gif delete mode 100644 themes/flora/i/resizable-nw.gif delete mode 100644 themes/flora/i/resizable-s.gif delete mode 100644 themes/flora/i/resizable-se.gif delete mode 100644 themes/flora/i/resizable-sw.gif delete mode 100644 themes/flora/i/resizable-w.gif delete mode 100644 themes/flora/i/slider-bg-1.png delete mode 100644 themes/flora/i/slider-bg-2.png delete mode 100644 themes/flora/i/slider-handle.gif delete mode 100644 themes/flora/i/tabs.png diff --git a/themes/flora/flora.accordion.css b/themes/flora/flora.accordion.css deleted file mode 100644 index 3f23a806e..000000000 --- a/themes/flora/flora.accordion.css +++ /dev/null @@ -1,39 +0,0 @@ -.ui-accordion { margin: 0; padding: 0; list-style-type: none; } -.ui-accordion li { margin: 0; margin-bottom: 2px; padding: 0; } -.ui-accordion li .ui-accordion-header { - display: block; - padding-left: 5px; - margin-right: 3px; - height: 28px; - background-image: url(i/accordion-middle.png); - color: #000; - text-decoration: none; - line-height: 28px; - position: relative; - left: 3px; -} -.ui-accordion li .ui-accordion-right { - display: block; - background-image: url(i/accordion-right.png); - position: absolute; - top: 0px; - right: -3px; - height: 28px; - width: 3px; -} -.ui-accordion li .ui-accordion-left { - display: block; - background-image: url(i/accordion-left.png); - background-repeat: no-repeat; - position: absolute; - height: 28px; - width: 3px; -} - -.ui-accordion li:hover .ui-accordion-left { background-image: url(i/accordion-left-over.png); } -.ui-accordion li:hover .ui-accordion-header { background-image: url(i/accordion-middle-over.png); } -.ui-accordion li:hover .ui-accordion-right { background-image: url(i/accordion-right-over.png); } - -.ui-accordion li.selected .ui-accordion-left { background-image: url(i/accordion-left-act.png); } -.ui-accordion li.selected .ui-accordion-header { background-image: url(i/accordion-middle-act.png); } -.ui-accordion li.selected .ui-accordion-right { background-image: url(i/accordion-right-act.png); } diff --git a/themes/flora/flora.all.css b/themes/flora/flora.all.css deleted file mode 100644 index 5a63cf190..000000000 --- a/themes/flora/flora.all.css +++ /dev/null @@ -1,7 +0,0 @@ -@import "flora.css"; -@import "flora.accordion.css"; -@import "flora.datepicker.css"; -@import "flora.dialog.css"; -@import "flora.resizable.css"; -@import "flora.slider.css"; -@import "flora.tabs.css"; diff --git a/themes/flora/flora.css b/themes/flora/flora.css deleted file mode 100644 index 77979b2e2..000000000 --- a/themes/flora/flora.css +++ /dev/null @@ -1,2 +0,0 @@ -.ui-wrapper { border: 1px solid #50A029; } -.ui-wrapper input, .ui-wrapper textarea { border: 0; } diff --git a/themes/flora/flora.datepicker.css b/themes/flora/flora.datepicker.css deleted file mode 100644 index a6e0fb3e8..000000000 --- a/themes/flora/flora.datepicker.css +++ /dev/null @@ -1,222 +0,0 @@ -/* Main Flora Style Sheet for jQuery UI ui-datepicker */ -#ui-datepicker-div, .ui-datepicker-inline { - font-family: Arial,Helvetica,sans-serif; - font-size: 14px; - padding: 0; - margin: 0; - background: #E0F4D7; - width: 185px; -} -#ui-datepicker-div { - display: none; - border: 1px solid #FF9900; - z-index: 10; -} -.ui-datepicker-inline { - float: left; - display: block; - border: 0; -} -.ui-datepicker-rtl { - direction: rtl; -} -.ui-datepicker-dialog { - padding: 5px !important; - border: 4px ridge #83C948 !important; -} -.ui-datepicker-disabled { - position: absolute; - z-index: 10; - background-color: white; - opacity: 0.5; -} -button.ui-datepicker-trigger { - width: 25px; -} -img.ui-datepicker-trigger { - margin: 2px; - vertical-align: middle; -} -.ui-datepicker-prompt { - float: left; - padding: 2px; - background: #E0F4D7; - color: #000; -} -*html .ui-datepicker-prompt { - width: 185px; -} -.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker { - clear: both; - float: left; - width: 100%; - color: #FFF; -} -.ui-datepicker-control { - background: #FF9900; - padding: 2px 0px; -} -.ui-datepicker-links { - background: #E0F4D7; - padding: 2px 0px; -} -.ui-datepicker-control, .ui-datepicker-links { - font-weight: bold; - font-size: 80%; - letter-spacing: 1px; -} -.ui-datepicker-links label { - padding: 2px 5px; - color: #888; -} -.ui-datepicker-clear, .ui-datepicker-prev { - float: left; - width: 34%; -} -.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev { - float: right; - text-align: right; -} -.ui-datepicker-current { - float: left; - width: 30%; - text-align: center; -} -.ui-datepicker-close, .ui-datepicker-next { - float: right; - width: 34%; - text-align: right; -} -.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next { - float: left; - text-align: left; -} -.ui-datepicker-header { - padding: 1px 0 3px; - background: #83C948; - text-align: center; - font-weight: bold; - height: 1.3em; -} -.ui-datepicker-header select { - background: #83C948; - color: #000; - border: 0px; - font-weight: bold; -} -.ui-datepicker { - background: #CCC; - text-align: center; - font-size: 100%; -} -.ui-datepicker a { - display: block; - width: 100%; -} -.ui-datepicker-title-row { - background: #B1DB87; - color: #000; -} -.ui-datepicker-title-row .ui-datepicker-week-end-cell { - background: #B1DB87; -} -.ui-datepicker-days-row { - background: #FFF; - color: #666; -} -.ui-datepicker-week-col { - background: #B1DB87; - color: #000; -} -.ui-datepicker-days-cell { - color: #000; - border: 1px solid #DDD; -} -.ui-datepicker-days-cell a { - display: block; -} -.ui-datepicker-week-end-cell { - background: #E0F4D7; -} -.ui-datepicker-unselectable { - color: #888; -} -.ui-datepicker-week-over, .ui-datepicker-week-over .ui-datepicker-week-end-cell { - background: #B1DB87 !important; -} -.ui-datepicker-days-cell-over, .ui-datepicker-days-cell-over.ui-datepicker-week-end-cell { - background: #FFF !important; - border: 1px solid #777; -} -* html .ui-datepicker-title-row .ui-datepicker-week-end-cell { - background: #B1DB87 !important; -} -* html .ui-datepicker-week-end-cell { - background: #E0F4D7 !important; - border: 1px solid #DDD !important; -} -* html .ui-datepicker-days-cell-over { - background: #FFF !important; - border: 1px solid #777 !important; -} -* html .ui-datepicker-current-day { - background: #83C948 !important; -} -.ui-datepicker-today { - background: #B1DB87 !important; -} -.ui-datepicker-current-day { - background: #83C948 !important; -} -.ui-datepicker-status { - background: #E0F4D7; - width: 100%; - font-size: 80%; - text-align: center; -} -#ui-datepicker-div a, .ui-datepicker-inline a { - cursor: pointer; - margin: 0; - padding: 0; - background: none; - color: #000; -} -.ui-datepicker-inline .ui-datepicker-links a { - padding: 0 5px !important; -} -.ui-datepicker-control a, .ui-datepicker-links a { - padding: 2px 5px !important; - color: #000 !important; -} -.ui-datepicker-title-row a { - color: #000 !important; -} -.ui-datepicker-control a:hover { - background: #FDD !important; - color: #333 !important; -} -.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover { - background: #FFF !important; - color: #333 !important; -} -.ui-datepicker-multi .ui-datepicker { - border: 1px solid #83C948; -} -.ui-datepicker-one-month { - float: left; - width: 185px; -} -.ui-datepicker-new-row { - clear: left; -} -.ui-datepicker-cover { - display: none; - display/**/: block; - position: absolute; - z-index: -1; - filter: mask(); - top: -4px; - left: -4px; - width: 193px; - height: 200px; -} diff --git a/themes/flora/flora.dialog.css b/themes/flora/flora.dialog.css deleted file mode 100644 index 8b58fa60a..000000000 --- a/themes/flora/flora.dialog.css +++ /dev/null @@ -1,100 +0,0 @@ -/* This file skins dialog */ - -.flora .ui-dialog, -.flora.ui-dialog { - background-color: #e6f7d4; -} - -.flora .ui-dialog .ui-dialog-titlebar, -.flora.ui-dialog .ui-dialog-titlebar { - border-bottom: 1px solid #d8d2aa; - background: #ff9900 url(i/dialog-title.gif) repeat-x; - padding: 0px; - height: 28px; - _height: 29px; -} - -.flora .ui-draggable .ui-dialog-titlebar, -.flora.ui-draggable .ui-dialog-titlebar { - cursor: move; -} - -.flora .ui-draggable-disabled .ui-dialog-titlebar, -.flora.ui-draggable-disabled .ui-dialog-titlebar { - cursor: default; -} - -.flora .ui-dialog .ui-dialog-titlebar-close, -.flora.ui-dialog .ui-dialog-titlebar-close { - width: 16px; - height: 16px; - background: url(i/dialog-titlebar-close.png) no-repeat; - position:absolute; - top: 6px; - right: 7px; - cursor: default; -} - -.flora .ui-dialog .ui-dialog-titlebar-close span, -.flora.ui-dialog .ui-dialog-titlebar-close span { - display: none; -} - -.flora .ui-dialog .ui-dialog-titlebar-close-hover, -.flora.ui-dialog .ui-dialog-titlebar-close-hover { - background: url(i/dialog-titlebar-close-hover.png) no-repeat; -} - -.flora .ui-dialog .ui-dialog-title, -.flora.ui-dialog .ui-dialog-title { - margin-left: 5px; - color: white; - font-weight: bold; - position: relative; - top: 7px; - left: 4px; -} - -.flora .ui-dialog .ui-dialog-content, -.flora.ui-dialog .ui-dialog-content { - margin: 1.2em; -} - -.flora .ui-dialog .ui-dialog-buttonpane, -.flora.ui-dialog .ui-dialog-buttonpane { - position: absolute; - bottom: 8px; - right: 12px; - width: 100%; - text-align: right; -} - -.flora .ui-dialog .ui-dialog-buttonpane button, -.flora.ui-dialog .ui-dialog-buttonpane button { - margin: 6px; -} - -/* Dialog handle styles */ -.flora .ui-dialog .ui-resizable-n, -.flora.ui-dialog .ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px; background: transparent url(i/dialog-n.gif) repeat scroll center top; } - -.flora .ui-dialog .ui-resizable-s, -.flora.ui-dialog .ui-resizable-s { cursor: s-resize; height: 8px; width: 100%; bottom: 0px; left: 0px; background: transparent url(i/dialog-s.gif) repeat scroll center top; } - -.flora .ui-dialog .ui-resizable-e, -.flora.ui-dialog .ui-resizable-e { cursor: e-resize; width: 7px; right: 0px; top: 0px; height: 100%; background: transparent url(i/dialog-e.gif) repeat scroll right center; } - -.flora .ui-dialog .ui-resizable-w, -.flora.ui-dialog .ui-resizable-w { cursor: w-resize; width: 7px; left: 0px; top: 0px; height: 100%; background: transparent url(i/dialog-w.gif) repeat scroll right center; } - -.flora .ui-dialog .ui-resizable-se, -.flora.ui-dialog .ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(i/dialog-se.gif); } - -.flora .ui-dialog .ui-resizable-sw, -.flora.ui-dialog .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(i/dialog-sw.gif); } - -.flora .ui-dialog .ui-resizable-nw, -.flora.ui-dialog .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 29px; left: 0px; top: 0px; background: transparent url(i/dialog-nw.gif); } - -.flora .ui-dialog .ui-resizable-ne, -.flora.ui-dialog .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 29px; right: 0px; top: 0px; background: transparent url(i/dialog-ne.gif); } diff --git a/themes/flora/flora.resizable.css b/themes/flora/flora.resizable.css deleted file mode 100644 index 61fb0ddcb..000000000 --- a/themes/flora/flora.resizable.css +++ /dev/null @@ -1,20 +0,0 @@ -/* This file skins resizables */ - -.ui-resizable { position: relative; } - -/* Global handle styles */ -.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; } -.ui-resizable .ui-resizable-handle { display: block; } -body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */ -body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */ - -.ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px; background: transparent url(i/resizable-n.gif) repeat scroll center top; } -.ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px; background: transparent url(i/resizable-s.gif) repeat scroll center top; } - -.ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%; background: transparent url(i/resizable-e.gif) repeat scroll right center; } -.ui-resizable-w { cursor: w-resize; width: 6px; left: 0px; top: 0px; height: 100%; background: transparent url(i/resizable-w.gif) repeat scroll right center; } - -.ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(i/resizable-se.gif); } -.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(i/resizable-sw.gif); } -.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(i/resizable-nw.gif); } -.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(i/resizable-ne.gif); } diff --git a/themes/flora/flora.slider.css b/themes/flora/flora.slider.css deleted file mode 100644 index 4e9ca8069..000000000 --- a/themes/flora/flora.slider.css +++ /dev/null @@ -1,11 +0,0 @@ -/* This file skins sliders */ - -.ui-slider { width: 200px; height: 23px; position: relative; background-repeat: no-repeat; background-position: center center; } -.ui-slider-handle { position: absolute; z-index: 1; height: 23px; width: 12px; top: 0px; left: 0px; background-image: url(i/slider-handle.gif); } -.ui-slider-handle-active { border: 1px dotted black; } -.ui-slider-disabled .ui-slider-handle { opacity: 0.5; filter: alpha(opacity=50); } -.ui-slider-range { position: absolute; background: #50A029; opacity: 0.3; filter: alpha(opacity=30); width: 100%; height: 100%; } - -/* Default slider backgrounds */ -.ui-slider, .ui-slider-1 { background-image: url(i/slider-bg-1.png); } -.ui-slider-2 { background-image: url(i/slider-bg-2.png); } diff --git a/themes/flora/flora.tabs.css b/themes/flora/flora.tabs.css deleted file mode 100644 index 6c109aa3b..000000000 --- a/themes/flora/flora.tabs.css +++ /dev/null @@ -1,107 +0,0 @@ -@import "flora.css"; - -/* Caution! Ensure accessibility in print and other media types... */ -@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */ - .ui-tabs-hide { - display: none !important; - } -} - -/* Hide useless elements in print layouts... */ -@media print { - .ui-tabs-nav { - display: none; - } -} - -/* Skin */ -.ui-tabs-nav, .ui-tabs-panel { - font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif; - font-size: 12px; -} -.ui-tabs-nav { - list-style: none; - margin: 0; - padding: 0 0 0 3px; -} -.ui-dialog-content .ui-tabs-nav { - position: relative; /* fixes first tab being positioned top left in the title bar of a dialog */ -} -.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */ - display: block; - clear: both; - content: " "; -} -.ui-tabs-nav li { - float: left; - margin: 0 0 0 2px; - font-weight: bold; -} -.ui-tabs-nav a, .ui-tabs-nav a span { - float: left; /* fixes dir=ltr problem and other quirks IE */ - padding: 0 12px; - background: url(i/tabs.png) no-repeat; -} -.ui-tabs-nav a { - margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */ - padding-left: 0; - background-position: 100% 0; - text-decoration: none; - white-space: nowrap; /* @ IE 6 */ - outline: 0; /* @ Firefox, prevent dotted border after click */ -} -.ui-tabs-nav a:link, .ui-tabs-nav a:visited { - color: #fff; -} -.ui-tabs-nav .ui-tabs-selected a { - position: relative; - top: 1px; - z-index: 2; - margin-top: 0; - background-position: 100% -23px; -} -.ui-tabs-nav a span { - padding-top: 1px; - padding-right: 0; - height: 20px; - background-position: 0 0; - line-height: 20px; -} -.ui-tabs-nav .ui-tabs-selected a span { - padding-top: 0; - height: 27px; - background-position: 0 -23px; - line-height: 27px; -} -.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, -.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */ - cursor: text; -} -.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active, -.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */ - cursor: pointer; -} -.ui-tabs-disabled { - opacity: .4; - filter: alpha(opacity=40); -} -.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { - color: #000; -} -.ui-tabs-panel { - border: 1px solid #519e2d; - padding: 10px; - background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */ -} -/*.ui-tabs-loading em { - padding: 0 0 0 20px; - background: url(loading.gif) no-repeat 0 50%; -}*/ - -/* Additional IE specific bug fixes... */ -* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */ - display: inline-block; -} -*:first-child+html .ui-tabs-nav { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */ - display: inline-block; -} diff --git a/themes/flora/i/accordion-left-act.png b/themes/flora/i/accordion-left-act.png deleted file mode 100644 index bf6ee995ba0c6059a0754a3d2b41ee8b92909600..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 249 zcmV!HWpZ|Z5{qqOAf0+LK{qx}u z)MBO|Uw&=?I~ItUc}2Mn7?|ryurRYK00bBSEl!`(vaoFE00000NkvXXu0mjfwohlT diff --git a/themes/flora/i/accordion-left-over.png b/themes/flora/i/accordion-left-over.png deleted file mode 100644 index 66378e0e6dc3bd1d4b277a6ef41d429bcda0687b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 174 zcmeAS@N?(olHy`uVBq!ia0vp^%s?!|!3HFktYG~Jq$EpRBT9nv(@M${i&7aJQ}UBi z6+Ckj(^G>|6H_V+Po~-c6$N;@IEGZ*O8WEb`Qigl`;V*t`ThU){HLdm3;&I;ukT4` zU|P2Se?7Z_1EVnW;d(|DKBk_c12V_>3;2wcU$aTHN5%zyW6-wVd}O_Ry$Ayn55vxE VDO(Xw$x@)%44$rjF6*2UngGV+I*|YX diff --git a/themes/flora/i/accordion-left.png b/themes/flora/i/accordion-left.png deleted file mode 100644 index 13344fc9fdd7492a1d4e347362a01c4d62bea6cf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 174 zcmeAS@N?(olHy`uVBq!ia0vp^%s?!|!3HFktYG~Jq$EpRBT9nv(@M${i&7aJQ}UBi z6+Ckj(^G>|6H_V+Po~-c6$N;@IEGZ*O8WER_0|K8*R$3C{QQ1-{?iAqOaIE(?d?iu zU|M$ne;u2F1EVnW;d(|DKBk_c12V_>3;48!f3r!n|NOkYpZ$hqq-tHw-=z!!2@K+T WGA6~srw;(lX7F_Nb6Mw<&;$S+Ks|~8 diff --git a/themes/flora/i/accordion-middle-act.png b/themes/flora/i/accordion-middle-act.png deleted file mode 100644 index cecf4f1504bbb68bfd2730cc4ff4b82e9103cd62..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^j6f{I!2~4r?VV-=DajJoh?3y^w370~qErUQl>DSr z1<%~X^wgl##FWaylc_d9MP{BZjv*Ddl4k5)Jm1wRZpzE|`|W+||NUi4lK3m_`bK}# uop_xj0lU-k2LBE>t&?}*F6?Atkzkmm=QG!up>s3P1O`u6KbLh*2~7ax4KE1* diff --git a/themes/flora/i/accordion-middle-over.png b/themes/flora/i/accordion-middle-over.png deleted file mode 100644 index 251ad11f9b896517cc66601cabe331f91cbcd557..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 122 zcmeAS@N?(olHy`uVBq!ia0vp^j6f{I!2~4r?VV-=DajJoh?3y^w370~qErUQl>DSr z1<%~X^wgl##FWaylc_c!9iA?ZAr-fhEPkaKU+%ZRKSM%7BBSsA{y!`N2@JmXIsE-u SDSr z1<%~X^wgl##FWaylc_c!9iA?ZAr-fhBK}q=UA}HFKT|?NBBO8q{aR*$1O}bG>@V66 SJ5B?tWAJqKb6Mw<&;$Ss$|C>( diff --git a/themes/flora/i/accordion-right-act.png b/themes/flora/i/accordion-right-act.png deleted file mode 100644 index 1fa479280b9444f6016062e1afe1a1acd8f8ee4a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 245 zcmV5=nq00000NkvXXu0mjfyeMdN diff --git a/themes/flora/i/accordion-right-over.png b/themes/flora/i/accordion-right-over.png deleted file mode 100644 index d676dad801c8f2dd1bba4cff27d3b067ee48e2db..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 177 zcmeAS@N?(olHy`uVBq!ia0vp^%s?!|!3HFktYG~Jq$EpRBT9nv(@M${i&7aJQ}UBi z6+Ckj(^G>|6H_V+Po~-c6$N{`IEGZ*O0xNu_PJWk?ON~eYx0^2KmR?S&A`m;yl2m} zC-rJ<8VQe+cpHjmNJz3iklAoRgZ<#o@Bja^TRgwM{l0X>J=_039$x<*FI}c@5y&8r Zz>v)-+b**AP6g0-22WQ%mvv4FO#qQ$K&1cx diff --git a/themes/flora/i/accordion-right.png b/themes/flora/i/accordion-right.png deleted file mode 100644 index 543991a2bbd8293ba26ea2b6af1dd2c2566266ea..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 177 zcmeAS@N?(olHy`uVBq!ia0vp^%s?!|!3HFktYG~Jq$EpRBT9nv(@M${i&7aJQ}UBi z6+Ckj(^G>|6H_V+Po~-c6$N{`IEGZ*N{ahj@#y!8NepM@|L>Da`1$GiVg_br=RJLE zPt~ijX*_uJn4_V1#taG82QnKDXs{pr`ThNWc8lk?m&;2>%)49n_u=j3@1>tjS*Opy aVZczkK(6eDo4^X7@eH1>elF{r5}E)eqC+wO diff --git a/themes/flora/i/dialog-e.gif b/themes/flora/i/dialog-e.gif deleted file mode 100644 index 3b8b52189e1de83c8bc194972e981a202990084f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 440 zcmV;p0Z0BvNk%w1VFv){1G4}C00030|Nl^+DO$Av=J(X(_0r+;(BAIN*yzXr00000 z00000000000000000000EC2ui00#i*0{{g7kQ8%J7?N5%>&+ggecc9{B{_=WskSML zuCDyfFdf(Y?(4vu5J$WjZOC4*nEVZo%4c&4buyz@Yn3{cVz*vxH_QEw!Q^mRY;LpP z>$rNJuA}egyjyP9!|8Z?fPQ>|e|>_8hlYiOgNclfi;jwokd%>?l9rQ~o}HkaqMM|e zrkSXis-L5$tD&W-tg)}HvaqhRxwyBswY0juz`Vb^zQM)9#>2*xb_A+TG$w8Q;(6ALNuq9l!E12)hk)7 iWv^;Y+g0t^wP@qQo%^<~*}HD>w%yCNuUw%K002Aw%jQb} diff --git a/themes/flora/i/dialog-n.gif b/themes/flora/i/dialog-n.gif deleted file mode 100644 index 70887b89ba2af10586a89e0d17c1074915fd9511..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 700 zcmZ?wbhEHbyui-JaFqcB{sX~mmj81&{?Fz9KcD~qBC-FACI2s#|G!-2{|eRrE7kw6 z)cC(z=l@#c|LaWtZ*~8_!}r%#-}?()?k)f#*L#aR?l1Pf14PS0Z!Zn~f2Q&DqV!XX z(*B=q`hT|h|GC!x=i2^X=)8S$-G$}3U<;{9=zt6Z`GtY){{cbw;*B91CzceQ%(0q( zVMU48+Nkw6)|8!oTeUyol!}ku?DH?SRGrP+egDIb8o%|o-~ZTC_g?n%|Axk<=9bpB z_6|Q$F>y&1SwR6M1$jB?=`&`|nmuRky!i_jE?T@~>9XZ3R<2sTX6?H58#Zp*yk+aQ z?K^hv+P!D*zWoOd9y)yF=&|D`PM$h_=Ipui7cO49yj@OSK}kSJQb3WPmz#_8@sp>| zp1*kc>h+tq@7{m-`04YPuiw7^`1$MipTGb9Gca?>cx+g3u$eSTOSU}51=k}+^7IM8r%DEw&CMB? zSG86#Ffy|%=`>_C9B^P{s`&is?&vEkw24q@%MGdnguK0ZO&d!EnE zO;1nHFwVYrX6NST=NCA4%lYow^78VE;MH+wcWr%reM9o;dA`xbjLaNT4J$q*9&BV{ zX5oesOtq p{P}%*e}Dh*`1E}L{rmp@{_*+s{qy_x*MDLbDLB9+&%(%H4FDRmT@U~O diff --git a/themes/flora/i/dialog-ne.gif b/themes/flora/i/dialog-ne.gif deleted file mode 100644 index ab9c38e57817aff546ed4eab9eb1ef3d2e7d1a9f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 353 zcmZ?wbhEHbz{Qnn;{a-Bkf2sWc(COcNe(aUEq3ek;mOd9`_e}-&^c`XIbctC839A z#r;3i`2TFv|Fg~i&$a$P*Y^KH=lu&iFD%amTS!ep2V@w?FAQvL4qY3P4rW*^_B;NW zu~S9(9FSw9q}a)J&{so7AaI$3oq`Degwz9SGD5xnt`71N0zCY!dJ-Z6+_KfB^^MK7 ztxYv`4P7n0?LBSXofD@{nJ{B=|Ll&LbNc4ZEvu-?Va_WkN?}dQ$co{JOGpY14Hrxj a+`U^!NJ+(6R8mq(*+co{DMk@T25SJZhk1Jd diff --git a/themes/flora/i/dialog-nw.gif b/themes/flora/i/dialog-nw.gif deleted file mode 100644 index e93407333948f77ebf22f9a6c6377c469a9ca803..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 353 zcmZ?wbhEHbz{Qnn;{a-Bkf2sWcuA!=} zxwEOGwY{ZlVsCf<VOG!wGx_dAxpE|AV$Y2cs{j7S= diff --git a/themes/flora/i/dialog-s.gif b/themes/flora/i/dialog-s.gif deleted file mode 100644 index d5f6b99b075eae4deb7aae93dbdb47146aaec4fc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 434 zcmV;j0Zsl#Nk%w1Vdw)00J8u900030|Nl^+DO$Av=J(X(_0r+;(BAIN*yzXr00000 z00000000000000000000EC2ui0O$h<000F4kjP1^y*TU5yZ>M)j$~<`XsWJk>$Us;jK6uCK7L0S2?Rw70Xdy1Tr+zQ4f1!o$SHoCnCs%FE2n&d<=%($mz{*4NnC z+S}aS-rwNi;^XAy=I7|?>g(+7?(gvN^3VwN_V@Vt`uqI-{{H|23LHqVpuvL(6DnND zu%W|;5F<*QNU@^Dix@L%+{m$`$B+GI0*D+*vZTqAC{wCj$+D%(moQ_>oJq5$&6_xL z>fFh*r_Y~2g9;r=w5ZXeNRujE%2efmr%vSDJL^5V-+ diff --git a/themes/flora/i/dialog-title.gif b/themes/flora/i/dialog-title.gif deleted file mode 100644 index 156c59b99f093255d9a9a713c807153dee2f83cb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 238 zcmZ?wbhEHbWMq(KxXJ(m|AAm8!~fYV|L1W0pUeG!9?$>z{Qnn;{a-Bkf2sWcDbkb>5$NVf J6=7kp1_1C&OY{H$ diff --git a/themes/flora/i/dialog-titlebar-close-hover.png b/themes/flora/i/dialog-titlebar-close-hover.png deleted file mode 100644 index 67c1303e9a8e7089185d7ced8d817c26cc44370e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2927 zcmV-#3y}1QP)KLZ*U+IBfRsybQWXdwQbLP>6pAqfylh#{fb6;Z(vMMVS~$e@S=j*ftg6;Uhf59&ghTmgWD0l;*T zI709Y^p6lP1rIRMx#05C~cW=H_Aw*bJ-5DT&Z2n+x)QHX^p z00esgV8|mQcmRZ%02D^@S3L16t`O%c004NIvOKvYIYoh62rY33S640`D9%Y2D-rV&neh&#Q1i z007~1e$oCcFS8neI|hJl{-P!B1ZZ9hpmq0)X0i`JwE&>$+E?>%_LC6RbVIkUx0b+_+BaR3cnT7Zv!AJxW zizFb)h!jyGOOZ85F;a?DAXP{m@;!0_IfqH8(HlgRxt7s3}k3K`kFu>>-2Q$QMFfPW!La{h336o>X zu_CMttHv6zR;&ZNiS=X8v3CR#fknUxHUxJ0uoBa_M6WNWeqIg~6QE69c9o#eyhGvpiOA@W-aonk<7r1(?fC{oI5N*U!4 zfg=2N-7=cNnjjOr{yriy6mMFgG#l znCF=fnQv8CDz++o6_Lscl}eQ+l^ZHARH>?_s@|##Rr6KLRFA1%Q+=*RRWnoLsR`7U zt5vFIcfW3@?wFpwUVxrVZ>QdQz32KIeJ}k~{cZZE^+ya? z2D1z#2HOnI7(B%_ac?{wFUQ;QQA1tBKtrWrm0_3Rgps+?Jfqb{jYbcQX~taRB;#$y zZN{S}1|}gUOHJxc?wV3fxuz+mJ4`!F$IZ;mqRrNsHJd##*D~ju=bP7?-?v~|cv>vB zsJ6IeNwVZxrdjT`yl#bBIa#GxRa#xMMy;K#CDyyGyQdMSxlWT#tDe?p!?5wT$+oGt z8L;Kp2HUQ-ZMJ=3XJQv;x5ci*?vuTfeY$;({XGW_huIFR9a(?@3)XSs8O^N5RyOM=TTmp(3=8^+zpz2r)C z^>JO{deZfso3oq3?Wo(Y?l$ge?uXo;%ru`Vo>?<<(8I_>;8Eq#KMS9gFl*neeosSB zfoHYnBQIkwkyowPu(zdms`p{<7e4kra-ZWq<2*OsGTvEV%s0Td$hXT+!*8Bnh2KMe zBmZRodjHV?r+_5^X9J0WL4jKW`}lf%A-|44I@@LTvf1rHjG(ze6+w@Jt%Bvjts!X0 z?2xS?_ve_-kiKB_KiJlZ$9G`c^=E@oNG)mWWaNo-3TIW8)$Hg0Ub-~8?KhvJ>$ z3*&nim@mj(aCxE5!t{lw7O5^0EIO7zOo&c6l<+|iDySBWCGrz@C5{St!X3hAA}`T4 z(TLbXTq+(;@<=L8dXnssyft|w#WSTW<++3>sgS%(4NTpeI-VAqb|7ssJvzNHgOZVu zaYCvgO_R1~>SyL=cFU|~g|hy|Zi}}s9+d~lYqOB71z9Z$wnC=pR9Yz4DhIM>Wmjgu z&56o6maCpC&F##y%G;1PobR9i?GnNg;gYtchD%p19a!eQtZF&3JaKv33gZ<8D~47E ztUS1iwkmDaPpj=$m#%)jCVEY4fnLGNg2A-`YwHVD3gv};>)hAvT~AmqS>Lr``i7kw zJ{5_It`yrBmlc25DBO7E8;5VoznR>Ww5hAaxn$2~(q`%A-YuS64wkBy=9dm`4cXeX z4c}I@?e+FW+b@^RDBHV(wnMq2zdX3SWv9u`%{xC-q*U}&`cyXV(%rRT*Z6MH?i+i& z_B8C(+grT%{XWUQ+f@NoP1R=AW&26{v-dx)iK^-Nmiuj8txj!m?Z*Ss1N{dh4z}01 z)YTo*JycSU)+_5r4#yw9{+;i4Ee$peRgIj+;v;ZGdF1K$3E%e~4LaI(jC-u%2h$&R z9cLXcYC@Xwnns&bn)_Q~Te?roKGD|d-g^8;+aC{{G(1^(O7m37Y1-+6)01cN&y1aw zoqc{T`P^XJqPBbIW6s}d4{z_f5Om?vMgNQEJG?v2T=KYd^0M3I6IZxbny)%vZR&LD zJpPl@Psh8QyPB@KTx+@RdcC!KX7}kEo;S|j^u2lU7XQ}Oo;f|;z4Ll+_r>@1-xl3| zawq-H%e&ckC+@AhPrP6BKT#_XdT7&;F71j}Joy zkC~6lh7E@6o;W@^IpRNZ{ptLtL(gQ-CY~4mqW;US7Zxvm_|@yz&e53Bp_lTPlfP|z zrTyx_>lv@x#=^!PzR7qqF<$gm`|ZJZ+;<)Cqu&ot2z=00004XF*Lt006O$eEU(80000WV@Og>004R=004l4008;_004mL004C` z008P>0026e000+nl3&F}0001rNklTM~dE2n2^4c_**Yc#OJ}XR;qFmZ+TI zOPBWo+*j%pkVHWd_~nY)w!GsIAXiX;qlXVnZZ(xb$;RlY@hJ{U_uro+>I|i$v&oJD z+H&>m7@nBnDm=#IPQmN>z;vZ<1-56)$@C^_M~@SC6Rojcq=z63$Mj>BIeLvkNkU`X Z2LJ}KLZ*U+IBfRsybQWXdwQbLP>6pAqfylh#{fb6;Z(vMMVS~$e@S=j*ftg6;Uhf59&ghTmgWD0l;*T zI709Y^p6lP1rIRMx#05C~cW=H_Aw*bJ-5DT&Z2n+x)QHX^p z00esgV8|mQcmRZ%02D^@S3L16t`O%c004NIvOKvYIYoh62rY33S640`D9%Y2D-rV&neh&#Q1i z007~1e$oCcFS8neI|hJl{-P!B1ZZ9hpmq0)X0i`JwE&>$+E?>%_LC6RbVIkUx0b+_+BaR3cnT7Zv!AJxW zizFb)h!jyGOOZ85F;a?DAXP{m@;!0_IfqH8(HlgRxt7s3}k3K`kFu>>-2Q$QMFfPW!La{h336o>X zu_CMttHv6zR;&ZNiS=X8v3CR#fknUxHUxJ0uoBa_M6WNWeqIg~6QE69c9o#eyhGvpiOA@W-aonk<7r1(?fC{oI5N*U!4 zfg=2N-7=cNnjjOr{yriy6mMFgG#l znCF=fnQv8CDz++o6_Lscl}eQ+l^ZHARH>?_s@|##Rr6KLRFA1%Q+=*RRWnoLsR`7U zt5vFIcfW3@?wFpwUVxrVZ>QdQz32KIeJ}k~{cZZE^+ya? z2D1z#2HOnI7(B%_ac?{wFUQ;QQA1tBKtrWrm0_3Rgps+?Jfqb{jYbcQX~taRB;#$y zZN{S}1|}gUOHJxc?wV3fxuz+mJ4`!F$IZ;mqRrNsHJd##*D~ju=bP7?-?v~|cv>vB zsJ6IeNwVZxrdjT`yl#bBIa#GxRa#xMMy;K#CDyyGyQdMSxlWT#tDe?p!?5wT$+oGt z8L;Kp2HUQ-ZMJ=3XJQv;x5ci*?vuTfeY$;({XGW_huIFR9a(?@3)XSs8O^N5RyOM=TTmp(3=8^+zpz2r)C z^>JO{deZfso3oq3?Wo(Y?l$ge?uXo;%ru`Vo>?<<(8I_>;8Eq#KMS9gFl*neeosSB zfoHYnBQIkwkyowPu(zdms`p{<7e4kra-ZWq<2*OsGTvEV%s0Td$hXT+!*8Bnh2KMe zBmZRodjHV?r+_5^X9J0WL4jKW`}lf%A-|44I@@LTvf1rHjG(ze6+w@Jt%Bvjts!X0 z?2xS?_ve_-kiKB_KiJlZ$9G`c^=E@oNG)mWWaNo-3TIW8)$Hg0Ub-~8?KhvJ>$ z3*&nim@mj(aCxE5!t{lw7O5^0EIO7zOo&c6l<+|iDySBWCGrz@C5{St!X3hAA}`T4 z(TLbXTq+(;@<=L8dXnssyft|w#WSTW<++3>sgS%(4NTpeI-VAqb|7ssJvzNHgOZVu zaYCvgO_R1~>SyL=cFU|~g|hy|Zi}}s9+d~lYqOB71z9Z$wnC=pR9Yz4DhIM>Wmjgu z&56o6maCpC&F##y%G;1PobR9i?GnNg;gYtchD%p19a!eQtZF&3JaKv33gZ<8D~47E ztUS1iwkmDaPpj=$m#%)jCVEY4fnLGNg2A-`YwHVD3gv};>)hAvT~AmqS>Lr``i7kw zJ{5_It`yrBmlc25DBO7E8;5VoznR>Ww5hAaxn$2~(q`%A-YuS64wkBy=9dm`4cXeX z4c}I@?e+FW+b@^RDBHV(wnMq2zdX3SWv9u`%{xC-q*U}&`cyXV(%rRT*Z6MH?i+i& z_B8C(+grT%{XWUQ+f@NoP1R=AW&26{v-dx)iK^-Nmiuj8txj!m?Z*Ss1N{dh4z}01 z)YTo*JycSU)+_5r4#yw9{+;i4Ee$peRgIj+;v;ZGdF1K$3E%e~4LaI(jC-u%2h$&R z9cLXcYC@Xwnns&bn)_Q~Te?roKGD|d-g^8;+aC{{G(1^(O7m37Y1-+6)01cN&y1aw zoqc{T`P^XJqPBbIW6s}d4{z_f5Om?vMgNQEJG?v2T=KYd^0M3I6IZxbny)%vZR&LD zJpPl@Psh8QyPB@KTx+@RdcC!KX7}kEo;S|j^u2lU7XQ}Oo;f|;z4Ll+_r>@1-xl3| zawq-H%e&ckC+@AhPrP6BKT#_XdT7&;F71j}Joy zkC~6lh7E@6o;W@^IpRNZ{ptLtL(gQ-CY~4mqW;US7Zxvm_|@yz&e53Bp_lTPlfP|z zrTyx_>lv@x#=^!PzR7qqF<$gm`|ZJZ+;<)Cqu&ot2z=00004XF*Lt006O$eEU(80000WV@Og>004R=004l4008;_004mL004C` z008P>0026e000+nl3&F}00016Nkl&+ggecc9{B{_=WskSML zuCDyfFdf(Y?(4vu5J$WjZOC4*nEVZo%4c&4buyz@Yn3{cVz*vxH_QEw!Q^mRY;LpP z>$rNJuA}egyjyP9!|8Z?fPQ>|e|>_8hlYiOgNclfi;jwokd%>?l9rQ~o}HkaqMM|e zrkSXis-L5$tD&W-tg)}HvaqhRxwyBswY0juz`Vb^zQM)9#>2*xb_A+TG$)8{pID8R`@4-s5oY@)siW1oZ+00vQ1X0r>j(`2)CbLcf3O@)bmI zkf1<>?G!$AXmH>RrnhWCQ>^c>Ltp diff --git a/themes/flora/i/resizable-e.gif b/themes/flora/i/resizable-e.gif deleted file mode 100644 index 7acf248362bf1c680a1489ca36fef65ee9ac175a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 338 zcmV-Y0j>T=Nk%w1VFm!`1EK%`P@pNz=di@#q~7w#)$F`x%mDxY{{R30A^8LV00000 zEC2ui00sc)0{{d6ST+=*%)#~+ozmu5IqsJRZlNcB=&71)>5}j$r)^BX^NQcL-q$%G zFSzp&e?_5j$Xq&=(4-VeJzAU5Dt3B(a<^J~ioHnb^@VDGeZ`;}UwLV_Y z^Y43efPa31g?)jDgo%TOjE9Yij*FC&mXer}nvk52o|T!MpqrnUq@$vysiCE;sI8}} zu&c4Ivah(ey0*NvzO=xzr2qr~9R>jg3dF_`$jS!H$H~jZ)6mk+)X~=3*xd`yxxK;T zzryC_yXWcX>+0n0@$K~Q^6d8Y^ZESy{`mjk0URi>;5~!-2p(LR5Me)s4H-Uk7*Jxx kh!`hYgs3qW}*y*TU5yZ>M)j$~<`XsWJk>%MR-&$J}mc&_h!@BhG{ za7Zi~kI1BQ$!t2G(5Q6EBnYh7tJX^GdcWYXcuX#v&uHUd&2GEj@VIs;jK6uCK7M zva__cwzs&sy1TRl0KUM#!oIx4#>dFX%FE2n&d<=U0n^mg*4NnC+S}aS-rwNi;^XAy z=I7|?>g(+7?(gXZ0rK?o_VV!g`uqI-{{H|23LHo<9D#!f6DnNDu%W|;5F<*QNU@^D nix@L%+{m#SqsNaRLy8#j0_CC3_2hl$P5M+%?T$h`}dZuJR2ItDb#i^$%r-CV1A?mTaZ%g W2B9~X4lpX#_sTLFoN#4eum%7Mt~NdZ diff --git a/themes/flora/i/resizable-nw.gif b/themes/flora/i/resizable-nw.gif deleted file mode 100644 index 665f31890c6755dc8f1eeffe92aad9aeb9b8c5d1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 91 zcmZ?wbhEHbo_# rfq_{eVwcaqbrT$4Pf%u9YpB7r!lyBS>*1GHwX#`l>}+il85pbqkIW*2 diff --git a/themes/flora/i/resizable-s.gif b/themes/flora/i/resizable-s.gif deleted file mode 100644 index da2fb35126a27cf38cd2fb7b25f1926e0b1923ce..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 341 zcmV-b0jmB-Nk%w1Vdw(}0HOc@P@pNz=di@#q~7w#)$F`x%mDxY{{R30A^8LV00000 zEC2ui0O$h-000C3Si0Q)Fv>}*y*TU5yZ>M)j$~<`XsWJk>%MR-&$MLRc&_h!@BhG{ za7Zi~kI1BQ$!t2G(5Q4uty-_xtai)odcWZCZ$K`a&*-#z&2GEj@VI00V=CgolHHii?bmj*pO$l9QB`a|D=~nwy-Ro}ZwhqNAjxrl+W>s;jK6uCK7M zva__V1_ZacxVyKtzQ4f1!o$SH#>dFXrUA^&&d<=%($mz{*4NnC+S}aS-rwNi;^XAy z=I7|)00Ham?CBRs4{~53W#h)yU zAaNZK0WyPuMOA>I@r2~EGhR%3B8qYz$5`*GcX7;=W#p+p+;F2T?aiOKKL-+67_0$1 C<0bU~ diff --git a/themes/flora/i/resizable-sw.gif b/themes/flora/i/resizable-sw.gif deleted file mode 100644 index 2fd8de4dc206a307dc3a48e048751f46f2641548..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 175 zcmZ?wbhEHbMk5WsWG=b0ic@2@vUCebjknjlsMN%QL-r85yhrN_0Jq diff --git a/themes/flora/i/resizable-w.gif b/themes/flora/i/resizable-w.gif deleted file mode 100644 index 34b875b955e10eb1de3fe279875c1159002389b5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 339 zcmV-Z0j&N5}j$r)^BX^NQcL-q$%G zFSzp&e?_5j$Xq&=(4-VeJzAU5Dt3B(a<^J~ioHnb^@VDGeZ`;}UwLV_Y z^Y43efPa31g?)jDgo%TOjE9Yij*FC&mXer}nvk52o|T!MpqrnUq@$vysiCE;sI8}} zu&c4Ivah(ey0*NvzO=xzp9BL083h0Z55&e5$jZva$H~jm&eYM(3eVNr0^Hft(7V6F zxxK;X+<#a`1|zy_x%9>34Axu9>IeK6Y2|yaA84*4gE!As8C`> liV!b8w3x9NBgc;zL2e95a-_+LCpDs6sj{WVk_Zz306UGYvm^ij diff --git a/themes/flora/i/slider-bg-1.png b/themes/flora/i/slider-bg-1.png deleted file mode 100644 index b7d806ed630bb92ef4f8ff94108ee9e3bb07171d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 204 zcmeAS@N?(olHy`uVBq!ia0vp^CxDopgAGXfK4bb1q$EpRBT9nv(@M${i&7aJQ}UBi z6+Ckj(^G>|6H_V+Po~-c73F!lIEGZ*dUO3C=K%$t)`v4Z_w4lB-8uJ2;H|vH+w+oy z1*$IOeW({WVfn#BsOtTtsM{_}B3v0iM969`)xHvCE2D1AsJ6TBEMr30l+9c}L`&~P zGl=c)U{^6_PtaUl`)a$X^lX+NX6@;RHh<(YV91^-+OzI^=L?|C44$rjF6*2UngCuv BOOpTq diff --git a/themes/flora/i/slider-bg-2.png b/themes/flora/i/slider-bg-2.png deleted file mode 100644 index 8b24cf0910fc24c075e44d324ab05ef2fb739ddc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 326 zcmV-M0lEH(P)2N3a1T2XOG^5J3rxRD->U5tO2~nPZ0nB diff --git a/themes/flora/i/tabs.png b/themes/flora/i/tabs.png deleted file mode 100644 index 8018e41c8c0293dadec8c4f103427ccf03646e60..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 263 zcmeAS@N?(olHy`uVBq!ia0y~yVAKJ!jhL8$-L1;G39S zl%JcLl9{OBmRXcqo?nz*tYEP<<5C4ssRT%=b5UwyNoIbYLP%zADua=co}q!Bk%58v zDz=FnKs9cjE{-7{oo}x!vR!p7Txm+71Hr1_InwKy`_EpBRbXSp0+vvMgA wutq<5AHP=ZYF}TZyEh2DmgZh;FVdQ&MBb@0Jg+d4FCWD