summaryrefslogtreecommitdiffstats
path: root/org.css
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-24 23:04:18 +0100
committerGravatar Tom Willemse2013-11-24 23:04:18 +0100
commit38adb8d0ac6eebbeb5e26d2095526c3ba9459d7a (patch)
treebc00d817278d80b0d7610b7ef361aae23cebc8e1 /org.css
parent6cbdc4209febfa72a1a107ba95d816bc15b43100 (diff)
downloadorgweb-38adb8d0ac6eebbeb5e26d2095526c3ba9459d7a.tar.gz
orgweb-38adb8d0ac6eebbeb5e26d2095526c3ba9459d7a.zip
Add blog posts
Diffstat (limited to 'org.css')
-rw-r--r--org.css33
1 files changed, 32 insertions, 1 deletions
diff --git a/org.css b/org.css
index 4094807..5495e8c 100644
--- a/org.css
+++ b/org.css
@@ -8,14 +8,41 @@ a:hover {
body {
border: 0;
- font-family: sans-serif;
+ font-family: "PT Sans", sans-serif;
margin: 0;
padding: 0;
line-height: 160%;
+ font-size: 15px;
+}
+
+h1 {
+ font-size: 25px;
+}
+
+h2 {
+ font-size: 23px;
+}
+
+h3 {
+ font-size: 21px;
+}
+
+h4 {
+ font-size: 19px;
+}
+
+h5 {
+ font-size: 17px;
+}
+
+h6 {
+ font-size: 15px;
}
pre {
line-height: 100%;
+ font-family: "PT Mono", monospace;
+ margin: 1.2em -8pt;
}
.tag {
@@ -29,6 +56,10 @@ pre {
padding: 2px 4px;
}
+.timestamp {
+ float: right;
+}
+
#content,
#org-div-home-and-up,
#postamble {