[Checkins] SVN: gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml Refine the documentContent style: increase contrast and size on pre, fix ol bullets, font-sizes are more consistent

Kevin Teague kevin at bud.ca
Fri Jan 11 00:32:44 EST 2008


Log message for revision 82798:
  Refine the documentContent style: increase contrast and size on pre, fix ol bullets, font-sizes are more consistent

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-11 01:18:26 UTC (rev 82797)
+++ gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml	2008-01-11 05:32:42 UTC (rev 82798)
@@ -61,7 +61,7 @@
 /* Document Content */
 
 .documentContent {
-    line-height: 1.5em;
+    line-height: 2em;
 }
 
 .documentContent h1.documentFirstHeading {
@@ -94,12 +94,10 @@
 }
 
 .documentContent .documentDescription {
-	font-weight: bold;
+
 }
 
 .documentContent p {
-	font-size: 13px;
-	line-height: 20px;
 	color: #555555;
 	margin: 8px auto;
 }
@@ -113,30 +111,36 @@
 }
 
 .documentContent pre {
-	font-size: 11px;
-	line-height: 18px;
-	color: #555555;
-	margin: 8px auto;
-	padding: 16px 8px;
+	color: #333333;
+	margin: 0.5em auto;
+	padding: 0.25em 1em;
 	border-top: 1px solid #cccccc;
 	border-bottom: 1px solid #dddddd;
-	background: #eeeeee;
+	background: #f1f1f1;
+	font-size: 120%;
 }
 
 .documentContent ul {
-	font-size: 11px;
-	line-height: 20px;
 	color: #555555;
 	margin: 16px auto;
 	list-style-type: none;
 }
 
-.documentContent li {
+.documentContent ul li {
 	margin: 0 50px 1em 0;
 	padding: 0;
 	list-style: disc;
 }
 
+.documentContent ol {
+    color: #555555;
+}
+
+.documentContent ol li {
+	margin: 0 50px 1em 0;
+	padding: 0;    
+}
+
 .documentContent a:link {
 	color: #555555;
 	text-decoration: none;



More information about the Checkins mailing list