diff --git a/phpgwapi/templates/jerryr/css/jerryr.css b/phpgwapi/templates/jerryr/css/jerryr.css new file mode 100644 index 0000000000..891d055d0b --- /dev/null +++ b/phpgwapi/templates/jerryr/css/jerryr.css @@ -0,0 +1,396 @@ +/* +StyleSheet coding standards: + +1. use lowercase if possible + +2. format styles like this: + +body +{ + font-size: 12px; + font-family: Verdana, Arial, Helvetica, sans-serif +} + +3. existing html elements on top of the document, then all self defined .classes and at last all self defined #id's. + +4. close every property with ; also the last one. +*/ + +body +{ + background-image:url(../images/body-background.png); + font-size: 11px; + font-family: Verdana, Arial, Helvetica, sans-serif; + padding:0px; +} + +img +{ + border-width:0px; + border-style:none; + /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader; +*/ +} + +a:link,a:visited +{ + cursor:pointer; + color: #006699; + text-decoration: none; +} + +/* +a:visited +{ + color: #006699; + text-decoration: none; +} +*/ +a:hover,a:active +{ + cursor:pointer; + color: #ff9933; + text-decoration: underline; +} +/* +a:active +{ + color: #006699; + text-decoration: underline; +} +*/ +input,button +{ + font-size: 11px; + color: #006699; + font-family: Arial, Helvetica, sans-serif; + border: 1px #bbbbbb solid; +} + +input[type=submit],input[type=button],button +{ + margin:1px; + padding:1px; + cursor: pointer; + cursor: hand; +} + +input[type=image] +{ + cursor: pointer; + cursor: hand; + border: 0px #bbbbbb none; +} +select +{ + font-size: 11px; + color: #006699; + font-family: Arial, Helvetica, sans-serif; + border: 1px #bbbbbb solid; +} + +td +{ + font-size: 11px; + /* padding-top:1px; + padding-bottom:1px;*/ +} + +.divLoginbox +{ + position:relative; + width: 300px; + border-right: #9c9c9c 1px solid; + border-top: #9c9c9c 1px solid; + border-left: #9c9c9c 1px solid; + border-bottom: #9c9c9c 1px solid +} + +.divLoginboxHeader +{ + text-align:center; + background-color:#dddddd; + padding-top:2px; + font-size:10px; + color:#666666; +} +.divSidebox +{ + position:relative; + width: 147px; + border-right: #9c9c9c 1px solid; + border-top: #9c9c9c 1px solid; + border-left: #9c9c9c 1px solid; + border-bottom: #9c9c9c 1px solid +} + +.divSideboxHeader +{ + text-align:center; + background-image:url(../images/divSideboxHeader-background.png); + height:18px; + background-color:#ffffff; + padding-top:2px; + font-size:10px; + font-weight:bold; + color:#ffffff; +} + +a.divSideboxEntry, .divSideboxEntry +{ + text-align:left; + height:16px; + background-color:#f4f2ed; +} + +a.appTitles,.appTitles +{ + font-size: 10px; + height:16px; + padding-top:2px; + padding-bottom:2px; +} + +a.textSidebox +{ + + font-size: 10px; + border-top: #aaaaaa 1px none; +} + +.textSidebox +{ + + font-size: 10px; + height:16px; + padding-top:2px; + padding-bottom:1px; + border-top: #aaaaaa 1px solid; + +} + +.sideboxSpace +{ + height:9px; +} + +.greyLine +{ + margin:1px; + border-top-color:#7e7e7e; + border-top-width:1px; + border-top-style:solid; + height:1px; +} + +.prefSection +{ + font-weight:bold; + font-size:16px; + line-height:40px; +} + +#extraIcons +{ +/* position:absolute; + z-index:13; + right:10px; + top:113px; + visibility:hidden;*/ + background-image:url(../images/alpha-white.png); + border-width:1px; + border-color:#7e7e7e; + border-style:solid; +} + + + +#divMain +{ + background-color:white; + margin-top: 5px; + padding:5px; + border-color:#7e7e7e; + border-width:1px; + border-style:solid; +} + +#divLogo +{ + position:absolute; + left:2px; + top:5px; + z-index:51; +} + +#divAppIconBar +{ + background-color:white; + border-top-color:#9c9c9c; + border-top-width:1px; + border-top-style:solid; + + background-image: url(../images/background-icon-bar.png); + background-repeat: repeat-x +} + +#divAppTextBar +{ + background-color:white; +} + +#divStatusBar +{ + background-color:white; + height:15px; + padding-left:175px; + margin-top: 5px; + /* margin-bottom: 2px;*/ +} + +/*#divSubContainer +{ +} +*/ +#tdSidebox +{ + width:170px; + background-color:white; + overflow:visible; +} + + +#tdAppbox +{ + background-color:white; + padding-left:5px; + width: 100%; +} +#divSideboxContainer +{ + position:relative; + width:150px; + top:0px; + left:0px; + background-color:white; + border-width:1px; + border-style:solid; + z-index:40; +} + +#divAppboxHeader +{ + /*width:100%;*/ + background-image:url(../images/appbox-header-background.png); + background-repeat: repeat-x; + height:20px; + line-height:22px; + text-align:center; + /* padding-top:7px;*/ + padding-bottom:0px; + font-size:14px; + font-weight:bold; + color:#666666; + border-top-color:#9c9c9c; + border-top-width:1px; + border-top-style:solid; + border-left-color:#9c9c9c; + border-left-width:1px; + border-left-style:solid; + border-right-color:#9c9c9c; + border-right-width:1px; + border-right-style:solid; +} + +#divAppbox +{ +/* width:100%;*/ + background-color:#faf8f3; + padding:5px; + border-bottom-color:#9c9c9c; + border-bottom-width:1px; + border-bottom-style:solid; + border-left-color:#9c9c9c; + border-left-width:1px; + border-left-style:solid; + border-right-color:#9c9c9c; + border-right-width:1px; + border-right-style:solid; +} + +#fmStatusBar +{ + margin-left:4px; + margin-bottom:3px; + font-size: 10px; +/* font-family: Verdana, Arial, Helvetica, sans-serif;*/ + + +} + + +.fmButton +{ + background-image:url(../images/buttonbackground.png); + width:28px; + height:28px; + background-repeat: no-repeat; +} + +#fmLocation +{ + position:relative; + /*background-image:url(../images/buttonbackgroundscaled.png); + background-repeat: repeat-x;*/ + /*margin-left:4px;*/ + margin-bottom:3px; + height:27px; + +} + +#fmMenu +{ + position:relative; +} +#fmFileWindow +{ + background-color:#ffffff; + margin-left:4px; + padding:5px; + position:relative; + border-right: #cccccc 1px solid; + border-top: #9c9c9c 2px solid; + border-left: #9c9c9c 2px solid; + border-bottom: #cccccc 1px solid +} + +#user_info +{ + + +} + +#admin_info +{ + position:relative; + text-align:right; +} + +#divGenTime +{ + bottom:14px; + font-size: 9px; + color: #ff0000; + text-align:center; + width:99%; +} + +#divPoweredBy +{ + bottom:14px; + font-size: 9px; + color: #000000; + text-align:center; + width:99%; +} + diff --git a/phpgwapi/templates/jerryr/images/appbox-header-background.png b/phpgwapi/templates/jerryr/images/appbox-header-background.png index 7bd5d16294..aab82cb5ca 100644 Binary files a/phpgwapi/templates/jerryr/images/appbox-header-background.png and b/phpgwapi/templates/jerryr/images/appbox-header-background.png differ diff --git a/phpgwapi/templates/jerryr/images/background-icon-bar.png b/phpgwapi/templates/jerryr/images/background-icon-bar.png index b601e56b39..2ba2b40c45 100644 Binary files a/phpgwapi/templates/jerryr/images/background-icon-bar.png and b/phpgwapi/templates/jerryr/images/background-icon-bar.png differ diff --git a/phpgwapi/templates/jerryr/images/body-background.png b/phpgwapi/templates/jerryr/images/body-background.png index 02db2b402c..3fd10296b9 100644 Binary files a/phpgwapi/templates/jerryr/images/body-background.png and b/phpgwapi/templates/jerryr/images/body-background.png differ diff --git a/phpgwapi/templates/jerryr/images/divSideboxHeader-background.png b/phpgwapi/templates/jerryr/images/divSideboxHeader-background.png new file mode 100644 index 0000000000..fe33afd8af Binary files /dev/null and b/phpgwapi/templates/jerryr/images/divSideboxHeader-background.png differ diff --git a/phpgwapi/templates/jerryr/images/divSideboxHeader2-background.png b/phpgwapi/templates/jerryr/images/divSideboxHeader2-background.png new file mode 100644 index 0000000000..6f71fd8989 Binary files /dev/null and b/phpgwapi/templates/jerryr/images/divSideboxHeader2-background.png differ diff --git a/phpgwapi/templates/jerryr/images/dragarea_left.png b/phpgwapi/templates/jerryr/images/dragarea_left.png index 9d658728ef..0485c40580 100755 Binary files a/phpgwapi/templates/jerryr/images/dragarea_left.png and b/phpgwapi/templates/jerryr/images/dragarea_left.png differ diff --git a/phpgwapi/templates/jerryr/images/dragarea_right.png b/phpgwapi/templates/jerryr/images/dragarea_right.png index eff535255c..590c8cfd5f 100755 Binary files a/phpgwapi/templates/jerryr/images/dragarea_right.png and b/phpgwapi/templates/jerryr/images/dragarea_right.png differ diff --git a/phpgwapi/templates/jerryr/images/extra_icons.png b/phpgwapi/templates/jerryr/images/extra_icons.png index 3b2208b660..256a03b6aa 100755 Binary files a/phpgwapi/templates/jerryr/images/extra_icons.png and b/phpgwapi/templates/jerryr/images/extra_icons.png differ diff --git a/phpgwapi/templates/jerryr/images/foldertree/base.gif b/phpgwapi/templates/jerryr/images/foldertree/base.gif new file mode 100644 index 0000000000..9ac0b117b0 Binary files /dev/null and b/phpgwapi/templates/jerryr/images/foldertree/base.gif differ diff --git a/phpgwapi/templates/jerryr/images/foldertree/cd.gif b/phpgwapi/templates/jerryr/images/foldertree/cd.gif new file mode 100644 index 0000000000..7503819404 Binary files /dev/null and b/phpgwapi/templates/jerryr/images/foldertree/cd.gif differ diff --git a/phpgwapi/templates/jerryr/images/foldertree/empty.gif b/phpgwapi/templates/jerryr/images/foldertree/empty.gif new file mode 100644 index 0000000000..b5cf52378f Binary files /dev/null and b/phpgwapi/templates/jerryr/images/foldertree/empty.gif differ diff --git a/phpgwapi/templates/jerryr/images/foldertree/felamimail_sm.png b/phpgwapi/templates/jerryr/images/foldertree/felamimail_sm.png new file mode 100644 index 0000000000..7e6f3eaffa Binary files /dev/null and b/phpgwapi/templates/jerryr/images/foldertree/felamimail_sm.png differ diff --git a/phpgwapi/templates/jerryr/images/foldertree/folder.gif b/phpgwapi/templates/jerryr/images/foldertree/folder.gif new file mode 100644 index 0000000000..eb129763dc Binary files /dev/null and b/phpgwapi/templates/jerryr/images/foldertree/folder.gif differ diff --git a/phpgwapi/templates/jerryr/images/foldertree/folderopen.gif b/phpgwapi/templates/jerryr/images/foldertree/folderopen.gif new file mode 100644 index 0000000000..c5c31102d5 Binary files /dev/null and b/phpgwapi/templates/jerryr/images/foldertree/folderopen.gif differ diff --git a/phpgwapi/templates/jerryr/images/foldertree/globe.gif b/phpgwapi/templates/jerryr/images/foldertree/globe.gif new file mode 100644 index 0000000000..57123d0e69 Binary files /dev/null and b/phpgwapi/templates/jerryr/images/foldertree/globe.gif differ diff --git a/phpgwapi/templates/jerryr/images/foldertree/imgfolder.gif b/phpgwapi/templates/jerryr/images/foldertree/imgfolder.gif new file mode 100644 index 0000000000..e6d880347f Binary files /dev/null and b/phpgwapi/templates/jerryr/images/foldertree/imgfolder.gif differ diff --git a/phpgwapi/templates/jerryr/images/foldertree/join.gif b/phpgwapi/templates/jerryr/images/foldertree/join.gif new file mode 100644 index 0000000000..34dd47610a Binary files /dev/null and b/phpgwapi/templates/jerryr/images/foldertree/join.gif differ diff --git a/phpgwapi/templates/jerryr/images/foldertree/joinbottom.gif b/phpgwapi/templates/jerryr/images/foldertree/joinbottom.gif new file mode 100644 index 0000000000..48b81c80a9 Binary files /dev/null and b/phpgwapi/templates/jerryr/images/foldertree/joinbottom.gif differ diff --git a/phpgwapi/templates/jerryr/images/foldertree/line.gif b/phpgwapi/templates/jerryr/images/foldertree/line.gif new file mode 100644 index 0000000000..1a259eea00 Binary files /dev/null and b/phpgwapi/templates/jerryr/images/foldertree/line.gif differ diff --git a/phpgwapi/templates/jerryr/images/foldertree/minus.gif b/phpgwapi/templates/jerryr/images/foldertree/minus.gif new file mode 100644 index 0000000000..3d212a97ae Binary files /dev/null and b/phpgwapi/templates/jerryr/images/foldertree/minus.gif differ diff --git a/phpgwapi/templates/jerryr/images/foldertree/minusbottom.gif b/phpgwapi/templates/jerryr/images/foldertree/minusbottom.gif new file mode 100644 index 0000000000..dc3198be27 Binary files /dev/null and b/phpgwapi/templates/jerryr/images/foldertree/minusbottom.gif differ diff --git a/phpgwapi/templates/jerryr/images/foldertree/musicfolder.gif b/phpgwapi/templates/jerryr/images/foldertree/musicfolder.gif new file mode 100644 index 0000000000..f620789feb Binary files /dev/null and b/phpgwapi/templates/jerryr/images/foldertree/musicfolder.gif differ diff --git a/phpgwapi/templates/jerryr/images/foldertree/nolines_minus.gif b/phpgwapi/templates/jerryr/images/foldertree/nolines_minus.gif new file mode 100644 index 0000000000..2592ac20f3 Binary files /dev/null and b/phpgwapi/templates/jerryr/images/foldertree/nolines_minus.gif differ diff --git a/phpgwapi/templates/jerryr/images/foldertree/nolines_plus.gif b/phpgwapi/templates/jerryr/images/foldertree/nolines_plus.gif new file mode 100644 index 0000000000..f258ce211a Binary files /dev/null and b/phpgwapi/templates/jerryr/images/foldertree/nolines_plus.gif differ diff --git a/phpgwapi/templates/jerryr/images/foldertree/page.gif b/phpgwapi/templates/jerryr/images/foldertree/page.gif new file mode 100644 index 0000000000..42d7318c5d Binary files /dev/null and b/phpgwapi/templates/jerryr/images/foldertree/page.gif differ diff --git a/phpgwapi/templates/jerryr/images/foldertree/plus.gif b/phpgwapi/templates/jerryr/images/foldertree/plus.gif new file mode 100644 index 0000000000..b2c997233b Binary files /dev/null and b/phpgwapi/templates/jerryr/images/foldertree/plus.gif differ diff --git a/phpgwapi/templates/jerryr/images/foldertree/plusbottom.gif b/phpgwapi/templates/jerryr/images/foldertree/plusbottom.gif new file mode 100644 index 0000000000..b5671d891a Binary files /dev/null and b/phpgwapi/templates/jerryr/images/foldertree/plusbottom.gif differ diff --git a/phpgwapi/templates/jerryr/images/foldertree/question.gif b/phpgwapi/templates/jerryr/images/foldertree/question.gif new file mode 100644 index 0000000000..dd4e685078 Binary files /dev/null and b/phpgwapi/templates/jerryr/images/foldertree/question.gif differ diff --git a/phpgwapi/templates/jerryr/images/foldertree/trash.gif b/phpgwapi/templates/jerryr/images/foldertree/trash.gif new file mode 100644 index 0000000000..cfa0f000e1 Binary files /dev/null and b/phpgwapi/templates/jerryr/images/foldertree/trash.gif differ diff --git a/phpgwapi/templates/jerryr/images/logo.png b/phpgwapi/templates/jerryr/images/logo.png index b182077dbe..55387c9653 100644 Binary files a/phpgwapi/templates/jerryr/images/logo.png and b/phpgwapi/templates/jerryr/images/logo.png differ diff --git a/phpgwapi/templates/jerryr/images/menu_icon.png b/phpgwapi/templates/jerryr/images/menu_icon.png new file mode 100644 index 0000000000..62fb49033f Binary files /dev/null and b/phpgwapi/templates/jerryr/images/menu_icon.png differ diff --git a/phpgwapi/templates/jerryr/images/orange-ball.png b/phpgwapi/templates/jerryr/images/orange-ball.png index e7e6518ff4..7ec676a3db 100644 Binary files a/phpgwapi/templates/jerryr/images/orange-ball.png and b/phpgwapi/templates/jerryr/images/orange-ball.png differ diff --git a/phpgwapi/templates/jerryr/images/tabs-bg0.gif b/phpgwapi/templates/jerryr/images/tabs-bg0.gif index 99ac54563e..1d8a03bcfd 100644 Binary files a/phpgwapi/templates/jerryr/images/tabs-bg0.gif and b/phpgwapi/templates/jerryr/images/tabs-bg0.gif differ diff --git a/phpgwapi/templates/jerryr/images/tabs-bg1.gif b/phpgwapi/templates/jerryr/images/tabs-bg1.gif index 5391aa8c0c..c4b1fc811b 100755 Binary files a/phpgwapi/templates/jerryr/images/tabs-bg1.gif and b/phpgwapi/templates/jerryr/images/tabs-bg1.gif differ diff --git a/phpgwapi/templates/jerryr/images/tabs-end0.gif b/phpgwapi/templates/jerryr/images/tabs-end0.gif index 1f4cc71483..554fca1443 100755 Binary files a/phpgwapi/templates/jerryr/images/tabs-end0.gif and b/phpgwapi/templates/jerryr/images/tabs-end0.gif differ diff --git a/phpgwapi/templates/jerryr/images/tabs-end1.gif b/phpgwapi/templates/jerryr/images/tabs-end1.gif index 896bb2817a..554fca1443 100755 Binary files a/phpgwapi/templates/jerryr/images/tabs-end1.gif and b/phpgwapi/templates/jerryr/images/tabs-end1.gif differ diff --git a/phpgwapi/templates/jerryr/images/tabs-sepl.gif b/phpgwapi/templates/jerryr/images/tabs-sepl.gif index e9462064ae..554fca1443 100755 Binary files a/phpgwapi/templates/jerryr/images/tabs-sepl.gif and b/phpgwapi/templates/jerryr/images/tabs-sepl.gif differ diff --git a/phpgwapi/templates/jerryr/images/tabs-sepm.gif b/phpgwapi/templates/jerryr/images/tabs-sepm.gif index 4088991bdf..554fca1443 100755 Binary files a/phpgwapi/templates/jerryr/images/tabs-sepm.gif and b/phpgwapi/templates/jerryr/images/tabs-sepm.gif differ diff --git a/phpgwapi/templates/jerryr/images/tabs-sepr.gif b/phpgwapi/templates/jerryr/images/tabs-sepr.gif index 407351a32f..554fca1443 100755 Binary files a/phpgwapi/templates/jerryr/images/tabs-sepr.gif and b/phpgwapi/templates/jerryr/images/tabs-sepr.gif differ diff --git a/phpgwapi/templates/jerryr/images/tabs-start0.gif b/phpgwapi/templates/jerryr/images/tabs-start0.gif index 6cdb2b8b8c..554fca1443 100755 Binary files a/phpgwapi/templates/jerryr/images/tabs-start0.gif and b/phpgwapi/templates/jerryr/images/tabs-start0.gif differ diff --git a/phpgwapi/templates/jerryr/images/tabs-start1.gif b/phpgwapi/templates/jerryr/images/tabs-start1.gif index bcd7a9d849..615edc8596 100755 Binary files a/phpgwapi/templates/jerryr/images/tabs-start1.gif and b/phpgwapi/templates/jerryr/images/tabs-start1.gif differ diff --git a/phpgwapi/templates/jerryr/images/textSideBox-background.png b/phpgwapi/templates/jerryr/images/textSideBox-background.png new file mode 100644 index 0000000000..14e8455f0e Binary files /dev/null and b/phpgwapi/templates/jerryr/images/textSideBox-background.png differ diff --git a/phpgwapi/templates/jerryr/images/textSideBoxIcon-background.png b/phpgwapi/templates/jerryr/images/textSideBoxIcon-background.png new file mode 100644 index 0000000000..be9ff52d95 Binary files /dev/null and b/phpgwapi/templates/jerryr/images/textSideBoxIcon-background.png differ