
Untitled
By: a guest on
Sep 15th, 2012 | syntax:
None | size: 1.20 KB | hits: 8 | expires: Never
html, body {
height: 100%;
background-color: #efefef;
}
body {
padding-top: 50px;
}
.pageWrapper {
width: 60%;
margin: auto;;
background: #ffffff;
border: 1px solid;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
/* box shadow */
-webkit-box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.75);
box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.75);
/* border radius */
-webkit-border-radius: 50px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius: 50px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomright: 5px;
border-radius: 50px;
border-top-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.header {
border-bottom: 1px solid;
}
.content {
border-bottom: 1px solid;
margin-top: 30px;
margin-bottom: 30px;
}
.blogInfo {
overflow: hidden;
}
#copyright-text p {
text-align: right;
font-family: "Sans";
font-size: 10px;
}
#title {
float: left;
}
#description p {
font-family: "Trebuchet MS";
font-size: 12px;
}
.rightSide {
float: right;
position: relative;
left: -30px;
bottom: -40px;
}
.clear-both {
clear: both;
}