[Checkins] SVN: gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml Typography refinements, mostly to address white space produced by ReST2HTML docs.

Kevin Teague kevin at bud.ca
Fri Jan 18 01:29:12 EST 2008


Log message for revision 82939:
  Typography refinements, mostly to address white space produced by ReST2HTML docs.

Changed:
  U   gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml

-=-
Modified: gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml
===================================================================
--- gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml	2008-01-18 03:35:57 UTC (rev 82938)
+++ gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml	2008-01-18 06:29:11 UTC (rev 82939)
@@ -5,12 +5,15 @@
 
 body {
 	font-family: verdana;
+	font-size: 95%;
 }
 
 a img {
 	border: none;
 }
 
+/* TODO: we stamp out some of the effects of this later */
+/* we should make this specific to just those elements that need it? */
 dd {
     margin-left: 1.5em;
     line-height: 1.5em;
@@ -62,6 +65,7 @@
 
 .documentContent {
     line-height: 2em;
+    color: #333333;
 }
 
 .documentContent h1.documentFirstHeading {
@@ -104,8 +108,8 @@
 }
 
 .documentContent p {
-	color: #555555;
-	margin: 8px auto;
+	margin: 4px auto;
+	margin-bottom: 0;
 }
 
 .documentContent p.download {
@@ -117,7 +121,6 @@
 }
 
 .documentContent pre {
-	color: #333333;
 	margin: 0.5em auto;
 	padding: 0.25em 1em;
 	border-top: 1px solid #cccccc;
@@ -126,6 +129,10 @@
 	font-size: 120%;
 }
 
+.documentContent tt {
+	font-size: 120%;    
+}
+
 .documentContent ul {
 	color: #555555;
 	margin: 16px auto;
@@ -179,7 +186,18 @@
 	font-size: 10px;
 }
 
+.documentContent dl {
+    margin: 0.25em 0;
+}
 
+.documentContent dd {
+    padding: 0 0 0.75em 0;
+}
+
+.documentContent blockquote {
+    margin: 0em 1em 1em 1em;
+}
+
 /* Document Actions */
 
 .documentActions {



More information about the Checkins mailing list