public code v1
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>flintstones.group</groupId>
|
||||
<artifactId>flintstones.bundles</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>flintstones.theme</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
<name>[bundle] Theme</name>
|
||||
<organization>
|
||||
<name>Sinbad2</name>
|
||||
</organization>
|
||||
</project>
|
||||
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>flintstones.theme</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.pde.ManifestBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.pde.SchemaBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.m2e.core.maven2Builder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
||||
<nature>org.eclipse.pde.PluginNature</nature>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
</natures>
|
||||
<filteredResources>
|
||||
<filter>
|
||||
<id>1779484362742</id>
|
||||
<name></name>
|
||||
<type>30</type>
|
||||
<matcher>
|
||||
<id>org.eclipse.core.resources.regexFilterMatcher</id>
|
||||
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
|
||||
</matcher>
|
||||
</filter>
|
||||
</filteredResources>
|
||||
</projectDescription>
|
||||
@@ -0,0 +1,2 @@
|
||||
eclipse.preferences.version=1
|
||||
encoding/<project>=UTF-8
|
||||
@@ -0,0 +1,7 @@
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
|
||||
org.eclipse.jdt.core.compiler.compliance=1.8
|
||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.source=1.8
|
||||
@@ -0,0 +1,4 @@
|
||||
activeProfiles=
|
||||
eclipse.preferences.version=1
|
||||
resolveWorkspaceProjects=true
|
||||
version=1
|
||||
@@ -0,0 +1,9 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Theme
|
||||
Bundle-SymbolicName: flintstones.theme;singleton:=true
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Vendor: Sinbad2
|
||||
Automatic-Module-Name: flintstones.theme
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Require-Bundle: org.eclipse.e4.ui.css.swt.theme
|
||||
@@ -0,0 +1,6 @@
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
css/
|
||||
@@ -0,0 +1,70 @@
|
||||
Label {
|
||||
font-size: 10px;
|
||||
font-family: BBAWLibertine; /*FreeSerif;*/
|
||||
color: black;
|
||||
}
|
||||
|
||||
Composite Label {
|
||||
color: black;
|
||||
}
|
||||
|
||||
#SeparatorLabel {
|
||||
color: #1d659f;
|
||||
}
|
||||
|
||||
Text {
|
||||
font: Verdana 8px;
|
||||
}
|
||||
|
||||
Composite Text {
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
||||
SashForm {
|
||||
background-color: #c1d5ef;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Table {
|
||||
background-color: #e3efff #c1d5ef 60%;
|
||||
color: black;
|
||||
font-size: 10px;
|
||||
font-family: BBAWLibertine; /*FreeSerif;*/
|
||||
}
|
||||
|
||||
.MTrimBar {
|
||||
background-color: #e3efff #c1d5ef;
|
||||
color: white;
|
||||
font-size: 10px;
|
||||
font-family: BBAWLibertine; /*FreeSerif;*/
|
||||
}
|
||||
|
||||
ETabFolder {
|
||||
simple: true;
|
||||
}
|
||||
|
||||
CTabItem {
|
||||
color: black;
|
||||
font-size: 10px;
|
||||
font-family: BBAWLibertine; /*FreeSerif;*/
|
||||
}
|
||||
|
||||
CTabItem:selected {
|
||||
background-color: #e3efff #c1d5ef 60%;
|
||||
font-weight: normal;
|
||||
font-size: 10px;
|
||||
font-family: BBAWLibertine; /*FreeSerif;*/
|
||||
}
|
||||
|
||||
CTabItem.active:selected {
|
||||
background-color: #e3efff #c1d5ef 50%;
|
||||
color: #1d659f;
|
||||
font: bold;
|
||||
}
|
||||
|
||||
Shell {
|
||||
background-color: #e3efff #c1d5ef 60%;
|
||||
}
|
||||
@@ -0,0 +1,158 @@
|
||||
.MPart.busy {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.MPart.highlighted {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
* {
|
||||
font-size: 10px;
|
||||
font-family: BBAWLibertine; /*FreeSerif;*/
|
||||
}
|
||||
|
||||
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: url('bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering');
|
||||
// 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%;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
#org-eclipse-ui-editorss {
|
||||
swt-tab-height: 8px;
|
||||
}
|
||||
//ScrolledComposite {
|
||||
// background-color: #FFFFFF;
|
||||
//}
|
||||
//
|
||||
//Group {
|
||||
// background-color: #FFFFFF;
|
||||
//}
|
||||
//
|
||||
//PassportEntryItemEditor {
|
||||
// background-color: #FFFFFF;
|
||||
//}
|
||||
//PassportEntryGroupEditor {
|
||||
// background-color: #FFFFFF;
|
||||
//}
|
||||
//
|
||||
//Label {
|
||||
// background-color: #FFFFFF;
|
||||
//
|
||||
//}
|
||||
//TableItem {
|
||||
// font-family: BBAWLibertine;
|
||||
// font-size: 12px;
|
||||
//}
|
||||
//Table{
|
||||
// font-family: BBAWLibertine;
|
||||
// font-size: 12px;
|
||||
//}
|
||||
|
||||
//Button {
|
||||
// background-color: #FFFFFF;
|
||||
//}
|
||||
|
||||
//* {
|
||||
// font-size: 10px;
|
||||
// font-family: BBAWLibertine; /*FreeSerif;*/
|
||||
//
|
||||
//}
|
||||
//Text {
|
||||
// background-color: #FFFFFF;
|
||||
//}
|
||||
//Link {
|
||||
// background-color: #FFFFFF;
|
||||
//
|
||||
//}
|
||||
|
||||
/*MTrimBar {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
MToolBar {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
|
||||
MToolItem {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
CorpusToolControl {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
ProjectToolControl {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
UserToolcontrol {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
|
||||
*/
|
||||
/* for AnnotationPart RelatedObjectGroup*/
|
||||
.unselected {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.selected {
|
||||
background-color: #E6E3C3;
|
||||
}
|
||||
|
||||
/*RelatedObjectGroup.selected {
|
||||
background-color: #E6E3C3;
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
// STE background
|
||||
.SignTextCanvas {
|
||||
background-color: COLOR-WHITE;
|
||||
}
|
||||
@@ -0,0 +1,158 @@
|
||||
.MPart.busy {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.MPart.highlighted {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
* {
|
||||
font-size: 12px;
|
||||
font-family: BBAWLibertine; /*FreeSerif;*/
|
||||
}
|
||||
|
||||
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: url('bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering');
|
||||
// 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%;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
#org-eclipse-ui-editorss {
|
||||
swt-tab-height: 8px;
|
||||
}
|
||||
//ScrolledComposite {
|
||||
// background-color: #FFFFFF;
|
||||
//}
|
||||
//
|
||||
//Group {
|
||||
// background-color: #FFFFFF;
|
||||
//}
|
||||
//
|
||||
//PassportEntryItemEditor {
|
||||
// background-color: #FFFFFF;
|
||||
//}
|
||||
//PassportEntryGroupEditor {
|
||||
// background-color: #FFFFFF;
|
||||
//}
|
||||
//
|
||||
//Label {
|
||||
// background-color: #FFFFFF;
|
||||
//
|
||||
//}
|
||||
//TableItem {
|
||||
// font-family: BBAWLibertine;
|
||||
// font-size: 12px;
|
||||
//}
|
||||
//Table{
|
||||
// font-family: BBAWLibertine;
|
||||
// font-size: 12px;
|
||||
//}
|
||||
|
||||
//Button {
|
||||
// background-color: #FFFFFF;
|
||||
//}
|
||||
|
||||
//* {
|
||||
// font-size: 10px;
|
||||
// font-family: BBAWLibertine; /*FreeSerif;*/
|
||||
//
|
||||
//}
|
||||
//Text {
|
||||
// background-color: #FFFFFF;
|
||||
//}
|
||||
//Link {
|
||||
// background-color: #FFFFFF;
|
||||
//
|
||||
//}
|
||||
|
||||
/*MTrimBar {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
MToolBar {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
|
||||
MToolItem {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
CorpusToolControl {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
ProjectToolControl {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
UserToolcontrol {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
|
||||
*/
|
||||
/* for AnnotationPart RelatedObjectGroup*/
|
||||
.unselected {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.selected {
|
||||
background-color: #E6E3C3;
|
||||
}
|
||||
|
||||
/*RelatedObjectGroup.selected {
|
||||
background-color: #E6E3C3;
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
// STE background
|
||||
.SignTextCanvas {
|
||||
background-color: COLOR-WHITE;
|
||||
}
|
||||
@@ -0,0 +1,159 @@
|
||||
.MPart.busy {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.MPart.highlighted {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
* {
|
||||
font-size: 14px;
|
||||
font-family: BBAWLibertine; /*FreeSerif;*/
|
||||
}
|
||||
|
||||
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: url('bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering');
|
||||
// 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%;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
#org-eclipse-ui-editorss {
|
||||
swt-tab-height: 8px;
|
||||
}
|
||||
//ScrolledComposite {
|
||||
// background-color: #FFFFFF;
|
||||
//}
|
||||
//
|
||||
//Group {
|
||||
// background-color: #FFFFFF;
|
||||
//}
|
||||
//
|
||||
//PassportEntryItemEditor {
|
||||
// background-color: #FFFFFF;
|
||||
//}
|
||||
//PassportEntryGroupEditor {
|
||||
// background-color: #FFFFFF;
|
||||
//}
|
||||
//
|
||||
//Label {
|
||||
// background-color: #FFFFFF;
|
||||
//
|
||||
//}
|
||||
//TableItem {
|
||||
// font-family: BBAWLibertine;
|
||||
// font-size: 12px;
|
||||
//}
|
||||
//Table{
|
||||
// font-family: BBAWLibertine;
|
||||
// font-size: 12px;
|
||||
//}
|
||||
|
||||
//Button {
|
||||
// background-color: #FFFFFF;
|
||||
//}
|
||||
|
||||
//* {
|
||||
// font-size: 10px;
|
||||
// font-family: BBAWLibertine; /*FreeSerif;*/
|
||||
//
|
||||
//}
|
||||
//Text {
|
||||
// background-color: #FFFFFF;
|
||||
//}
|
||||
//Link {
|
||||
// background-color: #FFFFFF;
|
||||
//
|
||||
//}
|
||||
|
||||
/*MTrimBar {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
MToolBar {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
|
||||
MToolItem {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
CorpusToolControl {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
ProjectToolControl {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
UserToolcontrol {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
|
||||
*/
|
||||
/* for AnnotationPart RelatedObjectGroup*/
|
||||
.unselected {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.selected {
|
||||
background-color: #E6E3C3;
|
||||
}
|
||||
|
||||
/*RelatedObjectGroup.selected {
|
||||
background-color: #E6E3C3;
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
|
||||
// STE background
|
||||
.SignTextCanvas {
|
||||
background-color: COLOR-WHITE;
|
||||
}
|
||||
@@ -0,0 +1,157 @@
|
||||
.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;
|
||||
}
|
||||
|
||||
.MPartStack {
|
||||
swt-unselected-tabs-color: #FFFFFF #FFFFFF #FFFFFF 100% 100%;
|
||||
swt-outer-keyline-color: #FFFFFF;
|
||||
swt-inner-keyline-color: #FFFFFF;
|
||||
font-size: 10;
|
||||
swt-simple: false;
|
||||
padding: 0px 10px 11px;
|
||||
swt-mru-visible: false;
|
||||
|
||||
swt-shadow-visible: true;
|
||||
swt-shadow-color: #EDEACA;
|
||||
}
|
||||
|
||||
|
||||
Shell {
|
||||
background-color: #F5F3ED #F0ECE0 30%;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
|
||||
MPartStack.Composite {
|
||||
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;
|
||||
}
|
||||
|
||||
CTabFolder {
|
||||
swt-selected-tabs-background: red;
|
||||
swt-outer-keyline-color: red;
|
||||
}
|
||||
CTabItem:selected {
|
||||
background-color: #E6E3C3;
|
||||
}
|
||||
|
||||
CTabItem {
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
CTabItem.busy {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
CTabItem.highlighted {
|
||||
font-weight: bold;
|
||||
}
|
||||
Composite {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
ScrolledComposite {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
Group {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
PassportEntryItemEditor {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
PassportEntryGroupEditor {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
Label {
|
||||
background-color: #FFFFFF;
|
||||
|
||||
}
|
||||
TableItem {
|
||||
font-family: BBAWLibertine;
|
||||
font-size: 12px;
|
||||
}
|
||||
Table{
|
||||
font-family: BBAWLibertine;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
Button {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
* {
|
||||
font-size: 10px;
|
||||
font-family: BBAWLibertine; /*FreeSerif;*/
|
||||
|
||||
}
|
||||
Text {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
Link {
|
||||
background-color: #FFFFFF;
|
||||
|
||||
}
|
||||
|
||||
MTrimBar {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
MToolBar {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
|
||||
MToolItem {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
CorpusToolControl {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
ProjectToolControl {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
UserToolcontrol {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
|
||||
|
||||
/* for AnnotationPart RelatedObjectGroup*/
|
||||
.unselected {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.selected {
|
||||
background-color: #E6E3C3;
|
||||
}
|
||||
|
||||
RelatedObjectGroup.selected {
|
||||
background-color: #E6E3C3;
|
||||
}
|
||||
|
||||
|
||||
// STE background
|
||||
.SignTextCanvas {
|
||||
background-color: COLOR-WHITE;
|
||||
}
|
||||
@@ -0,0 +1,157 @@
|
||||
.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;
|
||||
}
|
||||
|
||||
.MPartStack {
|
||||
swt-unselected-tabs-color: #FFFFFF #FFFFFF #FFFFFF 100% 100%;
|
||||
swt-outer-keyline-color: #FFFFFF;
|
||||
swt-inner-keyline-color: #FFFFFF;
|
||||
font-size: 10;
|
||||
swt-simple: false;
|
||||
padding: 0px 10px 11px;
|
||||
swt-mru-visible: false;
|
||||
|
||||
swt-shadow-visible: true;
|
||||
swt-shadow-color: #EDEACA;
|
||||
}
|
||||
|
||||
|
||||
Shell {
|
||||
background-color: #F5F3ED #F0ECE0 30%;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
|
||||
MPartStack.Composite {
|
||||
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;
|
||||
}
|
||||
|
||||
CTabFolder {
|
||||
swt-selected-tabs-background: red;
|
||||
swt-outer-keyline-color: red;
|
||||
}
|
||||
CTabItem:selected {
|
||||
background-color: #E6E3C3;
|
||||
}
|
||||
|
||||
CTabItem {
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
CTabItem.busy {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
CTabItem.highlighted {
|
||||
font-weight: bold;
|
||||
}
|
||||
Composite {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
ScrolledComposite {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
Group {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
PassportEntryItemEditor {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
PassportEntryGroupEditor {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
Label {
|
||||
background-color: #FFFFFF;
|
||||
|
||||
}
|
||||
TableItem {
|
||||
font-family: BBAWLibertine;
|
||||
font-size: 12px;
|
||||
}
|
||||
Table{
|
||||
font-family: BBAWLibertine;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
Button {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
* {
|
||||
font-size: 12px;
|
||||
font-family: BBAWLibertine; /*FreeSerif;*/
|
||||
|
||||
}
|
||||
Text {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
Link {
|
||||
background-color: #FFFFFF;
|
||||
|
||||
}
|
||||
|
||||
MTrimBar {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
MToolBar {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
|
||||
MToolItem {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
CorpusToolControl {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
ProjectToolControl {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
UserToolcontrol {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
|
||||
|
||||
/* for AnnotationPart RelatedObjectGroup*/
|
||||
.unselected {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.selected {
|
||||
background-color: #E6E3C3;
|
||||
}
|
||||
|
||||
RelatedObjectGroup.selected {
|
||||
background-color: #E6E3C3;
|
||||
}
|
||||
|
||||
|
||||
// STE background
|
||||
.SignTextCanvas {
|
||||
background-color: COLOR-WHITE;
|
||||
}
|
||||
@@ -0,0 +1,157 @@
|
||||
.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;
|
||||
}
|
||||
|
||||
.MPartStack {
|
||||
swt-unselected-tabs-color: #FFFFFF #FFFFFF #FFFFFF 100% 100%;
|
||||
swt-outer-keyline-color: #FFFFFF;
|
||||
swt-inner-keyline-color: #FFFFFF;
|
||||
font-size: 10;
|
||||
swt-simple: false;
|
||||
padding: 0px 10px 11px;
|
||||
swt-mru-visible: false;
|
||||
|
||||
swt-shadow-visible: true;
|
||||
swt-shadow-color: #EDEACA;
|
||||
}
|
||||
|
||||
|
||||
Shell {
|
||||
background-color: #F5F3ED #F0ECE0 30%;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
|
||||
MPartStack.Composite {
|
||||
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;
|
||||
}
|
||||
|
||||
CTabFolder {
|
||||
swt-selected-tabs-background: red;
|
||||
swt-outer-keyline-color: red;
|
||||
}
|
||||
CTabItem:selected {
|
||||
background-color: #E6E3C3;
|
||||
}
|
||||
|
||||
CTabItem {
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
CTabItem.busy {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
CTabItem.highlighted {
|
||||
font-weight: bold;
|
||||
}
|
||||
Composite {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
ScrolledComposite {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
Group {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
PassportEntryItemEditor {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
PassportEntryGroupEditor {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
Label {
|
||||
background-color: #FFFFFF;
|
||||
|
||||
}
|
||||
TableItem {
|
||||
font-family: BBAWLibertine;
|
||||
font-size: 12px;
|
||||
}
|
||||
Table{
|
||||
font-family: BBAWLibertine;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
Button {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
* {
|
||||
font-size: 14px;
|
||||
font-family: BBAWLibertine; /*FreeSerif;*/
|
||||
|
||||
}
|
||||
Text {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
Link {
|
||||
background-color: #FFFFFF;
|
||||
|
||||
}
|
||||
|
||||
MTrimBar {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
MToolBar {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
|
||||
MToolItem {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
CorpusToolControl {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
ProjectToolControl {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
UserToolcontrol {
|
||||
background-color: rgb(245, 243, 237);
|
||||
}
|
||||
|
||||
|
||||
/* for AnnotationPart RelatedObjectGroup*/
|
||||
.unselected {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.selected {
|
||||
background-color: #E6E3C3;
|
||||
}
|
||||
|
||||
RelatedObjectGroup.selected {
|
||||
background-color: #E6E3C3;
|
||||
}
|
||||
|
||||
|
||||
// STE background
|
||||
.SignTextCanvas {
|
||||
background-color: COLOR-WHITE;
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?eclipse version="3.4"?>
|
||||
<plugin>
|
||||
<extension
|
||||
point="org.eclipse.e4.ui.css.swt.theme">
|
||||
<theme
|
||||
basestylesheeturi="css/default.css"
|
||||
id="flintstones.theme.default"
|
||||
label="Default">
|
||||
</theme>
|
||||
</extension>
|
||||
|
||||
</plugin>
|
||||
@@ -0,0 +1,5 @@
|
||||
package flintstones.theme;
|
||||
|
||||
public class NoBorrar {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user