X-Git-Url: https://scm.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/3e0a2c257d49fb162da9c70d2f70194036235166..29135020818ee259b01d55ba0808c653be143732:/skins/custom_generic/zpt_stylesheet.css.dtml diff --git a/skins/custom_generic/zpt_stylesheet.css.dtml b/skins/custom_generic/zpt_stylesheet.css.dtml index 21d62c3..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 */ @@ -215,7 +216,7 @@ textarea { /* Status messages */ -.DesktopStatusBar { +#DesktopStatusBar, .DesktopStatusBar { background-color: &dtml-messageBackgroundColor;; border: 1px solid &dtml-messageBorderColor;; color: &dtml-messageFontColor;; @@ -226,7 +227,7 @@ textarea { vertical-align: middle; } -.DesktopStatusBar img { +#DesktopStatusBar img, .DesktopStatusBar img { vertical-align: middle; } @@ -245,8 +246,7 @@ textarea { } .contentTabs a, -.contentTabs a:visited -{ +.contentTabs a:visited { background-color: &dtml-tabsBackgroundColor;; color: &dtml-tabsFontColor;; margin-right: 0.5em; @@ -254,6 +254,7 @@ textarea { border-left : 1px dashed &dtml-tabsBorderColor;; border-top : 1px dashed &dtml-tabsBorderColor;; border-right : 1px dashed &dtml-tabsBorderColor;; + border-radius:7px 7px 0 0; } .contentTabs a:hover, .contentTabs a:active { @@ -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 {