[Checkins] SVN: gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml A whole pack of small CSS fixes.

Kevin Teague kevin at bud.ca
Wed Nov 14 07:14:28 EST 2007


Log message for revision 81829:
  A whole pack of small CSS fixes.

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	2007-11-14 12:13:27 UTC (rev 81828)
+++ gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml	2007-11-14 12:14:27 UTC (rev 81829)
@@ -11,6 +11,12 @@
 	border: none;
 }
 
+dd {
+    margin-left: 1.5em;
+    line-height: 1.5em;
+    padding-bottom: 1em;
+}
+
 /* Layers */
 
 #portal-siteactions,
@@ -55,6 +61,10 @@
 
 /* Document Content */
 
+.documentContent {
+    line-height: 1.5em;
+}
+
 .documentContent h1.documentFirstHeading {
 	margin: 0px !important;
 }
@@ -108,7 +118,7 @@
 .documentContent pre {
 	font-size: 11px;
 	line-height: 18px;
-	color: #A90101;
+	color: #555555;
 	margin: 8px auto;
 	padding: 16px 8px;
 	border-top: 1px solid #cccccc;
@@ -125,8 +135,7 @@
 }
 
 .documentContent li {
-	margin: 0 50px 0 0;
-	left: 0;
+	margin: 0 50px 1em 0;
 	padding: 0;
 }
 
@@ -252,10 +261,12 @@
 	display: none;
 }
 
-.portlet {
+dl.portlet {
 	font-size: 13px;
 	line-height: 13px;
 	margin-bottom: 0em;
+	width: 264px;
+	border-bottom: 2px solid #dddddd;
 }
 
 .portlet p {
@@ -263,27 +274,14 @@
 	margin: 0 8px 8px 8px;
 }
 
-#portal-column-one .portletHeader {
-	border: 0px solid transparent;
-}
-
-#portal-column-one .portlet {
-	background: rgb(221, 221, 221) url(&dtml-portal_url;/sidebarBackground.jpg) repeat-y scroll 0%;
-	border-bottom: 0px solid transparent;
-}
-
-#portal-column-one .portletItem {
-	border-left: 0px solid transparent;
-	border-right: 0px solid transparent;
-}
-
 .portlet a {
 	color: #F7DA4A;
 }
 
-dt.portletHeader {
+.portletHeader {
     background-color: transparent;
 	background: rgb(221, 221, 221) url(&dtml-portal_url;/sidebarBackground.jpg) repeat-y scroll 0%;
+    border-width: 0;
 }
 
 .portlet h2 {
@@ -306,8 +304,17 @@
     color: #bbbbbb;
 }
 
+.portletFooter {
+    background-color: #eeeeee;
+    border-color: #dddddd;
+	border-left: 2px solid #dddddd;
+	border-right: 2px solid #dddddd;
+}
+
 .portletItem {
 	padding: 5px;
+	border-left: 2px solid #dddddd;
+	border-right: 2px solid #dddddd;
 }
 
 .portletItemDetails {
@@ -317,6 +324,24 @@
 	font-weight: bold;
 }
 
+/* the distinction between portlets that live in the left-column and portlets
+   inside the documentContent (PHC) needs to be worked on.
+*/
+
+#portal-column-one .portletHeader {
+	border: 0px solid transparent;
+}
+
+#portal-column-one .portlet {
+	background: rgb(221, 221, 221) url(&dtml-portal_url;/sidebarBackground.jpg) repeat-y scroll 0%;
+	border-bottom: 0px solid transparent;
+}
+
+#portal-column-one .portletItem {
+	border-left: 0px solid transparent;
+	border-right: 0px solid transparent;
+}
+
 #portal-column-one .lastItem {
 	background: url(&dtml-portal_url;/sidebarBottom.jpg) no-repeat bottom center;
 	border-bottom: 0px solid transparent;
@@ -375,6 +400,16 @@
 
 /* Navigation Portlet */
 
+.navTreeLevel1 {
+    padding: 0;
+    margin-left: 1em;
+}
+
+.navTreeLevel2 {
+    padding: 0;
+    margin-left: 2em;
+}
+
 .navTreeItem a  {
 	color:  #555;
 	font-size: 13px;
@@ -484,9 +519,6 @@
     font-size: 80%;
 }
 
-dl.collapsible {
-    border: 1px solid #555555 !important;
-}
 
 /* Forms */
 
@@ -506,7 +538,7 @@
         border: 2px solid #999999;
         margin: 1em 0em 1em 0em;
         clear: both;
-        font-size: 85%;
+        font-size: 75% !important;
 }
 
 table.listing a {
@@ -571,4 +603,10 @@
 }
 
 
+/* Plone Help Center */
+
+.poweredBy {
+    font-size: 80%;
+}
+
 /* </dtml-with> (please do not molest the dtml) */



More information about the Checkins mailing list