@import "lib.css";
/* Normal CSS */
body {
margin: 0;
padding: 0;
}
.quote {
text-align: left;
width: 210px;
margin-left: -10px;
font-size: 12pt;
}
/* @ Variables */
@shweet-orange: #ff7d02;
@primary: #2A2A2A;
@secondary: #FFFFFF;
.myFontStyle1 {
color: @secondary;
font-family: Helvetica;
font-size: 14pt;
text-align: center;
}
.myFontStyle2 {
.myFontStyle1;
font-size: 10pt;
text-align: left;
}
.myFontStyle3 {
font-family: HawaiiKiller;
font-size: 40pt;
text-align: left;
.shadow1;
}
.panel {
position:absolute;
right: 2em;
top: 2em;
width: 200px;
height: 400px;
padding: 20px;
background-color: @shweet-orange;
.myFontStyle1;
.rounded-corners;
}
.bar {
width: 100%;
background-color: @primary;
}
.header {
.bar;
height: 5em;
color: @shweet-orange;
.logo {
padding: 20px;
padding-left: 30px;
.myFontStyle3;
}
}
.footer {
.bar;
height: 5em / 2;
position:absolute;
bottom: 0;
}
.copyright {
padding: 10px;
.myFontStyle2;
}