new subtitle, copyright

This commit is contained in:
Jörg Thalheim 2013-01-28 08:46:02 +01:00
parent dd0d10986c
commit 4c68d6c1bd
4 changed files with 15 additions and 3 deletions

View File

@ -1,6 +1,6 @@
a name="about" a name="about"
p p
' © Copyright 2012 | ' © Copyright 2013 |
==link_to "Albert Schulz", "/albert", :title => "About Albert" ==link_to "Albert Schulz", "/albert", :title => "About Albert"
' , ' ,
==link_to "Jörg Thalheim", "/joerg", :title => "About Jörg" ==link_to "Jörg Thalheim", "/joerg", :title => "About Jörg"

View File

@ -1,5 +1,8 @@
h1#pagetitle Higgs-Boson h1#pagetitle Higgs-Boson
h2#pagesubtitle Where dreams become true h2#pagesubtitle
' by Albert
span.amp & 
' Jörg
section section
ul#overview.icons ul#overview.icons

View File

@ -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 { .container {
@include accentize($yellow); @include accentize($yellow);
@include container; @include container;

View File

@ -24,7 +24,7 @@ $green: #859900;
h1#pagetitle, h1:first-of-type { color: $rebase1; } h1#pagetitle, h1:first-of-type { color: $rebase1; }
h2#pagesubtitle, h2:first-of-type { color: $rebase01; } h2#pagesubtitle, h2:first-of-type { color: $rebase01; }
a, a:active, a:visited { color: $rebase1; } a, a:active, a:visited { color: $rebase1; }
//a:hover { background-color: $rebase02 } span.amp { color: $rebase1; }
header { header {
background-color: $rebase01; background-color: $rebase01;
color: $rebase1; color: $rebase1;