From 99f904adcc37d93c90defcd8ce898598e25be212 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 11 Mar 2015 16:55:04 +0100 Subject: Lot of plugins --- plugin_manager/skins/classic/blank.html | 15 ++ plugin_manager/skins/classic/download.png | Bin 0 -> 601 bytes plugin_manager/skins/classic/myroundcube.html | 19 +++ plugin_manager/skins/classic/plugin_manager.css | 178 +++++++++++++++++++++ .../skins/classic/plugin_manager_update.css | 69 ++++++++ plugin_manager/skins/classic/templates/config.html | 11 ++ plugin_manager/skins/classic/templates/error.html | 14 ++ .../skins/classic/templates/transfer.html | 10 ++ .../skins/classic/traffic-light-exclamation.png | Bin 0 -> 690 bytes plugin_manager/skins/classic/traffic-light-off.png | Bin 0 -> 401 bytes .../skins/classic/traffic-light-pencil.png | Bin 0 -> 646 bytes .../skins/classic/traffic-light-plus.png | Bin 0 -> 610 bytes plugin_manager/skins/classic/traffic-light.png | Bin 0 -> 512 bytes plugin_manager/skins/classic/watermark.gif | Bin 0 -> 4644 bytes 14 files changed, 316 insertions(+) create mode 100644 plugin_manager/skins/classic/blank.html create mode 100644 plugin_manager/skins/classic/download.png create mode 100644 plugin_manager/skins/classic/myroundcube.html create mode 100644 plugin_manager/skins/classic/plugin_manager.css create mode 100644 plugin_manager/skins/classic/plugin_manager_update.css create mode 100644 plugin_manager/skins/classic/templates/config.html create mode 100644 plugin_manager/skins/classic/templates/error.html create mode 100644 plugin_manager/skins/classic/templates/transfer.html create mode 100644 plugin_manager/skins/classic/traffic-light-exclamation.png create mode 100644 plugin_manager/skins/classic/traffic-light-off.png create mode 100644 plugin_manager/skins/classic/traffic-light-pencil.png create mode 100644 plugin_manager/skins/classic/traffic-light-plus.png create mode 100644 plugin_manager/skins/classic/traffic-light.png create mode 100644 plugin_manager/skins/classic/watermark.gif (limited to 'plugin_manager/skins/classic') diff --git a/plugin_manager/skins/classic/blank.html b/plugin_manager/skins/classic/blank.html new file mode 100644 index 0000000..5368cac --- /dev/null +++ b/plugin_manager/skins/classic/blank.html @@ -0,0 +1,15 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/plugin_manager/skins/classic/download.png b/plugin_manager/skins/classic/download.png new file mode 100644 index 0000000..2271b6d Binary files /dev/null and b/plugin_manager/skins/classic/download.png differ diff --git a/plugin_manager/skins/classic/myroundcube.html b/plugin_manager/skins/classic/myroundcube.html new file mode 100644 index 0000000..100f46e --- /dev/null +++ b/plugin_manager/skins/classic/myroundcube.html @@ -0,0 +1,19 @@ + + + + + + + + + +
+ +
+ + + \ No newline at end of file diff --git a/plugin_manager/skins/classic/plugin_manager.css b/plugin_manager/skins/classic/plugin_manager.css new file mode 100644 index 0000000..efa5b43 --- /dev/null +++ b/plugin_manager/skins/classic/plugin_manager.css @@ -0,0 +1,178 @@ +#plugin_manager_overlay { + display: none; + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 4999; + background: rgba(0,0,0,0.5) !important; + background: #F6F6F6; + /** IE hacks */ + filter: alpha(opacity=90); + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; + width: expression(document.documentElement.clientWidth+'px'); + height: expression(document.documentElement.clientHeight+'px'); +} + +#paypal{ + position: absolute; + top: 65px; + right: 45px; + z-index: 9999; +} + +.qtip{ + max-width: none; +} + +.asterix +{ + display: inline; + float: left; + margin-left: 5px; +} + +.plugin_manager_ul +{ + list-style: none; + margin-top: 0px; +} + +.plugin_manager_ul li +{ + padding-left: 0px; + margin-left:-40px; +} + +.plugin_manager_ul input[type="checkbox"] +{ + margin-left: 0; + vertical-align: bottom; +} + +.pm_control input[type="checkbox"] +{ + vertical-align: bottom; +} + +.pm_section +{ + float: left; +} + +.pm_update +{ + margin-top: 0px; + margin-bottom: 0px; + padding: 0px 15px; +} + +#prefs-title-right +{ + color: #1f75cc; + font-size: 20px; + float: right; + margin-top: 7px; + margin-right: 25px; + display: inline; +} + +#table +{ + table-layout:fixed; + width: 100%; +} + +#table tbody tr td +{ + height: 20px; + padding: 5px; + font-size: 13px; + overflow: hidden; + vertical-align: middle; + word-wrap: break-word; + text-overflow: ellipsis; + -o-text-overflow: ellipsis; + border: 1px solid #EBEBEB; + cursor: default; +} + +#table thead tr th +{ + height: 20px; + padding: 5px; + font-size: 13px; + overflow: hidden; + vertical-align: middle; + text-overflow: ellipsis; + -o-text-overflow: ellipsis; + border: 2px solid #EBEBEB; + cursor: default; +} + +#rcheader +{ + font-size: 13px; +} + +.vmismatch +{ + background-color: #EF9398; + border-radius: 5px 5px; + box-shadow: 0pt 1px 3px rgba(0, 0, 0, 0.1); +} + +.vmatch +{ + background-color: #A6EF7B; + border-radius: 5px 5px; + box-shadow: 0pt 1px 3px rgba(0, 0, 0, 0.1); +} + +.vupdate +{ + background-color: #EF9398; + border-radius: 5px 5px; + box-shadow: 0pt 1px 3px rgba(0, 0, 0, 0.1); +} + +.rcok +{ + background: url(traffic-light-off.png) no-repeat; +} + +.rcupdate +{ + background: url(traffic-light-exclamation.png) no-repeat; +} + +.rcerror +{ + background: url(traffic-light-exclamation.png) no-repeat; +} + +#table .ok +{ + background: url(traffic-light-off.png) center no-repeat; +} + +#table .error +{ + background: url(traffic-light-exclamation.png) center no-repeat; +} + +#table .update +{ + background: url(traffic-light-plus.png) center no-repeat; +} + +#table .edit +{ + background: url(traffic-light-pencil.png) center no-repeat; +} + +#table .off +{ + background: url(traffic-light-off.png) center no-repeat; +} \ No newline at end of file diff --git a/plugin_manager/skins/classic/plugin_manager_update.css b/plugin_manager/skins/classic/plugin_manager_update.css new file mode 100644 index 0000000..346a0f3 --- /dev/null +++ b/plugin_manager/skins/classic/plugin_manager_update.css @@ -0,0 +1,69 @@ +.motd{ + z-index: 9999; + position: absolute; + top: 5px; + margin-left: auto; + left: 50%; + margin-left: -200px; + width: 400px; + border-radius: 5px; + padding: 4px; + -moz-border-radius: 5px; + border: 1px solid #DEEEFC; + background-color: #F2F9FF; + text-align: justify; + color: #3F70BA; +} + +.updatepm{ + z-index: 9999; + position: absolute; + top: 30px; + margin-left: auto; + left: 50%; + margin-left: -200px; + width: 400px; + border-radius: 5px; + padding: 4px; + -moz-border-radius: 5px; + border: 1px solid #DEEEFC; + background: url(download.png) 20px 8px no-repeat #F2F9FF; + text-align: center; + color: #3F70BA; + cursor: pointer; +} + +.updatepmrequired{ + z-index: 9999; + position: absolute; + top: 30px; + margin-left: auto; + left: 50%; + margin-left: -200px; + width: 400px; + border-radius: 5px; + padding: 4px; + -moz-border-radius: 5px; + border: 1px solid #FEEBAB; + background: url(download.png) 20px 8px no-repeat #FEF8E1; + text-align: center; + color: #9E660D; + cursor: pointer; +} + +.myrcerror{ + z-index: 9999; + position: absolute; + top: 30px; + margin-left: auto; + left: 50%; + margin-left: -200px; + width: 400px; + border-radius: 5px; + padding: 4px; + -moz-border-radius: 5px; + background-color: #FF6B61; + border: 1px solid #FF0800; + text-align: center; + color: #733737; +} \ No newline at end of file diff --git a/plugin_manager/skins/classic/templates/config.html b/plugin_manager/skins/classic/templates/config.html new file mode 100644 index 0000000..d2ff4ca --- /dev/null +++ b/plugin_manager/skins/classic/templates/config.html @@ -0,0 +1,11 @@ + + + +<roundcube:object name="pagetitle" /> + + + + + + + \ No newline at end of file diff --git a/plugin_manager/skins/classic/templates/error.html b/plugin_manager/skins/classic/templates/error.html new file mode 100644 index 0000000..aa12a8a --- /dev/null +++ b/plugin_manager/skins/classic/templates/error.html @@ -0,0 +1,14 @@ + + + +<roundcube:object name="productname" /> :: ERROR + + + + +
+ +
+ + + diff --git a/plugin_manager/skins/classic/templates/transfer.html b/plugin_manager/skins/classic/templates/transfer.html new file mode 100644 index 0000000..7616cbb --- /dev/null +++ b/plugin_manager/skins/classic/templates/transfer.html @@ -0,0 +1,10 @@ + + + +<roundcube:object name="pagetitle" /> + + + + + + diff --git a/plugin_manager/skins/classic/traffic-light-exclamation.png b/plugin_manager/skins/classic/traffic-light-exclamation.png new file mode 100644 index 0000000..d547fab Binary files /dev/null and b/plugin_manager/skins/classic/traffic-light-exclamation.png differ diff --git a/plugin_manager/skins/classic/traffic-light-off.png b/plugin_manager/skins/classic/traffic-light-off.png new file mode 100644 index 0000000..261565a Binary files /dev/null and b/plugin_manager/skins/classic/traffic-light-off.png differ diff --git a/plugin_manager/skins/classic/traffic-light-pencil.png b/plugin_manager/skins/classic/traffic-light-pencil.png new file mode 100644 index 0000000..90b70ef Binary files /dev/null and b/plugin_manager/skins/classic/traffic-light-pencil.png differ diff --git a/plugin_manager/skins/classic/traffic-light-plus.png b/plugin_manager/skins/classic/traffic-light-plus.png new file mode 100644 index 0000000..0bddb65 Binary files /dev/null and b/plugin_manager/skins/classic/traffic-light-plus.png differ diff --git a/plugin_manager/skins/classic/traffic-light.png b/plugin_manager/skins/classic/traffic-light.png new file mode 100644 index 0000000..9b458bc Binary files /dev/null and b/plugin_manager/skins/classic/traffic-light.png differ diff --git a/plugin_manager/skins/classic/watermark.gif b/plugin_manager/skins/classic/watermark.gif new file mode 100644 index 0000000..03e3155 Binary files /dev/null and b/plugin_manager/skins/classic/watermark.gif differ -- cgit v1.2.3