diff html-elements.css @ 2:6b9d46abd911

Redo for new layout -- not yet completed
author Chris Cannam
date Tue, 06 Dec 2011 17:06:58 +0000
parents 10b7ded9b083
children 1e65fbe45c61
line wrap: on
line diff
--- a/html-elements.css	Wed Jul 13 15:24:05 2011 +0100
+++ b/html-elements.css	Tue Dec 06 17:06:58 2011 +0000
@@ -59,10 +59,19 @@
   body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6
   {
     font-family: GilliusADFNo2, Candara, Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif; 
-    background: #fdfaf0;
+/*    background: #fdfaf0; */
+    background: #fdfbf5; 
     color: #3e442c;
   }
 
+  .twtr-widget, .twtr-tweets, .twtr-join-conv {
+    font-family: GilliusADFNo2, Candara, Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif !important;
+    line-height: 1.3em !important;
+  }    
+
+  .twtr-hd { display: none; }
+  .twtr-ft { display: none; }
+
   pre, code
   {
     font-size: 1.1em; /* Monospace fonts can be hard to read */
@@ -137,6 +146,10 @@
     font-weight: normal;
   }
 
+  td h3, td h4 {
+    margin-bottom: 0;
+  }
+
 /** block-level elements **/
   p, ul, ol, dl, pre, table, fieldset, blockquote
   {