Files
AFRYCA/plugins/afryca.theme/css/theme.css
T
2026-05-22 11:14:29 +02:00

237 lines
4.6 KiB
CSS

.MPartStack {
font-size: 11px;
swt-maximize-visible: false;
swt-minimize-visible: false;
swt-tab-height: 31px;
swt-selected-tabs-background: #3b5998 #dfe3ee 100%;
swt-unselected-tabs-background: #f7f7f7 100%;
}
.MPart,
CTabFolder,
CTabItem:selected {
background-color: #f7f7f7;
}
CTabItem,
Label,
Button {
color: #3b5998;
}
CTabItem:selected,
CTabItem:selected CLabel {
color: #f7f7f7;
}
Label,
Group {
background-color: #f7f7f7;
}
Button {
background-color: #dfe3ee;
}
Button[style~='SWT.RADIO'] {
background-color: #f7f7f7;
}
Button[style~='SWT.CHECK'] {
background-color: #f7f7f7;
}
#afryca-rcp-partstack,
#afryca-simulation-analysis-charts-partstack,
#afryca-simulations-analysis-charts-partstack {
swt-tab-height: 0px;
}
Shell.DialogClassShell > Composite {
background-color: #8b9dc3;
margin-top: 30px;
}
Shell.DialogClassShell > Composite > Label,
Shell.DialogClassShell > Composite > Text {
background-color: #8b9dc3;
color: #f7f7f7;
}
Shell.DialogClassShell Composite > Composite > Text[style~='SWT.MULTI'] {
font-size: 10px;
font-family: Monospace;
color: #3b5998;
}
Shell.DialogClassShell Composite > Composite > Label {
font-weight: bold;
color: #f7f7f7;
}
Shell.DialogClassShell > Composite > Label {
font-size: 13px;
font-weight: bold;
}
Composite {
background-color: #f7f7f7;
}
Composite > Group {
font-size: 11px;
font-weight: bold;
}
Shell[style~='SWT.SHADOW_ETCHED_OUT'], Shell[style~='SWT.SHADOW_ETCHED_IN'],
Shell[style~='SWT.CHECK'], Shell[style~='SWT.TITLE'], Shell[style~='SWT.OK'],
Shell[style~='SWT.CANCEL'], Shell[style~='SWT.ABORT'], Shell[style~='SWT.DROP_DOWN'],
Shell[style~='SWT.ARROW'], Shell[style~='SWT.RADIO'], Shell[style~='SWT.SINGLE'],
Shell[style~='SWT.SHADOW_IN'], Shell[style~='SWT.TOOL'], Shell[style~='SWT.RESIZE'],
Shell[style~='SWT.SHELL_TRIM'], Shell[style~='SWT.FILL'], Shell[style~='SWT.ALPHA'],
Shell[style~='SWT.BORDER'], Shell[style~='SWT.DIALOG_TRIM'], Shell[style~='SWT.IGNORE'],
Shell[style~='SWT.FULL_SELECTION'], Shell[style~='SWT.SMOOTH'], Shell[style~='SWT.VIRTUAL'],
Shell[style~='SWT.APPLICATION_MODAL'], Shell[style~='SWT.MEDIUM'], Shell[style~='SWT.LONG'] {
background-color: #f7f7f7;
color: #3b5998;
}
Menu {
color: red;
background-color: red;
}
Text[style~='SWT.READ_ONLY'] {
background-color: #f7f7f7;
color: #3b5998;
}
#afryca-rcp-cm-partstack {
swt-tab-height: 0px;
}
.TableViewerClassComposite > Composite,
.TableViewerClassComposite > Composite > Label {
background-color: #8b9dc3;
color: #f7f7f7;
font-size: 13px;
font-weight: bold;
margin: 20px;
padding: 20px;
}
.MPartStackWithoutTitle {
swt-tab-height: 0px;
}
.MPartStackWithTitle {
swt-tab-height: 31px;
}
Shell[style~='SWT.ON_TOP'] Label {
background-color: #dfe3ee;
color: #3b5998;
}
Shell[style~='SWT.ON_TOP'] {
background-color: #dfe3ee;
}
.PreferenceClassComposite > Label,
.AlternativesRankingComposite > Label {
font-size: 13px;
font-weight: bold;
}
.AlternativesRankingComposite > Text {
background-color: #8b9dc3;
color: #f7f7f7;
}
.InformationCompositeClass,
.InformationCompositeClass > Composite,
.InformationCompositeClass > Composite > Label {
background-color: white;
color: #3b5998;
font-family: Times;
}
.InformationTitleCompositeClass,
.InformationTitleCompositeClass > Label {
font-size: 15px;
font-weight: bold;
}
.InformationSectionCompositeClass {
font-size: 6px;
}
.InformationSectionTitleClass {
font-weight: bold;
}
.ConfigurationCompositeClass {
font-size: 10px;
color: #3b5998;
background-color: #f7f7f7;
}
.ConfigurationCompositeClass > Label {
font-size: 10px;
color: #3b5998;
font-weight: bold;
}
.ConfigurationCompositeClass > Button {
background-color: #f7f7f7;
}
.BehaviorSimulationPanelClass > Composite > Label {
font-weight: bold;
}
.StackElementClassComposite > Composite,
.StackElementClassComposite > Composite > Label {
background-color: #8b9dc3;
color: #f7f7f7;
font-size: 9px;
font-weight: bold;
margin: 20px;
padding: 20px;
}
.StackElementClassComposite, ScrolledComposite,
.StackElementClassComposite > ScrolledComposite > Label {
background-color: white;
color: #3b5998;
font-size: 9px;
}
.StackElementClassComposite > .StackElementStatusBarClassComposite,
.StackElementClassComposite > .StackElementStatusBarClassComposite > Label {
background-color: white;
}
.ConsoleClass StyledText {
font-family: Monospace;
background-color: white;
font-size: 10px;
}
.ConsoleClass Text[style~='SWT.READ_ONLY'] {
font-size: 10px;
font-family: Monospace;
background-color: white;
color: #3b5998;
}
.MDSComposite > Label {
font-size: 10px;
font-weight: bold;
}
.PCAComposite > Label {
font-size: 10px;
font-weight: bold;
}