Initial commit

This commit is contained in:
Felipe M 2016-12-03 22:10:25 +01:00
commit edb5816892
30 changed files with 534 additions and 0 deletions

View file

@ -0,0 +1,57 @@
body {
font-family: 'Antic Slab';
font-size: 20px;
line-height: 1.5em
}
.center {
margin: 0 auto;
max-width: 920px;
}
a {
text-decoration: underilne;
//color: inherit !important;
color: #c24e4a;
//color: #3da3b7;
}
img { max-width: 100%; }
header {
h1 { margin-bottom: 0; font-size: 1.5em; text-align: right; }
h2 {
font-size: 0.8em;
font-weight: normal;
margin-top: 0;
display: none;
}
}
nav.main-menu {
text-align: right;
}
footer {
font-size: 0.7em;
padding-top: 1em;
}
hr.light {
border: 0px;
margin: 1em 0 1em 0;
border-top: #CCC 1px solid;
}
p:first-child {
margin-top: 0;
}
.text-center {
text-align: center;
}
.float-right {
float: right;
}