diff options
author | Chris Goldthorpe | 2009-12-14 20:30:01 +0000 |
---|---|---|
committer | Chris Goldthorpe | 2009-12-14 20:30:01 +0000 |
commit | c9dbc94f0f3cb1a771bf494d7557747e6ae19bce (patch) | |
tree | ff99f559ba7c0a0c21577a5905a2a386c9948652 /org.eclipse.ui.intro.universal | |
parent | dd6747c647ab6ae467c9a08e6d8eeb8a545a551d (diff) | |
download | eclipse.platform.ua-c9dbc94f0f3cb1a771bf494d7557747e6ae19bce.tar.gz eclipse.platform.ua-c9dbc94f0f3cb1a771bf494d7557747e6ae19bce.tar.xz eclipse.platform.ua-c9dbc94f0f3cb1a771bf494d7557747e6ae19bce.zip |
Diffstat (limited to 'org.eclipse.ui.intro.universal')
-rw-r--r-- | org.eclipse.ui.intro.universal/themes/slate/html/root.css | 65 |
1 files changed, 56 insertions, 9 deletions
diff --git a/org.eclipse.ui.intro.universal/themes/slate/html/root.css b/org.eclipse.ui.intro.universal/themes/slate/html/root.css index 35babd551..7a546bf77 100644 --- a/org.eclipse.ui.intro.universal/themes/slate/html/root.css +++ b/org.eclipse.ui.intro.universal/themes/slate/html/root.css @@ -156,11 +156,6 @@ html, body { #page-links a#webresources:active .content-img, #page-links a#webresources:focus .content-img { background-image : url("../graphics/rootpage/webresources48_hov.png"); } -#page-links a#workbench .content-img { background-image : url("../graphics/rootpage/workbench48.png"); } -#page-links a#workbench:hover .content-img, -#page-links a#workbench:active .content-img, -#page-links a#workbench:focus .content-img { background-image : url("../graphics/rootpage/workbench48_hov.png"); } - /* Hack for IE6, which cannot display png files with alpha channel transparency */ * html #page-links a#overview .content-img { background-image : url("../graphics/rootpage/overview48.gif"); } @@ -198,10 +193,6 @@ html, body { * html #page-links a#webresources:active .content-img, * html #page-links a#webresources:focus .content-img { background-image : url("../graphics/rootpage/webresources48_hov.gif"); } -* html #page-links a#workbench .content-img { background-image : url("../graphics/rootpage/workbench48.gif"); } -* html #page-links a#workbench:hover .content-img, -* html #page-links a#workbench:active .content-img, -* html #page-links a#workbench:focus .content-img { background-image : url("../graphics/rootpage/workbench48_hov.gif"); } /* End hack for IE6 */ /* @@ -209,4 +200,60 @@ html, body { */ #action-links { display: none; +} + +/* +* Workbench +*/ + +#page-links a#workbench:hover .link-label +{ + color : #FFEC89; + text-decoration : none; +} + +#workbench p span { + display : none; +} + +* html #page-links a#workbench .content-img { + background-image:url(../graphics/icons/ctool/wb_nav_32.gif); +} + +#page-links a#workbench .content-img { + background-image:url(../graphics/icons/ctool/wb_nav_32.gif); + display:block; + color : white; + height:32px; + margin:5px auto 0; + width:32px; + background-repeat:no-repeat; + border-width:0; +} + +#page-links a#workbench .link-label { + position : static; + margin-right : 0px; + font-weight : bold; + color : white; + font-family:Arial,sans-serif; +} + +#page-links a#workbench .text { + display : none; +} + +#page-links a#workbench { + position : absolute; + right : 20px; + top : 0px; + width : auto; + text-align:center; +} + +#page-links a#workbench .link-label { + font-size:8pt; + color:white; + font-weight:bold; + text-align:center; }
\ No newline at end of file |