From 06be3368da3cef043d3939b918f7c27fb08c6e10 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Tue, 17 Nov 2015 11:56:31 -0500 Subject: redid resume section and tricked out templates a bit --- design/sass/_resume.scss | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) (limited to 'design/sass') diff --git a/design/sass/_resume.scss b/design/sass/_resume.scss index 70b7e99..1bd9db2 100644 --- a/design/sass/_resume.scss +++ b/design/sass/_resume.scss @@ -101,3 +101,44 @@ font-family: sans-serif; } } +.publications-list { + text-align: left; + @include constrain_narrow; + h2 { + @include smcaps; + @include fontsize(12); + font-weight: 400; + text-align: left; + border-bottom: 1px dotted #333; + margin-bottom: 2em; + &:first-of-type { + margin-top: 3em; + } + } + h3, time { + display: inline; + } + time:before { + content: "\00a0 \00a0" + } +} + +.pub-title a { + color: $brown; + text-decoration: none; + font-weight: 400; +} +.resume h6 { + @include constrain_narrow; + text-align: left; + margin-bottom: 0.5em; + font-weight: 400; + @include fontsize(12); +} +.toc { + @include constrain_narrow; + text-align: left; + a { + color: $brown; + } +} -- cgit v1.2.3