pages/css/main.css

58 lines
811 B
CSS

body {
margin: 20px auto;
width: 60%;
background: #000000 url("/bg.jpg");
margin-bottom: 10px;
}
nav ul, footer ul {
font-family:'Helvetica', 'Sans-Serif';
padding: 0;
list-style: none;
font-weight: bold;
}
nav ul li, footer ul li {
display: inline;
margin-right: 20px;
}
a {
text-decoration: none;
color: #4E5666;
}
a:hover {
text-decoration: underline;
}
h1 {
font-size: 3em;
font-family:'Helvetica', 'Sans-Serif';
color: #ABB2BF;
}
p {
font-size: 1.5em;
line-height: 1.4em;
color: #ABB2BF;
}
footer {
border-top: 1px solid #2F343F;
font-size: .8em;
}
ul.posts {
margin: 20px auto 40px;
font-size: 1.5em;
}
ul.posts li {
list-style: none;
}
img {
border:1px solid #2F343F;
border-radius: 3px;
}