pages/css/main.css

59 lines
811 B
CSS
Raw Normal View History

2015-11-04 22:59:46 +00:00
body {
margin: 20px auto;
width: 60%;
background: #000000 url("/bg.jpg");
margin-bottom: 10px;
2015-11-04 22:59:46 +00:00
}
2015-11-04 22:59:46 +00:00
nav ul, footer ul {
font-family:'Helvetica', 'Sans-Serif';
padding: 0;
list-style: none;
font-weight: bold;
}
2015-11-04 22:59:46 +00:00
nav ul li, footer ul li {
display: inline;
margin-right: 20px;
}
2015-11-04 22:59:46 +00:00
a {
text-decoration: none;
color: #4E5666;
2015-11-04 22:59:46 +00:00
}
2015-11-04 22:59:46 +00:00
a:hover {
text-decoration: underline;
}
2015-11-04 22:59:46 +00:00
h1 {
font-size: 3em;
font-family:'Helvetica', 'Sans-Serif';
color: #ABB2BF;
2015-11-04 22:59:46 +00:00
}
2015-11-04 22:59:46 +00:00
p {
font-size: 1.5em;
line-height: 1.4em;
color: #ABB2BF;
}
2015-11-04 22:59:46 +00:00
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;
2015-11-05 16:45:19 +00:00
border-radius: 3px;
}