console/SWSCloudAdministrator/static/css/gocloud.css
2016-06-12 02:54:23 +03:00

80 lines
No EOL
1.3 KiB
CSS

@import "/css/fonts/clearsans.css";
body {
font-family: 'Clear sans';
}
header {
background: #333 none repeat scroll 0% 0%;
}
#banner {
overflov: hidden;
padding: 4em 0em 5em;
background: #202020 none repeat scroll 0% 0% / cover;
background-position:
color: rgba(255, 255, 255, 0.8);
background: transparent url(/images/promo/bg2.png) repeat-x scroll 0% 0%;
}
#banner p {
text-align: center;
}
#banner #slogan {
opacity: 0.8;
font-family: 'Clear sans';
font-size: 36px;
color: #FFF;
font-weight: 200;
}
#banner #sub {
opacity: 0.5;
font-family: 'Clear sans';
font-size: 24px;
color: #FFF;
font-weight: 200;
}
#banner {
margin-bottom: 50px;
}
footer {
border-top: 1px solid #999;
}
footer .row {
margin-top: 25px;
margin-bottom: 25px;
}
.price {
text-align: right;
}
.price span {
color: red; font-weight: bolder;
}
ul#paymentlist {
list-style: none;
background: #000;
}
ul#paymentlist li {
float: left;
margin-left: 15px;
margin-right: 15px;
}
ul#paymentlist li img {
height: 38px;
margin-top: 15px;
margin-bottom: 15px;
}
ul#features-list {
/* list-style: none; */
font-size: 1.5em;
}
ul#features-list li {
font-family: 'Clear sans';
margin-left: 15px;
}