Add default footer; further cleanup
This commit is contained in:
@ -1,27 +1,52 @@
|
||||
html{font-family:Monospace;background-color:#f1f6f0;color:#222323}
|
||||
html{background-color:#f1f6f0;color:#222323}
|
||||
a{text-decoration:none}
|
||||
h2{text-transform:uppercase}
|
||||
h3{margin:0.25em 0 0.25em 0}
|
||||
p{margin:0.4em 0 0.4em 0}
|
||||
a{color:#6D92AD}
|
||||
|
||||
body {
|
||||
margin: 1% 2%;
|
||||
margin: 0 auto;
|
||||
font-family: Monospace;
|
||||
font-size: 1.25em;
|
||||
font-weight: 300;
|
||||
text-align: left
|
||||
}
|
||||
|
||||
body strong {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
body li {
|
||||
list-style-type: "~> ";
|
||||
}
|
||||
|
||||
footer {
|
||||
position: absolute;
|
||||
margin: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
background-color: rgba(109, 146, 173, 0.3);
|
||||
text-align: center;
|
||||
padding: 1em 0 0.9em 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
footer p {
|
||||
font-size: 0.75em;
|
||||
margin: 0 2em;
|
||||
color: #f1f6f0;
|
||||
}
|
||||
|
||||
footer p a {
|
||||
color: #f1f6f0;
|
||||
}
|
||||
|
||||
.main {
|
||||
margin: 1em auto;
|
||||
max-width: 60%;
|
||||
}
|
||||
|
||||
.navContainer {
|
||||
margin: 1.5em 0;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
@ -59,3 +84,10 @@ body li {
|
||||
.postList {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
@media only screen and (max-width : 768px) {
|
||||
.main {
|
||||
margin: 1em auto;
|
||||
max-width: 90%;
|
||||
}
|
||||
}
|
||||
|
1
data/posts/footer.md.example
Normal file
1
data/posts/footer.md.example
Normal file
@ -0,0 +1 @@
|
||||
Copyright [Your Name](youremail@address.local)
|
Reference in New Issue
Block a user