diff --git a/themes/informatic/anon.png b/themes/modern/anon.png similarity index 100% rename from themes/informatic/anon.png rename to themes/modern/anon.png diff --git a/themes/informatic/doc.xml b/themes/modern/doc.xml similarity index 100% rename from themes/informatic/doc.xml rename to themes/modern/doc.xml diff --git a/themes/informatic/html.css b/themes/modern/html.css similarity index 94% rename from themes/informatic/html.css rename to themes/modern/html.css index 5f4c026..2ebd70d 100644 --- a/themes/informatic/html.css +++ b/themes/modern/html.css @@ -7,7 +7,7 @@ main { } body { - font-family: 'Lato', sans-serif; + font-family: 'Helvetica Neue', Helvetica, 'Lato', sans-serif; font-size: 15px; color: #333; line-height: 1.42857143; @@ -92,13 +92,17 @@ a, a:visited { font-weight: bold; } +a:hover { + text-decoration: underline; +} + .defunct { color: #989898; font-weight: bold; } #summary > p > strong { - font-size: 150%; + font-size: 1.25em; } @@ -193,3 +197,7 @@ a, a:visited { text-transform: uppercase; font-weight: normal; } + +.res-label { + font-style: italic; +} diff --git a/themes/informatic/html.html b/themes/modern/html.html similarity index 87% rename from themes/informatic/html.html rename to themes/modern/html.html index 974d323..5668b55 100644 --- a/themes/informatic/html.html +++ b/themes/modern/html.html @@ -83,9 +83,9 @@ {% r.work.forEach( function( proj, idx, ar) { %} {% if( proj.website && proj.website.length ) { %} -
{{ pub.summary }}
+ + {{ pub.summary|md }} + {% }); %} {% } %} @@ -171,9 +173,9 @@ {% r.volunteer.forEach( function( vol, idx, ar) { %} {% if( vol.website && vol.website.length ) { %} -