Major changes to the structure of pages to utilize the flex layout system.

This commit is contained in:
Wynne Crisman
2016-11-19 19:39:02 -08:00
parent 46ef9680c3
commit 4315418aa1
64 changed files with 3590 additions and 16015 deletions

55
public/admin/legal.styl Normal file
View File

@@ -0,0 +1,55 @@
/* 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;
}