From 884add1419729cb8eb5ed8fb47ea68e5f6ce6682 Mon Sep 17 00:00:00 2001 From: thomascube Date: Sat, 3 Mar 2012 14:23:04 +0000 Subject: Tagging plugins for 0.8-beta --- plugins/help/skins/default/help.css | 29 +++++++++++++++++++ plugins/help/skins/default/help.gif | Bin 0 -> 898 bytes plugins/help/skins/default/templates/help.html | 37 +++++++++++++++++++++++++ plugins/help/skins/larry/help.css | 19 +++++++++++++ plugins/help/skins/larry/templates/help.html | 30 ++++++++++++++++++++ 5 files changed, 115 insertions(+) create mode 100644 plugins/help/skins/default/help.css create mode 100644 plugins/help/skins/default/help.gif create mode 100644 plugins/help/skins/default/templates/help.html create mode 100644 plugins/help/skins/larry/help.css create mode 100644 plugins/help/skins/larry/templates/help.html (limited to 'plugins/help/skins') diff --git a/plugins/help/skins/default/help.css b/plugins/help/skins/default/help.css new file mode 100644 index 000000000..8f67f111e --- /dev/null +++ b/plugins/help/skins/default/help.css @@ -0,0 +1,29 @@ +/***** Roundcube|Mail Help task styles *****/ + +#taskbar a.button-help +{ + background-image: url('help.gif'); +} + +.help-box +{ + overflow: auto; + background-color: #F2F2F2; +} + +#helplicense, #helpabout +{ + width: 46em; + padding: 1em 2em; +} + +#helplicense a, #helpabout a +{ + color: #900; +} + +#helpabout +{ + margin: 0 auto; +} + diff --git a/plugins/help/skins/default/help.gif b/plugins/help/skins/default/help.gif new file mode 100644 index 000000000..fe41e43c0 Binary files /dev/null and b/plugins/help/skins/default/help.gif differ diff --git a/plugins/help/skins/default/templates/help.html b/plugins/help/skins/default/templates/help.html new file mode 100644 index 000000000..98beb6655 --- /dev/null +++ b/plugins/help/skins/default/templates/help.html @@ -0,0 +1,37 @@ + + + +<roundcube:object name="pagetitle" /> + + + + + + + + + + +
+ + + + + +
+ +
+ +
+ + + diff --git a/plugins/help/skins/larry/help.css b/plugins/help/skins/larry/help.css new file mode 100644 index 000000000..620a56077 --- /dev/null +++ b/plugins/help/skins/larry/help.css @@ -0,0 +1,19 @@ + +#helpcontentframe { + border: 0; + border-radius: 4px; +} + +#mainscreen .readtext { + margin: 0 auto; +} + +#helptoolbar { + position: absolute; + top: -6px; + right: 0; + right: 0; + height: 40px; + white-space: nowrap; +} + diff --git a/plugins/help/skins/larry/templates/help.html b/plugins/help/skins/larry/templates/help.html new file mode 100644 index 000000000..9790c1570 --- /dev/null +++ b/plugins/help/skins/larry/templates/help.html @@ -0,0 +1,30 @@ + + + +<roundcube:object name="pagetitle" /> + + + + + + + +
+ +
+ + + + +
+ +
+ +
+ +
+ + + + + -- cgit v1.2.3