From ea8f7c796cc669e99f171918bca50eaf71f4533b Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 3 Mar 2015 11:51:04 -0700 Subject: Add genre, project js to template; add Georgia to css --- css/common.css | 15 +++------------ css/paul.css | 4 ++-- css/stark.css | 11 +++++++++++ 3 files changed, 16 insertions(+), 14 deletions(-) (limited to 'css') diff --git a/css/common.css b/css/common.css index d71c16c..ef223cf 100644 --- a/css/common.css +++ b/css/common.css @@ -32,15 +32,6 @@ html, body { margin: auto; padding-bottom: 3em; /*height of nav*/ } -/* Tables */ -table { border-collapse: collapse; } -td { - vertical-align: top; -} -tr { - border-bottom: 1px solid #aaa; - border-top: 1px solid #aaa; -} /* }}} */ /* Links {{{ */ a:link { @@ -90,7 +81,7 @@ header { } /* headings */ h1.title { - font-family: "Playfair Display", serif; + font-family: "Playfair Display", Georgia, serif; font-size: 16pt; /* font-weight: bold; */ font-weight: 400; @@ -98,7 +89,7 @@ h1.title { text-transform: uppercase; } h1.subtitle { - font-family: "Playfair Display", serif; + font-family: "Playfair Display", Georgia, serif; font-size: 15pt; font-style: italic; font-weight: 400; @@ -106,7 +97,7 @@ h1.subtitle { top: -0.5em; } h2 { - font-family: "Playfair Display", serif; + font-family: "Playfair Display", Georgia, serif; font-size: 12pt; font-weight: 600; } diff --git a/css/paul.css b/css/paul.css index f3a41fb..baaccde 100644 --- a/css/paul.css +++ b/css/paul.css @@ -9,7 +9,7 @@ /* Blockquote = typewriter */ blockquote { - font-family: "Courier Prime", Courier, monospace; + font-family: "Courier Prime", "Courier New", Courier, monospace; font-size: 10pt; border: 1px solid black; max-width: 30em; @@ -26,6 +26,6 @@ blockquote ul li:before { /* Emphasis = handwritten */ em { - font-family: "Playfair Display", sans-serif; + font-family: "Playfair Display", Georgia, sans-serif; font-style: italic; } diff --git a/css/stark.css b/css/stark.css index e69de29..8195e8f 100644 --- a/css/stark.css +++ b/css/stark.css @@ -0,0 +1,11 @@ +/* STARK RAVING css project rules */ + +/* Tables */ +table { border-collapse: collapse; } +td { + vertical-align: top; +} +tr { + border-bottom: 1px solid #aaa; + border-top: 1px solid #aaa; +} -- cgit 1.4.1-21-gabe81