2019-05-01 18:06:46 +00:00
|
|
|
body {
|
|
|
|
font-family: sans-serif;
|
|
|
|
color: #333;
|
|
|
|
background-color:#eee;
|
2019-05-01 18:26:30 +00:00
|
|
|
font-size:1.1em;
|
2019-05-01 18:06:46 +00:00
|
|
|
}
|
|
|
|
a {
|
|
|
|
color: #777;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2019-05-01 18:42:33 +00:00
|
|
|
article, footer {
|
2019-05-01 18:06:46 +00:00
|
|
|
width: 50%;
|
|
|
|
max-width: 1000px;
|
|
|
|
min-width: 400px;
|
|
|
|
margin: 0 auto;
|
2019-05-01 18:26:30 +00:00
|
|
|
line-height:1.4em;
|
2019-05-01 18:06:46 +00:00
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 3em;
|
|
|
|
font-weight: 200;
|
2019-05-01 18:30:26 +00:00
|
|
|
font-family:serif;
|
2019-05-01 18:26:30 +00:00
|
|
|
}
|
|
|
|
ul {
|
|
|
|
list-style-type: none;
|
2019-05-01 18:42:33 +00:00
|
|
|
}
|
|
|
|
ul.compact {
|
2019-05-01 18:26:30 +00:00
|
|
|
padding: 0;
|
2019-05-01 18:42:33 +00:00
|
|
|
}
|
|
|
|
ul li {
|
|
|
|
margin-top:5px;
|
|
|
|
}
|