Huge Plinn Folder utilisé à la place de l'historique Plinn Folder.
[Plinn.git] / skins / generic / plinn_style.css.dtml
index 91ffb14..a6f06d0 100644 (file)
@@ -103,22 +103,19 @@ table.assign_global_roles {
        color : &dtml-specialLinkHoverColor;;
 }
 
-.config .tabs a {
-       color : &dtml-tabsFontColor;;
-  text-decoration: none }
-  
+.config .tabs a,
+.config .tabs a:link,
+.config .tabs a:visited,
 .config .tabs a:active {
-  color: &dtml-tabsFontColor;; }
+       color : &dtml-tabsFontColor;;
+  text-decoration: none
 
-.config .tabs a:hover {
-  color: #59c }
-  
-.config .tabs a:link {
-  color: &dtml-tabsFontColor;; }
-  
-.config .tabs a:visited {
-  color: &dtml-tabsFontColor;; }
+}
   
+.config .tabs a:hover {
+  color: #59c
+}
+    
 .config .tabs td {
   padding-right: 5px;
   padding-left: 5px;
@@ -136,9 +133,13 @@ table.assign_global_roles {
   border: solid 1px #669;
 }
   
-.config .tabs td.selected a  {
+.config .tabs td.selected a,
+.config .tabs td.selected a:link,
+.config .tabs td.selected a:visited,
+.config .tabs td.selected a:active {
   color: #000;
-  font-weight: bold }
+  font-weight: bold
+}
 
 .twins_list {
   vertical-align: middle }
@@ -175,9 +176,8 @@ table.assign_global_roles {
 }
 
 .boxes_container th  {
-  background-color: &dtml-boxeHeaderBackgroundColor;;
   color: &dtml-fontColor;;
-  border-bottom: &dtml-tabsBorderWidth; solid &dtml-boxesBorderColor;;
+  border-bottom: thin dotted &dtml-boxesBorderColor;;
 }
 
 .boxes_container ul {
@@ -188,7 +188,7 @@ table.assign_global_roles {
   margin-left : 0 ;
   color: &dtml-bulletColor;;
   list-style-position : inside ;
-  list-style-image : url(list_bullet.gif);
+  list-style-image : url(&dtml-portal_url;/list_bullet.png);
 }
 
 .tree_box table {
@@ -203,6 +203,7 @@ table.assign_global_roles {
 .clipboard,
 .news_box { 
   border: &dtml-tabsBorderWidth; solid &dtml-tabsBorderColor;;
+  border-radius:7px;
 }
 
 .news_box td.even {  background-color: &dtml-evenRowBackgroundColor;; }