comparison static/css/theme.css @ 76:e4faf6f90710

Added Tribal Fires quotes on the home page.
author Brian Neal <bgneal@gmail.com>
date Sat, 28 Jul 2012 22:22:02 -0500
parents 0e51e5be34b9
children 0a8942306b04
comparison
equal deleted inserted replaced
75:fa072915b52b 76:e4faf6f90710
274 274
275 #slideshow { 275 #slideshow {
276 width: 600px; 276 width: 600px;
277 height: 200px; 277 height: 200px;
278 } 278 }
279
280 .quotes h2 {
281 font: italic 20px verdana, tahoma, arial, sans-serif;
282 padding-top: 0px;
283 margin-top: 0em;
284 color: #EF7D21;
285 border-top: none;
286 }
287 .quotes blockquote {
288 color: #EF7D21;
289 font-style: italic;
290 font-family:'Courier New', Courier, monospace;
291 padding:10px;
292 }
293 .quotes blockquote.odd {
294 border: 1px dotted #6B969C;
295 -moz-box-shadow: 3px 3px 4px #000;
296 -webkit-box-shadow: 3px 3px 4px #000;
297 box-shadow: 3px 3px 4px #000;
298 /* For IE 8 */
299 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
300 /* For IE 5.5 - 7 */
301 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
302 }
303 .quotes blockquote .citation {
304 font-style: normal;
305 font-size: smaller;
306 font-family: arial, helvetica, sans-serif;
307 padding:20px;
308 }