diff options
| author | Sam Varshavchik | 2013-08-19 16:39:41 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2013-08-25 14:43:51 -0400 | 
| commit | 9c45d9ad13fdf439d44d7443ae75da15ea0223ed (patch) | |
| tree | 7a81a04cb51efb078ee350859a64be2ebc6b8813 /sqwebmail/images | |
| parent | a9520698b770168d1f33d6301463bb70a19655ec (diff) | |
| download | courier-libs-9c45d9ad13fdf439d44d7443ae75da15ea0223ed.tar.bz2 | |
Initial checkin
Imported from subversion report, converted to git. Updated all paths in
scripts and makefiles, reflecting the new directory hierarchy.
Diffstat (limited to 'sqwebmail/images')
50 files changed, 818 insertions, 0 deletions
| diff --git a/sqwebmail/images/.gitignore b/sqwebmail/images/.gitignore new file mode 100644 index 0000000..1029352 --- /dev/null +++ b/sqwebmail/images/.gitignore @@ -0,0 +1 @@ +/filelist diff --git a/sqwebmail/images/Makefile.am b/sqwebmail/images/Makefile.am new file mode 100644 index 0000000..4f33995 --- /dev/null +++ b/sqwebmail/images/Makefile.am @@ -0,0 +1,62 @@ +#Makefile.am,v 1.5 2000/12/02 22:08:37 mrsam Exp +# +# Copyright 2000-2001 Double Precision, Inc.  See COPYING for +# distribution information. + +CLEANFILES=filelist + +IMAGES= \ +	bg.png \ +	bluebottomleft.png \ +	bluebottomright.png \ +	bluetopleft.png \ +	bluetopright.png \ +	calendar.png \ +	cancel.png \ +	eventadd.png \ +	eventedit.png \ +	first.png \ +	folder2.png \ +	folder.png \ +	folders.png \ +	forwardatt.png \ +	forward.png \ +	fullheaders.png \ +	graybottomleft.png \ +	graybottomright.png \ +	graytopleft.png \ +	graytopright.png \ +	key.png \ +	last.png \ +	left2.png \ +	left.png \ +	logo.png \ +	print.png \ +	replyall.png \ +	replylist.png \ +	reply.png \ +	right2.png \ +	right.png \ +	save.png \ +	sep.png \ +	sm-frowney2.png \ +	sm-frowney.png \ +	sm-notsmiley2.png \ +	sm-notsmiley.png \ +	sm-ohno.png \ +	sm-smiley2.png \ +	sm-smiley.png \ +	sm-wink2.png \ +	sm-wink.png \ +	signin.png \ +	trash2.png \ +	uncancel.png \ +	sqwebmail.css + +HELP=wikifmt.html + +noinst_DATA=$(IMAGES) $(HELP) filelist +EXTRA_DIST=$(IMAGES) $(HELP) + +filelist: Makefile +	echo $(IMAGES) $(HELP) >filelist diff --git a/sqwebmail/images/bg.png b/sqwebmail/images/bg.pngBinary files differ new file mode 100644 index 0000000..a9c0628 --- /dev/null +++ b/sqwebmail/images/bg.png diff --git a/sqwebmail/images/bluebottomleft.png b/sqwebmail/images/bluebottomleft.pngBinary files differ new file mode 100644 index 0000000..21ab2e6 --- /dev/null +++ b/sqwebmail/images/bluebottomleft.png diff --git a/sqwebmail/images/bluebottomright.png b/sqwebmail/images/bluebottomright.pngBinary files differ new file mode 100644 index 0000000..d92f49b --- /dev/null +++ b/sqwebmail/images/bluebottomright.png diff --git a/sqwebmail/images/bluetopleft.png b/sqwebmail/images/bluetopleft.pngBinary files differ new file mode 100644 index 0000000..a42cd3b --- /dev/null +++ b/sqwebmail/images/bluetopleft.png diff --git a/sqwebmail/images/bluetopright.png b/sqwebmail/images/bluetopright.pngBinary files differ new file mode 100644 index 0000000..2e0d744 --- /dev/null +++ b/sqwebmail/images/bluetopright.png diff --git a/sqwebmail/images/calendar.png b/sqwebmail/images/calendar.pngBinary files differ new file mode 100644 index 0000000..5675e7e --- /dev/null +++ b/sqwebmail/images/calendar.png diff --git a/sqwebmail/images/cancel.png b/sqwebmail/images/cancel.pngBinary files differ new file mode 100644 index 0000000..51894d0 --- /dev/null +++ b/sqwebmail/images/cancel.png diff --git a/sqwebmail/images/configure.in b/sqwebmail/images/configure.in new file mode 100644 index 0000000..2fc7c8d --- /dev/null +++ b/sqwebmail/images/configure.in @@ -0,0 +1,27 @@ +dnl Process this file with autoconf to produce a configure script. +dnl configure.in,v 1.1 2000/05/24 17:08:11 mrsam Exp + +dnl Copyright 2000-2007 Double Precision, Inc.  See COPYING for +dnl distribution information. + +AC_INIT(sqwebmail-images,0.10, [courier-users@lists.sourceforge.net]) + +>confdefs.h  # Kill PACKAGE_ macros + +AC_CONFIG_SRCDIR(folders.png) +AC_CONFIG_AUX_DIR(../../..) +AM_INIT_AUTOMAKE([foreign no-define]) + +dnl Checks for programs. +AC_PROG_INSTALL +AC_PROG_LN_S + +dnl Checks for libraries. + +dnl Checks for header files. + +dnl Checks for typedefs, structures, and compiler characteristics. + +dnl Checks for library functions. + +AC_OUTPUT(Makefile) diff --git a/sqwebmail/images/eventadd.png b/sqwebmail/images/eventadd.pngBinary files differ new file mode 100644 index 0000000..2e1fb5c --- /dev/null +++ b/sqwebmail/images/eventadd.png diff --git a/sqwebmail/images/eventedit.png b/sqwebmail/images/eventedit.pngBinary files differ new file mode 100644 index 0000000..ee3a6a2 --- /dev/null +++ b/sqwebmail/images/eventedit.png diff --git a/sqwebmail/images/first.png b/sqwebmail/images/first.pngBinary files differ new file mode 100644 index 0000000..23e725e --- /dev/null +++ b/sqwebmail/images/first.png diff --git a/sqwebmail/images/folder.png b/sqwebmail/images/folder.pngBinary files differ new file mode 100644 index 0000000..27174e6 --- /dev/null +++ b/sqwebmail/images/folder.png diff --git a/sqwebmail/images/folder2.png b/sqwebmail/images/folder2.pngBinary files differ new file mode 100644 index 0000000..5dfd2b6 --- /dev/null +++ b/sqwebmail/images/folder2.png diff --git a/sqwebmail/images/folders.png b/sqwebmail/images/folders.pngBinary files differ new file mode 100644 index 0000000..286c5c2 --- /dev/null +++ b/sqwebmail/images/folders.png diff --git a/sqwebmail/images/forward.png b/sqwebmail/images/forward.pngBinary files differ new file mode 100644 index 0000000..f17f762 --- /dev/null +++ b/sqwebmail/images/forward.png diff --git a/sqwebmail/images/forwardatt.png b/sqwebmail/images/forwardatt.pngBinary files differ new file mode 100644 index 0000000..2b52c32 --- /dev/null +++ b/sqwebmail/images/forwardatt.png diff --git a/sqwebmail/images/fullheaders.png b/sqwebmail/images/fullheaders.pngBinary files differ new file mode 100644 index 0000000..28b40e8 --- /dev/null +++ b/sqwebmail/images/fullheaders.png diff --git a/sqwebmail/images/graybottomleft.png b/sqwebmail/images/graybottomleft.pngBinary files differ new file mode 100644 index 0000000..3d20cb3 --- /dev/null +++ b/sqwebmail/images/graybottomleft.png diff --git a/sqwebmail/images/graybottomright.png b/sqwebmail/images/graybottomright.pngBinary files differ new file mode 100644 index 0000000..c003813 --- /dev/null +++ b/sqwebmail/images/graybottomright.png diff --git a/sqwebmail/images/graytopleft.png b/sqwebmail/images/graytopleft.pngBinary files differ new file mode 100644 index 0000000..0bd6bfe --- /dev/null +++ b/sqwebmail/images/graytopleft.png diff --git a/sqwebmail/images/graytopright.png b/sqwebmail/images/graytopright.pngBinary files differ new file mode 100644 index 0000000..2cddaa0 --- /dev/null +++ b/sqwebmail/images/graytopright.png diff --git a/sqwebmail/images/key.png b/sqwebmail/images/key.pngBinary files differ new file mode 100644 index 0000000..caf0969 --- /dev/null +++ b/sqwebmail/images/key.png diff --git a/sqwebmail/images/last.png b/sqwebmail/images/last.pngBinary files differ new file mode 100644 index 0000000..f39ed05 --- /dev/null +++ b/sqwebmail/images/last.png diff --git a/sqwebmail/images/left.png b/sqwebmail/images/left.pngBinary files differ new file mode 100644 index 0000000..9de962d --- /dev/null +++ b/sqwebmail/images/left.png diff --git a/sqwebmail/images/left2.png b/sqwebmail/images/left2.pngBinary files differ new file mode 100644 index 0000000..f485a3f --- /dev/null +++ b/sqwebmail/images/left2.png diff --git a/sqwebmail/images/logo.png b/sqwebmail/images/logo.pngBinary files differ new file mode 100644 index 0000000..ca589be --- /dev/null +++ b/sqwebmail/images/logo.png diff --git a/sqwebmail/images/print.png b/sqwebmail/images/print.pngBinary files differ new file mode 100644 index 0000000..94aaeef --- /dev/null +++ b/sqwebmail/images/print.png diff --git a/sqwebmail/images/reply.png b/sqwebmail/images/reply.pngBinary files differ new file mode 100644 index 0000000..a8eef90 --- /dev/null +++ b/sqwebmail/images/reply.png diff --git a/sqwebmail/images/replyall.png b/sqwebmail/images/replyall.pngBinary files differ new file mode 100644 index 0000000..d4bef1c --- /dev/null +++ b/sqwebmail/images/replyall.png diff --git a/sqwebmail/images/replylist.png b/sqwebmail/images/replylist.pngBinary files differ new file mode 100644 index 0000000..7293b64 --- /dev/null +++ b/sqwebmail/images/replylist.png diff --git a/sqwebmail/images/right.png b/sqwebmail/images/right.pngBinary files differ new file mode 100644 index 0000000..e854f9a --- /dev/null +++ b/sqwebmail/images/right.png diff --git a/sqwebmail/images/right2.png b/sqwebmail/images/right2.pngBinary files differ new file mode 100644 index 0000000..735690c --- /dev/null +++ b/sqwebmail/images/right2.png diff --git a/sqwebmail/images/save.png b/sqwebmail/images/save.pngBinary files differ new file mode 100644 index 0000000..4048038 --- /dev/null +++ b/sqwebmail/images/save.png diff --git a/sqwebmail/images/sep.png b/sqwebmail/images/sep.pngBinary files differ new file mode 100644 index 0000000..1c53d46 --- /dev/null +++ b/sqwebmail/images/sep.png diff --git a/sqwebmail/images/signin.png b/sqwebmail/images/signin.pngBinary files differ new file mode 100644 index 0000000..7680316 --- /dev/null +++ b/sqwebmail/images/signin.png diff --git a/sqwebmail/images/sm-frowney.png b/sqwebmail/images/sm-frowney.pngBinary files differ new file mode 100644 index 0000000..50b518a --- /dev/null +++ b/sqwebmail/images/sm-frowney.png diff --git a/sqwebmail/images/sm-frowney2.png b/sqwebmail/images/sm-frowney2.pngBinary files differ new file mode 100644 index 0000000..ce05925 --- /dev/null +++ b/sqwebmail/images/sm-frowney2.png diff --git a/sqwebmail/images/sm-notsmiley.png b/sqwebmail/images/sm-notsmiley.pngBinary files differ new file mode 100644 index 0000000..10a01d9 --- /dev/null +++ b/sqwebmail/images/sm-notsmiley.png diff --git a/sqwebmail/images/sm-notsmiley2.png b/sqwebmail/images/sm-notsmiley2.pngBinary files differ new file mode 100644 index 0000000..bd25177 --- /dev/null +++ b/sqwebmail/images/sm-notsmiley2.png diff --git a/sqwebmail/images/sm-ohno.png b/sqwebmail/images/sm-ohno.pngBinary files differ new file mode 100644 index 0000000..a1518f9 --- /dev/null +++ b/sqwebmail/images/sm-ohno.png diff --git a/sqwebmail/images/sm-smiley.png b/sqwebmail/images/sm-smiley.pngBinary files differ new file mode 100644 index 0000000..481834f --- /dev/null +++ b/sqwebmail/images/sm-smiley.png diff --git a/sqwebmail/images/sm-smiley2.png b/sqwebmail/images/sm-smiley2.pngBinary files differ new file mode 100644 index 0000000..39cda7c --- /dev/null +++ b/sqwebmail/images/sm-smiley2.png diff --git a/sqwebmail/images/sm-wink.png b/sqwebmail/images/sm-wink.pngBinary files differ new file mode 100644 index 0000000..338973b --- /dev/null +++ b/sqwebmail/images/sm-wink.png diff --git a/sqwebmail/images/sm-wink2.png b/sqwebmail/images/sm-wink2.pngBinary files differ new file mode 100644 index 0000000..78d3844 --- /dev/null +++ b/sqwebmail/images/sm-wink2.png diff --git a/sqwebmail/images/sqwebmail.css b/sqwebmail/images/sqwebmail.css new file mode 100644 index 0000000..61a24cf --- /dev/null +++ b/sqwebmail/images/sqwebmail.css @@ -0,0 +1,553 @@ + +/* + + +Copyright 2001-2010 Double Precision, Inc.  See COPYING for +distribution information. + +*/ + + +/* Default: bg.png background image (white default), black text */ + +a:link {color: #0000cc} +a:visited {color: #0000cc} +a:active {color: #990000} + +body { background-color: #ffffff; +color: #000000; +background-image: url(bg.png); +} + +/* Safari (and presumably Konquerer) incorrectly displays buttons as block elements */ +button { display: inline; font-size: 90%; } + + +.cite0 { background-color: #dddddd; } +.cite1 { background-color: #ffffcc; } +.cite2 { background-color: #ffdddd; } + +.cite0 > .quotedtext { border-color: #dddddd; } +.cite1 > .quotedtext { border-color: #ffffcc; } +.cite2 > .quotedtext { border-color: #ffdddd; } + +.cite0, .cite1, .cite2 { +	border-style: inset; +	border-top-width: thin; +	border-bottom-width: thin; +	border-right-width: thin; +	border-left-width: medium; +	border-top-color: #000000; +	border-bottom-color: #000000; +	border-right-color: #000000; +} + +.cite0 { +    border-left-color: #bbbbbb; +} + +.cite1 { +    border-left-color: #ddddaa; +} + +.cite2 { +    border-left-color: #ddbbbb; +} + +.quotedtext { +	border-style: solid; +	border-width: .2em; +} + +.tt { +	font-family: "Liberation Mono", "Courier New", courier, monospace; +} + + +.indent { +	margin-left: 3.5em; +} + +/* Width of timezone login dropdown needs to be set */ + +.timezonelist { width: 20em } + +/* box at the top of every page, with the page title and E-mail addr */ +  +.pageheader { font-size: 200%; font-weight: bold;} + +/* If you change these then you'll need to change the corner gifs as well */ + +.graybox { background-color: #cccccc; } +.bluebox { background-color: #99ccff; } + +tr.graybox td {white-space: nowrap} + +/************************* List of folders *****************************/ + +   /* Light yellow background color */ + +.folderlist { background-color: #ffffff; } + +   /* List of folders header - yellow "Folder/# messages" on blue. */ + +.folderlist-header { background-color: #ccddee; color: #000080} + +   /* Background colors for entries for subfolders and parent folder dirs */ + +.folderparentdir { background-color: #ffffff } + +.foldersubdir { background-color: #ffffff } + +  /* Background color for unsubscribed shared folder */ + +.folderunsubscribed { background-color: #ffffff } + +  /* Unread messages count */ + +.subfolderlistunread, .folderlistunread { color: #800000; font-size: 90% } + +  /* Total messages count */ + +.subfoldercnt, .foldercnt { color: #000000 } + +  /* A link to an actual folder */ + +.folderlink:link, .folderlink:visited { } +.folderlink:active { background-color: white; } + +	/* Calendar summary on the main folders screen */ + +.eventsummarytitle, +.eventsummarytitle a:link, +.eventsummarytitle a:visited, +.eventsummarytitle a:active { color: #008000 } + +.eventsummary, +.eventsummary a:link, +.eventsummary a:visited, +.eventsummary a:active { font-family: "Courier New"; font-size: 90%; +			 text-decoration: none; background-color: #f0fff0; } + +	/* sent message */ + +.sentmsg { color: #000000 } + +/***************************** Folder contents ***********************/ + +.folder-index-box { +	border: 1px #ccc solid; +	padding: 5px; +	background-color: #fff; +	width: 95%; +} + +	/* Folder index header #1 - next page/prev page */ + +.folder-index-border-1 { background-color: #cccccc; } +.folder-index-border-2 { background-color: #ffffff; } +.folder-index-background { background-color: #ffffff; } +.folder-index-background-2 { background-color: #ffffff; } +.folder-nextprev-background { background-color: #ffffff; } +.folder-nextprev-buttons { background-color: #ffffff; } + +        /* Return to folder link on the search result page version of folder.html */ + +.folder-return-link { padding: 10px } + +/* Search stopped at this message */ + +.folder-last-message-searched { text-align: right; font-size: 80% } + +	/* Main folder index header - light yellow text on dark blue */ + +.folder-index-header { background-color: #000080; color: #ffffff } + +	/* Alternating background colors in the folder index */ + +.folder-index-bg-1 { background-color: #eeeecc } +.folder-index-bg-1:hover { background-color: #bbbbbb } +.folder-index-bg-2 { background-color: #ddddbb } +.folder-index-bg-2:hover { background-color: #bbbbbb } + +.folder-index-bg-1, .folder-index-bg-2 { white-space: nowrap } + +	/* Selected message */ + +.folder-index-bg-sel { background-color: #ccffcc } +.folder-index-bg-sel:hover { background-color: #aaaaaa } + +	/* styles applied to read and unread messages */ + +.read-message, .read-message a { } +.unread-message, .unread-message a { color: #3333ff; } + +/* +** The following styles apply to individual fields of each message +** in the folder index +*/ + +.message-number { } +.message-status { } +.message-date { } +.message-from { } +.message-subject { } +.message-size { font-family: "Courier New", courier, monospace; } + +/*** Search results ***/ + +.message-searchmatch { font-size: 80%; +		       padding-left: 2em; +		       font-family: "Liberation Sans", "Sans Serif", "Arial" } +.searchmatch-affix { } +.searchmatch { font-weight: bold; } + +/***************************** Folder permissions ***********************/ + +.folder-acl-box { +	border: 1px #ccc solid; +	padding: 5px; +	background-color: #fff; +	width: 95%; +} + +.acl-a, .acl-c, .acl-e, .acl-i, .acl-l, .acl-r, .acl-s, .acl-t, .acl-w, +.acl-x { font-family: "Courier New", courier, monospace; +	 font-size: 80% } + + +.folder-acl-list { +	border: 1px #ccc solid; +	padding: 5px; +	background-color: #eee; +	width: 95%; +} + +.folder-acl-list tbody tr td, .folder-acl-list tbody tr th { +	vertical-align: top; +	padding-left: 5px; +	padding-right: 5px; +} + +.folder-acl-list-action { font-size: 60% } + +/***************************** Message ******************************/ + +.folder-move-background { background-color: #ddeeff; } + +.message-menu-background { background-color: #ddeeff; } + +.message-menu-button { background-color: #ddeeff; } +.message-menu-button a {text-decoration: none; } + +.message-x-of-y { background-color: #ddeeff; color: #000000 } + +/* message-rfc822-header style applies to the header portion */ + +.message-rfc822-header { } + +/* message-rfc822-header-name style applies to the header name only */ + +.message-rfc822-header-name { white-space: nowrap; +			    } + +/* message-rfc822-header-contents style applies to the header contents only */ + +.message-rfc822-header-contents { +	font-family: "Courier New", courier, monospace; +} + +/* Addresses in from/to header */ + +.message-rfc822-header-address { color: #00007f } +.message-rfc822-header-address:after { content: "(+)"; font-size: 55%; vertical-align: super; } + +/* +message-text-plain applies to text/plain content + +NOTE: Non-flowed text/plain content uses PRE. Flowed text/plain content uses DIV. + +*/ + +pre.message-text-plain { +	font-family: "Liberation Mono", "Courier New", courier, monospace; +} + +.message-text-plain { +        font-family: "Liberation Sans", "Sans Serif", "Arial"; +} + +/* +** Additional styles applied to http and mailto links parsed in text/plain +** content. +*/ + +.message-text-plain-http-link { } +.message-text-plain-mailto-link { } + +/* Background for text/html notice */ + +.message-text-html-notice { background-color: #ddeeff } + +.message-charset-notice { background-color: #ddeeff } + +/* Background for key import prompt */ + +.message-application-pgpkeys { background-color: #dddddd; text-decoration: none; } + +/* GPG status border and message */ + +.message-gpg { background-color: #ffffff } +.message-gpg-good { background-color: #008000 } +.message-gpg-good-text tt pre { color: #008000 } +.message-gpg-bad { background-color: #ee0000 } +.message-gpg-bad-text tt pre { color: #ee0000 } + +/* Notice that this message contains gpg-encoded content */ + +.message-gpg-notice { } + +/* Notice that this message contains unsupported gpg-encoded content */ + +.message-gpg-unsupported { color: #800000 } + +/* "Importing keys" */ + +.message-gpg-importing { } + +/* Link to download or display an attachment */ + +.message-download-attachment { background-color: #dddddd; } +.message-attachment-header { font-family: courier; } +.message-attachment-link { text-decoration: none; } + +/* [urlhost] prefix of A elements in rendered HTML mail */ + +.urlhost { +	font-family: "Liberation Mono", "Courier New", courier, monospace; +	font-size: 55%; +	vertical-align: super; +	padding-right: .2em; +} + +/***************************** Encryption Settings *******************/ + +.gpgerroutput { color: #c00000 } + +/* Additional styles that can be applied to the titles */ + +.gpgpublickeytitle { } +.gpgprivatekeytitle { } +.gpgsignkeytitle { } +.gpgdefaulttitle { } +.gpgcreatetitle { } + +/* Color of the horizontal bars that separate listed keys */ + +.gpgpubkeys { background-color: #000000 } +.gpgseckeys { background-color: #000000 } + +/* Colors of listed keys - black on medium gray */ + +.gpgpubkey { background-color: #d0d0d0; color: #000000 } +.gpgseckey { background-color: #d0d0d0; color: #000000 } + +.gpgcreate { background-color: #eeeeee; color: #505000 } + +/***************************** Create Message ************************/ + +	/* Color of the preview box */ +.preview { background-color: #ffffff; } + +	/* Color of the new message box */ +.new-message-box { background-color: #99ccff; } + +	/* The following style is applied to the From/To/Cc/Bcc... headers */ + +.new-message-header { color: #000000 } + +	/* If necessary, individual styles are available too */ + +.new-message-header-headerfrom { } +.new-message-header-addressbook { } +.new-message-header-headerto { } +.new-message-header-headercc { } +.new-message-header-headerbcc { } +.new-message-header-headerreply-to { } +.new-message-header-headersubject { } +.new-message-header-message { } + +.new-message-header-text { } +.new-message-message-text { } + +/***************************** Attachments *************************/ + +	/* Header line, yellow on blue */ + +.attachments-header { background-color: #000080; color: #ffffff } + +/***************************** Check spelling **************************/ + +/* +** The text excerpt window.  Light green background, blue text, red +** misspelled word. +*/ + +.spellcheck-background { background-color: #dddddd } + +.spellcheck-excerpt { background-color: #ddffdd; color: #000080 } + +.spellcheck-excerpt strong { color: #800000 } + +	/* Main spell check window -- black on light yellow */ + +.spellcheck-main { background-color: #ffffc0; color: #000000 } + +	/* Continue/Finish background color */ + +.spellcheck-continue { background-color: #eeeeee } + +	/* "Spell check completed" - actually in newmsg.html */ + +.spellcheckdone { color: #608060 } + +/************** Quick Nickname Add *****************/ + +.quickadd { color: #000000 } + +/************** Initial LDAP search window ****************/ + +	/* Address Book search - black on light gray */ + +.addressbook { background-color: #dddddd; color: #000000 } + +	/* Additional style applied to the name of the addressbook entry */ + +.nicktitle { } + +	/* Additional styles that can be applied to addressbook content */ +.nickname { } +.nickaddr { } + +.nicknewname { } +.nicknewaddr { } + +.nicklist { } + +.nickedit-box { } + +/******** Initial LDAP lookup window ***********/ + +.ldaplist { color: #000000 } + +.ldaplist-title { color: #000080; } + +.ldaplist-name { color: #004000; } +.ldaplist-ldapurl { color: #000080; } + +	/* Add new LDAP address book */ + +.ldaplist-add-title { } +.ldaplist-add-fields { } + +/******** LDAP search results **********/ + +.ldapsearch { color: #000000 } + +/* Additional styles that can be applied to the name, and address */ + +.ldapsearch-name { } +.ldapsearch-addr { } + +/********* Mail filters/autoresponder ***********/ + +.mailfilter { color: #000000 } + +.mailfilter-title { font-size: 125% } + +.autoresplist { } + +.autoresptitle { } + +.autoresptext { } + +/********* Daily calendar *********/ + +.dailycalendar { background-color: #ffffff; color: #000000 } + +.dailycalendardate { font-size: 200% } +.dailycalendarweeklylink, +.dailycalendarmonthlylink, +.dailycalendarneweventlink { font-size: 80% } + +.dailyeventtimes { font-family: "Liberation Mono", "Courier New", courier, monospace; } +.dailyeventsubject { font-family: "Liberation Mono", "Courier New", courier, monospace; } + +.dailynextprev { text-decoration: none; } + +.calendarevent { color: #000000; background-color: #ffffff } + +/********* Weekly calendar *********/ + +.weekly-border { background-color: #000000 } + +.weekly-bg { background-color: #e7e7ff } + +.weekly-day, +.weekly-day a:link, +.weekly-day a:visited, +.weekly-day a:active { font-size: 125%; text-decoration: none; } + +/********* Monthly calendar *********/ + +.monthly-border { background-color: #000000 } + +.monthly-bg { background-color: #e7e7ff } + +.monthly-bg-othermonth { background-color: #e7e7e7 } + +.monthly-day, +.monthly-day a:link, +.monthly-day a:visited, +.monthly-day a:active { font-size: 125%; text-decoration: none; background-color: #dddde7; +	border-style: outset; border-width: 1px; border-color: #dddde7; } + +/********* Event Access Control List *********/ + +.accesscontroltitle { font-size: 150% } + + + +/***************************** Miscellaneous *************************/ + +/* An error message */ + +.error { color: #c00000; font-size: 150% } + +.small-error { color: #c00000 } + +/* A list of possible causes for an error message */ + +ul.error li { +	margin-bottom: 2em; +} + +/* Success message */ + +.success { color: #00c000; font-size: 150% } + +.small-success { color: #00c000 } + +/* Outer border in readmsg page */ + +.box-border-1 { background-color: #cccccc } +.box-border-2 { background-color: #ffffff } + +/* Boxes with a black border */ + +.box-outer, .box-small-outer { background-color: #ddeeff } + +.box-outer { width: 100% } +.box-outer tbody tr td { padding: 0; } + +.box-white-outer { width: 100%; background-color: #ffffff } diff --git a/sqwebmail/images/trash2.png b/sqwebmail/images/trash2.pngBinary files differ new file mode 100644 index 0000000..2e6c701 --- /dev/null +++ b/sqwebmail/images/trash2.png diff --git a/sqwebmail/images/uncancel.png b/sqwebmail/images/uncancel.pngBinary files differ new file mode 100644 index 0000000..97ef268 --- /dev/null +++ b/sqwebmail/images/uncancel.png diff --git a/sqwebmail/images/wikifmt.html b/sqwebmail/images/wikifmt.html new file mode 100644 index 0000000..5fdc75a --- /dev/null +++ b/sqwebmail/images/wikifmt.html @@ -0,0 +1,175 @@ +<?xml version="1.0" encoding="utf-8"?> +<!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> +  <meta name="generator" content="Bluefish 2.0.2" /> +  <meta http-equiv="content-type" content= +  "text/html; charset=us-ascii" /> + +  <title>HTML formatting conventions</title> +  <meta name="MSSmartTagsPreventParsing" content="TRUE" /> +</head> + +<body> +  <h1>HTML Formatting conventions</h1> + +  <p>Enter the following formatting codes to get the results on the +  right. Use the "Preview" button to verify correct formatting.</p> + +  <p><b>Note:</b> "Display HTML E-mail" must be enabled in the +  Preferences screen.</p> + +  <table border="0" cellpadding="16"> +    <tbody> +      <tr valign="top"> +        <td style="font-family: monospace, arial new">This is +        ''italic'' and '''bold''' text. This is _underlined_text_. +        The underlined text begins with an underscore that follows +        a space, and ends with an underscore that's followed by a +        space, tab, comma, semicolon, colon, or a +        period.<br /></td> + +        <td> +          <p>This is <i>italic</i> and <b>bold</b> text. This is +          <u>underlined text</u>. The underlined text begins with +          an underscore that follows a space, and ends with an +          underscore that's followed by a space, tab, comma, +          semicolon, colon, or a period.</p> +        </td> +      </tr> + +      <tr> +        <td colspan="2"> +          <hr /> +        </td> +      </tr> + +      <tr valign="top"> +        <td style="font-family: monospace, arial new"> +          <p>= Heading 1</p> +        </td> + +        <td> +          <h1>Heading 1</h1> +        </td> +      </tr> + +      <tr valign="top"> +        <td style="font-family: monospace, arial new"> +          <p>== Heading 2</p> +        </td> + +        <td> +          <h2>Heading 2</h2> +        </td> +      </tr> + +      <tr valign="top"> +        <td style="font-family: monospace, arial new"> +          <p>=== Heading 3</p> +        </td> + +        <td> +          <h3>Heading 3</h3> +        </td> +      </tr> + +      <tr valign="top"> +        <td style="font-family: monospace, arial new">This is an +        ordinary paragraph.<br /> +        <br /> +         Lines of text indented by spaces are shown in fixed +        width font.<br /></td> + +        <td> +          <p>This is an ordinary paragraph.<br /></p> + +          <p><tt> Lines of text indented by spaces are shown +          in fixed width font.</tt><br /></p> +        </td> +      </tr> + +      <tr> +        <td colspan="2"> +          <hr /> +        </td> +      </tr> + +      <tr valign="top" style="font-family: monospace, arial new"> +        <td>Let's make a bulleted list:<br /> +        <br /> +        * Item 1. Itemized lists are created by prefixing a line +        with the "asterisk" character. This begins a list.<br /> +        <br /> +        * Item 2. Of the same list.<br /> +        <br /> +        Let's make a numbered list:<br /> +        <br /> +        # Numbered list are created by beginning the line of text +        with a # character.<br /> +        <br /> +        # This is the second entry in the ordered list.<br /> +        <br /> +        #* Sublists are created by adding additional characters. +        This is the first entry of the bulleted sublist.<br /> +        <br /> +        #* This is the second entry of the bulleted sublist.<br /> +        <br /> +        # The original numbered list continues with this +        entry.<br /> +        <br /> +        #+ Repeating the same list character followed by a + adds a +        paragraph to the list entry.<br /></td> + +        <td> +          <p>Let's make a bulleted list:<br /></p> + +          <ul> +            <li>Item 1. Itemized lists are created by prefixing a +            line with the "asterisk" character. This begins a +            list.<br /></li> + +            <li>Item 2. Of the same list.<br /></li> +          </ul> + +          <p>Let's make a numbered list:<br /></p> + +          <ol> +            <li> +              <p>Numbered list are created by beginning the line of +              text with a # character.</p> +            </li> + +            <li> +              <p>This is the second entry in the ordered list.</p> + +              <ul> +                <li> +                  <p>Sublists are created by adding additional +                  characters. This is the first entry of the +                  bulleted sublist.</p> +                </li> + +                <li> +                  <p>This is the second entry of the bulleted +                  sublist.</p> +                </li> +              </ul> +            </li> + +            <li> +              <p>The original numbered list continues with this +              entry.</p> + +              <p>Repeating the same list character followed by a + +              adds a paragraph to the list entry.</p> +            </li> +          </ol> +        </td> +      </tr> +    </tbody> +  </table> +</body> +</html> | 
