From e5079b89ad3a7be4dd96406d3dd291c531255506 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Benoi=CC=82t=20Pin?= Date: Thu, 24 Oct 2013 15:31:37 +0200 Subject: [PATCH] =?utf8?q?Quelques=20am=C3=A9liorations=20/=20simplificati?= =?utf8?q?ons=20/=20nettoyages=20dans=20le=20style.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- skins/custom_generic/zpt_stylesheet.css.dtml | 13 +++++++------ skins/generic/global_plinn_style.css.dtml | 5 ++++- skins/generic/plinn_style.css.dtml | 20 ++++---------------- 3 files changed, 15 insertions(+), 23 deletions(-) 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 } -- 2.20.1