restructured resource files directories

This commit is contained in:
Jeena 2015-02-28 21:43:53 +01:00
parent b6c0d89f1f
commit e14a639d71
18 changed files with 29 additions and 23 deletions

65
html/content.css Normal file
View file

@ -0,0 +1,65 @@
html, body {
margin: 0;
padding: 0;
}
body {
background: #eee;
font-family: sans-serif;
padding: 10pt 15pt;
font-weight: lighter;
}
h1 {
font-weight: lighter;
font-size: 1.4em;
margin: 0;
padding: 0;
}
#date:not(:empty) {
border-bottom: 1px solid #aaa;
margin-bottom: 1em;
padding-bottom: 1em;
display: block;
}
.starred:after {
content: "*";
}
header p {
color: #aaa;
margin: 0;
padding: 0;
font-size: 0.8em;
}
a {
color: inherit;
text-decoration: none;
}
article {
line-height: 1.6;
}
article a {
text-decoration: underline;
}
blockquote {
font-style: italic;
}
img {
max-width: 100%;
height: auto;
}
div > a:only-child img, figure > a:only-child img, p > a:only-child img,
figure > img:only-child, div > img:only-child, p > img:only-child {
display: block;
margin: 1em auto;
float: none !important;
}