pax_global_header00006660000000000000000000000064144533274710014524gustar00rootroot0000000000000052 comment=cc6dd0f4c6e61d0a593377da47b0f9e823389f4a roundcube-skin-larry-1.6.1+ds/000077500000000000000000000000001445332747100162125ustar00rootroot00000000000000roundcube-skin-larry-1.6.1+ds/README.md000066400000000000000000000024141445332747100174720ustar00rootroot00000000000000ROUNDCUBE WEBMAIL SKIN "LARRY" ============================== This skin package contains the "Larry" theme of the Roundcube Webmail software. It can be used, modified and redistributed according to the terms described in the LICENSE section. For information about building or modifying Roundcube skins please visit https://github.com/roundcube/roundcubemail/wiki/Skins Screendesign by FLINT / Büro für Gestaltung, Bern, Switzerland http://bueroflint.com INSTALLATION ------------ The skin can be installed by putting the content in a subfolder of the the Roundcube's `skins` folder or by using composer: ``` composer require "roundcube/larry:~1.6.0" ``` Note: make sure to use version of the skin that matches the Roundcube version. If it is not available use the closest lower version number. For example, if your Roundcube version is 1.6.5, use skin version 1.6.x (with max X that exists), if 1.6.x does not exist use 1.5.x and so on. Using 1.7.x and up might not work. LICENSE ------- The contents of this folder are subject to the Creative Commons Attribution-ShareAlike License. It is allowed to copy, distribute, transmit and to adapt the work by keeping credits to the original autors in the README.md file. See https://creativecommons.org/licenses/by-sa/3.0/ for details. roundcube-skin-larry-1.6.1+ds/addressbook.css000066400000000000000000000166351445332747100212370ustar00rootroot00000000000000/** * Roundcube webmail styles for the Address Book section * * Copyright (c) The Roundcube Dev Team * Screendesign by FLINT / Büro für Gestaltung, bueroflint.com * * The contents are subject to the Creative Commons Attribution-ShareAlike * License. It is allowed to copy, distribute, transmit and to adapt the work * by keeping credits to the original autors in the README file. * See http://creativecommons.org/licenses/by-sa/3.0/ for details. */ #addressview-left { position: absolute; top: 0; left: 0; width: 200px; bottom: 0; z-index: 2; } #addressview-right { position: absolute; top: 0; left: 212px; right: 0; bottom: 0; z-index: 3; } #addressbooktoolbar { position: absolute; top: -6px; left: 0; height: 40px; white-space: nowrap; z-index: 10; } #directorylistbox { position: absolute; top: 0; left: 0; width: 100%; bottom: 0; } #addresslist { position: absolute; top: 0; left: 0; width: 260px; bottom: 0; } #contacts-box { position: absolute; top: 0; left: 272px; right: 0; bottom: 0; } #addressview-left #quicksearchbar input { width: 156px; } #directorylist li a, .treelist li.contactsearch a, #contacts-table .contact td.name { background-image: url(images/listicons.png); background-position: -100px 0; background-repeat: no-repeat; overflow: hidden; text-overflow: ellipsis; } #directorylist li.addressbook a { background-position: 6px -766px; } #directorylist ul li.addressbook a { background-position: 32px -766px; } #directorylist ul ul li.addressbook a { background-position: 58px -766px; } #directorylist li.addressbook.selected > a { background-position: 6px -791px; } #directorylist ul li.addressbook.selected > a { background-position: 32px -791px; } #directorylist ul ul li.addressbook.selected > a { background-position: 58px -791px; } #directorylist li.contactgroup a { background-position: 6px -1554px; } #directorylist ul li.contactgroup a { background-position: 32px -1554px; } #directorylist ul ul li.contactgroup a { background-position: 58px -1554px; } #directorylist ul ul ul li.contactgroup a { background-position: 84px -1554px; } #directorylist li.contactgroup.selected a { background-position: 32px -1578px; } #directorylist ul ul li.contactgroup.selected a { background-position: 58px -1578px; } #directorylist ul ul ul li.contactgroup.selected a { background-position: 84px -1578px; } .treelist li.contactsearch a { background-position: 6px -1651px; } .treelist li.contactsearch.selected a { background-position: 6px -1675px; } #directorylist li.addressbook div.collapsed, #directorylist li.addressbook div.expanded { top: 15px; } #contacts-table .contact.readonly td { font-style: italic; } #contacts-table td.name { width: 95%; } #contacts-table td.action { width: 24px; padding: 4px; } #contacts-table td.action a { display: block; width: 16px; height: 14px; text-indent: -5000px; overflow: hidden; background: url(images/listicons.png) -2px -1180px no-repeat; } #contacts-table .contact td.name { background-position: 4px -1601px; } #contacts-table .contact.selected td.name { background-position: 4px -1625px; font-weight: bold; } #contacts-table .group td.name { background-position: 4px -1555px; } #contacts-table .group.selected td.name { background-position: 4px -1578px; font-weight: bold; } #contacts-table.focus .group.selected.focused td.name { background-position: 4px -1578px; } #addresslist .boxtitle { padding-right: 95px; overflow: hidden; text-overflow: ellipsis; } #addresslist .boxtitle a.poplink { color: #004458; font-size: 14px; line-height: 12px; text-decoration: none; } #contact-frame { position: absolute; top: 0; left: 0; right: 0; bottom: 0px; border: 0; border-radius: 4px; } #headerbuttons { position: absolute; top: 48px; right: 10px; width: auto; z-index: 10; } #sourcename { color: #999; font-size: 10px; margin: -5px 0 8px 2px; } #contactphoto { float: left; margin: 0 18px 20px 0; width: 112px; border: 0; padding: 0; } #contactpic { width: 112px; min-height: 112px; background: white; } #contactpic img { max-width: 112px; visibility: inherit; } #contactpic.droptarget { background-image: url(images/filedrop.png); background-position: center; background-repeat: no-repeat; } #contactpic.droptarget.hover { background-color: #d9ecf4; box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9); } #contactpic.droptarget.active img { opacity: 0.15; } #contactpic.droptarget.hover img { opacity: 0.05; } #contactphoto .formlinks a[aria-disabled='true'] { visibility: hidden; } #contacthead { border: 0; margin: 0 16em 1em 0; padding: 0; line-height: 1.5em; font-size: 12px; } #contacthead > legend { display: none; } form #contacthead { margin-right: 0; } #contacthead .names span.namefield, #contacthead .names input { font-size: 140%; font-weight: bold; } #contacthead .displayname span.namefield { font-size: 120%; font-weight: bold; } #contacthead span.nickname:before, #contacthead span.nickname:after { content: '"'; } #contacthead input { margin-right: 6px; margin-bottom: 0.2em; } #contacthead .names input, #contacthead .addnames input { width: 180px; } #contacthead input.ff_prefix, #contacthead input.ff_suffix { width: 90px; } .contactfieldgroup { border: 0; border-radius: 0; background: #f7f7f7; margin: 0 0 12px 0; padding: 8px; } .contactfieldgroup legend { display: block; margin: 0 -8px; width: 100%; font-weight: bold; padding: 8px 8px 6px 8px; background: #e9e9e9; border-bottom: 1px solid #dfdfdf; border-radius: 0; } .contactfieldgroup .row { position: relative; margin: 0.2em 0; } .contactfieldgroup .contactfieldlabel { position: absolute; top: 0; left: 2px; width: 110px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #666; line-height: 18px; } .contactfieldgroup .contactfieldlabel select { width: 100%; color: #666; } .contactfieldgroup .contactfieldcontent { padding-left: 120px; min-height: 1em; line-height: 18px; } .contactfieldgroup .contactfield { line-height: 1.3em; } .contactcontrolleraddress .contactfieldcontent input { margin-bottom: 0.1em; } .contactfieldcontent.composite { padding-bottom: 8px; } .contactfieldcontent .contactfieldbutton { vertical-align: middle; margin-left: 0.5em; } .contactfield .ff_notes { width: 99%; } a.deletebutton { position: relative; left: 5px; top: -3px; display: inline-block; width: 24px; height: 18px; text-decoration: none; text-indent: -5000px; background: url(images/buttons.png) -7px -377px no-repeat; } #import-box { position: absolute; bottom: 0px; top: 34px; left: 0; right: 0; overflow: auto; padding: 10px; } #import-box p, #import-box .propform { max-width: 50em; } ul.toolbarmenu li span.qrcode { background-position: 0 -2408px; } ul.toolbarmenu li span.assigngroup { background-position: 0 -2358px; } ul.toolbarmenu li span.removegroup { background-position: 0 -2384px; } #addressbook-selector li a, #contactgroup-selector li a { padding-left: 2px; } #addressbook-selector li a span, #contactgroup-selector li a span { background: url(images/listicons.png) 4px 20px no-repeat; display: block; height: 17px; min-height: 14px; padding: 4px 4px 1px 28px; overflow: hidden; max-width: 120px; text-overflow: ellipsis; } #addressbook-selector li a.addressbook span { background-position: 4px -2222px; } #addressbook-selector li a.contactgroup span, #contactgroup-selector li a.contactgroup span { background-position: 4px -2245px; } roundcube-skin-larry-1.6.1+ds/bin/000077500000000000000000000000001445332747100167625ustar00rootroot00000000000000roundcube-skin-larry-1.6.1+ds/bin/build.sh000077500000000000000000000001421445332747100204150ustar00rootroot00000000000000#!/bin/sh set -e PWD=`dirname "$0"` $PWD/jsshrink.sh && $PWD/cssshrink.sh && $PWD/cssimages.sh roundcube-skin-larry-1.6.1+ds/bin/cssimages.sh000077500000000000000000000026461445332747100213070ustar00rootroot00000000000000#!/usr/bin/env php $image) { if (!in_array($image, $seen) && preg_match('/\.(gif|ico|png|jpg|jpeg)$/', $image)) { $filepath = pathinfo($file, PATHINFO_DIRNAME) . "/$image"; if (file_exists($filepath)) { $sum = substr(md5_file($filepath), 0, 4) . '.' . filesize($filepath); } else { print "ERROR: Missing image: $filepath\n"; continue; } $content = str_replace($matches[0][$idx], "url($image?v=$sum)", $content); } $seen[] = $image; } file_put_contents($file, $content); } } function get_files($dir) { $files = []; $dh = opendir($dir); while ($file = readdir($dh)) { if (preg_match('/^(.+)\.min\.css$/', $file, $m)) { $files[] = "$dir/$file"; } else if ($file[0] != '.' && is_dir("$dir/$file")) { foreach (get_files("$dir/$file") as $f) { $files[] = $f; } } } closedir($dh); return $files; } roundcube-skin-larry-1.6.1+ds/bin/cssshrink.sh000077500000000000000000000015651445332747100213370ustar00rootroot00000000000000#!/bin/sh set -e PWD=`dirname "$0"` do_shrink() { rm -f "$2" csso $1 -o $2 --no-restructure } if which csso > /dev/null 2>&1; then : else echo "csso not found. Please install e.g. 'npm install -g csso-cli'." exit 1 fi # compress single file from argument if [ $# -gt 0 ]; then CSS_FILE="$1" echo "Shrinking $CSS_FILE" minfile=`echo $CSS_FILE | sed -e 's/\.css$/\.min\.css/'` do_shrink "$CSS_FILE" "$minfile" exit fi DIRS="$PWD/.. $PWD/../plugins/*" # default: compress application scripts for dir in $DIRS; do for file in $dir/*.css; do if echo "$file" | grep -q -e '.min.css$'; then continue fi if [ ! -f "$file" ]; then continue fi echo "Shrinking $file" minfile=`echo $file | sed -e 's/\.css$/\.min\.css/'` do_shrink "$file" "$minfile" done done roundcube-skin-larry-1.6.1+ds/bin/jsshrink.sh000077500000000000000000000021611445332747100211540ustar00rootroot00000000000000#!/bin/sh set -e PWD=`dirname "$0"` LANG_IN='ECMASCRIPT5' do_shrink() { rm -f "$2" # copy the first comment block with license information for LibreJS grep -q '@lic' $1 && sed -n '/\/\*/,/\*\// { p; /\*\//q; }' $1 > $2 uglifyjs --compress --mangle -- $1 >> $2 } if which uglifyjs > /dev/null 2>&1; then : else echo "uglifyjs not found. Please install e.g. 'npm install -g uglify-js'." exit 1 fi # compress single file from argument if [ $# -gt 0 ]; then JS_FILE="$1" if [ $# -gt 1 ]; then LANG_IN="$2" fi echo "Shrinking $JS_FILE" minfile=`echo $JS_FILE | sed -e 's/\.js$/\.min\.js/'` do_shrink "$JS_FILE" "$minfile" "$LANG_IN" exit fi DIRS="$PWD/.. $PWD/../plugins/*" # default: compress application scripts for dir in $DIRS; do for file in $dir/*.js; do if echo "$file" | grep -q -e '.min.js$'; then continue fi if [ ! -f "$file" ]; then continue fi echo "Shrinking $file" minfile=`echo $file | sed -e 's/\.js$/\.min\.js/'` do_shrink "$file" "$minfile" "$LANG_IN" done done roundcube-skin-larry-1.6.1+ds/composer.json000066400000000000000000000003431445332747100207340ustar00rootroot00000000000000{ "name": "roundcube/larry", "description": "The Larry theme for Roundcube Webmail", "license": "CC-BY-SA-3.0", "type": "roundcube-skin", "require": { "roundcube/plugin-installer": ">=0.3.0" } } roundcube-skin-larry-1.6.1+ds/embed.css000066400000000000000000000015401445332747100200000ustar00rootroot00000000000000/** * Roundcube webmail "embedded" stylesheets * * Copyright (c) The Roundcube Dev Team * * The contents are subject to the Creative Commons Attribution-ShareAlike * License. It is allowed to copy, distribute, transmit and to adapt the work * by keeping credits to the original autors in the README file. * See http://creativecommons.org/licenses/by-sa/3.0/ for details. */ .rcmail-inline-message { font-family: sans-serif; font-size: 11px; font-weight: bold; color: #996600; border: 1px solid #ffdf0e; background: url("images/messages.png") no-repeat scroll 5px -83px #fef893; padding: 6px 12px 4px 30px; margin-bottom: 0.8em; } .rcmail-inline-message em { font-size: 90%; } .rcmail-inline-buttons { margin-bottom: 0; display: inline; } .rcmail-inline-buttons > button { margin-left: 1em; vertical-align: baseline; line-height: 12px; } roundcube-skin-larry-1.6.1+ds/googiespell.css000066400000000000000000000032001445332747100212300ustar00rootroot00000000000000/***** modified styles for GoogieSpell *****/ .googie_window { font-size: 11px; width: 185px; margin: 0; padding: 0; } .googie_edit_layer { padding: 4px; font-size: 9pt; font-family: monospace; background-color: #fff; border: 0; } .googie_edit_layer span { font-family: monospace; } .googie_list { width: 100%; margin: 0; padding: 0; border-spacing: 0; } .googie_list li { min-width: 80px; width: auto; } .googie_list li.googie_list_selected { background: #4db0d2; } .googie_list form { padding: 3px; } .googie_list_close { font-size: 11px; color: #b91414; } .googie_list_onhover .googie_list_close { color: #fff; } .googie_list_revert { font-size: 11px; color: #b91414; } .googie_list_revert:hover { color: #fff; } .googie_link { color: #b91414; text-decoration: underline; cursor: pointer; font-size: 9pt; font-family: monospace; } .googie_check_spelling_link { color: #0069A6; font-size: 11px; text-decoration: underline; cursor: pointer; } .googie_no_style { text-decoration: none; } .googie_check_spelling_ok, .googie_resume_editing { color: green; font-size: 11px; cursor: pointer; text-decoration: underline; } .googie_check_spelling_ok:hover, .googie_resume_editing:hover { text-decoration: underline; } .googie_lang_3d_click img, .googie_lang_3d_on img { vertical-align: middle; cursor: pointer; border: 0; } .googie_ok_button { background: url(images/googiespell/ok.gif) no-repeat center center transparent !important; width: 32px; height: 16px; cursor: pointer; margin: 0 5px; padding: 0; border: 0 !important; text-indent: -5000px; } roundcube-skin-larry-1.6.1+ds/images/000077500000000000000000000000001445332747100174575ustar00rootroot00000000000000roundcube-skin-larry-1.6.1+ds/images/addcontact.png000066400000000000000000000004111445332747100222650ustar00rootroot00000000000000PNG  IHDR PN^IDATxG0``b  p/@1@3T꟤i2dȾcf<~>_ DH? pr>>tttʊ^^^III555! NETSCAPE2.0! ,@pɗ(uJ:S"$CJ "S`0 %$R@dC -Ðד)LXwVrP5 g*"A` :1 o!Y3 ! ,]%GI8!MeY&`"fGxB?oX5ODV &}KB0&~! ,ZX"XJE&9@%TF5 HAрƠ=!# R.0|V}% (Ā!9S"! ,\) 2!&B )%֡!`% ppra(`

C@9N"BkJfPE! ,k鄠إ&U%(ˆـ pЈ aE,@!HL 8Ă` U X( 8 AA6O 080&CqfJPh #il~! ,[ƠX IxJJ2>KYH- tLA&$@LcQ(N@#<1Px$nx\yĚH; 1()! ,V!MZ@]$6PN8HɀAn @5H+kñ b:[ W!Q86 4c! ,]RX76\GTuae L x/e( 'a0`Ma(xb 0V(z #~>Ƿ !6J9! ,ZRjiZm6N"\TIrBa Jr& D)aEá8ICF,-LSpF`u,5FE! ,XI_xQER MZFӉgDcUDp> # $D 7w`&H&! ,ZIq ò|R i㕰Y+)Ų(``%xpi(N "0lN PHN]@<̏F`}q/)D;roundcube-skin-larry-1.6.1+ds/images/ajaxloader_dark.gif000066400000000000000000000034711445332747100232660ustar00rootroot00000000000000GIF89aDDDLLLUUUݧuuuiii~~~ڼ! NETSCAPE2.0!Created with ajaxload.info! ,w  !DBAH¬aD@ ^AXP@"UQ# B\; 1 o:2$v@ $|,3 _# d53" s5 e!! ,v i@e9DAA/`ph$Ca%@ pHxFuSx# .݄YfL_" p 3BW ]|L \6{|z87[7!! ,x  e9DE"2r,qPj`8@8bH, *0- mFW9LPE3+ (B"  f{*BW_/ @_$~Kr7Ar7!! ,v 4e9!H"* Q/@-4ép4R+-pȧ`P(6᠝U/  *,)(+/]"lO/*Ak K]A~666!! ,l ie9"* -80H=N; TEqe UoK2_WZ݌V1jgWe@tuH//w`?f~#6#!! ,~ ,e9"* ; pR%#0` 'c(J@@/1i4`VBV u}"caNi/ ] ))-Lel  mi} me[+!! ,y Ie9"M6*¨"7E͖@G((L&pqj@Z %@wZ) pl( ԭqu*R&c `))( s_J>_\'Gm7$+!! ,w Ie9*, (*(B5[1 ZIah!GexzJ0e6@V|U4Dm%$͛p \Gx }@+| =+ 1- Ea5l)+!! ,y )䨞'AKڍ,E\(l&;5 5D03a0--ÃpH4V % i p[R"| #  6iZwcw*!! ,y )䨞,K*0 a;׋аY8b`4n ¨Bbbx,( Ƚ  % >  2*i* /:+$v*!! ,u )䨞l[$ Jq[q 3`Q[5:IX!0rAD8 CvHPfiiQAP@pC %D PQ46  iciNj0w )#!! ,y ). q ,G Jr(J8 C*B,&< h W~-`, ,>; 8RN<, <1T] c' qk$ @)#!;roundcube-skin-larry-1.6.1+ds/images/buttons.png000066400000000000000000000324501445332747100216670ustar00rootroot00000000000000PNG  IHDR4\M]4IDATx݁,~z~z" AH"Fp!E'8r!ϱmieL6?zό{>_e__|qN;ލ&+RY`  Ot<'ﯾeKUX~Q!j\¨1(?h @OVxz M?~r-Z?0Zz>vyXFzX5( i$S3& ڂ7 zBPĖ'bch|"( * 4x`O_}e0  *= C"+CSFQcP~"h5 ˫UZ~Kŵ~Na뵮 g}ZaAⓅgN-Ȃ걠r ]Ys^l۪2dXgYP`=DHvz.XR,(KNrN׍rLf̶. ,H? ,T:sjAT+Xe*Ț<bV Ă>;Ȃ!B($֋muAĒ=dA^rrkur{dbU4C`v͂,Ȃ,Ȃ 9YO٠+d߶Bh)hဴx{i%h\xe T=0F H-E:[ wc/Ɍ-O} -ɋ2&oojbIJ! 2A,Ȃ,H nCC;%p6nqt,  2(gW p&^wCw9 ,Ȃ$*H I _X bUA&3 9?MC6<YY86A՘ Kf g @5օ$^]uK㲗eoAfo39f]Ȃ,藿m6q y0 (ȟS;( 1 @+5(wB(^3FhaIV`b^1T75a<$Esgcn-/}$-> rL=V֜P#+rPx1pdvymWyA,&`=$6 {:6B>A$6V bxg*O@?QA~?# %wA#ړAҕ˝AVdA 2x6zH=)ypG~` BaW% V+ʠ@g W-@gP]$Gܫ!_yjYPUdAt$pW\"D,"tv1 b!ǐr6]Ă,H ӆL? "x莐7_&p' I|]AdW ٦ 1 &bh sk*@@?~O>QΙ{{ n'gڿݎݠ+Xe -LP.H')%bAcLKeuAr[ 7qYZhE%/9D ay GFiX-}J-N5A? ςgAX+ŋh=Yb3 [ u6X /7 \TBP ( RɂԲ ` +|jGamɨ2P!h+k b/}}  pD8(cF![)6rW k9s S=1dCvNVdA ɂ,&V;I2"ok$g?`m$-o$N^L;'I?b-c!;l{yNjۂ,H? ͿM z1$ 8M4\ÞjŸD̪2!&c R r"cZ 8*ɘ2G9Mc jI;yX7$Uj[jbT04=`h%-"b-IIa ‚ +Y9OpIBPzB(ǜ3A#FATϿCP+, *KZ;hqyzA >T8w?%!ZAPzհ I(cAg <7_O]sw>۶m6~fĶ7~`'3}TA]5pt,]֔Zh>DVLHGſPd!(&i:4+p8 PFhlbͯh!ztSpF(x,>~.9dX G3:>PVg/ߠvnL&޾xhGB"3|Q9"˘B 8ǦQk |ٮ#l O˅m=?o?|c !z w8JP59|BE@hrrt:}A߹tN/ Ƽ|JHilHk@6`=~I={g/l!r=JH`ǥ0BFvI#Ro͖DE.G  |9Fpv{A ;Ùd`p( :i{*Hv_JwvP gx lc]&;IX]y|>^VPr~X"/ ڹ0d!>q:AJcHIggŕ5$  H@B !$  [?t*|i Ts )AADADADPh \?V@@Aay`l@@x@G)lםncĺ UA0^4QCe;  & 2ADADAD`?@f'ڠhzXQ _wuLZ0*AsSNJ PbEz Gu(_w4 5:؆6O 㸒X[][W-L@ia'*h/]Y\X{Ϡtҫ_j~ Y5jr:R3X_uP " " " $Uw9>Iq\|* b r#3_>E-lPguv=O- Vh4{ .d%+0"zn-a rİzzPtր(o,'Z<"bv c:LmdWj+\9 0@,QP/l9[ p;}/s?/kVm^LPچ;gn7@kѫG y(aPYMLcDADADA5ЁcyR: enw }}1AǷ M0FgP%sÛMj+5ho_ukjkb{K<jZ]_RJ4 ( <0I8aigV'yF3pt B < "3zIr|$  jL;*<>i," " " 2D2*;&j PH_@鑹A|g]Ϡ;3(j;nA? 7@?TJa-Vhm4׺6ADADADADAzoEXE  `. ‘}wA ,G 2_zzEQv$":\UF)¹eP!#rDv@DK D`^ " " " " " C}}ۊD%ɶRJPJö_o'X@ќ ]L]kPScyLv!fU0ˇP^ΏsrDSNasʸpiInUyH.𠽄(1^AYD ohr S~ϬADADA+^>?o ˑ_H-F9Eu_xwӠ,AG1ص,~y ةO`B6(䨈aAN#6D[?@(quba~ mZ.:8 ӭĈ^_iJfAˣNmxRmŴr1al}XC6wO^3cDEVu^<b&/w;'f(KEcWd@m/#x~Ě /Q܃ }NZ'Il=Ȁͧo%{fN " " " "l WMu D}TbQP.A݇ZA-yAaLGvxzA.:߸<_8B#PN#(F~uW[cDž08-P@A mG>a VĪLYӵ BT >U " " "(g .} HC̭p"(һA0=h<ňAxDd?Hd)zN_ A j/pndpwb5AxͥMMF:HN寁VdJejS)חP][sVCև AADAD xDmÍ[+\vtXdr.0_*]k$ dnL% DRNkPA,$a% +IXIJV$$AmDADADAyZIsƦArysskD=5 [4Q qOأ F#cg #?h-h5fAg12!:ᑩ 'I !Z{_8RX<2/GA " "XO Z͈ZdAf]fYE G^Nb]VxQ }#$"MIH@Cĥ0i~|{/!k[~m]&7/RP}a~xO>x<Ƒfr$W6G3[6q{o.q[;h(0^R@$ "A/#5JIJ$l`;ܙ=cZWlqC)hWRС cʼnJ9@ 7r.n((PzP<x5C1CibЏ jbPC4C1虡7C1BPK6C1`;s.}wӖE+a1IGAlJ[3XcUd:U80C1hSebК9`N((9@ bТb B)h^Pʙ ػCՕ(xC >BTm}g| ^l8dNs/>qp3δ@ @EJhf%)_4*5 @~(%]"5j @@, ,ۀ@ @ @$w0ȋBm6UZMԒ6:"qUm6K *xՓ-rYd:T-q @2(O#"e &H2%@j=2w @zBI_.< p%JVX#q 1*׎3+_ PaꬴgVnɣ'Aul%KoMk":B D ~^1l-^'@Wk<SXR-xyX<w z>ևr @ @pwP2 @ᜩUPM@޽͡f 'oY:Sm ϫI:QǤS={Is(Jb PIw܍*!>>Z-o*i Kys:֨ou. @ @^d. {uPU8)Ρo|jx"#Q[bks}Kw FaJ`Fi^|XQmփeǰj .<6=Bͯ2: 9ةF.[M{.'# R2|n;@ @ @  UCR<d/ïMSOJsW)!-{*wh/0,ePn|ޤ}={/C\F (Gː0B:Ȝ0M@MN롽 cnER~&8-{ , ᒬQo2zb#}/ @9 @4i';󓠢%xftjdS e^ ?l:k6C"X_<j3otQ\YmHri#an4e#LrQ*:VXy3`f߿;1A_856yb Jėp^j^ @h?M$oߕՉc$!3H" + m.4(r@ @ @wk{ s2.s2sEzȩhATЪ?H/|H8MR$̎Am aK( mYBh/orsHCcn͏#Ѷ~yo|=Nwzꏶ8=;P{>8}5‹8c'xKXs]t'k t]\W}C?S~>+ۇ+ۇϼ;/Xo?o<ͤl//}@?@3' {[-}N5m߶oA9b`yAf7]zh6=t6 0 %ju}~|:h}@3Ws42W3Au~VA_[ؠ7U9V7dENrto/Mٴ Os/ )sO=oʐ2(CM=@]{;Û{V!|{cx 9jߘ(rc{(> oc_!1UU9!94ѝűR_;Я6=n 9j)YTz.ڊ#F t,43[*C'm3TܒZ_ owMhܦH9WuL yvMvv]3Kۇ|@;ۇm?d7nvq 6N)89 j)ff*b@Pq Aos| ?N jS=78K)@S6gI@3\ )8> u?4Y8h̦Ut ;N1! &b;Nw]wa<?NG߀sHFwǶ UGr 4)7)E(81444N!iB'fDU tyj!)G-Šq aaeیgq aqcj4TrB79N!Sq 6N)8n(M-KD-k1C5M{bƨCxϚq9RBaug̦m )Ō剑äK7FQlKo`m*3 䑁BuTe [<2P^@g @J?y\ëd4}* @jXmϫbeh6z~+H|ӷS؆ %HiP.)6z0IZ`j4JAr=\r*:5U{3BdATr):xԊc5GU- T*@EPT( d @2 d Vw:IT **S5 S@2 d @פ,UN>7uBoC̀u9@2P@2 d HU=MS%hDyPb ^.CM4G beŢLӷ+@@PE25PU/VP׷3P}_fHlJ5Qe?`V&ENRV5q )O d @2 "Q2>K:?(G*~# Un;%m*@c>H)UPj2R=YƱ_ר籂rdf=w;&VP1P_3mrcQ66P37g_4O~zԠr*yԭ 2P%ݨ`퇤lcJX@v ՆzulrDWѯFz .N~WI|r@Pn[jb`Pۈ?X-PԪZ.EY yDӌc*4_T&)^ !rXod @2 <&W:6X.ejcQخ 6E_z|';Dsz"zGݚ UKfv䇤l"?|{*iC>_Ȳ@fjP_hLDMsg *TmAML]w+L7D媧EY yDӌc%`+"b%V"D֥`E2P|@2 d @27ޝ5@F0!&ihɈi jςr#4y Ԣf@ըZ%(GG} eyւh< *PffkTA|tch*@**GcbҐ @.F!җQ4 ԲiS x@|Z*k:zM)ꔫ\2 ^_r@2 ~2 d џxtAG~?Hϋ_S):^cDFΣ硇s@8-7݂>\%Rt? 'z!ڳu{Kc`P}:jlP瘘@L\|K0[؛W?U/>$㘬7Kl 6 rRϡ)ΧmG$z rK^݆~5*@,Q]e@ߝ||b Kuwl MUBۆd.]^:J8>d @2 d @2~-/ЇIt}W*m[ї ڇZ}=6Fж̽VӨBB=ݱ~A{3z=x?z|{U/>vނ/~;O{xFX.;`uhW 4X߾z}PҴHC4m=G8iBnI3 716gbDS6.ǿ=U@>L3ڝ­@%fW=3ubb:Rx@ϙ 5K@ӱNCi/(h@ԣŌ'f}\4  H?*u_[ym3_ۿvѱ5'\O@ )P' ~v@2 d @g 8`lS%?NA8Yd6N!0)Ȓ K~,q <`lSq 6N)8rj @2=@2IENDB`roundcube-skin-larry-1.6.1+ds/images/contactgroup.png000066400000000000000000000016471445332747100227050ustar00rootroot00000000000000PNG  IHDRp6nIDATxه: }BKk1[l1u/p*sVx<ٸ66hw K-AF;l$am0/Q]|U&{Xdc A4*Ar=HfxUE^0@l_xQ9ȒĄ7YH6u3x>_\T/DXJ@Rya/ ۀD%( f&A"1l\^N(3ē*#1Am":)n@yj^ F`A *(z7{]tE ^Iʩd%e @ %  "1 ٨2_=`a; tHnqX@u}@RwkPq!-^ b( GrCⲟOFbt_yG_&!?R1x{&_{npѾ9An,|b$1ITQ+`$X 2,(i%+f3bV@ {b),dM̥39jfd&H`(  y.%yLHZ) K,$3z>Ҡ 8"~8Y ME?Z;&F4&w&n\eQc0ZwvahUnpjt,AB}>xa?4:xaQyotB3}@^{o_xlUnkslp{/UBX[IENDB`roundcube-skin-larry-1.6.1+ds/images/contactpic.png000066400000000000000000000014771445332747100223250ustar00rootroot00000000000000PNG  IHDRp6IDATxJaq\x zN=ȻNc-xo޽I{T:сd6} hs}%RU #8T)2l*>Dzk) #h!3:$Zxp,` @Q uA]4X@ovE<*"48EytP`!*VEmѠA h1oPcL<(1Ih5Ă4 24B&`ˀH I\,u,HD:fA+  B?g&fJ*N_e$Eu9A8}m)>/H8gʀPz^N y JO45.X~ {y B*8 Q T/oo^qA27i6{1n`̇*mxV}Xf͕. O^6KuuQ(j,Impk2}=~sM+*j8U]IGsM GP?ʹ*AQsv蘹35HzzVHYU$&eBZl|Jl?%&&L\lM<~ObRb S?+IENDB`roundcube-skin-larry-1.6.1+ds/images/contactpic_32px.png000066400000000000000000000003661445332747100231750ustar00rootroot00000000000000PNG  IHDR TgPLTE IDAT(ϝA0EQ5Sk5 ׈ !LHdVӷxq!$QCR.`ܒ(a4IK, D!$rωfW0Mi4VőUq QpWdwRE{O *[qPlS?hONxu+Ŝ?rIENDB`roundcube-skin-larry-1.6.1+ds/images/contactpic_48px.png000066400000000000000000000005411445332747100231770ustar00rootroot00000000000000PNG  IHDR00` 0PLTEWeIDATxˎ aslǹv5#2[T ZUtKu\\1P8+ g9\<r@"P_[ZTыp@>d 'xZou:TKˤ +x٥23jc\#Ch"G8^LqP:Ʊ13=UT߀God?pøIENDB`roundcube-skin-larry-1.6.1+ds/images/favicon.ico000066400000000000000000000410761445332747100216100ustar00rootroot00000000000000@@ (B(@ UNA'UO?74'UU@ TP@TO@TO@7770TOA^TO@TO@TO@TO@77777oUSOA7TO@TO@TO@TO@TO@TO@7777779?RR@SOATO@TO@TO@TO@TO@TO@TO@777777786!MMM TP@TO@TO@TO@TO@TO@TO@TO@TO@TO@7777777777; TN?UTO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@777777777777fRMB2TN@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@777777777777869RR=SN?TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@7777777777777785ff3UN@oTO?TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@77777777777777778@SO?MSO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@7777777777777777776^UNA'TN@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@777777777777777777777.ZK<TO?TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@7777777777777777777777=@@@UPAfTN@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@777777777777777777777778w+UMBBTO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@77777777777777777777777777JUN@$TPATO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@7777777777777777777777777778)]FF TP@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@777777777777777777777777777777TOA^TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@7777777777777777777777777777777oUTO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@77777777777777777777777777777778TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@WRC<7777777777777777777777777777777TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@UPA~uς977777777777777777777777777777TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@rnch7777777777777777777777777777TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@a\OٱO77777777777777777777777777TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@YTEԙ@777777777777777777777777TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@UPA|yo}97777777777777777777777TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@lh\^777777777777777777777TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@`[NثL7777777777777777777TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@WRC|ю<77777777777777777TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@xtjw7777777777777777TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@gcV۹V77777777777777TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@բ8777777777777TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@ֲ777777777777TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@]XJP77777777777TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@԰77777777777TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@87777777777TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@lh[n7777777777TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@Ӫ7777777777TO@TO@TO@TO@TO@TO@TO@TO@TO@TO@7777777777SMBTO?TO@TO@TO@TO@TO@TO@TO@TO@7777777776ULBSOATO@TO@TO@TO@TO@TO@VQB;77777788 UPB6UO@TO@TO@TO@TO@\WIL777766=TOA^TO@TO@TO@b^P]7777oU]FF TP@TO@a]OW773UN@$_ZLL7*̤eݞ7aۜ jݤ2Wmܨ̤͓̑^ܦ*K[ܒM˭ہ J̳̈}??????roundcube-skin-larry-1.6.1+ds/images/filedrop.png000066400000000000000000000006371445332747100217770ustar00rootroot00000000000000PNG  IHDR\\1"j3PLTEuBtRNS+sO9W IDATx@ ?N],XҸv^a-BJ }*iW@IZymqZRF'FVEy秏*.0@b,Ma_)ޜ3t` xY&שdͫs'j;,]Ck] 5q{IθZUθZVθZkW2W䍛u[kۦ+_Bߐ0񏡮5@s -iAF+vcIENDB`roundcube-skin-larry-1.6.1+ds/images/filetypes.png000066400000000000000000000111561445332747100221750ustar00rootroot00000000000000PNG  IHDRrPLTEG(<_" y'##~~bFFFZͳPD=U4 X-uܲig^ć@f1fk[[2ԓtf=zn~Yh9SSSFFUUpbU|bUSSQ=^uH{EwU33i:K*dufJX}\p Gh礶z(\\ qwIXɵ%p$$zabvFRZqjBFFF"")_yn!3gJXY^^^^sss:<[5^(YYYl8GY=8? z8V}}ʐ*¾ƈ"쎍a;&39"M^8GyT5S%K!M>ȕnH(STYYavhhh̕P5FEf@u5Ʊ ֢d>ߘ(l`x]Pƌpk$qrtRNS@@>@@ >wÂ)x`뀀￶`J`!IDAThˋ@BQQQQTDP|"OPT=}DAaBm Y1z0Poi摭,ʂ_c37l[C@^6])Ɩ D4m볱O53<_ S^GHE3G' ֬ _Jx g`^J/#GJP5l:9"dF쓦iW"rK&%ʡr2TwHޥSq-Nϋ2A>r98N-I=}XyXkZVkۇG&՚jMjd*5k\ HϟAg҂WǏ՚H䮒]\2q\]0Tv|D޾+.$"Ǥ,Db"R_:f(Rq]|>n7cTbW}W7\-"p:>in C.T|_ 1 Ypn"bydsɄlHnܹWH\m ҈&R.)[n]60=Iu fW-WQMDwad\ KdA`g27J $tcõ\(=]NҩSS@AUߑB$y)tT 8#䎜Ȳo_˹ʹurVV~=kRQ9"ut.hL't}r3tn~W 'E_ jc]q EGrJRZ&!.MM͍ g\NQ0.ct`;DNzt`M%2f%2. r-nRy>lJ9HID{I1 cl,reE=9+IV9*咦f)?) v:R'KIu$P/?9MW:NWG22E$" -gѷ ǯxQPh6 {!2hWdP:pAR.GfbD\N#)Ʉ,6b5\+ T$rm79{LDNr[OMT$*.!Und&hM&MTG&RiS"(2RW1kM)3h &3"tZZ.c-Zp=yPQ]F+ #!hv7Wc+˹/f:i~n_&w/W{7|=.* oG,yuG/'y3 43)&\V!x61\5I6i۹4 h킌Fڸ5ӳՎł+!X4$~_k֚X 3EN*?.mݾ͸gZ)䡜 gOogO7&0BAE_/^/Yˬ,Ȓl6$L*  IIBI't73YZ'3Yיٔ_O;9MGgr6%dԑ氲 v,~xdƣp%' iNeQyLɻaj%%PȚ)y8z=-lO.`qm0(vL60nCB~}z.W| ME=WDpcknm=pS׏m(^2/Og3ٿw^5cr}Y͘X^~򱔴Z)NM%ˢ=m6M!ȤӑHG5Q @98z;=xkٳ9T鴅N/sԙOȧ'HNR,rȜ3G/q?ilNQdKT:@zj$߷95W~B/Ss1&oA֡Nɠ hJR %vrHBK )E2D%+%9Wli4߫Xm|O& />ܺV@<!~Ls'_GN[Ai&^!44qoMQ;j|;f߷EM9%JைLP[+BAQ&WC+>Gd%C` Eu|cǫe|C%BqAAq8i`iv]"Rz5c1ă1nv.4̘a~n!=AgrH`dwf)XVXs6fCt:oЈbHJ â` ۆB'Drmfi+5jfT3h 9 krwjwzGk2TRvpCC%i :O9 2iM"8 hZ(K s@-h8䧢 Fq8QZebL3#RGlޛ7qBwz@ S]8*V @l]yH޸^LxKUL' L#!p|N/mV1a1̃qsW1$¿); Iю`\,KK&(iSĽFTVKnJ,5]T $TwhJFM HZ@vfr8CZbE!JysŵLwRAv̙FW6Z>u uDT9XO绾ĈnQJ?!:@!5ܹ^s ީ wɾz.v}䁝[ۦN}#\:褹15< ۶S!R:u{}vZUG~K~-c1f咉a"V-P 6&4Aj63mήA]3f5$-~fa;ef#v]39ʂR+rXϱmODk@Le$z(_]Z3h%&SH2] :#VcV9 &f2m4b,R^JHpaRRX`(%6o\DBbD Su +qQ#f wWdqQrIENDB`roundcube-skin-larry-1.6.1+ds/images/googiespell/000077500000000000000000000000001445332747100217705ustar00rootroot00000000000000roundcube-skin-larry-1.6.1+ds/images/googiespell/change_lang.gif000066400000000000000000000001561445332747100247070ustar00rootroot00000000000000GIF89a iiiŠkkkmmmzzzfff!, @I$F`ea0) aX;roundcube-skin-larry-1.6.1+ds/images/googiespell/indicator.gif000066400000000000000000000013221445332747100244310ustar00rootroot00000000000000GIF89av_9\rh?]8uG! NETSCAPE2.0!,CxWŐ9WmBunjdq Ta rVlYk H%z>ӈ \\# !,?xGĐ9W)mcunjdqLT  rVlp1 E# 8$& Ji$!,;xgƐ9!m!unjdqLQT0 rVl#"q<fq*!,>x'91m1unjdq AT  rVlPEY ăөNJ!,x9mso\2x'VQ̢*FT1=Pʥq]J!,>x ~!؋)0MEq婤)kںI==Pʥ]JW!,>x9|Esތ˷InU̾ CdPʥq]J;roundcube-skin-larry-1.6.1+ds/images/googiespell/ok.gif000066400000000000000000000002401445332747100230640ustar00rootroot00000000000000GIF89a ԧ|Sgt;! XMP DataXMP?!, Tx0IxAS*.g.Q7PH` GmgXWVMWhgBخ";roundcube-skin-larry-1.6.1+ds/images/googiespell/spellc.gif000066400000000000000000000005421445332747100237420ustar00rootroot00000000000000GIF89a?fff)))EEE666TTT91hu=551esV[bpTYy҂ML67ةxxx|҃roC6MHl{G@xΑΜѤ4.V`JI9@!?,pH,E'?C %A5@s sV^M#Y'!p^ HB:-'C)E# 4D8<&5?;" E ($E.*,1F' 3 B6=B2>?A;roundcube-skin-larry-1.6.1+ds/images/google-icon.svg000066400000000000000000000013741445332747100224070ustar00rootroot00000000000000 roundcube-skin-larry-1.6.1+ds/images/listicons.png000066400000000000000000000250161445332747100222000ustar00rootroot00000000000000PNG  IHDR0 {GiPLTEllllFZEq}llFZllVjH\TiVj Oclll L`L`lyllSgo+ NcfG\QeSgXluxyUi MaRfVjShpvzfygmpEYEZ|EYuI]lQeo+1-e{G[UiCEE9L`-e{񎯸ccfmqto+((ꓤ̬VjlJJץdiluβ-e{xfmq-e{fmq~qqxQfvvo+|u-e{Qf|v|o+fΘsClThG[ Nbfmqqw|oQfv}xG{K`ʔDwXbzq^pLɏ+eya3l}9qywūztRNS@2@@c@1aNϝRq`p*ҭ߿ /=0Üp0 ~%xXkP@rK4`Ԕ߯Àoi\п 濸K߿ΠP-׏UI˿ɯmA0bfP@*%𮦖`̿uP@@ݯpRP004d惺%IDATxM@I$Mn@JBeO^\PxT{~ A2aXR\Saqq_^im<]j~M5'mEkH6@6`o+d)YL ^[$˾V˲iCFRL4 >1IpƻX~_T@\ ,ݭ(֋ r9Z"GkG<8+k'zG|ıEZX.a7GhG[-. 75>GYt5(b['k#ZWo}?C/}~+ZT | j zs8]C H\Ȇ )LkRkuX):tD)$Į P~Nn̂0% Þ+%@ Ί̗UHuR#[o uo{GH}9b@r>O Zv)="R\=zHϔr~#3Ϝdr )D?H|6zT)J_ʁ @5c@$YcH?̈́1 h}3:ebSr&S*+U.Uۊd^eY9# 0B $v  y8Qzَ 6POn,ʏӥ,,dýLwxC<"BdT5N;ICwV'ŪRJ1Hڐz_tfqg,v"ۗ# Xҵ66lQH9Os{n%[ڈvBqc~.D+#:`wa2`VE`:VUs]˜A@z {cB`a6L9 _A p/F3W$yW$0824>K*Ua_}z.R߿`6L9oAP0׏@z&6 M ]`4hAd2*pG`T&.1UQ=&TFsy O1<}lZKg*T,Z iX uk@~!3 ׍X6xzQ%|aIk="B}A胃,h->[ Ew;H#il"ĉF5A6=~DU盰S ^x>ߧ!V[B*K*r!!!'x8vX@u@>,Au:W/ᏆCUCKYyТ ZҌҔRg'ieid,<:~ |HnX.c2e^EA*٭+ 'g*X%M+QgAغOiySGXSKAR`/=倯B(6h+n6uUiZep6p;('$5ZHDA< zUzK/2IRiK^2tR^| f6bVyG]T9.#koKRi( JH% aT9/$eBs17$*4)eGx.0+n(E0Mm &oTxw`X`w[~C2Ccrҩ߆J߯eBEA avuѦ ~JlfsjZ}` xR}OZaM"vXEݔ[ls߯e> ӴV8]w=a* }R^Zeo6l7i*@ ~8!cdRib0$0ʵi.l)`ȫȫDL/]+V"c w{MKHE(?VNa*-WQ4&}Na3p"3O7zs*UxiiF-NcB9LFB$)foP"$MQ䏾.h"I P66H9nmmDE/==aZH_dc7'VZ)DQۿ A=A &DqkE N %\5䦒"!9ȞzBOVBco҃/{O!w?N)Mf&BxyMf&<僗 _>OX"|Ou -(hkRU,!_-LvGN)zY)\$^D#K/ٯ\i2Ah*1,"MUi2G?FN,F_.`$1Re+P[+5 h 3J/Ie}Uk/JO? XR}U0@bqHqT1zD5V%hi4Cѓ=5&z LZ}4jAoQA <$ e?b~>+gb(1nN'Nnm ^oiS{&N*T C7_Ns"L1~x-zH ۝wфQ ,o{r{UN~Cv,Qր}Ov+P=%[#w-DxbF&)=Gy;_cqhQ}@*V1Ab|Q첒B@ zXJ,|4vdۄƙğdn竦sor.:/~EIAlp^wn_]OQ_]?9w/DM6)q(6IV H7|rWΈJ{S0T-ZZE1ֳs5쪪@ }JF}QwqT{a{-]\ۏw*R /a"Ty,]&ZR^G%~^Pq[h"He'REpiP$4w`6!q Az.c|f "t; 1K oǪ4r0W1p6ЦMN=0˒a){32BL^˜f R(3dECr\єPm, ÌN%m~Y=}|n50O>(/8 s{^ j2 i DR Af.IA~f7'p 8m@w]xr  kA54%i4v0 CR80Y^%stF. tݠTixt7?yW;36}S,[XH}Gxu?HŴ Ϥӓ̍3̈)_z[{e/7Olؓ{ҵ6c;L< ,H]ͦ G(һE39o~8㕯@ոY_8ƝړSNը ҽ zdivhQDIr AdzU4BT) )=I%Z VihjqU")7;8 Da& 9[50ʖV`8 ' cIM4Ο%ҷjmA D;UP\ ʰLDxԵf +M*S,%iX0M QpH m} (XbFF<}GHѾ*6Qm AyeR qϠ,V Y4}C f`kSۻ=v13%]ZnE}"T+vIs>LGr`n⿅okI! HQfc(KGq5Oyx}%qy7}ԊsU,f<׿k1zY\5}ۣy:n5t<G4}1BGЎ 6e0ڥik^>^3H:O-MS+zji%\n L]+߶ =L\AV[/c뒕Ol/UT&;߭7E#UU0l`_0&< :]ϋMﶨ.`КHk!cW]@I݇_(3o0˦JHOaI8.[>Ӫf:yiRlT o;}P^%4.Vo_o~wMQ Ylz!ХT=WxEW PwnYpB[ fwո[2oZNzx_潙ewx9HC<$#Dx~DN]ISbJ}d(28jK-:H 7q0H(*TB乿H"E!)EtI\R4:B4r!DȨր8>iB<r8NQp?a؛&'00k9  !SLzg ~NKDR/Ndc&‰ ,|:czz3 y e0¨?& .n K~2*!<,*t >/I_!g8-@!l4Iea`d3k9EVbj_l|Sed LJOi),cuq91).(U:)uV[拙A'3QcZFm͹ }eK[ˤ">عU[05ݚ)g}ݮ@A"q _g4rSr廂鎖H `"tO"IY٘KAto"M/RN d G`Q(eŊBlI,=鷪:%ŅV틽eyj;#n|ضkcmXvu }tp}t> sAǿ& 'm^ ,wH`\vBw[[ԯzs+%Y.(rAizY4`A0μ`GElU(~Y"R!ˇ\9\`t;0ho]L^aY0| p=JF Sb#0JJI"ތn%hR5fg[k~P?RŔ_1FYru?pAGdoruudTp2ƀ U9Ao`!\<- +cQQ^9MQB^[SpMMlP)aLmH"30҉IWRPv%1Pzqm\DO%ի}Ûı JG̜ 4I7S̥ݜqA~nFDQD˨(s -#GtVj3"…d째P&B=H+UU9K1, ?3bY<}/]㸽?WIe&f;vO"] r28&5_"B=dAb=*$b!YH fd3T|<cš4)" +ԥWWZ-JPe>^cYw x K7Yaٖʆm,0ڢ 'aXߔn3Gl^?ZgJaf6dl^heSF3xkh Vd÷˱~%sHD9~늿~6`d5(zp $x}:x봁:;&(rE$j28˜44 ҂W.%\iW"pQ(>liOp幎u!=G " 9sa"ϣHn+zU߫d;"I1 %@L[ boGC}TJ$*'Т4Ow#/+ J 4(JiFH #J!b$9 #O~ӌ E?Z>VB8fW}$@ B^t\!y Dy#(r*VFF{ګU0m" jЀëd:9TLn]K?u[;˭s\J~Kq}Gu.uN= s!M ! `:uf' I?yWtZ}"ҡ(vӢk1juO!5.2keIVBPTn7sgh 6CИ$Q aƠKhRs:@uP$`%`d Ai\{HXaXAq8~s,|˗gϯ^Nƻxۓ;i|,k3h<G!g22yiuuuSvP8ѣm\_OhÇR@ˠ$һ@A(愊˱|6^^JҨ.EǡAر?sss0Y׷_ٳA줩Şz{z/%|||?%͚;3eeeQCddd]}dddϷgggٲװlll?ԩjjjݖ.XH/ϟ3&m:!ʖ3!u~~~|. ssskkkռΧ@Ɵ@p׷`ƚyxtRNS :E8+%U3//!!!շzo\N˿}}zuui_VUM;3+**%Ľ|wwqmib`[N2.""/\IDATHWs@06 {I$+M-Bx=;|s. wm8 t*y Ti6MISsx?xҩAx$`8\4F@ ݧ[t0/Dcd]Ց_)66~`$n|ʄV)"a: L D)-ĊMWmkCNyidGh+^sv2PTμN?ܟq좷h}&XFO}~ t(,# UQM~ <F;c 23 ]b򔓷3_}3\ xTng ְ86?_ oPF hXxIyߛS=Y:Z̛|^x2ܠ4^hT8 p'۴EM 45%TR+8=0`GY.X-  B9_ZR5){s*' +^ByϫoTT S?vQ*iIENDB`roundcube-skin-larry-1.6.1+ds/images/microsoft-icon.svg000066400000000000000000000024341445332747100231360ustar00rootroot00000000000000 roundcube-skin-larry-1.6.1+ds/images/overflowshadow.png000066400000000000000000000003111445332747100232310ustar00rootroot00000000000000PNG  IHDRdIDATx AѸq1x#+Z]cQr$7Aen TfV!)m&N@l HHH0B {Q;+Z ȜUr!JzJ$%I IENDB`roundcube-skin-larry-1.6.1+ds/images/quota.png000066400000000000000000000025551445332747100213250ustar00rootroot00000000000000PNG  IHDRgPLTElllllllllXllll2!2!p2!2!2!Ð2!Ð2!n2!2!ÐvÐÐÐ{ÐÐÐ2!2!2!ÐÐÐq2!qlojÐx2!Ðl2!Ðf55tRNSϯp`ᅬ@ P@`pϏ/@@`p@@ P P0;,0 "O?IDAThN0_GM*(mt0d,R|YlL7]? }1TR*L)Vpzy!'QMy'_wW^dfwym ̀G"@k%?}je`5gN{UvwTvW/X_\+&\0 B{W;WW)EkU*/J3MզjSqE7]Ui*] P+t^v+:qŕorwgXr, ʋpd\*Ƃ+36WJ+ bհvhFW* F8UsUw\=Pqe]y BՀW ۹FdWJ\9T\yꄊ+Ȯۭ\`O[QW U5(Zwp<WS_W*J9_/_}SP Fݗe/K{n_1FJ@og !zA _Sn: ]!Q_@@Gk%lH$ 'FeHZCoEuv+A)Ǘ QW {U+_zd|d|d|d|e 9_/_qX3_`UIENDB`roundcube-skin-larry-1.6.1+ds/images/roundcube_logo.png000066400000000000000000000073201445332747100231750ustar00rootroot00000000000000PNG  IHDR1G/PLTE444.13333-03333444123444444444222111444333333444 333444444333333444333444444333444555444444333444444TTU(((ooo444pqsՁ222444444ǩ)))ggg444]_abbb=>>⾾BCC### YYZdee```CCCȑ񬬬oopޟ UUUoop񚚚EEEYYY{{{KKKiN}g︸tӤVRm̲+eeegJwplmnwayyzDm jM|Yt.{x$Jp׺u ]5R MYa|=^FHJ>?@!)f*Bq;cw/CQ i{Nh5Tb)8x]jr3LZqc3èմΦךkݕºrvi+Mӥ@\v4L&r_%;Jۀ\ʦ0m}ȳ&UWW WaX,u*"!j{#Qj]ҫ7%Mz2s>"kYj[)]W D-gIJ'_h E~m- v}Íwe2庄KGJaʿ2{H2{`NrE21ΌhLS.@ĹM_81h{γ 3ήd\IUUͧގ.w¹X"byԴݠٿ2TFRmu&@M鮊 ףd%S! +oh;x`أ7T(Ybʠv4w7+S _t)W߯P\=I `x= (ۮ w yYLSwXx6D= t8J5dبs q/qL!ⰈZ(OH=.kOCM%J WOvJ\{+HVmN~K*S3}@G[sGqr".5VFܮTfޠ<@݂ h,hrxGlL_| Ay)͛mA` 9O,Eh(r yz)'Jr3?UUt6[)քGmணd>fF* |(B( :S^4Z&/5B8RETٰhԥWiic͟Vt?6d4r[]v*cB4T8fJcRSJFhqP*!P <, yijT*L UXIlhJ¹EX(YT*9LM mП~YVȏpנ?|3].|7x+ U+\blCH`D>h* l`c!Y+D\b4_4Y힐 + 01X ׄ7 =#v 悜4XKXm.RzWwwN]wvV@sTdU0Ge NV`,Ao2w3 dzBDTҞ!Y Cao1TdeIao!\[![ =mʜwuqcL{aKУ S"zqUxV 1 &FV<hf=0a{ 1 NʹKakߊH6`a\x3s QesΝzg2gW&H2%Vw ILVtW,SDP5Eij5&F/h&m E70fOsG/Tu Q4tv "ƧV )q`ПarP[;<嘘#[OګV_ Oӏ O&(vZy9AVәe:ᕑܿ-ɗD>IkcEiI:s>uL#u~V9N l *;Ǡˎ9~ӂK-/zUd.qdȜR&VZ K{Bk BpG^**^$=d*W*[$zͺ1%[6m*2={:RWl'٧ST݅)L|R9}Aj%宂dav"7'3# FEr|[R>'&\>}l q?߈wou8<[# qdp k< Bőb._8'5P-?+Ń {n퇎A9Ġ,nri#{/EMʔʀYDJ> ڱkcp)'6B9)*+"/"dP%e քX ;!р{> fnϭZִˮ'wfq)F_ EV}}+kVNrͻoGrNu+>쾖յkZ>Jr~7èÌat_UZQi9N2OuY#YC>kVխ9Q'{xpյkZUU'9R/ .嚴\ڵ+Gs')S.߱q.+ZҴ')S^C+JҔ"Ns4y?J=iJ=fIsdGDDE[]ڎvv EDDEL\ fwwvvUTEUUYUUUW3Ffgm1Uqs3mf`33wF33 0ww@ @?$ 0@߿~߿{v{v۷aG-*knݻv۱EUZk]v۷b(GM4M5ۿ~QEqUUiw߹EQEUUii߹EQE""?+JҵUM4M۹ETԢ"#MUUUSM4]QE555,(*M4UUUTגWOk8hxTԲ#+M4UUUyױ|C{~?m6'yg|SSR,,k+)igv[mQxOMMK,,~\ZiisSQխ>:,,8~\ibMkg]ջ^Fag'' rm9?= q[q\v'^errrrrrqGOpƇn^Cޚ:8fOr3fj~NFNNNNN8eeee綝jQx]ngrn]/w[Czse99998d㕕֙1Vϴ||WȹgZ]ddᓎVVVV^^^{OA%47Um/7Zz[\m4#'''''' ÕQGΞֽ w9r$I'''''㕔QEMϟ9-\< 4I$I$?QEQFczmkdtqI$I$((csrOƊ^;33$I$?%QE555,|79cwO'? &fffI$I?)E ETԲ,ޗ9O{(I3332I$% EMMMK,^pI$DDeYaz$I&dDDFYeXӯ^I$HDDFYezׯRI$@?"2,^:I$ Q^zש$e:^zׯ_:νC^zA!1A0Qa "q2@BRb#$3CDSr?m1 @e:`#F+\5ssq)R+"ǭ98ᫌR3]#WW =3>XWs_jWeY}jje2=Y,-*aՙ4$(*yR?.QLejq@L^DʜWvIBv8W >1Lyr'E|II'8IZ۳_r]}Qޜ1v(gպ.>գ0Iޚoi3򄶄ZgWs0(V}~Qb^UJ4Ee!#إD14+AeeQ4\)eGHE=#D룟6!EEx Jx+]$,k={3s%Ť&5cI7v[SjI6r}!j*U p V01hD~u6єeTM]妘$#{+fsh.P/-˲+e j9%"´Oh ڕm~ !-6{*CIH¿h CH%',e)uJɉ`/\pʭG%F< Wu.R Δ)sư93670_Ԙ(yYC(b s, a<ݥ0Zlc>JhYv X=i.]Svh{4!='L&˳Qa %e q¥iFR*JɆ)DڥOCs88 ~';]Dิ(V 'VBCR\E+< fT㊢*6s IZYҋ]"8 !nH);&%MiGV4sHf)gHP$0P O_Uگ.EK\qA#W [F8zc‰J1>>Qni Ǧگd)DiXyOn0 7 56T14IK=NHGc 6IQ|7jUvuښS#)aN)j-[%A` $vq:4dmiU"H|*8+}=_a//]l8 /t-BH]U76't6dUW_8=g BBRJENڮהaRӬn$)'ŋ;7\hvi,%yyhb CQtgF)7H%\Kd;#]G1s~ܻJ}DDAVۢ6p1%lFd 2B[@/-wkqVӏW Q׉"߲flGx =wC|"ճ^2Ĺ+EK->E=DFp0"U| ֳ@*TN=6]Q\'vcvt#uW(wfZ&ZjGqxDOX%b%ߪ/5/lO2ܡZy'e?Q uAK/+vqْ TyZɠH8kE`Z OUW=YnJHRUrPG8ѻ_iṽb*Fۊ i7l|+޳[ ytBBS?w")YFT/i (j-W$Z}۪֔H&PݺU"j^q=UrQwX8+㎪xEcrZk᪑+q_-C_>Q[ԧp0519A F c}????roundcube-skin-larry-1.6.1+ds/includes/000077500000000000000000000000001445332747100200205ustar00rootroot00000000000000roundcube-skin-larry-1.6.1+ds/includes/footer.html000066400000000000000000000002341445332747100222030ustar00rootroot00000000000000 roundcube-skin-larry-1.6.1+ds/includes/header.html000066400000000000000000000050001445332747100221310ustar00rootroot00000000000000

roundcube-skin-larry-1.6.1+ds/includes/links.html000066400000000000000000000010331445332747100220230ustar00rootroot00000000000000 .css" /> roundcube-skin-larry-1.6.1+ds/includes/mailtoolbar.html000066400000000000000000000150361445332747100232200ustar00rootroot00000000000000