410 lines
6.7 KiB
CSS
410 lines
6.7 KiB
CSS
/** Adempiere Web Store (c) Jorg Janke */
|
|
/** $Id$ */
|
|
|
|
html{
|
|
overflow-y: hidden;
|
|
overflow-x: hidden;
|
|
overflow: auto;
|
|
}
|
|
body{
|
|
font-family: Times New Roman, serif;
|
|
color: #333333;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
background-color: #FFFFFF;
|
|
overflow-y: auto;
|
|
overflow-x: auto;
|
|
overflow: hidden;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
#page{
|
|
background-color: #CC0000;
|
|
}
|
|
#main {
|
|
background-color: #CC0000;
|
|
clear: both;
|
|
width: 100%;
|
|
border: 0px;
|
|
border-collapse: collapse;
|
|
margin-top: -5px;
|
|
|
|
}
|
|
#menu{
|
|
vertical-align: top;
|
|
text-align: center;
|
|
color: #CCCCCC;
|
|
background-color:#CC0000;
|
|
background-image: url("gwr_footertile.jpg");
|
|
background-repeat: repeat;
|
|
width: 165px;
|
|
float: right;
|
|
padding-top: 5px;
|
|
overflow: hidden;
|
|
margin-top: -5px;
|
|
}
|
|
#content {
|
|
vertical-align: top;
|
|
left: 0px;
|
|
right: 165px;
|
|
margin-right: 0px;
|
|
background-color: #FFFFCC;
|
|
border-width: 0px;
|
|
padding: 5px;
|
|
position: absolute;
|
|
min-width: 730px;
|
|
border-left: 5px solid #CC0000;
|
|
border-top: 5px solid #CC0000;
|
|
}
|
|
#vendorUse{
|
|
vertical-align:top;
|
|
text-align:right;
|
|
margin-top: -3px;
|
|
float: right;
|
|
background-color: #FFFFFF;
|
|
}
|
|
.contentTable{
|
|
width: 100%;
|
|
border: 1px;
|
|
border-spacing: 2px;
|
|
padding: 2px;
|
|
border-color: #003366;
|
|
border-style: solid;
|
|
}
|
|
.internalTable{
|
|
width: 100%;
|
|
padding: 2px;
|
|
border-style: none;
|
|
}
|
|
.adTable{
|
|
width: 100%;
|
|
border: 1px;
|
|
border-spacing: 1px;
|
|
padding: 5px;
|
|
}
|
|
.oddRow{
|
|
background-color: #FFCC99;
|
|
}
|
|
.evenRow{
|
|
background-color: #FF9966;
|
|
}
|
|
.amount{
|
|
text-align: right;
|
|
}
|
|
.quantity{
|
|
text-align: right;
|
|
}
|
|
.numeric{
|
|
text-align: right;
|
|
}
|
|
#footer{
|
|
color: #CCCCCC;
|
|
background-color:#CC0000;
|
|
background-image: url("gwr_footertile.jpg");
|
|
background-repeat: repeat;
|
|
width: 100%;
|
|
height: 80px;
|
|
border: 0px;
|
|
border-collapse: collapse;
|
|
padding: 3px;
|
|
white-space: nowrap;
|
|
min-width: 730px;
|
|
}
|
|
#footerParam4{
|
|
width: 130px;
|
|
text-align: left;
|
|
display:inline;
|
|
float: left;
|
|
white-space: nowrap;
|
|
}
|
|
#footerParam5{
|
|
color: #FFFF99;
|
|
text-align: left;
|
|
display:inline;
|
|
float: left;
|
|
white-space: nowrap;
|
|
}
|
|
#footerParam6{
|
|
width: 165px;
|
|
text-align: center;
|
|
display:inline;
|
|
float: right;
|
|
white-space: nowrap;
|
|
}
|
|
#header{
|
|
background-color:#CCCCCC;
|
|
background-image: url("gwr_header.jpg");
|
|
background-repeat: repeat;
|
|
height: 75px;
|
|
display: block;
|
|
}
|
|
#headerIcon {
|
|
width: 165px;
|
|
height: 80px;
|
|
text-align: center;
|
|
float: right;
|
|
border: 0px;
|
|
}
|
|
#headerIcon img{
|
|
width: 165px;
|
|
height: 80px;
|
|
border-style: none;
|
|
border-width: 0px;
|
|
}
|
|
#headerContent {
|
|
text-align: right;
|
|
color: #FFFFFF;
|
|
font-weight: bold;
|
|
white-space: nowrap;
|
|
position: absolute;
|
|
top: 18px;
|
|
right: 180px;
|
|
height: 51px;
|
|
padding: 4px;
|
|
}
|
|
#headerMenu {
|
|
text-align: left;
|
|
width: 240px;
|
|
float: left;
|
|
position: absolute;
|
|
top: 25px;
|
|
left: 0px;
|
|
padding: 4px;
|
|
}
|
|
a {
|
|
color: #003366;
|
|
text-decoration: none;
|
|
}
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
h1 {
|
|
color: #003366;
|
|
font-size: x-large;
|
|
margin-bottom: 10px;
|
|
margin-top: 0;
|
|
}
|
|
h2 {
|
|
color: #333333;
|
|
font-size: large;
|
|
font-style: italic;
|
|
}
|
|
h3 {
|
|
color: #006699;
|
|
font-size: medium;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
}
|
|
h4 {
|
|
color: #6600CC;
|
|
font-size: medium;
|
|
font-style: italic;
|
|
}
|
|
h5 {
|
|
color: #660099;
|
|
font-size: medium;
|
|
font-weight: normal;
|
|
}
|
|
h6 {
|
|
font-size: larger;
|
|
font-weight: bold;
|
|
}
|
|
hr {
|
|
padding-bottom: 0;
|
|
padding-top: 0;
|
|
width: 90%;
|
|
margin-left: 5%;
|
|
}
|
|
p {
|
|
text-align: justify;
|
|
}
|
|
th {
|
|
color: #EEEEEE;
|
|
border: 1px;
|
|
border-color: #CCCCCC;
|
|
border-style: outset;
|
|
background-color: #CC0000;
|
|
text-align: left;
|
|
vertical-align: top;
|
|
}
|
|
caption {
|
|
color: #660099;
|
|
text-align: left;
|
|
font-style: italic;
|
|
font-weight: bolder;
|
|
}
|
|
.menuDetail{
|
|
color: #006699;
|
|
font-family: Times New Roman,serif;
|
|
font-size: 12px;
|
|
padding-bottom: 0;
|
|
padding-left: 20px;
|
|
padding-top: 0;
|
|
text-decoration: none;
|
|
}
|
|
.menuDetail:hover{
|
|
color: #006699;
|
|
font-family: Times New Roman,serif;
|
|
font-size: 12px;
|
|
padding-bottom: 0;
|
|
padding-left: 20px;
|
|
padding-top: 0;
|
|
text-decoration: underline;
|
|
}
|
|
.menuMain{
|
|
color: #FFFFFF;
|
|
font-weight: bold;
|
|
font-family: Times New Roman,serif;
|
|
font-size: 16px;
|
|
text-align: left;
|
|
text-decoration: none;
|
|
padding-left: 5px;
|
|
background-color: #CC0000;
|
|
}
|
|
.menuMain:hover{
|
|
color: #CC0000;
|
|
font-family: Times New Roman,serif;
|
|
font-size: 16px;
|
|
text-align: left;
|
|
text-decoration: underline;
|
|
background-color: #FFFFCC;
|
|
padding-left: 5px;
|
|
}
|
|
.menuSub{
|
|
color: #FFFFFF;
|
|
font-family: Times New Roman,serif;
|
|
font-size: 14px;
|
|
padding-left: 10px;
|
|
text-align: left;
|
|
text-decoration: none;
|
|
}
|
|
.menuSub:hover{
|
|
color: #CC0000;
|
|
font-family: Times New Roman,serif;
|
|
font-size: 14px;
|
|
padding-left: 10px;
|
|
text-align: left;
|
|
text-decoration: underline;
|
|
background-color: #FFFFCC;
|
|
}
|
|
.error{
|
|
border: 1px solid #FF4A4A;
|
|
color: #FF0000;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
form{
|
|
width: 100%;
|
|
}
|
|
fieldset{
|
|
border: 1px solid #336633;
|
|
clear: both;
|
|
}
|
|
legend{
|
|
color: #003300;
|
|
background: #CCFFCC;
|
|
border: 1px solid #336633;
|
|
padding: 2px 6px;
|
|
}
|
|
label{
|
|
clear: left;
|
|
width: 35%;
|
|
float: left;
|
|
text-align: right;
|
|
margin-right: 0.8em;
|
|
display: block;
|
|
font-weight: bold;
|
|
vertical-align: baseline;
|
|
white-space: nowrap;
|
|
}
|
|
input{
|
|
color: #003366;
|
|
font-weight: bold;
|
|
background: #FFFFFF;
|
|
border: 1px solid #000000;
|
|
}
|
|
select{
|
|
color: #000000;
|
|
background: #ffffff;
|
|
border: 1px solid #CCCCCC;
|
|
}
|
|
.mandatory{
|
|
background:#FFFF66;
|
|
}
|
|
input.disabled{
|
|
border: 0px;
|
|
background: transparent;
|
|
}
|
|
.buttons{
|
|
text-align:center;
|
|
}
|
|
.Cbasket{
|
|
font-size: 9px;
|
|
display: inline;
|
|
}
|
|
#imgButton{
|
|
border-style:outset;
|
|
}
|
|
#imgButtonPressed{
|
|
border-style:inset;
|
|
}
|
|
#status{
|
|
background-color: #fff8dc;
|
|
color: #000000;
|
|
display: none;
|
|
}
|
|
|
|
#validationInfo{
|
|
text-align: center;
|
|
}
|
|
#visaBox{
|
|
width: 40%;
|
|
float:left;
|
|
text-align: right;
|
|
}
|
|
#amexBox{
|
|
width: 40%;
|
|
float:right;
|
|
text-align: left;
|
|
}
|
|
.availProduct{
|
|
/* comment out next line to show the Availability column */
|
|
display:none;
|
|
}
|
|
label#productSearch{
|
|
width:150px;
|
|
float: left;
|
|
text-align: right;
|
|
margin-right: 0.5em;
|
|
display: block;
|
|
}
|
|
.nobr{
|
|
white-space: nowrap;
|
|
}
|
|
.wideText{
|
|
width:100%;
|
|
}
|
|
.lineItem{
|
|
vertical-align: top;
|
|
}
|
|
.entryNote{
|
|
font-size: small;
|
|
color: #666666;
|
|
text-align: center;
|
|
vertical-align: top;
|
|
}
|
|
.emphasized{
|
|
font-weight: bold;
|
|
}
|
|
.disabledMsg{
|
|
display: none;
|
|
font-style: italic;
|
|
text-align: center;
|
|
}
|
|
.tableNav
|
|
{
|
|
vertical-align: top;
|
|
text-align: left;
|
|
width: 100%;
|
|
} |