klnodekb/public/css/infopanel.css

84 lines
1.5 KiB
CSS

.infoPanel {
text-align: left;
margin-left: 0% ;
display: block;
padding: 0 0 0 0;
width:85%;
height:180px;
background-color: #2e353d;
border: none;
position: fixed;
bottom: 0px;
}
.infoPanel .brand {
background-color: #23282e;
line-height: 50px;
display: block;
text-align: left;
font-size: 20px;
color: #6f8aac;
}
.labelinfoHeader{
font-family: verdana;
/*background-color: #181c20;*/
border-left: 3px solid #2e353d;
border-bottom: 1px solid #23282e;
background-color: #2e353d;
line-height: 28px;
margin-left: 0px;
color: #d19b3d;
font-size: 16pt;
display: block
}
.labelinfoContent{
font-family: verdana;
/*background-color: #181c20;*/
border-left: 3px solid #2e353d;
border-right: 3px solid #2e353d;
border-bottom: 1px solid #23282e;
background-color: #2e353d;
line-height: 28px;
margin-left: 0;
color: #e1ffff;
width: 100%;
font-size: 10pt;
display: block;
}
.container#wrapper{
padding-left: 0px;
width: 100%;
}
.productList {
width: 100%;
background-color: #3a4858;
}
.product .name {
margin-left: 10px;
text-align: left;
}
.product .price {
margin-right: 10px;
text-align: right;
color:#acbac7;
font-size: 12pt;
float: right;
}
.alert-fixed {
position:fixed;
top: 0px;
left: 350px;
/*width: 100%;*/
z-index:9999;
border-radius:0px
}