diff options
author | Case Duckworth | 2015-03-03 11:51:04 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-03 11:51:04 -0700 |
commit | ea8f7c796cc669e99f171918bca50eaf71f4533b (patch) | |
tree | 5f53d35e82aa9ff19a3178af9313fab780ab3b21 /css | |
parent | Add to TODO.txt (diff) | |
download | autocento-ea8f7c796cc669e99f171918bca50eaf71f4533b.tar.gz autocento-ea8f7c796cc669e99f171918bca50eaf71f4533b.zip |
Add genre, project js to template; add Georgia to css
Diffstat (limited to 'css')
-rw-r--r-- | css/common.css | 15 | ||||
-rw-r--r-- | css/paul.css | 4 | ||||
-rw-r--r-- | css/stark.css | 11 |
3 files changed, 16 insertions, 14 deletions
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 { | |||
32 | margin: auto; | 32 | margin: auto; |
33 | padding-bottom: 3em; /*height of nav*/ | 33 | padding-bottom: 3em; /*height of nav*/ |
34 | } | 34 | } |
35 | /* Tables */ | ||
36 | table { border-collapse: collapse; } | ||
37 | td { | ||
38 | vertical-align: top; | ||
39 | } | ||
40 | tr { | ||
41 | border-bottom: 1px solid #aaa; | ||
42 | border-top: 1px solid #aaa; | ||
43 | } | ||
44 | /* }}} */ | 35 | /* }}} */ |
45 | /* Links {{{ */ | 36 | /* Links {{{ */ |
46 | a:link { | 37 | a:link { |
@@ -90,7 +81,7 @@ header { | |||
90 | } | 81 | } |
91 | /* headings */ | 82 | /* headings */ |
92 | h1.title { | 83 | h1.title { |
93 | font-family: "Playfair Display", serif; | 84 | font-family: "Playfair Display", Georgia, serif; |
94 | font-size: 16pt; | 85 | font-size: 16pt; |
95 | /* font-weight: bold; */ | 86 | /* font-weight: bold; */ |
96 | font-weight: 400; | 87 | font-weight: 400; |
@@ -98,7 +89,7 @@ h1.title { | |||
98 | text-transform: uppercase; | 89 | text-transform: uppercase; |
99 | } | 90 | } |
100 | h1.subtitle { | 91 | h1.subtitle { |
101 | font-family: "Playfair Display", serif; | 92 | font-family: "Playfair Display", Georgia, serif; |
102 | font-size: 15pt; | 93 | font-size: 15pt; |
103 | font-style: italic; | 94 | font-style: italic; |
104 | font-weight: 400; | 95 | font-weight: 400; |
@@ -106,7 +97,7 @@ h1.subtitle { | |||
106 | top: -0.5em; | 97 | top: -0.5em; |
107 | } | 98 | } |
108 | h2 { | 99 | h2 { |
109 | font-family: "Playfair Display", serif; | 100 | font-family: "Playfair Display", Georgia, serif; |
110 | font-size: 12pt; | 101 | font-size: 12pt; |
111 | font-weight: 600; | 102 | font-weight: 600; |
112 | } | 103 | } |
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 @@ | |||
9 | 9 | ||
10 | /* Blockquote = typewriter */ | 10 | /* Blockquote = typewriter */ |
11 | blockquote { | 11 | blockquote { |
12 | font-family: "Courier Prime", Courier, monospace; | 12 | font-family: "Courier Prime", "Courier New", Courier, monospace; |
13 | font-size: 10pt; | 13 | font-size: 10pt; |
14 | border: 1px solid black; | 14 | border: 1px solid black; |
15 | max-width: 30em; | 15 | max-width: 30em; |
@@ -26,6 +26,6 @@ blockquote ul li:before { | |||
26 | 26 | ||
27 | /* Emphasis = handwritten */ | 27 | /* Emphasis = handwritten */ |
28 | em { | 28 | em { |
29 | font-family: "Playfair Display", sans-serif; | 29 | font-family: "Playfair Display", Georgia, sans-serif; |
30 | font-style: italic; | 30 | font-style: italic; |
31 | } | 31 | } |
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 @@ | |||
1 | /* STARK RAVING css project rules */ | ||
2 | |||
3 | /* Tables */ | ||
4 | table { border-collapse: collapse; } | ||
5 | td { | ||
6 | vertical-align: top; | ||
7 | } | ||
8 | tr { | ||
9 | border-bottom: 1px solid #aaa; | ||
10 | border-top: 1px solid #aaa; | ||
11 | } | ||