Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2014-02-19 11:58:10 +0000
committerGerrit Code Review @ Eclipse.org2014-02-20 13:15:10 +0000
commitaa217cb4e8a4a87b49f6ceab7f3f0fead0801dec (patch)
tree845ad34e697c9586f2ede8b3d45597a7adf842eb
parentf3b65003c37987d182eedd921955b8e8126f1366 (diff)
downloadeclipse.platform-aa217cb4e8a4a87b49f6ceab7f3f0fead0801dec.tar.gz
eclipse.platform-aa217cb4e8a4a87b49f6ceab7f3f0fead0801dec.tar.xz
eclipse.platform-aa217cb4e8a4a87b49f6ceab7f3f0fead0801dec.zip
Bug 420836 - [CSS] Migrate CSS themes from eclipse.platform repo to
eclipse.platform.ui repo Remove CSS themes from eclipse.platform repo Change-Id: I59129a5d927fdb65e7887743fc1105f3180be573 Signed-off-by: Lars Vogel <Lars.Vogel@gmail.com>
-rw-r--r--platform/org.eclipse.platform/css/e4_basestyle.css74
-rw-r--r--platform/org.eclipse.platform/css/e4_classic_win7.css81
-rw-r--r--platform/org.eclipse.platform/css/e4_classic_winxp.css80
-rw-r--r--platform/org.eclipse.platform/css/e4_default_gtk.css65
-rw-r--r--platform/org.eclipse.platform/css/e4_default_mac.css63
-rw-r--r--platform/org.eclipse.platform/css/e4_default_mru_on_win7.css62
-rw-r--r--platform/org.eclipse.platform/css/e4_default_win7.css62
-rw-r--r--platform/org.eclipse.platform/css/e4_default_winxp_blu.css65
-rw-r--r--platform/org.eclipse.platform/css/e4_default_winxp_olv.css70
-rw-r--r--platform/org.eclipse.platform/plugin.properties11
-rw-r--r--platform/org.eclipse.platform/plugin.xml65
11 files changed, 1 insertions, 697 deletions
diff --git a/platform/org.eclipse.platform/css/e4_basestyle.css b/platform/org.eclipse.platform/css/e4_basestyle.css
deleted file mode 100644
index a727ae602..000000000
--- a/platform/org.eclipse.platform/css/e4_basestyle.css
+++ /dev/null
@@ -1,74 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2014 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-
-.MTrimmedWindow.topLevel {
- margin-top: 3px;
- margin-bottom: 3px;
- margin-left: 3px;
- margin-right: 3px;
-}
-
-.MPart.busy {
- font-style: italic;
-}
-
-.MPart.highlighted {
- font-weight: bold;
-}
-
-.MPartStack, .MPart {
- font-family: '#org-eclipse-ui-workbench-TAB_TEXT_FONT';
-}
-
-.MPartStack {
- swt-tab-renderer: url('bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering');
- swt-unselected-tabs-color: #FFFFFF #FFFFFF #FFFFFF 100% 100%;
- swt-outer-keyline-color: #FFFFFF;
- swt-inner-keyline-color: #FFFFFF;
- padding: 0px 2px 2px;
- swt-tab-outline: #B6BCCC;
- swt-shadow-visible: false;
- swt-mru-visible: false;
-}
-
-.MPartStack.active {
- swt-inner-keyline-color: #FFFFFF;
- swt-tab-outline: #B6BCCC;
- swt-shadow-visible: false;
-}
-
-#PerspectiveSwitcher {
- eclipse-perspective-keyline-color: #AAB0BF #AAB0BF;
-}
-
-.MToolControl.TrimStack {
- frame-image: url(./winXPTSFrame.png);
- handle-image: url(./winXPHandle.png);
- frame-cuts: 5px 1px 5px 16px;
-}
-
-.MToolBar.Draggable {
- handle-image: url(./dragHandle.png);
-}
-
-.MToolControl.Draggable {
- handle-image: url(./dragHandle.png);
-}
-
-.DragFeedback {
- background-color: COLOR-WIDGET-NORMAL-SHADOW;
-}
-
-.ModifiedDragFeedback {
- background-color: #A0A000;
-}
-
-
diff --git a/platform/org.eclipse.platform/css/e4_classic_win7.css b/platform/org.eclipse.platform/css/e4_classic_win7.css
deleted file mode 100644
index 03f79ec2a..000000000
--- a/platform/org.eclipse.platform/css/e4_classic_win7.css
+++ /dev/null
@@ -1,81 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2014 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-
-.MPart.busy {
- font-style: italic;
-}
-
-.MPart.highlighted {
- font-weight: bold;
-}
-
-.MPartStack, .MPart {
- font-family: '#org-eclipse-ui-workbench-TAB_TEXT_FONT';
-}
-
-CTabItem:selected {
- color: '#org-eclipse-ui-workbench-ACTIVE_TAB_TEXT_COLOR';
-}
-
-.MTrimmedWindow {
- margin-top: 0px;
- margin-bottom: 0px;
- margin-left: 2px;
- margin-right: 2px;
-}
-
-.MPartStack {
- swt-tab-renderer: null;
- swt-selected-tabs-background: '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_START' '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_END' 100%;
- swt-simple: false;
- swt-mru-visible: true;
- color: '#org-eclipse-ui-workbench-INACTIVE_TAB_TEXT_COLOR';
-}
-
-.MPartStack.active {
- swt-selected-tabs-background: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_START' '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END' 100%;
-}
-
-.MPartStack.active.noFocus {
- swt-selected-tabs-background: '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_START' '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_END' 100%;
- color: '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_TEXT_COLOR';
-}
-
-.MPartStack.active.noFocus > CTabItem:selected {
- color: '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_TEXT_COLOR';
-}
-
-#PerspectiveSwitcher {
- eclipse-perspective-keyline-color: #ECE9D8 #FFFFFF;
-}
-
-.MToolControl.TrimStack {
- frame-image: url(./winClassicTSFrame.png);
- handle-image: url(./winClassicHandle.png);
- frame-cuts: 5px 1px 5px 16px;
-}
-
-.MToolBar.Draggable {
- handle-image: url(./dragHandle.png);
-}
-
-.MToolControl.Draggable {
- handle-image: url(./dragHandle.png);
-}
-
-.DragFeedback {
- background-color: COLOR-WIDGET-NORMAL-SHADOW;
-}
-
-.ModifiedDragFeedback {
- background-color: #A0A000;
-}
-
diff --git a/platform/org.eclipse.platform/css/e4_classic_winxp.css b/platform/org.eclipse.platform/css/e4_classic_winxp.css
deleted file mode 100644
index a1ee336cb..000000000
--- a/platform/org.eclipse.platform/css/e4_classic_winxp.css
+++ /dev/null
@@ -1,80 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2014 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-
-.MPart.busy {
- font-style: italic;
-}
-
-.MPart.highlighted {
- font-weight: bold;
-}
-
-.MPartStack, .MPart {
- font-family: '#org-eclipse-ui-workbench-TAB_TEXT_FONT';
-}
-
-CTabItem:selected {
- color: '#org-eclipse-ui-workbench-ACTIVE_TAB_TEXT_COLOR';
-}
-
-.MTrimmedWindow {
- margin-top: 0px;
- margin-bottom: 0px;
- margin-left: 2px;
- margin-right: 2px;
-}
-
-.MPartStack {
- swt-tab-renderer: null;
- swt-selected-tabs-background: '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_START' '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_END' 100%;
- swt-simple: false;
- swt-mru-visible: true;
- color: '#org-eclipse-ui-workbench-INACTIVE_TAB_TEXT_COLOR';
-}
-
-.MPartStack.active {
- swt-selected-tabs-background: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_START' '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END' 100%;
-}
-
-.MPartStack.active.noFocus {
- swt-selected-tabs-background: '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_START' '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_END' 100%;
- color: '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_TEXT_COLOR';
-}
-
-.MPartStack.active.noFocus > CTabItem:selected {
- color: '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_TEXT_COLOR';
-}
-
-#PerspectiveSwitcher {
- eclipse-perspective-keyline-color: #ECE9D8 #FFFFFF;
-}
-
-.MToolControl.TrimStack {
- frame-image: url(./winClassicTSFrame.png);
- handle-image: url(./winClassicHandle.png);
- frame-cuts: 5px 1px 5px 16px;
-}
-
-.MToolBar.Draggable {
- handle-image: url(./dragHandle.png);
-}
-
-.MToolControl.Draggable {
- handle-image: url(./dragHandle.png);
-}
-
-.DragFeedback {
- background-color: COLOR-WIDGET-NORMAL-SHADOW;
-}
-
-.ModifiedDragFeedback {
- background-color: #A0A000;
-}
diff --git a/platform/org.eclipse.platform/css/e4_default_gtk.css b/platform/org.eclipse.platform/css/e4_default_gtk.css
deleted file mode 100644
index 5f487ad76..000000000
--- a/platform/org.eclipse.platform/css/e4_default_gtk.css
+++ /dev/null
@@ -1,65 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2014 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-
-@import url("e4_basestyle.css");
-
-.MTrimmedWindow {
- background-color: #E2E2E2;
-}
-
-.MPartStack {
- swt-simple: false;
- swt-mru-visible: false;
-}
-
-.MTrimBar {
- background-color: #E2E2E2;
-}
-
-.MTrimBar#org-eclipse-ui-main-toolbar {
- background-color: COLOR-WIDGET-BACKGROUND #E2E2E2 100%;
-}
-
-.MToolControl.TrimStack {
- frame-image: url(./gtkTSFrame.png);
- handle-image: url(./gtkHandle.png);
-}
-
-.MPartStack.active {
- swt-unselected-tabs-color: #DCDCDC #E1E1E1 #FFFFFF 100% 100%;
- swt-outer-keyline-color: #B4B4B4;
- swt-tab-outline: #B4B4B4;
-}
-
-#PerspectiveSwitcher {
- background-color: COLOR-WIDGET-BACKGROUND #E2E2E2 100%;
- eclipse-perspective-keyline-color: #B4B4B4 #B4B4B4;
-}
-
-#org-eclipse-ui-editorss {
- swt-tab-renderer: url('bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering');
- swt-unselected-tabs-color: #F0F0F0 #F0F0F0 #F0F0F0 100% 100%;
- swt-outer-keyline-color: #B4B4B4;
- swt-inner-keyline-color: #F0F0F0;
- swt-tab-outline: #F0F0F0;
- color: #F0F0F0;
- swt-tab-height: 8px;
- padding: 0px 5px 7px;
-}
-
-CTabFolder.MArea .MPartStack, CTabFolder.MArea .MPartStack.active {
- swt-shadow-visible: false;
-}
-
-CTabFolder Canvas {
- background-color: #F8F8F8;
-}
-
diff --git a/platform/org.eclipse.platform/css/e4_default_mac.css b/platform/org.eclipse.platform/css/e4_default_mac.css
deleted file mode 100644
index 427e0c7fb..000000000
--- a/platform/org.eclipse.platform/css/e4_default_mac.css
+++ /dev/null
@@ -1,63 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2014 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-
-@import url("e4_basestyle.css");
-
-.MTrimmedWindow {
- background-color: #E8E8E8;
-}
-
-.MPartStack {
- swt-simple: false;
- swt-mru-visible: false;
-}
-
-.MTrimBar {
- background-color: #E8E8E8;
-}
-
-.MTrimBar#org-eclipse-ui-main-toolbar {
- background-color: #CFCFCF #A8A8A8 100%;
-}
-
-.MToolControl.TrimStack {
- frame-image: url(./macTSFrame.png);
- handle-image: url(./macHandle.png);
-}
-
-.MPartStack.active {
- swt-unselected-tabs-color: #F6F6F6 #D3D3D3 #D1D1D1 #D1D1D1 #D6D6D6 #D6D6D6 #FFFFFF 20% 45% 60% 70% 100% 100%;
- swt-outer-keyline-color: #C4C5C1;
-}
-
-#PerspectiveSwitcher {
- background-color: #F0F0F0 #E8E8E8 100%;
- eclipse-perspective-keyline-color: #515151 #515151;
-}
-
-#org-eclipse-ui-editorss {
- swt-tab-renderer: url('bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering');
- swt-unselected-tabs-color: #D6DDE5 #D6DDE5 #D6DDE5 100% 100%;
- swt-outer-keyline-color: #D6DDE5;
- swt-inner-keyline-color: #D6DDE5;
- swt-tab-outline: #D6DDE5;
- color: #D6DDE5;
- swt-tab-height: 8px;
- padding: 0px 5px 7px;
-}
-
-CTabFolder.MArea .MPartStack, CTabFolder.MArea .MPartStack.active {
- swt-shadow-visible: false;
-}
-
-CTabFolder Canvas {
- background-color: #F0F0F0;
-} \ No newline at end of file
diff --git a/platform/org.eclipse.platform/css/e4_default_mru_on_win7.css b/platform/org.eclipse.platform/css/e4_default_mru_on_win7.css
deleted file mode 100644
index a9d352d13..000000000
--- a/platform/org.eclipse.platform/css/e4_default_mru_on_win7.css
+++ /dev/null
@@ -1,62 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2014 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-
-@import url("e4_basestyle.css");
-
-.MTrimmedWindow {
- background-color: #E1E6F6;
-}
-
-.MPartStack {
- swt-simple: true;
- swt-mru-visible: true;
-}
-
-.MTrimBar {
- background-color: #E1E6F6;
-}
-
-.MToolControl.TrimStack {
- frame-image: url(./win7TSFrame.png);
- handle-image: url(./win7Handle.png);
-}
-
-.MTrimBar#org-eclipse-ui-main-toolbar {
- background-image: url(./win7.png);
-}
-
-.MPartStack.active {
- swt-unselected-tabs-color: #F3F9FF #D0DFEE #CEDDED #CEDDED #D2E1F0 #D2E1F0 #FFFFFF 20% 45% 60% 70% 100% 100%;
- swt-outer-keyline-color: #B6BCCC;
-}
-
-#PerspectiveSwitcher {
- background-color: #F5F7FC #E1E6F6 100%;
-}
-
-#org-eclipse-ui-editorss {
- swt-tab-renderer: url('bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering');
- swt-unselected-tabs-color: #F0F0F0 #F0F0F0 #F0F0F0 100% 100%;
- swt-outer-keyline-color: #B4B4B4;
- swt-inner-keyline-color: #F0F0F0;
- swt-tab-outline: #F0F0F0;
- color: #F0F0F0;
- swt-tab-height: 8px;
- padding: 0px 5px 7px;
-}
-
-CTabFolder.MArea .MPartStack, CTabFolder.MArea .MPartStack.active {
- swt-shadow-visible: false;
-}
-
-CTabFolder Canvas {
- background-color: #F8F8F8;
-}
diff --git a/platform/org.eclipse.platform/css/e4_default_win7.css b/platform/org.eclipse.platform/css/e4_default_win7.css
deleted file mode 100644
index ac832f7ae..000000000
--- a/platform/org.eclipse.platform/css/e4_default_win7.css
+++ /dev/null
@@ -1,62 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2014 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-
-@import url("e4_basestyle.css");
-
-.MTrimmedWindow {
- background-color: #E1E6F6;
-}
-
-.MPartStack {
- swt-simple: true;
- swt-mru-visible: false;
-}
-
-.MTrimBar {
- background-color: #E1E6F6;
-}
-
-.MTrimBar#org-eclipse-ui-main-toolbar {
- background-image: url(./win7.png);
-}
-
-.MToolControl.TrimStack {
- frame-image: url(./win7TSFrame.png);
- handle-image: url(./win7Handle.png);
-}
-
-.MPartStack.active {
- swt-unselected-tabs-color: #F3F9FF #D0DFEE #CEDDED #CEDDED #D2E1F0 #D2E1F0 #FFFFFF 20% 45% 60% 70% 100% 100%;
- swt-outer-keyline-color: #B6BCCC;
-}
-
-#PerspectiveSwitcher {
- background-color: #F5F7FC #E1E6F6 100%;
-}
-
-#org-eclipse-ui-editorss {
- swt-tab-renderer: url('bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering');
- swt-unselected-tabs-color: #F0F0F0 #F0F0F0 #F0F0F0 100% 100%;
- swt-outer-keyline-color: #B4B4B4;
- swt-inner-keyline-color: #F0F0F0;
- swt-tab-outline: #F0F0F0;
- color: #F0F0F0;
- swt-tab-height: 8px;
- padding: 0px 5px 7px;
-}
-
-CTabFolder.MArea .MPartStack, CTabFolder.MArea .MPartStack.active {
- swt-shadow-visible: false;
-}
-
-CTabFolder Canvas {
- background-color: #F8F8F8;
-}
diff --git a/platform/org.eclipse.platform/css/e4_default_winxp_blu.css b/platform/org.eclipse.platform/css/e4_default_winxp_blu.css
deleted file mode 100644
index 36457b3c4..000000000
--- a/platform/org.eclipse.platform/css/e4_default_winxp_blu.css
+++ /dev/null
@@ -1,65 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2014 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-
-@import url("e4_basestyle.css");
-
-.MTrimmedWindow {
- background-color: #F0ECE0;
-}
-
-.MPartStack {
- swt-simple: true;
- swt-mru-visible: false;
-}
-
-.MTrimBar {
- background-color: #F0ECE0;
-}
-
-
-.MTrimBar#org-eclipse-ui-main-toolbar {
- background-image: url(./winXPBlue.png);
-}
-
-.MToolControl.TrimStack {
- frame-image: url(./winXPBluTSFrame.png);
- handle-image: url(./winXPBluHandle.png);
-}
-
-.MPartStack.active {
- swt-unselected-tabs-color: #F1F4FD #C9DAF3 #BED4F1 #BED4F1 #C9D7F2 #C9D7F2 #FFFFFF 20% 45% 60% 70% 100% 100%;
- swt-outer-keyline-color: #B8C7E5;
-}
-
-#PerspectiveSwitcher {
- background-color: #F5F3ED #F0ECE0 100%;
- eclipse-perspective-keyline-color: #7F91B5 #7F91B5;
-}
-
-#org-eclipse-ui-editorss {
- swt-tab-renderer: url('bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering');
- swt-unselected-tabs-color: #F0F0F0 #F0F0F0 #F0F0F0 100% 100%;
- swt-outer-keyline-color: #B4B4B4;
- swt-inner-keyline-color: #F0F0F0;
- swt-tab-outline: #F0F0F0;
- color: #F0F0F0;
- swt-tab-height: 8px;
- padding: 0px 5px 7px;
-}
-
-CTabFolder.MArea .MPartStack, CTabFolder.MArea .MPartStack.active {
- swt-shadow-visible: false;
-}
-
-CTabFolder Canvas {
- background-color: #F8F8F8;
-}
-
diff --git a/platform/org.eclipse.platform/css/e4_default_winxp_olv.css b/platform/org.eclipse.platform/css/e4_default_winxp_olv.css
deleted file mode 100644
index 498a19c14..000000000
--- a/platform/org.eclipse.platform/css/e4_default_winxp_olv.css
+++ /dev/null
@@ -1,70 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2014 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-
-.MTrimmedWindow {
- margin-top: 2px;
- margin-bottom: 2px;
- margin-left: 2px;
- margin-right: 2px;
-}
-
-.MTrimmedWindow.topLevel {
- margin-top: 24px;
- margin-bottom: 2px;
- margin-left: 12px;
- margin-right: 12px;
-}
-
-.MPart.busy {
- font-style: italic;
-}
-
-.MPart.highlighted {
- font-weight: bold;
-}
-
-.MPartStack, .MPart {
- font-family: '#org-eclipse-ui-workbench-TAB_TEXT_FONT';
-}
-
-.MPartStack {
- swt-tab-renderer: url('bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering');
- swt-unselected-tabs-color: #FFFFFF #FFFFFF #FFFFFF 100% 100%;
- swt-outer-keyline-color: #FFFFFF;
- swt-inner-keyline-color: #FFFFFF;
- swt-simple: true;
- padding: 0px 10px 11px;
- swt-mru-visible: false;
-}
-
-.MTrimBar#org-eclipse-ui-main-toolbar {
- background-image: url(./winXPOlive.png);
-}
-
-.MPartStack.active {
- swt-unselected-tabs-color: #E6E3C3 #EDEACA #FFFFFF 100% 100%;
- swt-outer-keyline-color: #BFCDA4;
- swt-inner-keyline-color: #FFFFFF;
- swt-tab-outline: #B6BCCC;
-}
-
-#PerspectiveSwitcher {
- background-color: #F5F3ED #F0ECE0 100%;
- eclipse-perspective-keyline-color: #A7B680 #A7B680;
-}
-
-.MToolBar.Draggable {
- handle-image: url(./dragHandle.png);
-}
-
-.MToolControl.Draggable {
- handle-image: url(./dragHandle.png);
-}
diff --git a/platform/org.eclipse.platform/plugin.properties b/platform/org.eclipse.platform/plugin.properties
index 3ce9b0886..66e80e08b 100644
--- a/platform/org.eclipse.platform/plugin.properties
+++ b/platform/org.eclipse.platform/plugin.properties
@@ -39,17 +39,6 @@ introDescription-overview = The Eclipse Platform is a kind of universal tool pla
introDescription-tutorials = Learn how to be productive using Eclipse by completing end-to-end tutorials that will guide you along the way.
introDescription-samples = Explore Eclipse by installing prefabricated samples (may require Internet connection).
-theme.classic = Classic
-theme.gtk = GTK
-theme.mac = Mac
-theme.win7 = Windows 7
-theme.winxpBlue = Windows XP Blue
-theme.winxpOlive = Windows XP Olive
-theme.win7Classic = Windows 7 Classic
-theme.solaris = Solaris
-theme.aix = AIX
-theme.hpux = HPUX
-
trimmedwindow.label.eclipseSDK = Eclipse SDK
command.name.exit = Exit
command.name.showView = Show View
diff --git a/platform/org.eclipse.platform/plugin.xml b/platform/org.eclipse.platform/plugin.xml
index d51eb5710..fda053ad7 100644
--- a/platform/org.eclipse.platform/plugin.xml
+++ b/platform/org.eclipse.platform/plugin.xml
@@ -136,69 +136,6 @@
</action>
</actionSet>
</extension>
- <extension
- point="org.eclipse.e4.ui.css.swt.theme">
- <theme
- basestylesheeturi="css/e4_classic_winxp.css"
- id="org.eclipse.e4.ui.css.theme.e4_classic"
- label="%theme.classic">
- </theme>
- <theme
- basestylesheeturi="css/e4_default_gtk.css"
- id="org.eclipse.e4.ui.css.theme.e4_default"
- label="%theme.gtk"
- os="linux">
- </theme>
- <theme
- basestylesheeturi="css/e4_default_mac.css"
- id="org.eclipse.e4.ui.css.theme.e4_default"
- label="%theme.mac"
- os="macosx">
- </theme>
- <theme
- basestylesheeturi="css/e4_default_win7.css"
- id="org.eclipse.e4.ui.css.theme.e4_default"
- label="%theme.win7"
- os="win32"
- os_version="6.1">
- </theme>
- <theme
- basestylesheeturi="css/e4_default_winxp_blu.css"
- id="org.eclipse.e4.ui.css.theme.e4_default"
- label="%theme.winxpBlue"
- os="win32">
- </theme>
- <theme
- basestylesheeturi="css/e4_default_winxp_olv.css"
- id="org.eclipse.e4.ui.css.theme.e4_default.xpolive"
- label="%theme.winxpOlive"
- os="win32">
- </theme>
- <theme
- basestylesheeturi="css/e4_classic_win7.css"
- id="org.eclipse.e4.ui.css.theme.e4_classic"
- label="%theme.win7Classic"
- os="win32"
- os_version="6.1">
- </theme>
- <theme
- basestylesheeturi="css/e4_default_gtk.css"
- id="org.eclipse.e4.ui.css.theme.e4_default"
- label="%theme.solaris"
- os="solaris">
- </theme>
- <theme
- basestylesheeturi="css/e4_default_gtk.css"
- id="org.eclipse.e4.ui.css.theme.e4_default"
- label="%theme.aix"
- os="aix">
- </theme>
- <theme
- basestylesheeturi="css/e4_classic_winxp.css"
- id="org.eclipse.e4.ui.css.theme.e4_default"
- label="%theme.hpux"
- os="hpux">
- </theme>
- </extension>
+
</plugin>

Back to the top