Ajout styles pour l'éditeur ckeditor.
[Plinn.git] / skins / generic / plinn_style.css.dtml
index a6f06d0..127de77 100644 (file)
@@ -96,11 +96,11 @@ table.assign_global_roles {
 .config a:link,
 .config a:visited,
 .config a:active {
-       color : &dtml-specialLinkColor;;
+       color : &dtml-linkColor;;
 }
 
 .config a:hover {
-       color : &dtml-specialLinkHoverColor;;
+       color : &dtml-linkHoverColor;;
 }
 
 .config .tabs a,
@@ -185,10 +185,9 @@ table.assign_global_roles {
   padding : 2px }
   
 .boxes_container li  {
-  margin-left : 0 ;
+  margin-left : 0.5em ;
   color: &dtml-bulletColor;;
-  list-style-position : inside ;
-  list-style-image : url(&dtml-portal_url;/list_bullet.png);
+  list-style:none;
 }
 
 .tree_box table {
@@ -541,17 +540,6 @@ table.assign_global_roles {
        margin-bottom: 1px;
 }
 
-#HeaderArea a
-#HeaderArea a:link,
-#HeaderArea a:visited,
-#HeaderArea a:active {
-       color : &dtml-specialLinkColor;;
-}
-
-#HeaderArea a:hover {
-       color : &dtml-specialLinkHoverColor;;
-}
-
 /* Mosaic document */
 table.input_form { border: none; border-spacing: 4px }
 table.input_form tr td { border: none }
@@ -608,4 +596,9 @@ ul.completions li:hover {
   padding:0 0.5em;
 }
 
+/* ckeditor */
+a.cke_path_item, a.cke_path_empty {
+  color: #4c4c4c;
+}
+
 /* </dtml-with> */