about summary refs log tree commit diff stats
path: root/css
diff options
context:
space:
mode:
authorCase Duckworth2015-03-02 23:01:03 -0700
committerCase Duckworth2015-03-02 23:01:03 -0700
commitf2398cd8d12a4055801f2eac730c5be8218beff9 (patch)
treefb378180c7426cd690d5424be8bef2bd542cb899 /css
parentFix basic typography in PAUL (diff)
downloadautocento-f2398cd8d12a4055801f2eac730c5be8218beff9.tar.gz
autocento-f2398cd8d12a4055801f2eac730c5be8218beff9.zip
Make compile.sh update file list in lozenge.js
Diffstat (limited to 'css')
-rw-r--r--css/_common.css19
1 files changed, 17 insertions, 2 deletions
diff --git a/css/_common.css b/css/_common.css index d7abae2..1984d9f 100644 --- a/css/_common.css +++ b/css/_common.css
@@ -60,7 +60,8 @@ header {
60h1.title { 60h1.title {
61 font-family: Playfair, serif; 61 font-family: Playfair, serif;
62 font-size: 16pt; 62 font-size: 16pt;
63 font-weight: bold; 63 /* font-weight: bold; */
64 font-weight: 400;
64 letter-spacing: 0.1em; 65 letter-spacing: 0.1em;
65 text-transform: uppercase; 66 text-transform: uppercase;
66} 67}
@@ -68,6 +69,7 @@ h1.subtitle {
68 font-family: Playfair, serif; 69 font-family: Playfair, serif;
69 font-size: 15pt; 70 font-size: 15pt;
70 font-style: italic; 71 font-style: italic;
72 font-weight: 400;
71 position: relative; 73 position: relative;
72 top: -0.5em; 74 top: -0.5em;
73} 75}
@@ -115,10 +117,23 @@ nav {
115 left: 0; 117 left: 0;
116 text-align: center; 118 text-align: center;
117} 119}
120nav .prevlink {
121 float: left;
122 margin: 0 0.5em;
123}
124nav .nextlink {
125 float: right;
126 margin: 0 0.5em;
127}
118nav .prevlink:before { 128nav .prevlink:before {
119 content: '« ' 129 content: ' «'
120} 130}
121nav .nextlink:after { 131nav .nextlink:after {
122 content: ' »' 132 content: ' »'
123} 133}
134#lozenge {
135 position: absolute;
136 left: 50%;
137 text-decoration: none;
138}
124/* }}} */ 139/* }}} */