47 lines
816 B
CSS
47 lines
816 B
CSS
|
|
/**************************************/
|
|
/**** SuperSmash Framework ****/
|
|
/**** Created By SuperSmash ****/
|
|
/**** Started on: 25-04-2012 ****/
|
|
/**************************************/
|
|
|
|
html,
|
|
body {
|
|
margin:0;
|
|
padding:0;
|
|
height:100%;
|
|
}
|
|
|
|
#header{
|
|
padding:10px;
|
|
}
|
|
|
|
.SuperSmashFrameworkWrapper {
|
|
min-height:10%;
|
|
height:100%;
|
|
}
|
|
|
|
.SuperSmashFramework {
|
|
position:relative;
|
|
float:bottom;
|
|
bottom:0px;
|
|
width:100%;
|
|
height:55px;
|
|
background: url(../images/footer.png) repeat-x;
|
|
background-position:center;
|
|
color: #fff;
|
|
font: 0.8em helvetica,arial,sans-serif;
|
|
}
|
|
|
|
.SuperSmashFramework a {
|
|
color: #fff;
|
|
}
|
|
|
|
.SuperSmashFramework p {
|
|
margin-bottom:10px;
|
|
font: 0.8em helvetica,arial,sans-serif;
|
|
position: absolute;
|
|
bottom: 15px;
|
|
width: 100%;
|
|
text-align:center;
|
|
} |