takunomi-blog/style.tmpl

82 lines
1.1 KiB
Cheetah
Raw Normal View History

2017-11-07 11:16:35 +00:00
{{define "style"}}
html, body {
color: LightGrey;
font-family: 'HelveticaNeue-Light','Helvetica Neue', Helvetica, Arial, sans-serif;;
font-size: 15px;
line-height: 170%;
color: #35465D;
background-color: #506692;
}
article {
margin-right: auto;
margin-left: auto;
}
.headerWrapper {
display: flex;
background-color: #506692;
justify-content: left;
text-align: left;
align: left;
font-size: 25px;
min-height: 90px;
}
.header{
margin: auto;
text-align: left;
}
.posts{
width: 700px;
background-color: #506692;
}
.post{
width: 568px;
background-color: #d6e2fa;
padding: 50px;
margin-bottom: 30px;
}
h1 {
text-align: center;
padding-top: 30px;
}
p {
text-indent: 25px;
}
img {
max-width: 500px;
}
ul {
margin: 0;
padding: 0;
}
.tagline{
text-align: center;
}
.menu{
display: flex;
justify-content: center;
padding-bottom: 40px;
}
.menuElement{
padding: 20px;
}
#menu ul{
float: center;
text-align: center;
list-style: none;
}
#menu li{
display: inline-block;
}{{end}}