From: <dai...@us...> - 2014-05-03 09:51:57
|
Revision: 6704 http://sourceforge.net/p/web-erp/reponame/6704 Author: daintree Date: 2014-05-03 09:51:53 +0000 (Sat, 03 May 2014) Log Message: ----------- Khwunchai J.: New Xenos theme Modified Paths: -------------- trunk/doc/Change.log Added Paths: ----------- trunk/css/xenos/ trunk/css/xenos/.goutputstream-RI22EX trunk/css/xenos/bullet.gif trunk/css/xenos/default.css trunk/css/xenos/images/ trunk/css/xenos/images/Graphique-32.png trunk/css/xenos/images/allocation.gif trunk/css/xenos/images/allocation.png trunk/css/xenos/images/ar.gif trunk/css/xenos/images/ar.png trunk/css/xenos/images/back.png trunk/css/xenos/images/bank.gif trunk/css/xenos/images/bar.png trunk/css/xenos/images/button_bg.png trunk/css/xenos/images/company.gif trunk/css/xenos/images/company.png trunk/css/xenos/images/contract.png trunk/css/xenos/images/credit.gif trunk/css/xenos/images/currency.gif trunk/css/xenos/images/customer.png trunk/css/xenos/images/email.gif trunk/css/xenos/images/error.png trunk/css/xenos/images/folder_add.png trunk/css/xenos/images/folders.gif trunk/css/xenos/images/gelblue.png trunk/css/xenos/images/gelbluebutton.png trunk/css/xenos/images/gelblueh.png trunk/css/xenos/images/gl.png trunk/css/xenos/images/group_add.png trunk/css/xenos/images/help.png trunk/css/xenos/images/hoverbuttonblue.png trunk/css/xenos/images/input.png trunk/css/xenos/images/input_bg.png trunk/css/xenos/images/inputh.png trunk/css/xenos/images/inputhtxt.png trunk/css/xenos/images/inputtxt.png trunk/css/xenos/images/inquiries.png trunk/css/xenos/images/inventory.gif trunk/css/xenos/images/inventory.png trunk/css/xenos/images/magnifier.png trunk/css/xenos/images/maintenance.gif trunk/css/xenos/images/maintenance.png trunk/css/xenos/images/menu_bg.png trunk/css/xenos/images/menu_bg_blue.png trunk/css/xenos/images/menu_bg_dblue.png trunk/css/xenos/images/menu_bg_grey.png trunk/css/xenos/images/menu_bg_indigo.png trunk/css/xenos/images/menu_bg_white.png trunk/css/xenos/images/menucurve.gif trunk/css/xenos/images/money_add.png trunk/css/xenos/images/money_delete.png trunk/css/xenos/images/note_add.png trunk/css/xenos/images/pdf.png trunk/css/xenos/images/preview.gif trunk/css/xenos/images/printer.png trunk/css/xenos/images/reports.gif trunk/css/xenos/images/reports.png trunk/css/xenos/images/sales.png trunk/css/xenos/images/security.png trunk/css/xenos/images/stripe.png trunk/css/xenos/images/supplier.png trunk/css/xenos/images/tick.png trunk/css/xenos/images/transactions.gif trunk/css/xenos/images/transactions.png trunk/css/xenos/images/user.png trunk/css/xenos/login.css Added: trunk/css/xenos/.goutputstream-RI22EX =================================================================== --- trunk/css/xenos/.goutputstream-RI22EX (rev 0) +++ trunk/css/xenos/.goutputstream-RI22EX 2014-05-03 09:51:53 UTC (rev 6704) @@ -0,0 +1,544 @@ +/*** + +Xenos Theme +by Khwunchai J. + +Xenos is a very clean and elegant theme design for WebERP +based on the theme "Fresh" credited for the original designer. + +NOTE: +This CSS is not yet optimized. Some styles maybe redundant and not supported by some browser. + +***/ + +body { + font-family:Arial, Verdana, Helvetica, sans-serif; + font-size:10pt; + margin:0; + padding:0; + background:#F1F1F1; +} + +/*** Default Styles ***/ +a { + color:#0088CD; + text-decoration:none; +} +a:hover { + color:#0088CD; + text-decoration:underline; +} + +img { + border:none; + vertical-align:middle; +} +p.page_title_text { + padding-top:2px; + padding-bottom:2px; + font-size:18px; + color:black; + width:60%; + text-align:center; + margin:10px auto; +} +p.good { + font-weight:bold; + color:green; +} +p.bad { + font-weight:bold; + color:red; +} +table { + background-color:white; + margin:0 auto; + width:100% + border-collapse:collapse; + border-spacing:0; + border:thin solid #B3B3B3; + -webkit-border-radius:4px; + -moz-border-radius:4px; + border-radius:4px; + background-color:white; +} +table.selection { +} +th { + font-weight:bold; + color:#2C2C2C; + text-align:center; + border-bottom:thin solid #B3B3B3; +} +th.number { + text-align:right; + font-weight:normal; + background-color:#800000; + color:white; +} +th.ascending { + cursor:s-resize; +} +th.descending { + cursor:n-resize; +} +th:after { + content:""; + float:right; + margin-top:7px; + visibility:hidden; +} +th.ascending:after { + border-width:0 4px 4px; + border-style:solid; + border-color:#000 transparent; + visibility:visible; +} +th.descending:after { + border-bottom:none; + border-left:4px solid transparent; + border-right:4px solid transparent; + border-top:4px solid #000; + visibility:visible; +} +td { + text-align:left; + color:#575757; +} +td.select { + /*background-color:#eee;*/ +} +td.number { + text-align:right; +} +div.centre { + margin:0 auto; + text-align:center; +} +input { +} +input.number{ + text-align:right; +} +input.image { + border-width:0px; + background-color:transparent; +} +input:hover{ +} +select { + font-family:Arial, Verdana, Helvetica, sans-serif;; + font-size:12px; + border:thin solid #C3C3C3; + -webkit-border-radius:4px; + -moz-border-radius:4px; + border-radius:4px; + padding:4px 8px; +} +input.inputerror, input.error, select.error, select.selecterror, label.error { + color:red; + border:2px solid red; +} +input:required, select:required, textarea:required { + background-color:lightyellow; +} +input[type='text'], input[type='tel'], input[type='password'] { + border:thin solid #C3C3C3; + -webkit-border-radius:4px; + -moz-border-radius:4px; + border-radius:4px; + padding:4px 8px; +} +input[type='submit'] { + background-color:#34a7e8; + border:thin outset #1992DA; + -webkit-border-radius:4px; + -moz-border-radius:4px; + border-radius:4px; + padding:6px 24px; + vertical-align:middle; + font-weight:bold; + color:#FFFFFF; + box-shadow:1px 1px 1px #64BEF1 inset; +} +textarea{ + border:thin solid #C3C3C3; + -webkit-border-radius:4px; + -moz-border-radius:4px; + border-radius:4px; + padding:4px 8px; +} +textarea:hover{ +} +.EvenTableRows { + background-color:#72824D; +} +.OddTableRows { + background-color:#CAF17C; +} + +div.error { + color:red; +} +div.warn { + color:maroon; +} +div.success { + color:darkgreen; +} +div.info { + color:navy; +} +div.page_help_text { + background:lightgrey url(images/help.png) top left no-repeat; + border:#a52a2a 1px solid; + padding-top:2px; + padding-bottom:2px; + padding-left:10px; + z-index:1; + width:80%; + float:none; + visibility:visible; + margin:0 auto; + position:static; + font-weight:normal; + color:black; + text-align:center; +} + +/*** Calendar picker ***/ +#calendar{ + +} +.dpTbl { + border: solid navy 1px; +} +.dpTD { + border: 0; + width:20px; + background-color: #EEEEEE; + text-align:right; + cursor:pointer; +} +.dpDayHighlight { + border: 0; + width:20px; + background-color: yellow; + text-align:right; + cursor:pointer; +} +.dpTDHover { + border: 0; + width:20px; + background-color: #CCCCCC; + text-align:right; + cursor:pointer; +} + +/* Table type is used for UI tables type 1 */ +.table1 { + width:90%; + background: #eee; + border: 0px 0px 2px 2px #222 solid; + margin: 0 auto; +} +/* Table type is used for UI tables type 2 */ +.table2 { + width:90%; + background: #eee; + border: 0px 0px 2px 2px #222 solid; + margin: 0 auto; +} +.tableheader { + font-weight: normal; + background-color: #777C59; + color: white; +} +.notavailable { + font-weight:lighter; + font-style:italic; + color:#555555; +} +.label { + font-weight:bold; + font-style:normal; + font-size:120%; + color: #575757; +} +.table_index { + background-color: #F1FFDD; +} + + +.header { + background-image: url(""); + background-repeat: no-repeat; + background-attachment: fixed; + border: none; + margin: 0px; + padding: 0px; +} +input.inputerror { + background-color: #fddbdb; +} +textarea.texterror { + background-color: #fddbdb; +} +select.selecterror { + background-color: #fddbdb; +} +.OsRow { + background-color: #234567; + color: white; +} + +/*** CANVAS ***/ + +#CanvasDiv{ + background:#F1F1F1; + margin:0; +} + +/*** HEADER ***/ + +#HeaderDiv { + overflow:hidden; /* REQUIRED: height according to items contained */ + color:white; + font-weight:bold; + padding-left:3px; + background:#949494; + border-bottom:thin solid #7C7C7C; + height:40px; +} +#HeaderWrapDiv{ +} + +/*** HEADER - APP INFO ***/ + +#AppInfoDiv{ + float:left; /* REQUIRED: to the left */ +} +#AppInfoDiv img{ + vertical-align:middle; /* center image and text vertically */ +} +#AppInfoCompanyDiv{ + display:table-cell; /* REQUIRED: as a cell */ +} +#AppInfoUserDiv{ + display:table-cell; /* REQUIRED: as a cell */ +} +#AppInfoUserDiv a{ + color:white; + font-weight:bold; +} +#AppInfoUserDiv a:hover{ + text-decoration:none; +} +#AppInfoModuleDiv{ +} + +/*** HEADER - QUICK MENU ***/ + +#QuickMenuDiv{ + float:right; /* to the right side */ + margin-top:0.1em; +} +#QuickMenuDiv ul{ + list-style:none; /* hide the bullets */ + margin:0; +} +#QuickMenuDiv li{ + display:inline-block; /* items are inline */ + height:40px; +} + +/*** links as buttons!!! clicking anywhere in the button will activate + the link!!! ***HJ***/ + +#QuickMenuDiv li a{ + border-left:thin outset #5C5C5C; + color:white; + font-weight:bold; + padding:11px 8px; + height:40px; + display:block; +} +#QuickMenuDiv li a:hover{ + background:#444444; + border-left:thin outset #5C5C5C; + text-decoration:none; +} + +/*** BODY ***/ + +#BodyDiv { + clear:both; /* REQUIRED */ + overflow:hidden; /* REQUIRED */ + color:black; + background:#F1F1F1; + padding:5px; + text-align:center; +} +#BodyDiv table { + width:auto; /* automatic width */ + margin:0 auto; + margin-bottom:10px; +} +#BodyDiv table.selection { + background:white; + border:thin outset #D2D2D2; + -webkit-border-radius:4px; + -moz-border-radius:4px; + border-radius:4px; + padding:5px; +} +/*#BodyDiv .centre{ + margin:0 auto 10px; + text-align:center; +}*/ + +/*** BODY - MAIN MENU ***/ + +#MainMenuDiv{ + float:left; /* REQUIRED: to the left side */ + white-space:nowrap; /* don't break text */ + text-align:center; + width:10%; + border:thin outset #4A4A4A; + -webkit-border-radius:4px; + -moz-border-radius:4px; + border-radius:4px; + background:#949494; +} +#MainMenuDiv ul{ + list-style:none; /* REQUIRED: hide bullets */ + padding:0; /* REQUIRED: remove extra gaps (ex-bullets) */ + margin:0; +} +#MainMenuDiv li{ + list-style:none; /* REQUIRED */ + padding:0; /* REQUIRED */ +} +#MainMenuDiv li a{ /* link as button!!! not-pressed state */ + display:block; /* REQUIRED */ + padding:3px; + border-top:thin inset #1E1E1E; + color:white; + font-weight:bold; +} +#MainMenuDiv li:first-child a { + border-top: none; +} +#MainMenuDiv li a:hover{ /* link as button!!! pressed state */ + text-decoration:none; + padding:3px; + background:#444444; +} +#MainMenuDiv .main_menu_selected a{ /* the selected button */ + border:thin inset #191919; + background:#2A2A2A; + color:white; +} + +/*** BODY - SUB MENU ***/ + +#SubMenuDiv{ + display:table; /* display as table, sub menu will auto adjust width */ + width:89%; /* main menu is 10% */ + text-align:left; +} +#SubMenuDiv a:link, a:visited{ + color:#0088CD; + text-decoration:none; +} +#SubMenuDiv a:hover{ + color:#0088CD; + text-decoration:none; +} +#SubMenuDiv ul{ + list-style-type:none; /* REQUIRED: hide bullets */ + padding:0; /* REQUIRED: remove extra gaps (ex-bullets) */ + margin-left:3px; + margin-top:0; + margin-bottom:0; + border:thin outset #D2D2D2; + -webkit-border-radius:4px; + -moz-border-radius:4px; + border-radius:4px; + background:white; /* for custom reports */ +} +#SubMenuDiv li{ + /*list-style:none;*/ /* REQUIRED: hide the bullets */ + padding:2px; +} +#SubMenuDiv li img{ + vertical-align:middle; /* verticall align icon with the text */ +} +#SubMenuDiv .menu_group_headers { + border-bottom:thin solid #DADADA; + text-align:center; + color:#2C2C2C; +} +#TransactionsDiv{ + display:table-cell; +} +#InquiriesDiv{ + display:table-cell; +} +#InquiriesDiv div{ /* default div, used for custom report header */ + /*background:#C9D392;*/ + color:black; + padding:2px; + /*border:thin outset #5A5F00;*/ +} +#InquiriesDiv body{ + background:#eee; + color:red; + padding:2px; +} +#MaintenanceDiv{ + display:table-cell; +/* float:left;*/ +/* width:32.5%; + border:thin solid black;*/ + +} +.menu_group_item p { + color:#00f; /* This is the color for bullets, I like it to be the same as the anchor color, but it's up to you */ + text-indent:-10px; /* this makes the bullet to appear as the li tag previously used */ + margin:0 0 0 12px; /* One thing that I didnÃÂôt like of the li was that it had no left margin applied */ +} + +/*** FOOTER ***/ + +#FooterDiv{ + clear:both; /* REQUIRED */ + overflow:hidden; + color:#999999; +} +#FooterDiv a{ + text-decoration:underline; + color:#999999; +} +#FooterWrapDiv{ + overflow:hidden; + padding:3px; +} +#FooterLogoDiv{ + float:right; /* right side */ + background:white; + border-radius:8px; + padding:2px; +} +#FooterLogoDiv img { + vertical-align:middle; +} +#FooterVersionDiv{ + float:left; /* left side */ + margin-top:3px; +} +#FooterTimeDiv{ + clear:left; /* below */ +} + +/*** END ***/ \ No newline at end of file Property changes on: trunk/css/xenos/.goutputstream-RI22EX ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: trunk/css/xenos/bullet.gif =================================================================== (Binary files differ) Index: trunk/css/xenos/bullet.gif =================================================================== --- trunk/css/xenos/bullet.gif 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/bullet.gif 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/bullet.gif ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/default.css =================================================================== --- trunk/css/xenos/default.css (rev 0) +++ trunk/css/xenos/default.css 2014-05-03 09:51:53 UTC (rev 6704) @@ -0,0 +1,639 @@ +/*** + +Xenos Theme +by Khwunchai J. + +Xenos is a very clean and classy looking theme design for WebERP. + +NOTE: +This CSS is not yet fully optimized. Some styles maybe redundant and not supported by some browser. + +***/ + +body { + font-family:Arial, Verdana, Helvetica, sans-serif; + font-size:10pt; + margin:0; + padding:0; + background:#F1F1F1; +} + +/*** Default Styles ***/ +a { + color:#0088CD; + text-decoration:none; +} +a:hover { + color:#0088CD; + text-decoration:underline; +} + +img { + border:none; + vertical-align:middle; +} +p.page_title_text { + padding-top:2px; + padding-bottom:2px; + font-size:18px; + color:black; + width:60%; + text-align:center; + margin:10px auto; +} +p.good { + font-weight:bold; + color:green; +} +p.bad { + font-weight:bold; + color:red; +} +table { + background-color:white; + margin:0 auto; + width:100%; + /*border-collapse: collapse;*/ + border:thin outset #B3B3B3; + + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + -moz-box-shadow: 1px 1px 2px #C3C3C3; + -webkit-box-shadow: 1px 1px 2px #C3C3C3; + box-shadow: 1px 1px 2px #C3C3C3; + -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#C3C3C3')"; + filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#C3C3C3') +} +table.selection { +} +th { + font-weight:bold; + color:#2C2C2C; + text-align:center; + border-bottom:thin solid #B3B3B3; +} +th.number { + text-align:right; + font-weight:normal; + background-color:#800000; + color:white; +} +th.ascending { + cursor:s-resize; +} +th.descending { + cursor:n-resize; +} +th:after { + content:""; + float:right; + margin-top:7px; + visibility:hidden; +} +th.ascending:after { + border-width:0 4px 4px; + border-style:solid; + border-color:#000 transparent; + visibility:visible; +} +th.descending:after { + border-bottom:none; + border-left:4px solid transparent; + border-right:4px solid transparent; + border-top:4px solid #000; + visibility:visible; +} +td { + padding:2px 4px; + text-align:left; + color:#575757; +} +td.select { + background-color:#eee; +} +td.number { + text-align:right; +} +td table { + background: red; +} +/* +table tr:first-child th:first-child, table tr:first-child td:first-child { + -moz-border-radius-topleft: 4px; + -webkit-border-top-left-radius: 4px; + border-top-left-radius: 4px; +} +table tr:first-child th:last-child, table tr:first-child td:last-child { + -moz-border-radius-topright: 4px; + -webkit-border-top-right-radius: 4px; + border-top-right-radius: 4px; +} +table tr:last-child td:first-child { + -moz-border-radius-bottomleft: 4px; + -webkit-border-bottom-left-radius: 4px; + border-bottom-left-radius: 4px; +} +table tr:last-child td:last-child { + -moz-border-radius-bottomright: 4px; + -webkit-border-bottom-right-radius: 4px; + border-bottom-right-radius: 4px; +} +*/ +div.centre { + margin:0 auto; + text-align:center; +} +input { +} +input.number{ + text-align:right; +} +input.image { + border-width:0px; + background-color:transparent; +} +input:hover{ +} +select { + font-family:Arial, Verdana, Helvetica, sans-serif;; + font-size:12px; + border:thin solid #C3C3C3; + -webkit-border-radius:4px; + -moz-border-radius:4px; + border-radius:4px; + padding:4px 8px; + cursor: pointer; +} +input.inputerror, input.error, select.error, select.selecterror, label.error { + color:red; + border:2px solid red; +} +input[type='text'], input[type='tel'], input[type='password'], input[type='email'] { + border:thin solid #C3C3C3; + padding:4px 8px; + + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; +} +input:required, select:required, textarea:required { + background-color:#e2f5ff; +} +input[type='text']:focus, input[type='tel']:focus, input[type='password']:focus, input[type='email']:focus, input[type='submit'], textarea:focus, select:focus, button:focus { + outline:none; + border-color:#2380CD; + + -moz-box-shadow: 0px 0px 5px #55B1EA; + -webkit-box-shadow: 0px 0px 5px #55B1EA; + box-shadow: 0px 0px 5px #55B1EA; +} +input[type='submit'], button { + background-color:#34a7e8; + border:thin outset #1992DA; + padding:6px 24px; + vertical-align:middle; + font-weight:bold; + color:#FFFFFF; + cursor: pointer; + + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + -moz-box-shadow: 1px 1px 1px #64BEF1 inset; + -webkit-box-shadow: 1px 1px 1px #64BEF1 inset; + box-shadow: 1px 1px 1px #64BEF1 inset; +} +select { + background-color: white; +} +textarea{ + border:thin solid #C3C3C3; + padding:4px 8px; + + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; +} +.EvenTableRows { + background-color:white; +} +.OddTableRows { + background-color:#CCCCCC; +} + +div.error { + color:red; +} +div.warn { + color:maroon; +} +div.success { + color:darkgreen; +} +div.info { + color:navy; +} +div.page_help_text { + background:lightgrey url(images/help.png) top left no-repeat; + border:thin solid #C3C3C3; + padding:4px 10px; + z-index:1; + width:80%; + float:none; + visibility:visible; + margin:0 auto; + position:static; + font-weight:normal; + color:black; + text-align:center; +} + +/*** Calendar picker ***/ +#calendar{ + +} +.dpTbl { + border:1px solid #C3C3C3; + -moz-box-shadow: 0px 0px 8px #999999; + -webkit-box-shadow: 0px 0px 8px #999999; + box-shadow: 0px 0px 8px #999999; + -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#64BEF1')"; + filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#64BEF1'); +} +.dpTD { + border: 0; + width:25px; + text-align:right; + cursor:pointer; +} +.dpTbl button { + padding: 4px 12px; +} +.dpDayHighlight { + border: 0; + width:20px; + background-color: yellow; + text-align:right; + cursor:pointer; +} +.dpTDHover { + border: 0; + width:20px; + background-color: #E1E1E1; + text-align:right; + cursor:pointer; +} + +/* Table type is used for UI tables type 1 */ +.table1 { + width:90%; + background: #eee; + border: 0px 0px 2px 2px #222 solid; + margin: 0 auto; +} +/* Table type is used for UI tables type 2 */ +.table2 { + width:90%; + background: #eee; + border: 0px 0px 2px 2px #222 solid; + margin: 0 auto; +} +.tableheader { + font-weight: normal; + background-color: #777C59; +} +.notavailable { + font-weight:lighter; + font-style:italic; + color:#555555; +} +.label { + font-weight:bold; + font-style:normal; + font-size:120%; + color: #575757; +} +.table_index { + background-color: #F1FFDD; +} + + +.header { + background-image: url(""); + background-repeat: no-repeat; + background-attachment: fixed; + border: none; + margin: 0px; + padding: 0px; +} +input.inputerror { + background-color: #fddbdb; +} +textarea.texterror { + background-color: #fddbdb; +} +select.selecterror { + background-color: #fddbdb; +} +.OsRow { + background-color: #234567; + color:white; +} + +/*** CANVAS ***/ + +#CanvasDiv{ + background:#F1F1F1; + margin:0; +} + +/*** HEADER ***/ + +#HeaderDiv { + overflow:hidden; /* REQUIRED: height according to items contained */ + color:#333333; + font-weight:bold; + padding-left:3px; + height: 44px; +} +#HeaderWrapDiv{ +} + +/*** HEADER - APP INFO ***/ + +#AppInfoDiv{ + float:left; /* REQUIRED: to the left */ +} +#AppInfoDiv img{ + vertical-align:middle; /* center image and text vertically */ +} +#AppInfoCompanyDiv{ + display:table-cell; /* REQUIRED: as a cell */ +} +#AppInfoUserDiv{ + display:table-cell; /* REQUIRED: as a cell */ +} +#AppInfoUserDiv a{ + color:#333333; + font-weight:bold; +} +#AppInfoUserDiv a:hover{ + text-decoration:none; +} +#AppInfoModuleDiv{ +} + +/*** HEADER - QUICK MENU ***/ + +#QuickMenuDiv{ + float:right; /* to the right side */ + z-index: 10; + margin-right: 1.05%; +} +#QuickMenuDiv ul{ + list-style:none; /* hide the bullets */ + margin:0; + padding:0; + + -webkit-border-radius: 0 0 6px 6px; + -moz-border-radius: 0 0 6px 6px; + border-radius: 0 0 6px 6px; + -moz-box-shadow: 1px 1px 2px #C3C3C3; + -webkit-box-shadow: 1px 1px 2px #C3C3C3; + box-shadow: 1px 1px 2px #C3C3C3; + -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#C3C3C3')"; + filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#C3C3C3'); +} +#QuickMenuDiv li{ + display:inline-block; /* items are inline */ + height:38px; +} + +/*** links as buttons!!! clicking anywhere in the button will activate + the link!!! ***HJ***/ + +#QuickMenuDiv li a{ + color:white; + font-weight:bold; + padding:11px 24px; + background:#686868; + border-right:thin inset #5D5D5D; + border-left:thin outset #737373; + border-bottom:thin solid #7C7C7C; + display:block; +} +#QuickMenuDiv li:first-child a{ + -webkit-border-radius: 0 0 0 6px; + -moz-border-radius: 0 0 0 6px; + border-radius: 0 0 0 6px; +} +#QuickMenuDiv li:last-child a{ + -webkit-border-radius: 0 0 6px 0; + -moz-border-radius: 0 0 6px 0; + border-radius: 0 0 6px 0; +} +#QuickMenuDiv li a:hover{ + background:#444444; + border-left:thin outset #5C5C5C; + text-decoration:none; +} + +/*** BODY ***/ + +#BodyDiv { + clear:both; /* REQUIRED */ + overflow:hidden; /* REQUIRED */ + color:black; + background:#F1F1F1; + padding:5px; + text-align:center; + min-height: 440px; +} +#BodyDiv table { + width:auto; /* automatic width */ + margin:0 auto; + margin-bottom:10px; + + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + -moz-box-shadow: 1px 1px 2px #C3C3C3; + -webkit-box-shadow: 1px 1px 2px #C3C3C3; + box-shadow: 1px 1px 2px #C3C3C3; + -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#C3C3C3')"; + filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#C3C3C3') +} +#BodyDiv table.selection { + background-color:white; + border:thin outset #D2D2D2; + padding:5px; + + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + -moz-box-shadow: 1px 1px 2px #C3C3C3; + -webkit-box-shadow: 1px 1px 2px #C3C3C3; + box-shadow: 1px 1px 2px #C3C3C3; + -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#C3C3C3')"; + filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#C3C3C3') +} + +/*** BODY - MAIN MENU ***/ + +#MainMenuDiv{ + margin-left: .6%; + margin-right: 1%; + float:left; /* REQUIRED: to the left side */ + white-space:nowrap; /* don't break text */ + text-align:center; + width:14%; + border:thin inset #5D5D5D; + background:#686868; + + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + -moz-box-shadow: 1px 1px 2px #C3C3C3; + -webkit-box-shadow: 1px 1px 2px #C3C3C3; + box-shadow: 1px 1px 2px #C3C3C3; + -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#C3C3C3')"; + filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#C3C3C3') +} +#MainMenuDiv ul{ + list-style:none; /* REQUIRED: hide bullets */ + padding:0; /* REQUIRED: remove extra gaps (ex-bullets) */ + margin:0; +} +#MainMenuDiv li{ + list-style:none; /* REQUIRED */ + padding:0; /* REQUIRED */ +} +#MainMenuDiv li a{ /* link as button!!! not-pressed state */ + display:block; /* REQUIRED */ + padding:8px; + /*border-top:thin outset #1E1E1E;*/ + border-top:thin solid #5D5D5D; + border-bottom:thin solid #737373; + color:white; + font-weight:bold; +} +#MainMenuDiv li:first-child a { + border-top: none; +} +#MainMenuDiv li a:hover{ /* link as button!!! pressed state */ + text-decoration:none; + background:#444444; + border-bottom:thin solid #444444; +} +#MainMenuDiv .main_menu_selected a{ /* the selected button */ + /*border:thin inset #191919;*/ + background:#2A2A2A; + border-bottom:thin solid #191919; +} +#MainMenuDiv .main_menu_selected a:hover{ + background:#2A2A2A; +} + +/*** BODY - SUB MENU ***/ + +#SubMenuDiv{ + display:table; /* display as table, sub menu will auto adjust width */ + width:83.5%; /* main menu is 10% */ + text-align:left; + border:thin outset #D2D2D2; + background-color:white; /* for custom reports */ + min-height:400px; + + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + -moz-box-shadow: 1px 1px 2px #C3C3C3; + -webkit-box-shadow: 1px 1px 2px #C3C3C3; + box-shadow: 1px 1px 2px #C3C3C3; + -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#C3C3C3')"; + filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#C3C3C3') +} +#SubMenuDiv a:link, a:visited{ + color:#0088CD; + text-decoration:none; +} +#SubMenuDiv a:hover{ + color:#0088CD; + text-decoration:none; +} +#SubMenuDiv ul{ + list-style-type:none; + padding:0; + margin:0; +} +#SubMenuDiv li{ + padding:2px; + color:#333333; +} +#SubMenuDiv li img{ + vertical-align:middle; /* verticall align icon with the text */ +} +#SubMenuDiv .menu_group_headers { + border-bottom:thin solid #DADADA; + text-align:center; + color:#2C2C2C; +} +#TransactionsDiv{ + display:table-cell; + border-right:thin solid #D2D2D2; +} +#InquiriesDiv{ + display:table-cell; + border-right:thin solid #D2D2D2; +} +#InquiriesDiv div{ /* default div, used for custom report header */ + color:black; + padding:2px; +} +#InquiriesDiv body{ + background:#eee; + color:red; + padding:2px; +} +#MaintenanceDiv{ + display:table-cell; +} +.menu_group_item p { + color:transparent; /* buttets color */ + margin:4px 0 0 0; +} + +/*** FOOTER ***/ + +#FooterDiv{ + clear:both; /* REQUIRED */ + overflow:hidden; + color:#999999; + width: 98.6%; + margin: auto; +} +#FooterDiv a{ + text-decoration:underline; + color:#999999; +} +#FooterWrapDiv{ + overflow:hidden; + padding:3px; +} +#FooterLogoDiv{ + float:right; /* right side */ + padding:2px; +} +#FooterLogoDiv img { + vertical-align:middle; +} +#FooterVersionDiv{ + float:left; /* left side */ + margin-top:3px; +} +#FooterTimeDiv{ + clear:left; /* below */ +} + +/*** END ***/ \ No newline at end of file Property changes on: trunk/css/xenos/default.css ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: trunk/css/xenos/images/Graphique-32.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/Graphique-32.png =================================================================== --- trunk/css/xenos/images/Graphique-32.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/Graphique-32.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/Graphique-32.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/allocation.gif =================================================================== (Binary files differ) Index: trunk/css/xenos/images/allocation.gif =================================================================== --- trunk/css/xenos/images/allocation.gif 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/allocation.gif 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/allocation.gif ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/allocation.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/allocation.png =================================================================== --- trunk/css/xenos/images/allocation.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/allocation.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/allocation.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/ar.gif =================================================================== (Binary files differ) Index: trunk/css/xenos/images/ar.gif =================================================================== --- trunk/css/xenos/images/ar.gif 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/ar.gif 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/ar.gif ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/ar.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/ar.png =================================================================== --- trunk/css/xenos/images/ar.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/ar.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/ar.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/back.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/back.png =================================================================== --- trunk/css/xenos/images/back.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/back.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/back.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/bank.gif =================================================================== (Binary files differ) Index: trunk/css/xenos/images/bank.gif =================================================================== --- trunk/css/xenos/images/bank.gif 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/bank.gif 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/bank.gif ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/bar.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/bar.png =================================================================== --- trunk/css/xenos/images/bar.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/bar.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/bar.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/button_bg.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/button_bg.png =================================================================== --- trunk/css/xenos/images/button_bg.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/button_bg.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/button_bg.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/company.gif =================================================================== (Binary files differ) Index: trunk/css/xenos/images/company.gif =================================================================== --- trunk/css/xenos/images/company.gif 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/company.gif 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/company.gif ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/company.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/company.png =================================================================== --- trunk/css/xenos/images/company.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/company.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/company.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/contract.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/contract.png =================================================================== --- trunk/css/xenos/images/contract.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/contract.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/contract.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/credit.gif =================================================================== (Binary files differ) Index: trunk/css/xenos/images/credit.gif =================================================================== --- trunk/css/xenos/images/credit.gif 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/credit.gif 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/credit.gif ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/currency.gif =================================================================== (Binary files differ) Index: trunk/css/xenos/images/currency.gif =================================================================== --- trunk/css/xenos/images/currency.gif 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/currency.gif 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/currency.gif ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/customer.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/customer.png =================================================================== --- trunk/css/xenos/images/customer.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/customer.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/customer.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/email.gif =================================================================== (Binary files differ) Index: trunk/css/xenos/images/email.gif =================================================================== --- trunk/css/xenos/images/email.gif 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/email.gif 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/email.gif ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/error.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/error.png =================================================================== --- trunk/css/xenos/images/error.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/error.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/error.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/folder_add.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/folder_add.png =================================================================== --- trunk/css/xenos/images/folder_add.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/folder_add.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/folder_add.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/folders.gif =================================================================== (Binary files differ) Index: trunk/css/xenos/images/folders.gif =================================================================== --- trunk/css/xenos/images/folders.gif 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/folders.gif 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/folders.gif ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/gelblue.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/gelblue.png =================================================================== --- trunk/css/xenos/images/gelblue.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/gelblue.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/gelblue.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/gelbluebutton.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/gelbluebutton.png =================================================================== --- trunk/css/xenos/images/gelbluebutton.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/gelbluebutton.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/gelbluebutton.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/gelblueh.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/gelblueh.png =================================================================== --- trunk/css/xenos/images/gelblueh.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/gelblueh.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/gelblueh.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/gl.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/gl.png =================================================================== --- trunk/css/xenos/images/gl.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/gl.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/gl.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/group_add.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/group_add.png =================================================================== --- trunk/css/xenos/images/group_add.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/group_add.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/group_add.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/help.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/help.png =================================================================== --- trunk/css/xenos/images/help.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/help.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/help.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/hoverbuttonblue.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/hoverbuttonblue.png =================================================================== --- trunk/css/xenos/images/hoverbuttonblue.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/hoverbuttonblue.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/hoverbuttonblue.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/input.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/input.png =================================================================== --- trunk/css/xenos/images/input.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/input.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/input.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/input_bg.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/input_bg.png =================================================================== --- trunk/css/xenos/images/input_bg.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/input_bg.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/input_bg.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/inputh.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/inputh.png =================================================================== --- trunk/css/xenos/images/inputh.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/inputh.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/inputh.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/inputhtxt.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/inputhtxt.png =================================================================== --- trunk/css/xenos/images/inputhtxt.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/inputhtxt.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/inputhtxt.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/inputtxt.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/inputtxt.png =================================================================== --- trunk/css/xenos/images/inputtxt.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/inputtxt.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/inputtxt.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/inquiries.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/inquiries.png =================================================================== --- trunk/css/xenos/images/inquiries.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/inquiries.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/inquiries.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/inventory.gif =================================================================== (Binary files differ) Index: trunk/css/xenos/images/inventory.gif =================================================================== --- trunk/css/xenos/images/inventory.gif 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/inventory.gif 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/inventory.gif ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/inventory.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/inventory.png =================================================================== --- trunk/css/xenos/images/inventory.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/inventory.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/inventory.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/magnifier.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/magnifier.png =================================================================== --- trunk/css/xenos/images/magnifier.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/magnifier.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/magnifier.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/maintenance.gif =================================================================== (Binary files differ) Index: trunk/css/xenos/images/maintenance.gif =================================================================== --- trunk/css/xenos/images/maintenance.gif 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/maintenance.gif 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/maintenance.gif ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/maintenance.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/maintenance.png =================================================================== --- trunk/css/xenos/images/maintenance.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/maintenance.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/maintenance.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/menu_bg.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/menu_bg.png =================================================================== --- trunk/css/xenos/images/menu_bg.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/menu_bg.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/menu_bg.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/menu_bg_blue.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/menu_bg_blue.png =================================================================== --- trunk/css/xenos/images/menu_bg_blue.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/menu_bg_blue.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/menu_bg_blue.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/menu_bg_dblue.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/menu_bg_dblue.png =================================================================== --- trunk/css/xenos/images/menu_bg_dblue.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/menu_bg_dblue.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/menu_bg_dblue.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/menu_bg_grey.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/menu_bg_grey.png =================================================================== --- trunk/css/xenos/images/menu_bg_grey.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/menu_bg_grey.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/menu_bg_grey.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/menu_bg_indigo.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/menu_bg_indigo.png =================================================================== --- trunk/css/xenos/images/menu_bg_indigo.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/menu_bg_indigo.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/menu_bg_indigo.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/menu_bg_white.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/menu_bg_white.png =================================================================== --- trunk/css/xenos/images/menu_bg_white.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/menu_bg_white.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/menu_bg_white.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/menucurve.gif =================================================================== (Binary files differ) Index: trunk/css/xenos/images/menucurve.gif =================================================================== --- trunk/css/xenos/images/menucurve.gif 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/menucurve.gif 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/menucurve.gif ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/money_add.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/money_add.png =================================================================== --- trunk/css/xenos/images/money_add.png 2014-05-03 00:12:42 UTC (rev 6703) +++ trunk/css/xenos/images/money_add.png 2014-05-03 09:51:53 UTC (rev 6704) Property changes on: trunk/css/xenos/images/money_add.png ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/css/xenos/images/money_delete.png =================================================================== (Binary files differ) Index: trunk/css/xenos/images/money_delete.png =================================================================== --- trunk/css/xenos/images/money_delete.png 201... [truncated message content] |