Pas si bonne idée d'appliquer un style sur l'élément <html>.
[Plinn.git] / skins / custom_generic / zpt_stylesheet.css.dtml
index 21d62c3..904ab25 100644 (file)
@@ -5,7 +5,9 @@ body {
   color: &dtml-fontColor;;
   font-family: &dtml-fontFamily;;
   font-size : &dtml-fontBaseSize;;
-  margin: 0 }
+  margin: 0;
+  padding: 0;
+}
 
 h1, h2, h3, h4, h5, h6 {
   font-family: &dtml-headingFontFamily;;
@@ -139,6 +141,7 @@ textarea {
 
 #Masthead td {
   vertical-align: middle;
+  padding:0;
 }
 
 #PortalLogo  {
@@ -194,11 +197,11 @@ textarea {
 .ActionLink a:link,
 .ActionLink a:visited,
 .ActionLink a:active { 
-  color: &dtml-linkColor;;
+  color: &dtml-specialLinkColor;;
   text-decoration: none 
 }
 
-.ActionLink a:hover { color: &dtml-linkHoverColor;}
+.ActionLink a:hover { color: &dtml-specialLinkHoverColor;}
 
 
 /* Breadcrumbs + Search form */  
@@ -215,7 +218,7 @@ textarea {
 
    
 /* Status messages */
-.DesktopStatusBar  {
+#DesktopStatusBar, .DesktopStatusBar  {
   background-color: &dtml-messageBackgroundColor;;
   border: 1px solid &dtml-messageBorderColor;;
   color: &dtml-messageFontColor;;
@@ -226,7 +229,7 @@ textarea {
   vertical-align: middle;
 }
 
-.DesktopStatusBar img {
+#DesktopStatusBar img, .DesktopStatusBar img {
   vertical-align: middle; 
 }
 
@@ -245,8 +248,7 @@ textarea {
 }
 
 .contentTabs a,
-.contentTabs a:visited
-{
+.contentTabs a:visited {
   background-color: &dtml-tabsBackgroundColor;;
   color: &dtml-tabsFontColor;;
   margin-right: 0.5em;
@@ -254,6 +256,7 @@ textarea {
   border-left : 1px dashed &dtml-tabsBorderColor;;
   border-top : 1px dashed &dtml-tabsBorderColor;;
   border-right : 1px dashed &dtml-tabsBorderColor;;
+  border-radius:7px 7px 0 0;
 }
 
 .contentTabs a:hover, .contentTabs a:active {
@@ -353,7 +356,11 @@ textarea {
   color: &dtml-fontColor;;
   font-size: 80%;
   text-align: center;
-  padding : 3px;
+  padding : 3px 0;
+       position:absolute;
+       bottom:0;
+       width:100%;
+       height:1em;
 }
 
 /* Folder contents */
@@ -372,11 +379,11 @@ textarea {
 .listing a:link,
 .listing a:visited,
 .listing a:active { 
-  color: &dtml-specialLinkColor;;
+  color: &dtml-linkColor;;
 }
 
 .listing th a:hover {
-       color: &dtml-specialLinkHoverColor;;
+       color: &dtml-linkHoverColor;;
 }
 
 .listing td {
@@ -389,7 +396,18 @@ textarea {
 }
 .listing .even {
   background-color: &dtml-evenRowBackgroundColor;;
-} 
+}
+
+.listing span.upload-progress {
+  display: block;
+  position:absolute;
+  background:#ef8e32;
+  height:4px;
+  border-radius:2px;
+  width:0;
+  top:3px;
+}
+
 
 /* Batched navigation */
 
@@ -407,11 +425,11 @@ textarea {
 .listingBar a:link,
 .listingBar a:visited,
 .listingBar a:active {
-       color : &dtml-specialLinkColor;;
+       color : &dtml-linkColor;;
 }
 
 .listingBar a:hover {
-       color : &dtml-specialLinkHoverColor;;
+       color : &dtml-linkHoverColor;;
 }
 
 .listingBar a.previous {