diff 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
line wrap: on
line diff
--- a/static/css/theme.css	Sat Jul 14 13:57:25 2012 -0500
+++ b/static/css/theme.css	Sat Jul 28 22:22:02 2012 -0500
@@ -276,3 +276,33 @@
    width: 600px;
    height: 200px;
 }
+
+.quotes h2 {
+   font: italic 20px verdana, tahoma, arial, sans-serif;
+   padding-top: 0px;
+   margin-top: 0em;
+   color: #EF7D21;
+   border-top: none;
+}
+.quotes blockquote {
+   color: #EF7D21;
+   font-style: italic;
+   font-family:'Courier New', Courier, monospace;
+   padding:10px;
+}
+.quotes blockquote.odd {
+   border: 1px dotted #6B969C;
+   -moz-box-shadow: 3px 3px 4px #000;
+   -webkit-box-shadow: 3px 3px 4px #000;
+   box-shadow: 3px 3px 4px #000;
+   /* For IE 8 */
+   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
+   /* For IE 5.5 - 7 */
+   filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
+}
+.quotes blockquote .citation {
+   font-style: normal;
+   font-size: smaller;
+   font-family: arial, helvetica, sans-serif;
+   padding:20px;
+}