Mercurial > aurellem
comparison css/dyln-dark-4.css @ 67:898238723c64
launching new website.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 19 Apr 2015 03:54:04 -0700 |
parents | e24672e0365d |
children | 59675c525087 |
comparison
equal
deleted
inserted
replaced
66:e24672e0365d | 67:898238723c64 |
---|---|
33 /* border-bottom:1em solid #09c; */ | 33 /* border-bottom:1em solid #09c; */ |
34 /* background:#000; */ | 34 /* background:#000; */ |
35 /* border-bottom:0.5em solid #00fff0; */ | 35 /* border-bottom:0.5em solid #00fff0; */ |
36 /* border-color:#6a6a68; */ | 36 /* border-color:#6a6a68; */ |
37 | 37 |
38 padding-bottom:2rem; | 38 padding-bottom:2em; |
39 border-bottom:0.0rem solid #00f0ff; | 39 border-bottom:0.0rem solid #00f0ff; |
40 | 40 |
41 border-bottom:0.0rem solid #6a6a68; | 41 border-bottom:0.0rem solid #6a6a68; |
42 } | 42 } |
43 .header h1 { | 43 .header h1 { |
120 margin-left:0; | 120 margin-left:0; |
121 padding-left:0; | 121 padding-left:0; |
122 } | 122 } |
123 li { | 123 li { |
124 list-style-type:none; | 124 list-style-type:none; |
125 width: 70em; | 125 width: 100%; |
126 } | 126 margin-bottom:10px; |
127 div.date:before { | 127 |
128 content:"\00bb "; | 128 } |
129 li:before { | |
130 content:"\00bb"; | |
129 color:rgba(255,255,255,0.5); | 131 color:rgba(255,255,255,0.5); |
132 margin-right: 2px; | |
133 float: left; | |
134 width: 1em; | |
130 } | 135 } |
131 a{color:#5ca7a8;text-decoration:none; | 136 a{color:#5ca7a8;text-decoration:none; |
132 color:#00fff0; | 137 color:#00fff0; |
133 color:#00c0f0; | 138 color:#00c0f0; |
134 } | 139 } |
140 table.toc a{ | |
141 display:inline-block; | |
142 width:80%; | |
143 | |
144 } | |
135 a:hover{text-decoration:underline;} | 145 a:hover{text-decoration:underline;} |
136 | 146 |
137 .footer { | 147 .footer { |
138 color:#6a6a68; | 148 color:#6a6a68; |
139 /* font-size:0.667em; */ | 149 /* font-size:0.667em; */ |
160 color:#f000ff; | 170 color:#f000ff; |
161 color:#00fff0; | 171 color:#00fff0; |
162 color:#fff000; | 172 color:#fff000; |
163 color:#ff00f0; | 173 color:#ff00f0; |
164 color:#00f0ff; | 174 color:#00f0ff; |
165 | |
166 | |
167 | |
168 } | 175 } |
169 p.description, p.micro { | 176 p.description, p.micro { |
170 font-size:0.875em; | 177 font-size:0.875em; |
171 margin:0; | 178 margin:0; |
172 | 179 width:80%; |
173 } | 180 } |
174 p.micro { | 181 p.micro { |
175 color:#6a6a68; | 182 color:#6a6a68; |
176 color:inherit; | 183 color:inherit; |
177 } | 184 } |
204 .footer {color:#869900;} | 211 .footer {color:#869900;} |
205 .footer em {color:inherit;} | 212 .footer em {color:inherit;} |
206 .header h2 {color:#cb4b16;} | 213 .header h2 {color:#cb4b16;} |
207 | 214 |
208 div.date{ | 215 div.date{ |
209 float:left; | 216 float:right; |
210 width: 7em; | 217 width: 7em; |
211 color: cyan; | 218 color: cyan; |
212 } | 219 margin-left: 1em; |
220 } |