about summary refs log tree commit diff stats
path: root/css/common.css
diff options
context:
space:
mode:
authorCase Duckworth2015-03-03 11:51:04 -0700
committerCase Duckworth2015-03-03 11:51:04 -0700
commitea8f7c796cc669e99f171918bca50eaf71f4533b (patch)
tree5f53d35e82aa9ff19a3178af9313fab780ab3b21 /css/common.css
parentAdd to TODO.txt (diff)
downloadautocento-ea8f7c796cc669e99f171918bca50eaf71f4533b.tar.gz
autocento-ea8f7c796cc669e99f171918bca50eaf71f4533b.zip
Add genre, project js to template; add Georgia to css
Diffstat (limited to 'css/common.css')
-rw-r--r--css/common.css15
1 files changed, 3 insertions, 12 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 */
36table { border-collapse: collapse; }
37td {
38 vertical-align: top;
39}
40tr {
41 border-bottom: 1px solid #aaa;
42 border-top: 1px solid #aaa;
43}
44/* }}} */ 35/* }}} */
45/* Links {{{ */ 36/* Links {{{ */
46a:link { 37a:link {
@@ -90,7 +81,7 @@ header {
90} 81}
91/* headings */ 82/* headings */
92h1.title { 83h1.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}
100h1.subtitle { 91h1.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}
108h2 { 99h2 {
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}