CPI Ordering System (the old version)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 

51 lines
852 B

* {
margin: 0;
}
body {
background: url(../img/bg.png) repeat-x scroll 0 0 #FCFCFC;
margin: 10px 20px;
}
h1 {
font-family: 'Anton', sans-serif;
font-size: 45px;
margin-bottom: 25px;
}
p {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 16px;
line-height: 24px;
margin-bottom: 9px;
}
a {
color: #0088CC;
text-decoration: none;
}
small {
color: #888888;
font-size: 10px;
}
strong {
display: block;
margin: 15px 0 35px;
font-size: 25px;
}
.signature {
margin-top: 20px;
}
.signature .brand {
font-family: 'Anton', sans-serif;
font-size: 20px;
}
.footprint {
border-top: 1px solid #E5E5E5;
margin-top: 20px;
}
.footprint .icon-dbs {
background-image: url(../img/sprite.png);
background-position: 0px -214px;
width: 174px;
display: block;
height: 26px;
opacity: 0.5;
margin: 5px 0 0 120px;;
}