aboutsummaryrefslogtreecommitdiff
path: root/source/99_result/main.css
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-10-27 16:07:22 +0100
committerAdrian Kummerlaender2014-10-27 16:07:22 +0100
commit53639fdc8a610f4940a3c8e444ed3285641f6d70 (patch)
tree520fb59f2f7d93dd6485b52f7ad34071244df946 /source/99_result/main.css
parente4ae586170229de78aaf00963e2f0c49427a9926 (diff)
downloadOverview-53639fdc8a610f4940a3c8e444ed3285641f6d70.tar
Overview-53639fdc8a610f4940a3c8e444ed3285641f6d70.tar.gz
Overview-53639fdc8a610f4940a3c8e444ed3285641f6d70.tar.bz2
Overview-53639fdc8a610f4940a3c8e444ed3285641f6d70.tar.lz
Overview-53639fdc8a610f4940a3c8e444ed3285641f6d70.tar.xz
Overview-53639fdc8a610f4940a3c8e444ed3285641f6d70.tar.zst
Overview-53639fdc8a610f4940a3c8e444ed3285641f6d70.zip
Added header and article continuation links
* article continuation links are injected into the summary paragraph ** changed article summary transformation `02_augment/articles.xsl` accordingly * added CSS styling based on my blog header style
Diffstat (limited to 'source/99_result/main.css')
-rw-r--r--source/99_result/main.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/source/99_result/main.css b/source/99_result/main.css
index 5f473a7..9408c1f 100644
--- a/source/99_result/main.css
+++ b/source/99_result/main.css
@@ -1,9 +1,9 @@
body{font:1em Droid Sans,sans-serif,Verdana,Arial,FreeSans;color:#272828}
#content{max-width:45em;margin:auto}
-h1{width:100%;border-bottom:0.2em solid #e3e8e8}
a{text-decoration:underline;color:#272828}
a:hover{color:black}
-h2{font-size:1.3em;text-decoration:none;color:#272828;font-weight:bold}
+h1{margin:.5em 0;border-bottom:.2em solid #e3e8e8}
+h2{margin:0;font-size:1.3em;color:#272828;font-weight:bold}
h2 a{text-decoration:none}
h3{font-size:1.2em;color:#F80;font-weight:bold;margin-bottom:.2em;border-bottom:.1em solid #e3e8e8}
h3 span{font-size:0.9em;color:#272828;font-weight:normal}
@@ -15,3 +15,9 @@ dt {float:left;clear:left;width:7em}
dd {padding-bottom:0.75em}
.info{font-size:.8em;margin-bottom:.5em;display:block}
.info a{margin:0 .1em 0 .1em}
+.menuhead{border-bottom:0.2em solid #e3e8e8;overflow:hidden;padding-top:1.5em}
+.menuhead h2{float:left}
+.menuhead ul {float:right}
+.menuhead ul li{float:left;list-style-type:none;padding:0 .2em}
+.menuhead ul li a{text-decoration:none;color:#272828;background:#e3e8e8;border-radius:.3em;padding:.2em}
+.menuhead ul li a:hover{text-decoration:underline}