From 4c68d6c1bd9c90fcfcbb18760b468ca97aa4ec6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 28 Jan 2013 08:46:02 +0100 Subject: [PATCH] new subtitle, copyright --- source/_footer.slim | 2 +- source/index.html.slim | 5 ++++- source/stylesheets/site.css.scss | 9 +++++++++ source/stylesheets/solarized.css.scss | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/source/_footer.slim b/source/_footer.slim index dc6de77..062dd7d 100644 --- a/source/_footer.slim +++ b/source/_footer.slim @@ -1,6 +1,6 @@ a name="about" p - ' © Copyright 2012 | + ' © Copyright 2013 | ==link_to "Albert Schulz", "/albert", :title => "About Albert" ' , ==link_to "Jörg Thalheim", "/joerg", :title => "About Jörg" diff --git a/source/index.html.slim b/source/index.html.slim index 2822449..2e6d10b 100644 --- a/source/index.html.slim +++ b/source/index.html.slim @@ -1,5 +1,8 @@ h1#pagetitle Higgs-Boson -h2#pagesubtitle Where dreams become true +h2#pagesubtitle + ' by Albert + span.amp &  + ' Jörg section ul#overview.icons diff --git a/source/stylesheets/site.css.scss b/source/stylesheets/site.css.scss index 1556c71..19a0875 100644 --- a/source/stylesheets/site.css.scss +++ b/source/stylesheets/site.css.scss @@ -73,6 +73,15 @@ footer { } } +.amp, abbr[title="and"] { + font-family: Baskerville,Palatino,"Book Antiqua",serif; + //font-family: 'Lobster', Georgia, Times, serif; + font-style: italic; + font-weight: normal; + line-height: 1em; + margin: 0 0 0.2em; +} + .container { @include accentize($yellow); @include container; diff --git a/source/stylesheets/solarized.css.scss b/source/stylesheets/solarized.css.scss index cd063d1..3388e8d 100644 --- a/source/stylesheets/solarized.css.scss +++ b/source/stylesheets/solarized.css.scss @@ -24,7 +24,7 @@ $green: #859900; h1#pagetitle, h1:first-of-type { color: $rebase1; } h2#pagesubtitle, h2:first-of-type { color: $rebase01; } a, a:active, a:visited { color: $rebase1; } - //a:hover { background-color: $rebase02 } + span.amp { color: $rebase1; } header { background-color: $rebase01; color: $rebase1;