From: Benoît Pin Date: Thu, 24 Oct 2013 13:31:37 +0000 (+0200) Subject: Quelques améliorations / simplifications / nettoyages dans le style. X-Git-Url: https://scm.cri.ensmp.fr/git/Plinn.git/commitdiff_plain/e5079b89ad3a7be4dd96406d3dd291c531255506 Quelques améliorations / simplifications / nettoyages dans le style. --- diff --git a/skins/custom_generic/zpt_stylesheet.css.dtml b/skins/custom_generic/zpt_stylesheet.css.dtml index 84442d4..8acbdab 100644 --- a/skins/custom_generic/zpt_stylesheet.css.dtml +++ b/skins/custom_generic/zpt_stylesheet.css.dtml @@ -139,6 +139,7 @@ textarea { #Masthead td { vertical-align: middle; + padding:0; } #PortalLogo { @@ -194,11 +195,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 */ @@ -372,11 +373,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 { @@ -407,11 +408,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 { diff --git a/skins/generic/global_plinn_style.css.dtml b/skins/generic/global_plinn_style.css.dtml index 7f6d052..63963ce 100644 --- a/skins/generic/global_plinn_style.css.dtml +++ b/skins/generic/global_plinn_style.css.dtml @@ -2,4 +2,7 @@ /* plinn_style.css */ - \ No newline at end of file + + +/* Portfolio */ + diff --git a/skins/generic/plinn_style.css.dtml b/skins/generic/plinn_style.css.dtml index a6f06d0..96f3d7a 100644 --- a/skins/generic/plinn_style.css.dtml +++ b/skins/generic/plinn_style.css.dtml @@ -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 }