summaryrefslogtreecommitdiffstats
path: root/src/style.css
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-14 01:22:31 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-14 01:27:05 +0200
commitd9ae9febd9668f89c8694b66d7a0323027d416b2 (patch)
tree20d40d7b9e939c90eb7cd8b09fb7f076722c3443 /src/style.css
parentfd1c56a9763ab2da0edcfdfbafc51db369c3950f (diff)
downloadwebsite-d9ae9febd9668f89c8694b66d7a0323027d416b2.tar.xz
redo website using bupa, ReST, and jinja templates
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/style.css b/src/style.css
index ad71adc..1784d6f 100644
--- a/src/style.css
+++ b/src/style.css
@@ -48,30 +48,30 @@ header h1 {
margin: 0;
}
-.post, .botborder {
+.entry, .botborder {
margin-bottom: 1rem;
border-bottom: 0.15rem;
border-bottom-style: dotted;
border-bottom-color: #bbb;
}
-.post {
+.entry {
color: #222;
}
-.post .title {
+.entry .title {
font-size: 1.4rem;
- margin-top: 0;
+ margin-top: 0.3rem;
margin-bottom: 0.3rem;
}
-.post .info {
+.entry .info {
font-size: 0.9rem;
color: #505050;
margin-bottom: -0.4rem;
}
-.post > p:first-of-type:first-letter {
+.entry div > p:first-of-type:first-letter {
float: left;
color: #903;
- font-size: 3rem;
+ font-size: 2.8rem;
line-height: 2rem;
padding-top: 0.4rem;
padding-right: 0.4rem;
@@ -79,24 +79,24 @@ header h1 {
font-family: 'Georgia';
}
@media (max-width: 767px) {
- .post > p:first-of-type:first-letter {
+ .entry div > p:first-of-type:first-letter {
padding-top: 0.3rem;
padding-right: 0.2rem;
font-size: 2.7rem;
}
}
-#about {
+#index, #about {
padding-bottom: 0.5rem;
color: #222;
}
-#about p#last-upd {
+p#last-upd {
font-size: 14px;
text-align: right;
margin: 0;
}
-#about p#author {
+p#author {
font-size: 14px;
text-align: right;
margin: 0;