[Checkins] SVN: gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml Grrr. CSS fixes for that MSIE 6.

Kevin Teague kevin at bud.ca
Fri Jan 11 01:49:09 EST 2008


Log message for revision 82799:
  Grrr. CSS fixes for that MSIE 6.

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 05:32:42 UTC (rev 82798)
+++ gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/skins/smash_styles/gzo.plonesmashtheme.css.dtml	2008-01-11 06:49:08 UTC (rev 82799)
@@ -261,11 +261,7 @@
 
 /* Portlets */
 
-.portletNavigationTree .portletHeader,
-.portletSearch .portletHeader,
-.portletRecent .portletHeader {
-	display: none;
-}
+.portletHeader { display: none; }
 
 dl.portlet {
 	font-size: 13px;
@@ -284,12 +280,6 @@
 	color: #436976;
 }
 
-.portletHeader {
-    background-color: transparent;
-	background: rgb(221, 221, 221) url(&dtml-portal_url;/sidebarBackground.jpg) repeat-y scroll 0%;
-    border-width: 0;
-}
-
 .portlet h2 {
 	color: #bbbbbb;
 	margin: 0px 8px 0px 8px;
@@ -301,7 +291,7 @@
 	font-weight: normal;
 	line-height: 20px;
 	color: #bbbbbb;
-	width: 100%;
+	width: 80%;
 	margin: 0 8px 0px 8px;
 }
 
@@ -360,7 +350,6 @@
 
 #portal-column-one .portletFooter {
 	background: url(&dtml-portal_url;/sidebarBottom.jpg) no-repeat bottom center;
-	border-color: red !important;
 	border-style:  none !important;
 	border-width: 1px !important;
 	height: 5px;
@@ -371,6 +360,7 @@
     display: none;
 }
 
+
 /* Sidebar (part of the left column portlets) */
 
 #sidebarTop {
@@ -386,29 +376,7 @@
     padding-top: 0.5em;
 }
 
-/* Tag Cloud Portlet */
 
-.tag_cloud>p {
-	font-size: 13px;
-	line-height: 22px;
-	color: #555555;
-	width: 100%;
-	margin: 0 8px 8px 8px;
-}
-
-.tag_cloud>a:link {
-	color: #F7DA4A;
-}
-
-.tag_cloud>h3 {
-	font-size: 10px;
-	font-weight: normal;
-	line-height: 20px;
-	color: #bbbbbb;
-	width: 100%;
-	margin: 0 8px -4px 8px;
-}
-
 /* Navigation Portlet */
 
 .navTreeLevel1 {
@@ -422,12 +390,12 @@
 }
 
 .navTreeItem a  {
-	color:  #555;
+	color:  #555555;
 	font-size: 13px;
 	line-height: 20px;
 	margin: 0px 2px;
 	padding: 3px 5px;
-	border:1px solid transparent !important;
+	border: 0px solid transparent !important;
 }
 
 .navTreeItem img {
@@ -435,7 +403,7 @@
 }
 
 .navTreeItem a:hover {
-	background-color: #fff !important;
+	background-color: #ffffff !important;
 	color: #cc9900 !important;
 }
 



More information about the Checkins mailing list