Skip to content

Commit

Permalink
silverwolf theme - Rob Wolf
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.code.sf.net/p/web-erp/code/trunk@476 09516a42-71f9-43be-811f-9b821cf0d246
  • Loading branch information
daintree committed May 20, 2007
1 parent b51e5f1 commit d167088
Show file tree
Hide file tree
Showing 35 changed files with 751 additions and 278 deletions.
Binary file modified companies/weberp/logo.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions config.php
@@ -1,6 +1,6 @@
<?php

/* $Revision: 1.75 $ */
/* $Revision: 1.76 $ */

/*--------------------------------------------------\
| | | config.php |
Expand Down Expand Up @@ -47,7 +47,7 @@
$dbpassword = 'weberp_db_pwd';

//It would probably be inappropraite to allow selection of the company in a hosted envionment so this option can be turned off with this parameter
$AllowCompanySelectionBox = false;
$AllowCompanySelectionBox = true;

//If $AllowCompanySelectionBox = false above then the $DefaultCompany string is entered in the login screen as a default - otherwise the user is expected to know the name of the company to log into.
$DefaultCompany = 'weberp';
Expand Down Expand Up @@ -103,7 +103,5 @@

error_reporting (E_ALL & ~E_NOTICE);

ini_set('magic_quotes_gpc','0');

/*Make sure there is nothing - not even spaces after this last ?> */
?>
11 changes: 11 additions & 0 deletions css/default/default.css
Expand Up @@ -159,6 +159,17 @@ td {
text-align: right;
}

.quick_menu_tab{
background: white;
height:28pt;
white-space: nowrap;
border-left: solid 1px #aaa;
border-right: solid 1px #aaa;
padding-left: 10px;
padding-right: 10px;
text-align: right;
}

/*the Select Customer / Item / Supplier Menu tabs */
.system_menu_tabs {
background-color: white;
Expand Down
96 changes: 52 additions & 44 deletions css/default/login.css
@@ -1,62 +1,70 @@
/*--------------------------------------------------\
| | | login.css |
|---------------------------------------------------|
| For use with: |
| Web-ERP - http://web-erp.sourceforge.net |
| by Logic Works Ltd |
|---------------------------------------------------|
| Developer: |
| Shane Barnaby
| BrainX |
| |
|---------------------------------------------------|
| Note: |
| Changes can be made to this CSS that will be |
| reflected on the login screen. |
| |
| |
\--------------------------------------------------*/

<
<!-- \$Revision: 1.6 $ -->


body {
background: "white";
font-family: arial, verdana;
font-size: 10px;
padding: 0px;
margin: 0px;
text-align: center;
font: 14px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
background: #fff url(images/stripe.png) repeat;
color: #777;
}

.loginText {
font-family: arial, verdana;
font-weight: bold;
font-size: 12px;
#container {
text-align: left;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
position: relative;
z-index: 1000;
width: 300px;
background: #fff;
}

.borderBox{
background-color: #555555;
#login_logo {
width: 200px;
height: 75px;
margin-left: 50px;
margin-top: 70px;
padding-top: 10px;
margin-bottom: 20px;
background: #fff url(../webERP.gif) repeat-x left bottom;
}

.middleBar{
background-color: #367CB5;
input{
width: 200px;
border: solid #e3e3e3 1px;
height:25px;
background:url(images/input_bg.png) repeat-x left top;
padding:4px 0;
vertical-align:middle;
margin-left:50px;
margin-bottom:10px;
}

.logoBackground{
background-color: white;
input:hover {
border: solid #aad4e3 1px;
background-position:left bottom;
}

.mainTable{
background-color: #285B86;
input.button {
font-weight: bold;
color: #fff;
background:url(images/menu_bg.png) 0px -8px repeat-x;
border: solid #e3e3e3 1px;
padding: 0px;
margin-top: 10px;
margin-bottom: 30px;
}

a:hover {
text-decoration: underline;
input.button:hover {
background:url(images/menu_bg_dblue.png) 0px -8px repeat-x;
}

input.big {
width: 100px;
label{
width:200px;
padding-top:7px;
padding-left:50px;
}

input.small {
width: 50px;
#demo_text{
margin-left:50px;
width:200px;
}
17 changes: 11 additions & 6 deletions css/fresh/default.css
Expand Up @@ -167,6 +167,16 @@ select {
text-align: right;
}

.quick_menu_tab{
background: #B4BB86;
height:28pt;
white-space: nowrap;
border-left: solid 1px #aaa;
border-right: solid 1px #aaa;
padding-left: 10px;
padding-right: 10px;
text-align: right;
}

/*the Select Customer / Item / Supplier Menu tabs */
.system_menu_tabs {
Expand Down Expand Up @@ -367,12 +377,7 @@ input.small {
color: white;
}

.HelpTableHeader {
font-weight: bold;
background-color: #777C59;
font-size: 18px;
color: #330000;
}


.OsRow {
background-color: #234567;
Expand Down
96 changes: 52 additions & 44 deletions css/fresh/login.css
@@ -1,62 +1,70 @@
/*--------------------------------------------------\
| | | login.css |
|---------------------------------------------------|
| For use with: |
| Web-ERP - http://web-erp.sourceforge.net |
| by Logic Works Ltd |
|---------------------------------------------------|
| Developer: |
| Shane Barnaby |
| BrainX |
| |
|---------------------------------------------------|
| Note: |
| Changes can be made to this CSS that will be |
| reflected on the login screen. |
| |
| |
\--------------------------------------------------*/


<!-- \$Revision: 1.5 $ -->


body {
background: "white";
font-family: arial, verdana;
font-size: 10px;
padding: 0px;
margin: 0px;
text-align: center;
font: 14px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
background: #fff;
color: #777;
}

.loginText {
font-family: arial, verdana;
font-weight: bold;
font-size: 12px;
#container {
text-align: left;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
position: relative;
z-index: 1000;
width: 300px;
background: #F1FFDD;
}

.borderBox{
background-color: #555555;
#login_logo {
width: 200px;
height: 75px;
margin-left: 50px;
margin-top: 70px;
padding-top: 10px;
margin-bottom: 20px;
background: #fff url(../webERP.gif) repeat-x left bottom;
}

.middleBar{
background-color: #367CB5;
input{
width: 200px;
border: solid #e3e3e3 1px;
height:25px;
/* background:url(images/input_bg.png) repeat-x left top; */
padding:4px 0;
vertical-align:middle;
margin-left:50px;
margin-bottom:10px;
}

.logoBackground{
background-color: white;
input:hover {
border: solid #aad4e3 1px;
background-position:left bottom;
}

.mainTable{
background-color: #285B86;
input.button {
font-weight: bold;
color: #000;
background:#777C59;
border: solid #e3e3e3 1px;
padding: 0px;
margin-top: 10px;
margin-bottom: 30px;
}

a:hover {
text-decoration: underline;
input.button:hover {
background: #feeC59;
}

input.big {
width: 100px;
label{
width:200px;
padding-top:7px;
padding-left:50px;
}

input.small {
width: 50px;
#demo_text{
margin-left:50px;
width:200px;
}
10 changes: 10 additions & 0 deletions css/professional/default.css
Expand Up @@ -168,6 +168,16 @@ select {
text-align: right;
}

.quick_menu_tab{
background: #EEEEFF;
height:28pt;
white-space: nowrap;
border-left: solid 1px #aaa;
border-right: solid 1px #aaa;
padding-left: 10px;
padding-right: 10px;
text-align: right;
}

/*the Select Customer / Item / Supplier Menu tabs */
.system_menu_tabs {
Expand Down

0 comments on commit d167088

Please sign in to comment.