summaryrefslogtreecommitdiff
path: root/design/sass
diff options
context:
space:
mode:
Diffstat (limited to 'design/sass')
-rw-r--r--design/sass/_resume.scss41
1 files changed, 41 insertions, 0 deletions
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;
+ }
+}