X-Git-Url: https://scm.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/3e0a2c257d49fb162da9c70d2f70194036235166..e957cc2a18fd2363fe6451c2cff2edd452379f66:/skins/generic/plinn_style.css.dtml diff --git a/skins/generic/plinn_style.css.dtml b/skins/generic/plinn_style.css.dtml index 91ffb14..127de77 100644 --- a/skins/generic/plinn_style.css.dtml +++ b/skins/generic/plinn_style.css.dtml @@ -96,29 +96,26 @@ 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 { - 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 { @@ -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(list_bullet.gif); + list-style:none; } .tree_box table { @@ -203,6 +202,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;; } @@ -540,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 } @@ -607,4 +596,9 @@ ul.completions li:hover { padding:0 0.5em; } +/* ckeditor */ +a.cke_path_item, a.cke_path_empty { + color: #4c4c4c; +} + /* */