View file style/css/wap.css

File size: 3.33Kb
body {
background: #f5f5f5;
margin: 0 auto;
max-width: 450px;
color: #493f3f;
font: 14px tahoma,helvetica,arial,sans-serif;
}

textarea {
width: 100%;
height: 90%;
box-sizing: border-box;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
behavior: url(border-radius.htc);
}

input, select, textarea {
background: #fff;
padding: 8.5px;
width: 100%;
box-sizing: border-box;
border: 1px solid #eee;
margin: 5px 1px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
behavior: url(border-radius.htc);
}

input[type="submit"] {
background: #eb2c2c;
border: 0;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
behavior: url(border-radius.htc);
color: #fff;
}

a.wap_kassa {
background: #00b6ff;
border: 0;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
behavior: url(border-radius.htc);
padding: 8.5px;
color: #fff;
}

a.free_cod {
background: #ffc63e;
border: 0;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
behavior: url(border-radius.htc);
padding: 8.5px;
color: #fff;
}

a.help {
background: #94c65e;
border: 0;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
behavior: url(border-radius.htc);
padding: 8.5px;
color: #fff;
}

a {
color: #797979;
text-decoration: none;
}

img {
vertical-align: middle;
}

.head {
background: #ffffff;
padding: 10px;
margin:0px;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
}

.title_red {
background: #eb2c2c;
padding: 10px;
margin:0px;
color: #fff;
}

.title_red a {
color: #fff;
}

.title_black {
background: #393939;
padding: 10px;
margin:0px;
color: #fff;
}

.title_black a {
color: #fff;
}

.foot {
padding-top: 10px;
padding-bottom: 10px;
margin:0px;
color: #a6a6a6;
}

.foot a {
color: #b1b1b1;
}

.link a {
background: #ffffff;
padding: 10px;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
display: block;
}

.link a:hover {
background: #fcfcfc;
}

.text_center {
background: #ffffff;
padding: 10px;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
display: block;
}

.text_bottom {
background: #ffffff;
padding: 10px;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
display: block;
}

.info_center {
background: #fcfcfc;
padding: 10px;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
display: block;
}

.info_bottom {
background: #fcfcfc;
padding: 10px;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
display: block;
}

.err {
background: #fff4f4;
padding: 10px;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
display: block;
}

.err_bottom {
background: #fff4f4;
padding: 10px;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
display: block;
}

.ok {
background: #f4fff4;
padding: 10px;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
display: block;
}

.ok_bottom {
background: #f4fff4;
padding: 10px;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
display: block;
}

.otz {
padding-right: 5px;
vertical-align: top;
}

.pay {
padding-right: 5px;
}

input[type="checkbox"] { 
width: auto;
}