111 lines
No EOL
1.8 KiB
CSS
111 lines
No EOL
1.8 KiB
CSS
@import "/css/fonts/clearsans.css";
|
|
|
|
body {
|
|
font-family: 'Clear sans';
|
|
}
|
|
|
|
header {
|
|
background: #333 none repeat scroll 0% 0%;
|
|
}
|
|
|
|
#banner {
|
|
overflow: hidden;
|
|
padding: 4em 0 5em;
|
|
color: rgba(255, 255, 255, 0.8);
|
|
background: transparent url('/images/promo/bg2.png') repeat-x scroll 0 0 / cover;
|
|
/*background-color: #202020 none repeat scroll 0% 0% / cover;*/
|
|
/*background-position: center;*/
|
|
}
|
|
|
|
#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;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
|
|
.compute-node-head {
|
|
background: #a0d3e8;
|
|
padding: 10px;
|
|
}
|
|
.compute-node-head div {
|
|
background: #fff;
|
|
padding: 10px;
|
|
}
|
|
.compute-node-item {
|
|
background: #fff;
|
|
padding: 10px;
|
|
}
|
|
.compute-node-item div {
|
|
padding: 10px;
|
|
}
|
|
|
|
#account_bills {
|
|
color: white;
|
|
}
|
|
|
|
footer {
|
|
background-color: #f0f0f0;
|
|
/*border-top: 1px solid #999;*/
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 3em; /* choose any height */
|
|
}
|
|
|
|
footer .row div ul {
|
|
list-style: none;
|
|
}
|
|
footer .row div ul li {
|
|
float: left;
|
|
background-color: #f1f1f1;
|
|
margin: .7em;
|
|
} |