diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /webmail/plugins/help/skins/larry | |
Diffstat (limited to 'webmail/plugins/help/skins/larry')
| -rw-r--r-- | webmail/plugins/help/skins/larry/help.css | 45 | ||||
| -rw-r--r-- | webmail/plugins/help/skins/larry/help.png | bin | 0 -> 6099 bytes | |||
| -rw-r--r-- | webmail/plugins/help/skins/larry/icons.psd | bin | 0 -> 339722 bytes | |||
| -rw-r--r-- | webmail/plugins/help/skins/larry/templates/help.html | 32 |
4 files changed, 77 insertions, 0 deletions
diff --git a/webmail/plugins/help/skins/larry/help.css b/webmail/plugins/help/skins/larry/help.css new file mode 100644 index 0000000..c2e369a --- /dev/null +++ b/webmail/plugins/help/skins/larry/help.css @@ -0,0 +1,45 @@ + +#helpcontentframe { + border: 0; + border-radius: 4px; +} + +#mainscreen .readtext { + margin: 0 auto; +} + +#helptoolbar { + position: absolute; + top: -6px; + left: 0; + height: 40px; + white-space: nowrap; +} + +#taskbar a.button-help span.button-inner { + background: url(help.png) 0 0 no-repeat; + height: 19px; +} + +#taskbar a.button-help:hover span.button-inner, +#taskbar a.button-help.button-selected span.button-inner { + background: url(help.png) 0 -24px no-repeat; + height: 19px; +} + +.toolbar a.button.help { + background: url(help.png) center -51px no-repeat; +} + +.toolbar a.button.about { + background: url(help.png) center -89px no-repeat; +} + +.toolbar a.button.license { + background: url(help.png) center -130px no-repeat; +} + +.iframebox.help_about, +.iframebox.help_license { + overflow: auto; +} diff --git a/webmail/plugins/help/skins/larry/help.png b/webmail/plugins/help/skins/larry/help.png Binary files differnew file mode 100644 index 0000000..fe88ed4 --- /dev/null +++ b/webmail/plugins/help/skins/larry/help.png diff --git a/webmail/plugins/help/skins/larry/icons.psd b/webmail/plugins/help/skins/larry/icons.psd Binary files differnew file mode 100644 index 0000000..2ccadfa --- /dev/null +++ b/webmail/plugins/help/skins/larry/icons.psd diff --git a/webmail/plugins/help/skins/larry/templates/help.html b/webmail/plugins/help/skins/larry/templates/help.html new file mode 100644 index 0000000..39caaa6 --- /dev/null +++ b/webmail/plugins/help/skins/larry/templates/help.html @@ -0,0 +1,32 @@ +<roundcube:object name="doctype" value="html5" /> +<html> +<head> +<title><roundcube:object name="pagetitle" /></title> +<roundcube:include file="/includes/links.html" /> +</head> +<body> + +<roundcube:include file="/includes/header.html" /> + +<div id="mainscreen"> + +<div id="helptoolbar" class="toolbar"> +<roundcube:button name="helpdefault" href="?_task=help" type="link" label="help.help" title="help.help" class="button help" /> +<roundcube:button name="helpabout" href="?_task=help&_action=about" type="link" label="help.about" title="help.about" class="button about" /> +<roundcube:button name="helplicense" href="?_task=help&_action=license" type="link" label="help.license" title="help.license" class="button license" /> +<roundcube:container name="helptabs" id="helptabsbar" /> +</div> + +<div id="pluginbody" class="uibox offset"> + <div class="iframebox help_<roundcube:var name='env:action' />"> + <roundcube:object name="helpcontent" id="helpcontentframe" style="width:100%; height:100%" frameborder="0" src="/watermark.html" /> + </div> + <roundcube:object name="message" id="message" class="statusbar" /> +</div> + +</div> + +<roundcube:include file="/includes/footer.html" /> + +</body> +</html> |
