56 lines
855 B
Stylus
56 lines
855 B
Stylus
|
|
|
||
|
|
/* Footer Lines */
|
||
|
|
#footer {
|
||
|
|
position: fixed;
|
||
|
|
bottom: 0;
|
||
|
|
height: 50px;
|
||
|
|
left: 0;
|
||
|
|
right: 0;
|
||
|
|
z-index: 200;
|
||
|
|
margin: 0 auto;
|
||
|
|
max-width: 950px;
|
||
|
|
width: 100%;
|
||
|
|
background: #F6F6F6;
|
||
|
|
}
|
||
|
|
|
||
|
|
#copyright {
|
||
|
|
margin-top: 60px;
|
||
|
|
color: black;
|
||
|
|
font-family: verdana, arial, helvetica, sans-serif;
|
||
|
|
font-size: 2em;
|
||
|
|
text-align: left;
|
||
|
|
}
|
||
|
|
|
||
|
|
#copyright a {
|
||
|
|
color: #669;
|
||
|
|
font-family: verdana, arial, helvetica, sans-serif;
|
||
|
|
text-decoration: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
#copyright a:hover {
|
||
|
|
color: #00a55d;
|
||
|
|
}
|
||
|
|
|
||
|
|
#designedBy {
|
||
|
|
margin-top: 26px;
|
||
|
|
font-family: verdana, arial, helvetica, sans-serif;
|
||
|
|
font-size: 1.5em;
|
||
|
|
line-height: .525em;
|
||
|
|
color: #777;
|
||
|
|
white-space: nowrap;
|
||
|
|
letter-spacing: 1px;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
#designedBy a {
|
||
|
|
color: #777;
|
||
|
|
font: Arial, san-serif;
|
||
|
|
text-decoration: none;
|
||
|
|
font-weight: normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
#designedBy a:hover {
|
||
|
|
text-decoration: underline;
|
||
|
|
color: #000;
|
||
|
|
}
|