summaryrefslogtreecommitdiff
path: root/plugin_manager/skins/classic
diff options
context:
space:
mode:
Diffstat (limited to 'plugin_manager/skins/classic')
-rw-r--r--plugin_manager/skins/classic/blank.html15
-rw-r--r--plugin_manager/skins/classic/download.pngbin0 -> 601 bytes
-rw-r--r--plugin_manager/skins/classic/myroundcube.html19
-rw-r--r--plugin_manager/skins/classic/plugin_manager.css178
-rw-r--r--plugin_manager/skins/classic/plugin_manager_update.css69
-rw-r--r--plugin_manager/skins/classic/templates/config.html11
-rw-r--r--plugin_manager/skins/classic/templates/error.html14
-rw-r--r--plugin_manager/skins/classic/templates/transfer.html10
-rw-r--r--plugin_manager/skins/classic/traffic-light-exclamation.pngbin0 -> 690 bytes
-rw-r--r--plugin_manager/skins/classic/traffic-light-off.pngbin0 -> 401 bytes
-rw-r--r--plugin_manager/skins/classic/traffic-light-pencil.pngbin0 -> 646 bytes
-rw-r--r--plugin_manager/skins/classic/traffic-light-plus.pngbin0 -> 610 bytes
-rw-r--r--plugin_manager/skins/classic/traffic-light.pngbin0 -> 512 bytes
-rw-r--r--plugin_manager/skins/classic/watermark.gifbin0 -> 4644 bytes
14 files changed, 316 insertions, 0 deletions
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 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <title></title>
+ <!--[if IE]>
+ <style type="text/css">
+ body { width: expression((parseInt(document.documentElement.clientWidth)-20)+'px'); }
+ </style>
+ <![endif]-->
+</head>
+
+<body style="background-color:#F2F2F2;">
+
+</body>
+</html> \ 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
--- /dev/null
+++ b/plugin_manager/skins/classic/download.png
Binary files 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 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <title></title>
+ <!--[if IE]>
+ <style type="text/css">
+ body { width: expression((parseInt(document.documentElement.clientWidth)-20)+'px'); }
+ </style>
+ <![endif]-->
+</head>
+
+<body style="background-color:#F2F2F2;">
+
+<div style="margin:20px auto; text-align:center">
+<img src="watermark.gif" width="260" height="228" alt="" />
+</div>
+
+</body>
+</html> \ 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="doctype" value="html5" />
+<html>
+<head>
+<title><roundcube:object name="pagetitle" /></title>
+<roundcube:include file="/includes/links.html" />
+</head>
+<body class="iframe" style="margin: 0 0 0 0">
+<roundcube:object name="plugin.body" />
+<roundcube:include file="/includes/footer.html" />
+</body>
+</html> \ 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 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title><roundcube:object name="productname" /> :: ERROR</title>
+<roundcube:include file="/includes/links.html" />
+</head>
+<body>
+
+<div style="width:400px; margin:60px auto;">
+<roundcube:object name="plugin.body" />
+</div>
+
+</body>
+</html>
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 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title><roundcube:object name="pagetitle" /></title>
+<roundcube:include file="/includes/links.html" />
+</head>
+<body class="iframe">
+<roundcube:object name="plugin.body" />
+</body>
+</html>
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
--- /dev/null
+++ b/plugin_manager/skins/classic/traffic-light-exclamation.png
Binary files 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
--- /dev/null
+++ b/plugin_manager/skins/classic/traffic-light-off.png
Binary files 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
--- /dev/null
+++ b/plugin_manager/skins/classic/traffic-light-pencil.png
Binary files 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
--- /dev/null
+++ b/plugin_manager/skins/classic/traffic-light-plus.png
Binary files 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
--- /dev/null
+++ b/plugin_manager/skins/classic/traffic-light.png
Binary files differ
diff --git a/plugin_manager/skins/classic/watermark.gif b/plugin_manager/skins/classic/watermark.gif
new file mode 100644
index 0000000..03e3155
--- /dev/null
+++ b/plugin_manager/skins/classic/watermark.gif
Binary files differ