|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Component: Button Styles
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
.button-show,
|
|
Kite |
9753a4 |
#LoadLevelShowButton,
|
|
Kite |
9753a4 |
#CleanupSettingsShowButton,
|
|
Kite |
9753a4 |
#OutputSettingsShowButton,
|
|
Kite |
9753a4 |
#FxSettingsPreviewShowButton {
|
|
Kite |
9753a4 |
image: url('../Astral_072_Dark/imgs/black/plus.svg');
|
|
Kite |
9753a4 |
image-position: center center;
|
|
Kite |
9753a4 |
margin: 0;
|
|
Kite |
9753a4 |
padding: 1px;
|
|
Kite |
9753a4 |
min-width: 10px;
|
|
Kite |
9753a4 |
min-height: 10px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.button-show:checked,
|
|
Kite |
9753a4 |
#LoadLevelShowButton:checked,
|
|
Kite |
9753a4 |
#CleanupSettingsShowButton:checked,
|
|
Kite |
9753a4 |
#OutputSettingsShowButton:checked,
|
|
Kite |
9753a4 |
#FxSettingsPreviewShowButton:checked {
|
|
Kite |
9753a4 |
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #4d4d4d, stop: 1 #666666);
|
|
Kite |
9753a4 |
border-color: #404040;
|
|
Kite |
9753a4 |
image: url('../Astral_072_Dark/imgs/black/minus.svg');
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.button-show:checked:pressed,
|
|
Kite |
9753a4 |
#LoadLevelShowButton:checked:pressed,
|
|
Kite |
9753a4 |
#CleanupSettingsShowButton:checked:pressed,
|
|
Kite |
9753a4 |
#OutputSettingsShowButton:checked:pressed,
|
|
Kite |
9753a4 |
#FxSettingsPreviewShowButton:checked:pressed {
|
|
Kite |
9753a4 |
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #4d4d4d, stop: 1 #666666);
|
|
Kite |
9753a4 |
border-color: #404040;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.button-show:checked:hover,
|
|
Kite |
9753a4 |
#LoadLevelShowButton:checked:hover,
|
|
Kite |
9753a4 |
#CleanupSettingsShowButton:checked:hover,
|
|
Kite |
9753a4 |
#OutputSettingsShowButton:checked:hover,
|
|
Kite |
9753a4 |
#FxSettingsPreviewShowButton:checked:hover {
|
|
Kite |
9753a4 |
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #636363, stop: 1 #7d7d7d);
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.button-tool,
|
|
Kite |
9753a4 |
#TopBar #EditToolLockButton::indicator,
|
|
Kite |
9753a4 |
QToolBar QToolButton,
|
|
Kite |
9753a4 |
#CameraSettingsRadioButton::indicator,
|
|
Kite |
9753a4 |
#ForceSquaredPixelButton,
|
|
Kite |
9753a4 |
#SchematicBottomFrame QToolBar QToolButton,
|
|
Jeremy Bullock |
15fcba |
#EditToolLockButton::indicator,
|
|
Jeremy Bullock |
15fcba |
#XSheetToolbar #XSheetToolbarLevelButton {
|
|
Kite |
9753a4 |
background-color: #808080;
|
|
Kite |
9753a4 |
border: 1px solid #808080;
|
|
Kite |
9753a4 |
border-radius: 2px;
|
|
Kite |
9753a4 |
margin: 1px;
|
|
Kite |
9753a4 |
padding: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.button-tool:hover,
|
|
Kite |
9753a4 |
#TopBar #EditToolLockButton::indicator:hover,
|
|
Kite |
9753a4 |
QToolBar QToolButton:hover,
|
|
Kite |
9753a4 |
#CameraSettingsRadioButton::indicator:hover,
|
|
Kite |
9753a4 |
#ForceSquaredPixelButton:hover,
|
|
Kite |
9753a4 |
#colorSliderAddButton:hover,
|
|
Kite |
9753a4 |
#colorSliderSubButton:hover,
|
|
Kite |
9753a4 |
#SchematicBottomFrame QToolBar QToolButton:hover,
|
|
Jeremy Bullock |
15fcba |
#EditToolLockButton::indicator:hover,
|
|
Jeremy Bullock |
15fcba |
#XSheetToolbar #XSheetToolbarLevelButton:hover {
|
|
Kite |
9753a4 |
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #c7c7c7, stop: 1 #adadad);
|
|
Kite |
9753a4 |
border-color: #5a5a5a;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.button-tool:pressed,
|
|
Kite |
9753a4 |
#TopBar #EditToolLockButton::indicator:pressed,
|
|
Kite |
9753a4 |
QToolBar QToolButton:pressed,
|
|
Kite |
9753a4 |
#CameraSettingsRadioButton::indicator:pressed,
|
|
Kite |
9753a4 |
#ForceSquaredPixelButton:pressed,
|
|
Kite |
9753a4 |
#colorSliderAddButton:pressed,
|
|
Kite |
9753a4 |
#colorSliderSubButton:pressed,
|
|
Kite |
9753a4 |
#SchematicBottomFrame QToolBar QToolButton:pressed,
|
|
Jeremy Bullock |
15fcba |
#EditToolLockButton::indicator:pressed,
|
|
Jeremy Bullock |
15fcba |
#XSheetToolbar #XSheetToolbarLevelButton:pressed {
|
|
Kite |
9753a4 |
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #4d4d4d, stop: 1 #666666);
|
|
Kite |
9753a4 |
border-color: #404040;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.button-tool:checked,
|
|
Kite |
9753a4 |
#TopBar #EditToolLockButton::indicator:checked,
|
|
Kite |
9753a4 |
QToolBar QToolButton:checked,
|
|
Kite |
9753a4 |
#CameraSettingsRadioButton::indicator:checked,
|
|
Kite |
9753a4 |
#ForceSquaredPixelButton:checked,
|
|
Kite |
9753a4 |
#SchematicBottomFrame QToolBar QToolButton:checked,
|
|
Jeremy Bullock |
15fcba |
#EditToolLockButton::indicator:checked,
|
|
Jeremy Bullock |
15fcba |
#XSheetToolbar #XSheetToolbarLevelButton:checked {
|
|
Kite |
9753a4 |
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #4d4d4d, stop: 1 #666666);
|
|
Kite |
9753a4 |
border-color: #404040;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.button-tool:checked:hover,
|
|
Kite |
9753a4 |
#TopBar #EditToolLockButton::indicator:checked:hover,
|
|
Kite |
9753a4 |
QToolBar QToolButton:checked:hover,
|
|
Kite |
9753a4 |
#CameraSettingsRadioButton::indicator:checked:hover,
|
|
Kite |
9753a4 |
#ForceSquaredPixelButton:checked:hover,
|
|
Kite |
9753a4 |
#SchematicBottomFrame QToolBar QToolButton:checked:hover,
|
|
Jeremy Bullock |
15fcba |
#EditToolLockButton::indicator:checked:hover,
|
|
Jeremy Bullock |
15fcba |
#XSheetToolbar #XSheetToolbarLevelButton:checked:hover {
|
|
Kite |
9753a4 |
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #636363, stop: 1 #7d7d7d);
|
|
Kite |
9753a4 |
border-color: #5a5a5a;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.button-tool:disabled,
|
|
Kite |
9753a4 |
#TopBar #EditToolLockButton::indicator:disabled,
|
|
Kite |
9753a4 |
QToolBar QToolButton:disabled,
|
|
Kite |
9753a4 |
#CameraSettingsRadioButton::indicator:disabled,
|
|
Kite |
9753a4 |
#ForceSquaredPixelButton:disabled,
|
|
Kite |
9753a4 |
#SchematicBottomFrame QToolBar QToolButton:disabled,
|
|
Jeremy Bullock |
15fcba |
#EditToolLockButton::indicator:disabled,
|
|
Jeremy Bullock |
15fcba |
#XSheetToolbar #XSheetToolbarLevelButton:disabled {
|
|
Kite |
9753a4 |
color: #595959;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.button-flat,
|
|
Kite |
9753a4 |
PaletteViewer QToolBar QToolButton {
|
|
Kite |
9753a4 |
background-color: none;
|
|
Kite |
9753a4 |
border: 0;
|
|
Kite |
9753a4 |
border-radius: 0;
|
|
Kite |
9753a4 |
margin: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.button-flat:hover,
|
|
Kite |
9753a4 |
PaletteViewer QToolBar QToolButton:hover {
|
|
Kite |
9753a4 |
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #c7c7c7, stop: 1 #adadad);
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.button-flat:pressed,
|
|
Kite |
9753a4 |
PaletteViewer QToolBar QToolButton:pressed {
|
|
Kite |
9753a4 |
background-color: #404040;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Component: Group Boxes
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
.box-base,
|
|
Kite |
9753a4 |
.QGroupBox,
|
|
Kite |
9753a4 |
#LoadLevelFrame,
|
|
Kite |
9753a4 |
#PsdSettingsGroupBox,
|
|
Kite |
9753a4 |
#CleanupSettingsFrame,
|
|
Kite |
9753a4 |
#OutputSettingsBox,
|
|
Kite |
9753a4 |
#OutputSettingsCameraBox,
|
|
Kite |
9753a4 |
#SolidLineFrame,
|
|
Kite |
9753a4 |
#FunctionParametersPanel,
|
|
Kite |
9753a4 |
QGroupBox {
|
|
Kite |
9753a4 |
border: 1px solid #404040;
|
|
Kite |
9753a4 |
border-radius: 2px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Component: Icons
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
.icon-lock,
|
|
Kite |
9753a4 |
#CameraSettingsRadioButton::indicator,
|
|
Kite |
9753a4 |
#EditToolLockButton::indicator {
|
|
Kite |
9753a4 |
height: 16px;
|
|
Kite |
9753a4 |
padding: 1px;
|
|
Kite |
9753a4 |
width: 16px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.icon-lock:unchecked,
|
|
Kite |
9753a4 |
#CameraSettingsRadioButton::indicator:unchecked,
|
|
Kite |
9753a4 |
#EditToolLockButton::indicator:unchecked {
|
|
Kite |
9753a4 |
image: url('../Astral_072_Dark/imgs/black/cam_unlock.svg');
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.icon-lock:checked,
|
|
Kite |
9753a4 |
#CameraSettingsRadioButton::indicator:checked,
|
|
Kite |
9753a4 |
#EditToolLockButton::indicator:checked {
|
|
Kite |
9753a4 |
image: url('../Astral_072_Dark/imgs/black/cam_lock.svg');
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.icon-fsp,
|
|
Kite |
9753a4 |
#ForceSquaredPixelButton {
|
|
Kite |
9753a4 |
height: 16px;
|
|
Kite |
9753a4 |
image: url('../Astral_072_Dark/imgs/black/fsp_unchecked.svg');
|
|
Kite |
9753a4 |
padding: 1px;
|
|
Kite |
9753a4 |
width: 16px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.icon-fsp:checked,
|
|
Kite |
9753a4 |
#ForceSquaredPixelButton:checked {
|
|
Kite |
9753a4 |
image: url('../Astral_072_Dark/imgs/black/fsp_checked.svg');
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Component: Tabs
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
.tab-container,
|
|
Kite |
9753a4 |
#TabBarContainer,
|
|
Kite |
9753a4 |
#StyleEditorTabBar,
|
|
Kite |
9753a4 |
#PaletteTabBar,
|
|
Kite |
9753a4 |
#FxSettingsTabBar {
|
|
Kite |
9753a4 |
background-color: transparent;
|
|
Kite |
9753a4 |
qproperty-BottomAboveLineColor: #616161;
|
|
Kite |
9753a4 |
qproperty-BottomBelowLineColor: #404040;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.tab-flat,
|
|
Kite |
9753a4 |
#StyleEditorTabBar::tab,
|
|
Kite |
9753a4 |
#PaletteTabBar::tab {
|
|
Kite |
9753a4 |
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #a1a1a1, stop: 1 #878787);
|
|
Kite |
9753a4 |
border-right: 1px solid #393939;
|
|
manongjohn |
b156cb |
color: #000000;
|
|
Kite |
9753a4 |
margin: 0 0 1px 0;
|
|
Kite |
9753a4 |
padding: 3px 4px 3px 4px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.tab-flat:hover,
|
|
Kite |
9753a4 |
#StyleEditorTabBar::tab:hover,
|
|
Kite |
9753a4 |
#PaletteTabBar::tab:hover {
|
|
Kite |
9753a4 |
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #adadad, stop: 1 #949494);
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.tab-flat:selected,
|
|
Kite |
9753a4 |
#StyleEditorTabBar::tab:selected,
|
|
Kite |
9753a4 |
#PaletteTabBar::tab:selected {
|
|
Kite |
9753a4 |
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #e3e3e3, stop: 1 #cccccc);
|
|
manongjohn |
b156cb |
color: #000000;
|
|
Kite |
9753a4 |
margin: 0;
|
|
Kite |
9753a4 |
padding: 1px 4px 2px 4px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.tab-flat:only-one,
|
|
Kite |
9753a4 |
#StyleEditorTabBar::tab:only-one,
|
|
Kite |
9753a4 |
#PaletteTabBar::tab:only-one {
|
|
Kite |
9753a4 |
margin: 0;
|
|
Kite |
9753a4 |
padding: 3px 4px 4px 4px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.tab-round,
|
|
Kite |
9753a4 |
#FxSettingsTabBar::tab {
|
|
Kite |
9753a4 |
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #a1a1a1, stop: 1 #878787);
|
|
Kite |
9753a4 |
border-top: 1px solid #393939;
|
|
Kite |
9753a4 |
border-right: 1px solid #393939;
|
|
Kite |
9753a4 |
border-left: 1px solid #393939;
|
|
manongjohn |
b156cb |
color: #000000;
|
|
Kite |
9753a4 |
margin: 3px -1px 1px 0;
|
|
Kite |
9753a4 |
padding: 2px 7px 1px 7px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.tab-round:selected,
|
|
Kite |
9753a4 |
#FxSettingsTabBar::tab:selected {
|
|
Kite |
9753a4 |
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #e3e3e3, stop: 1 #cccccc);
|
|
Kite |
9753a4 |
border-top-right-radius: 2px;
|
|
Kite |
9753a4 |
border-top-left-radius: 2px;
|
|
manongjohn |
b156cb |
color: #000000;
|
|
Kite |
9753a4 |
margin: 1px -1px 0 0;
|
|
Kite |
9753a4 |
padding: 2px 7px 2px 7px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.tab-round:only-one,
|
|
Kite |
9753a4 |
#FxSettingsTabBar::tab:only-one {
|
|
Kite |
9753a4 |
margin: 1px 0 0 0;
|
|
Kite |
9753a4 |
padding: 3px 7px 3px 7px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.tab-round:last,
|
|
Kite |
9753a4 |
#FxSettingsTabBar::tab:last {
|
|
Kite |
9753a4 |
margin-right: 0;
|
|
Kite |
9753a4 |
border-top-right-radius: 2px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.tab-round:first,
|
|
Kite |
9753a4 |
#FxSettingsTabBar::tab:first {
|
|
Kite |
9753a4 |
border-top-left-radius: 2px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Component: Treeviews / Branch
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
.tree-list,
|
|
Kite |
9753a4 |
QTreeWidget,
|
|
Kite |
9753a4 |
#DirTreeView,
|
|
Kite |
9753a4 |
#SceneCast QTreeView,
|
|
Kite |
9753a4 |
#StudioPalette QTreeView,
|
|
Kite |
9753a4 |
#ShortcutTree,
|
|
Kite |
9753a4 |
ProjectPopup QTreeView,
|
|
Kite |
9753a4 |
#Tasks QTreeView,
|
|
Kite |
9753a4 |
#FunctionEditorTree {
|
|
Kite |
9753a4 |
background-color: #9a9a9a;
|
|
Kite |
9753a4 |
alternate-background-color: #9a9a9a;
|
|
Kite |
9753a4 |
border: 0;
|
|
Kite |
9753a4 |
margin: 0;
|
|
Kite |
9753a4 |
outline: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.tree-list::item,
|
|
Kite |
9753a4 |
QTreeWidget::item,
|
|
Kite |
9753a4 |
#DirTreeView::item,
|
|
Kite |
9753a4 |
#SceneCast QTreeView::item,
|
|
Kite |
9753a4 |
#StudioPalette QTreeView::item,
|
|
Kite |
9753a4 |
#ShortcutTree::item,
|
|
Kite |
9753a4 |
ProjectPopup QTreeView::item,
|
|
Kite |
9753a4 |
#Tasks QTreeView::item {
|
|
manongjohn |
b156cb |
color: #000000;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.tree-list::item:selected,
|
|
Kite |
9753a4 |
QTreeWidget::item:selected,
|
|
Kite |
9753a4 |
#DirTreeView::item:selected,
|
|
Kite |
9753a4 |
#SceneCast QTreeView::item:selected,
|
|
Kite |
9753a4 |
#StudioPalette QTreeView::item:selected,
|
|
Kite |
9753a4 |
#ShortcutTree::item:selected,
|
|
Kite |
9753a4 |
ProjectPopup QTreeView::item:selected,
|
|
Kite |
9753a4 |
#Tasks QTreeView::item:selected {
|
|
Kite |
9753a4 |
background-color: #000080;
|
|
manongjohn |
b156cb |
color: #ffffff;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.tree-list::item:focus,
|
|
Kite |
9753a4 |
QTreeWidget::item:focus,
|
|
Kite |
9753a4 |
#DirTreeView::item:focus,
|
|
Kite |
9753a4 |
#SceneCast QTreeView::item:focus,
|
|
Kite |
9753a4 |
#StudioPalette QTreeView::item:focus,
|
|
Kite |
9753a4 |
#ShortcutTree::item:focus,
|
|
Kite |
9753a4 |
ProjectPopup QTreeView::item:focus,
|
|
Kite |
9753a4 |
#Tasks QTreeView::item:focus {
|
|
Kite |
9753a4 |
border: 0;
|
|
Kite |
9753a4 |
outline: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.branch-17:adjoins-item,
|
|
Kite |
9753a4 |
#SceneCast QTreeView::branch:adjoins-item,
|
|
Kite |
9753a4 |
#StudioPalette QTreeView::branch:adjoins-item,
|
|
Kite |
9753a4 |
#ShortcutTree::branch:adjoins-item,
|
|
Kite |
9753a4 |
#Tasks QTreeView::branch:adjoins-item,
|
|
Kite |
9753a4 |
#FunctionEditorTree::branch:adjoins-item {
|
|
Kite |
9753a4 |
border-image: url('../Astral_072_Dark/imgs/black/tree17_branch-end.svg') 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.branch-17:has-siblings,
|
|
Kite |
9753a4 |
#SceneCast QTreeView::branch:has-siblings,
|
|
Kite |
9753a4 |
#StudioPalette QTreeView::branch:has-siblings,
|
|
Kite |
9753a4 |
#ShortcutTree::branch:has-siblings,
|
|
Kite |
9753a4 |
#Tasks QTreeView::branch:has-siblings,
|
|
Kite |
9753a4 |
#FunctionEditorTree::branch:has-siblings {
|
|
Kite |
9753a4 |
border-image: url('../Astral_072_Dark/imgs/black/tree17_vline.svg') 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.branch-17:has-siblings:adjoins-item,
|
|
Kite |
9753a4 |
#SceneCast QTreeView::branch:has-siblings:adjoins-item,
|
|
Kite |
9753a4 |
#StudioPalette QTreeView::branch:has-siblings:adjoins-item,
|
|
Kite |
9753a4 |
#ShortcutTree::branch:has-siblings:adjoins-item,
|
|
Kite |
9753a4 |
#Tasks QTreeView::branch:has-siblings:adjoins-item,
|
|
Kite |
9753a4 |
#FunctionEditorTree::branch:has-siblings:adjoins-item {
|
|
Kite |
9753a4 |
border-image: url('../Astral_072_Dark/imgs/black/tree17_branch-more.svg') 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.branch-17:has-children:closed,
|
|
Kite |
9753a4 |
#SceneCast QTreeView::branch:has-children:closed,
|
|
Kite |
9753a4 |
#StudioPalette QTreeView::branch:has-children:closed,
|
|
Kite |
9753a4 |
#ShortcutTree::branch:has-children:closed,
|
|
Kite |
9753a4 |
#Tasks QTreeView::branch:has-children:closed,
|
|
Kite |
9753a4 |
#FunctionEditorTree::branch:has-children:closed {
|
|
Kite |
9753a4 |
background: url('../Astral_072_Dark/imgs/black/tree17_branch-closed_nosib.svg') no-repeat;
|
|
Kite |
9753a4 |
border-image: none;
|
|
Kite |
9753a4 |
image: none;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.branch-17:has-children:open,
|
|
Kite |
9753a4 |
#SceneCast QTreeView::branch:has-children:open,
|
|
Kite |
9753a4 |
#StudioPalette QTreeView::branch:has-children:open,
|
|
Kite |
9753a4 |
#ShortcutTree::branch:has-children:open,
|
|
Kite |
9753a4 |
#Tasks QTreeView::branch:has-children:open,
|
|
Kite |
9753a4 |
#FunctionEditorTree::branch:has-children:open {
|
|
Kite |
9753a4 |
background: url('../Astral_072_Dark/imgs/black/tree17_branch-open_nosib.svg') no-repeat;
|
|
Kite |
9753a4 |
border-image: none;
|
|
Kite |
9753a4 |
image: none;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.branch-17:has-children:has-siblings:closed,
|
|
Kite |
9753a4 |
#SceneCast QTreeView::branch:has-children:has-siblings:closed,
|
|
Kite |
9753a4 |
#StudioPalette QTreeView::branch:has-children:has-siblings:closed,
|
|
Kite |
9753a4 |
#ShortcutTree::branch:has-children:has-siblings:closed,
|
|
Kite |
9753a4 |
#Tasks QTreeView::branch:has-children:has-siblings:closed,
|
|
Kite |
9753a4 |
#FunctionEditorTree::branch:has-children:has-siblings:closed {
|
|
Kite |
9753a4 |
background: url('../Astral_072_Dark/imgs/black/tree17_branch-closed.svg') no-repeat;
|
|
Kite |
9753a4 |
border-image: none;
|
|
Kite |
9753a4 |
image: none;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.branch-17:has-children:has-siblings:open,
|
|
Kite |
9753a4 |
#SceneCast QTreeView::branch:has-children:has-siblings:open,
|
|
Kite |
9753a4 |
#StudioPalette QTreeView::branch:has-children:has-siblings:open,
|
|
Kite |
9753a4 |
#ShortcutTree::branch:has-children:has-siblings:open,
|
|
Kite |
9753a4 |
#Tasks QTreeView::branch:has-children:has-siblings:open,
|
|
Kite |
9753a4 |
#FunctionEditorTree::branch:has-children:has-siblings:open {
|
|
Kite |
9753a4 |
background: url('../Astral_072_Dark/imgs/black/tree17_branch-open.svg') no-repeat;
|
|
Kite |
9753a4 |
border-image: none;
|
|
Kite |
9753a4 |
image: none;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.branch-22:adjoins-item,
|
|
Kite |
9753a4 |
#DirTreeView::branch:adjoins-item,
|
|
Kite |
9753a4 |
ProjectPopup QTreeView::branch:adjoins-item {
|
|
Kite |
9753a4 |
border-image: url('../Astral_072_Dark/imgs/black/tree22_branch-end.svg') 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.branch-22:has-siblings,
|
|
Kite |
9753a4 |
#DirTreeView::branch:has-siblings,
|
|
Kite |
9753a4 |
ProjectPopup QTreeView::branch:has-siblings {
|
|
Kite |
9753a4 |
border-image: url('../Astral_072_Dark/imgs/black/tree22_vline.svg') 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.branch-22:has-siblings:adjoins-item,
|
|
Kite |
9753a4 |
#DirTreeView::branch:has-siblings:adjoins-item,
|
|
Kite |
9753a4 |
ProjectPopup QTreeView::branch:has-siblings:adjoins-item {
|
|
Kite |
9753a4 |
border-image: url('../Astral_072_Dark/imgs/black/tree22_branch-more.svg') 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.branch-22:has-children:closed,
|
|
Kite |
9753a4 |
#DirTreeView::branch:has-children:closed,
|
|
Kite |
9753a4 |
ProjectPopup QTreeView::branch:has-children:closed {
|
|
Kite |
9753a4 |
background: url('../Astral_072_Dark/imgs/black/tree22_branch-closed_nosib.svg') no-repeat;
|
|
Kite |
9753a4 |
border-image: none;
|
|
Kite |
9753a4 |
image: none;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.branch-22:has-children:open,
|
|
Kite |
9753a4 |
#DirTreeView::branch:has-children:open,
|
|
Kite |
9753a4 |
ProjectPopup QTreeView::branch:has-children:open {
|
|
Kite |
9753a4 |
background: url('../Astral_072_Dark/imgs/black/tree22_branch-open_nosib.svg') no-repeat;
|
|
Kite |
9753a4 |
border-image: none;
|
|
Kite |
9753a4 |
image: none;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.branch-22:has-children:has-siblings:closed,
|
|
Kite |
9753a4 |
#DirTreeView::branch:has-children:has-siblings:closed,
|
|
Kite |
9753a4 |
ProjectPopup QTreeView::branch:has-children:has-siblings:closed {
|
|
Kite |
9753a4 |
background: url('../Astral_072_Dark/imgs/black/tree22_branch-closed.svg') no-repeat;
|
|
Kite |
9753a4 |
border-image: none;
|
|
Kite |
9753a4 |
image: none;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.branch-22:has-children:has-siblings:open,
|
|
Kite |
9753a4 |
#DirTreeView::branch:has-children:has-siblings:open,
|
|
Kite |
9753a4 |
ProjectPopup QTreeView::branch:has-children:has-siblings:open {
|
|
Kite |
9753a4 |
background: url('../Astral_072_Dark/imgs/black/tree22_branch-open.svg') no-repeat;
|
|
Kite |
9753a4 |
border-image: none;
|
|
Kite |
9753a4 |
image: none;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Main
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
QWidget {
|
|
Kite |
9753a4 |
background-color: #808080;
|
|
manongjohn |
b156cb |
color: #000000;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QWidget:disabled {
|
|
Kite |
9753a4 |
color: #595959;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QFrame {
|
|
Kite |
9753a4 |
border: 0;
|
|
Kite |
9753a4 |
margin: 0;
|
|
Kite |
9753a4 |
padding: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Tooltip
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
QToolTip,
|
|
Kite |
9753a4 |
#helpToolTip {
|
|
Kite |
9753a4 |
background-color: #ffffe1;
|
|
Kite |
9753a4 |
border: 1px solid #000;
|
|
Kite |
9753a4 |
color: #000;
|
|
Kite |
9753a4 |
padding: 1px 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Dock Separator
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
#DockSeparator,
|
|
Kite |
9753a4 |
QMainWindow::separator,
|
|
Kite |
9753a4 |
QSplitter::handle,
|
|
Kite |
9753a4 |
TPanel {
|
|
Kite |
9753a4 |
background-color: #343434;
|
|
Kite |
9753a4 |
height: 4px;
|
|
Kite |
9753a4 |
width: 4px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#TDockPlaceholder {
|
|
Kite |
9753a4 |
background-color: #ff0000;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
TopBar / QMenuBar
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
#TopBar {
|
|
Kite |
9753a4 |
background: #808080;
|
|
Kite |
9753a4 |
border: 0;
|
|
Kite |
9753a4 |
border-bottom: 1px solid #404040;
|
|
Kite |
9753a4 |
height: 21px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#TopBar #EditToolLockButton {
|
|
Kite |
9753a4 |
spacing: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#TopBar #EditToolLockButton::indicator {
|
|
Kite |
9753a4 |
height: 17px;
|
|
Kite |
9753a4 |
margin: 1px 2px 0 0;
|
|
Kite |
9753a4 |
padding-left: 1px;
|
|
Kite |
9753a4 |
padding-right: 1px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#TopBarTabContainer {
|
|
Kite |
9753a4 |
background-color: #808080;
|
|
Kite |
9753a4 |
margin-bottom: 1px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#StackedMenuBar {
|
|
Kite |
9753a4 |
border: 0;
|
|
Kite |
9753a4 |
margin: 0;
|
|
Kite |
9753a4 |
padding: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QMenuBar {
|
|
Kite |
9753a4 |
background-color: #808080;
|
|
Kite |
9753a4 |
border: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QMenuBar::item {
|
|
Kite |
9753a4 |
background-color: #808080;
|
|
Kite |
9753a4 |
border-left: 1px solid #808080;
|
|
Kite |
9753a4 |
margin: 0;
|
|
Kite |
9753a4 |
padding: 3px 5px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QMenuBar::item:selected {
|
|
Kite |
9753a4 |
background-color: #b3b3b3;
|
|
manongjohn |
b156cb |
color: #000000;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QMenuBar::item:pressed {
|
|
Kite |
9753a4 |
background-color: #000080;
|
|
manongjohn |
b156cb |
color: #ffffff;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Room Tabs
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
#TopBarTab {
|
|
Kite |
9753a4 |
margin: 0;
|
|
Kite |
9753a4 |
padding: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#TopBarTab::tab {
|
|
Kite |
9753a4 |
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #adadad, stop: 1 #949494);
|
|
Kite |
9753a4 |
border-top: 1px solid #525252;
|
|
Kite |
9753a4 |
border-right: 1px solid #525252;
|
|
manongjohn |
b156cb |
color: #000000;
|
|
Kite |
9753a4 |
margin: 0 0 0 0;
|
|
Kite |
9753a4 |
padding: 2px 10px 3px 10px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#TopBarTab::tab:hover {
|
|
Kite |
9753a4 |
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #c7c7c7, stop: 1 #adadad);
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#TopBarTab::tab:selected {
|
|
Kite |
9753a4 |
background-color: #cddcc0;
|
|
manongjohn |
b156cb |
color: #000000;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#TopBarTab::tab:first {
|
|
Kite |
9753a4 |
border-left: 1px solid #525252;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#TopBarTab::tab:last {
|
|
Kite |
9753a4 |
border-right: 1px solid #525252;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
QMenu (Context Menu)
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
QMenu {
|
|
Kite |
9753a4 |
background-color: #c0c0c0;
|
|
Kite |
9753a4 |
border: 1px solid #404040;
|
|
Kite |
9753a4 |
padding: 2px 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QMenu::item {
|
|
Kite |
9753a4 |
padding: 3px 28px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QMenu::item:selected {
|
|
Kite |
9753a4 |
background-color: #000080;
|
|
manongjohn |
b156cb |
color: #ffffff;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QMenu::item:checked {
|
|
manongjohn |
b156cb |
color: #000000;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QMenu::item:checked:selected {
|
|
Kite |
9753a4 |
background-color: #000080;
|
|
manongjohn |
b156cb |
color: #ffffff;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QMenu::item:disabled {
|
|
Kite |
9753a4 |
background: none;
|
|
Kite |
9753a4 |
color: #595959;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QMenu::item:disabled:selected {
|
|
Kite |
9753a4 |
border-color: transparent;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QMenu::separator {
|
|
Kite |
9753a4 |
border-top: 1px solid #9a9a9a;
|
|
Kite |
9753a4 |
height: 0;
|
|
Kite |
9753a4 |
margin: 2px 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QMenu::icon {
|
|
Kite |
9753a4 |
border-radius: 2px;
|
|
Kite |
9753a4 |
margin: 0 0 0 3px;
|
|
Kite |
9753a4 |
padding: 1px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QMenu::icon:checked {
|
|
Kite |
9753a4 |
background-color: #000080;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QMenu::indicator {
|
|
Kite |
9753a4 |
margin-left: 7px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Title Bars (Global)
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
TPanelTitleBar {
|
|
Kite |
9753a4 |
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #595959, stop: 1 #4b4b4b);
|
|
Kite |
9753a4 |
border-color: #272727;
|
|
Kite |
9753a4 |
border-style: solid;
|
|
Kite |
9753a4 |
border-width: 0 0 1px 0;
|
|
Kite |
9753a4 |
font-weight: 700;
|
|
Kite |
9753a4 |
height: 20px;
|
|
Kite |
9753a4 |
min-height: 20px;
|
|
Kite |
9753a4 |
qproperty-TitleColor: #bfbfbf;
|
|
manongjohn |
b156cb |
qproperty-ActiveTitleColor: #ffffff;
|
|
Kite |
9753a4 |
qproperty-BorderPixmap: url('../Astral_072_Dark/imgs/black/none');
|
|
Kite |
9753a4 |
qproperty-ActiveBorderPixmap: url('../Astral_072_Dark/imgs/black/none');
|
|
Kite |
9753a4 |
qproperty-FloatBorderPixmap: url('../Astral_072_Dark/imgs/black/none');
|
|
Kite |
9753a4 |
qproperty-FloatActiveBorderPixmap: url('../Astral_072_Dark/imgs/black/none');
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Scroll Bars (Global)
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
QAbstractScrollArea::corner {
|
|
Kite |
9753a4 |
background-color: #9a9a9a;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QScrollBar {
|
|
Kite |
9753a4 |
background-color: #9a9a9a;
|
|
Kite |
9753a4 |
border: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QScrollBar:horizontal {
|
|
Kite |
9753a4 |
height: 16px;
|
|
Kite |
9753a4 |
margin: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QScrollBar:vertical {
|
|
Kite |
9753a4 |
margin: 0;
|
|
Kite |
9753a4 |
width: 16px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QScrollBar::handle {
|
|
Kite |
9753a4 |
border: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QScrollBar::handle:horizontal:hover,
|
|
Kite |
9753a4 |
QScrollBar::handle:vertical:hover {
|
|
Kite |
9753a4 |
background-color: #696969;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QScrollBar::handle:horizontal:pressed,
|
|
Kite |
9753a4 |
QScrollBar::handle:vertical:pressed {
|
|
Kite |
9753a4 |
background-color: #555555;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QScrollBar::handle:horizontal {
|
|
Kite |
9753a4 |
background-color: #787878;
|
|
Kite |
9753a4 |
margin: 2px 16px;
|
|
Kite |
9753a4 |
min-width: 20px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QScrollBar::handle:vertical {
|
|
Kite |
9753a4 |
background-color: #787878;
|
|
Kite |
9753a4 |
margin: 16px 2px;
|
|
Kite |
9753a4 |
min-height: 20px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QScrollBar::add-line {
|
|
Kite |
9753a4 |
subcontrol-origin: margin;
|
|
Kite |
9753a4 |
border: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QScrollBar::add-line:horizontal {
|
|
Kite |
9753a4 |
subcontrol-position: right;
|
|
Kite |
9753a4 |
background-color: #9a9a9a;
|
|
Kite |
9753a4 |
margin: 0;
|
|
Kite |
9753a4 |
width: 16px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QScrollBar::add-line:horizontal:pressed {
|
|
Kite |
9753a4 |
background-color: #cdcdcd;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QScrollBar::add-line:vertical {
|
|
Kite |
9753a4 |
subcontrol-position: bottom;
|
|
Kite |
9753a4 |
background-color: #9a9a9a;
|
|
Kite |
9753a4 |
margin: 0;
|
|
Kite |
9753a4 |
height: 16px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QScrollBar::add-line:vertical:pressed {
|
|
Kite |
9753a4 |
background-color: #cdcdcd;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QScrollBar::sub-line {
|
|
Kite |
9753a4 |
border: 0;
|
|
Kite |
9753a4 |
subcontrol-origin: margin;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QScrollBar::sub-line:horizontal {
|
|
Kite |
9753a4 |
subcontrol-position: left;
|
|
Kite |
9753a4 |
background-color: #9a9a9a;
|
|
Kite |
9753a4 |
margin: 0;
|
|
Kite |
9753a4 |
width: 16px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QScrollBar::sub-line:horizontal:pressed {
|
|
Kite |
9753a4 |
background-color: #cdcdcd;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QScrollBar::sub-line:vertical {
|
|
Kite |
9753a4 |
subcontrol-position: top;
|
|
Kite |
9753a4 |
background-color: #9a9a9a;
|
|
Kite |
9753a4 |
margin: 0;
|
|
Kite |
9753a4 |
height: 16px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QScrollBar::sub-line:vertical:pressed {
|
|
Kite |
9753a4 |
background-color: #cdcdcd;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QScrollBar::up-arrow:vertical {
|
|
Kite |
9753a4 |
image: url('../Astral_072_Dark/imgs/black/scroll-up.svg');
|
|
Kite |
9753a4 |
image-position: center center;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QScrollBar::down-arrow:vertical {
|
|
Kite |
9753a4 |
image: url('../Astral_072_Dark/imgs/black/scroll-down.svg');
|
|
Kite |
9753a4 |
image-position: center center;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QScrollBar::left-arrow:horizontal {
|
|
Kite |
9753a4 |
image: url('../Astral_072_Dark/imgs/black/scroll-left.svg');
|
|
Kite |
9753a4 |
image-position: center center;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QScrollBar::right-arrow:horizontal {
|
|
Kite |
9753a4 |
image: url('../Astral_072_Dark/imgs/black/scroll-right.svg');
|
|
Kite |
9753a4 |
image-position: center center;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QScrollBar::sub-page:horizontal,
|
|
Kite |
9753a4 |
QScrollBar::add-page:horizontal,
|
|
Kite |
9753a4 |
QScrollBar::sub-page:vertical,
|
|
Kite |
9753a4 |
QScrollBar::add-page:vertical {
|
|
Kite |
9753a4 |
background: none;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Tool Bars (Global)
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
QToolBar {
|
|
Kite |
9753a4 |
padding: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QToolBar::separator:horizontal {
|
|
Kite |
9753a4 |
border-left: 1px solid #404040;
|
|
Kite |
9753a4 |
margin: 0 1px;
|
|
Kite |
9753a4 |
width: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QToolBar::separator:vertical {
|
|
Kite |
9753a4 |
border-top: 1px solid #404040;
|
|
Kite |
9753a4 |
height: 0;
|
|
Kite |
9753a4 |
margin: 1px 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QToolBar QToolButton::menu-indicator {
|
|
Kite |
9753a4 |
image: none;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QToolBar QToolButton::menu-button {
|
|
Kite |
9753a4 |
border-image: none;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QToolBar QLabel {
|
|
Kite |
9753a4 |
margin-top: 1px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QToolBar QToolBar {
|
|
Kite |
9753a4 |
border: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
DvScrollWidget QPushButton {
|
|
Kite |
9753a4 |
background-color: #949494;
|
|
Kite |
9753a4 |
border: 0;
|
|
Kite |
9753a4 |
border-radius: 0;
|
|
Kite |
9753a4 |
padding: 0;
|
|
Kite |
9753a4 |
max-width: 16px;
|
|
Kite |
9753a4 |
min-width: 16px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
DvScrollWidget QPushButton:hover {
|
|
Kite |
9753a4 |
background-color: #aeaeae;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
DvScrollWidget QPushButton:pressed {
|
|
Kite |
9753a4 |
background-color: #7b7b7b;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#ScrollLeftButton,
|
|
Kite |
9753a4 |
#ScrollRightButton,
|
|
Kite |
9753a4 |
#ScrollUpButton,
|
|
Kite |
9753a4 |
#ScrollDownButton {
|
|
Kite |
9753a4 |
background-color: #949494;
|
|
Kite |
9753a4 |
border: 0;
|
|
Kite |
9753a4 |
border-radius: 0;
|
|
Kite |
9753a4 |
max-width: 16px;
|
|
Kite |
9753a4 |
min-width: 16px;
|
|
Kite |
9753a4 |
padding: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#ScrollLeftButton:hover,
|
|
Kite |
9753a4 |
#ScrollRightButton:hover,
|
|
Kite |
9753a4 |
#ScrollUpButton:hover,
|
|
Kite |
9753a4 |
#ScrollDownButton:hover {
|
|
Kite |
9753a4 |
background-color: #aeaeae;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#ScrollLeftButton:pressed,
|
|
Kite |
9753a4 |
#ScrollRightButton:pressed,
|
|
Kite |
9753a4 |
#ScrollUpButton:pressed,
|
|
Kite |
9753a4 |
#ScrollDownButton:pressed {
|
|
Kite |
9753a4 |
background-color: #7b7b7b;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#ScrollLeftButton {
|
|
Kite |
9753a4 |
image: url('../Astral_072_Dark/imgs/black/scroll-left.svg');
|
|
Kite |
9753a4 |
border-right: 1px solid #404040;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#ScrollRightButton {
|
|
Kite |
9753a4 |
image: url('../Astral_072_Dark/imgs/black/scroll-right.svg');
|
|
Kite |
9753a4 |
border-left: 1px solid #404040;
|
|
Kite |
9753a4 |
border-right: 1px solid #404040;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#ScrollUpButton {
|
|
Kite |
9753a4 |
image: url('../Astral_072_Dark/imgs/black/scroll-up.svg');
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#ScrollDownButton {
|
|
Kite |
9753a4 |
image: url('../Astral_072_Dark/imgs/black/scroll-down.svg');
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#keyFrameNavigator {
|
|
Kite |
9753a4 |
background: none;
|
|
Kite |
9753a4 |
margin: 0;
|
|
Kite |
9753a4 |
padding: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#keyFrameNavigator QToolButton {
|
|
Kite |
9753a4 |
min-width: 18px;
|
|
Kite |
9753a4 |
}
|
|
Jeremy Bullock |
c82a0a |
#keyFrameNavigator #PreviousKey {
|
|
Jeremy Bullock |
c82a0a |
image: url('../Astral_072_Dark/imgs/black/prevkey.png');
|
|
Jeremy Bullock |
c82a0a |
}
|
|
Jeremy Bullock |
c82a0a |
#keyFrameNavigator #PreviousKey:disabled {
|
|
Jeremy Bullock |
c82a0a |
image: url('../Astral_072_Dark/imgs/black/prevkey_disabled.png');
|
|
Jeremy Bullock |
c82a0a |
}
|
|
Jeremy Bullock |
c82a0a |
#keyFrameNavigator #NextKey {
|
|
Jeremy Bullock |
c82a0a |
image: url('../Astral_072_Dark/imgs/black/nextkey.png');
|
|
Jeremy Bullock |
c82a0a |
}
|
|
Jeremy Bullock |
c82a0a |
#keyFrameNavigator #NextKey:disabled {
|
|
Jeremy Bullock |
c82a0a |
image: url('../Astral_072_Dark/imgs/black/nextkey_disabled.png');
|
|
Jeremy Bullock |
c82a0a |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Treeviews (Global)
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
QListView {
|
|
Kite |
9753a4 |
outline: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Tabs (Global)
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
#TabBarContainer {
|
|
Kite |
9753a4 |
background-color: #616161;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
UI Controls
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
.QPushButton,
|
|
Kite |
9753a4 |
QPushButton,
|
|
Kite |
9753a4 |
.QComboBox,
|
|
Kite |
9753a4 |
#WordButton,
|
|
Kite |
9753a4 |
#FunctionSegmentViewerLinkButton,
|
|
Kite |
9753a4 |
QComboBox {
|
|
Kite |
9753a4 |
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #adadad, stop: 1 #949494);
|
|
Kite |
9753a4 |
border: 1px solid #5a5a5a;
|
|
Kite |
9753a4 |
border-radius: 2px;
|
|
manongjohn |
b156cb |
color: #000000;
|
|
Kite |
9753a4 |
padding: 3px 15px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.QPushButton:hover,
|
|
Kite |
9753a4 |
QPushButton:hover,
|
|
Kite |
9753a4 |
.QComboBox:hover,
|
|
Kite |
9753a4 |
#WordButton:hover,
|
|
Kite |
9753a4 |
#FunctionSegmentViewerLinkButton:hover,
|
|
Kite |
9753a4 |
QComboBox:hover {
|
|
Kite |
9753a4 |
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #c7c7c7, stop: 1 #adadad);
|
|
Kite |
9753a4 |
border-color: #5a5a5a;
|
|
Kite |
9753a4 |
color: #0d0d0d;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.QPushButton:pressed,
|
|
Kite |
9753a4 |
QPushButton:pressed,
|
|
Kite |
9753a4 |
#WordButton:pressed,
|
|
Kite |
9753a4 |
#FunctionSegmentViewerLinkButton:pressed {
|
|
Kite |
9753a4 |
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #4d4d4d, stop: 1 #666666);
|
|
Kite |
9753a4 |
border-color: #404040;
|
|
manongjohn |
b156cb |
color: #000000;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.QPushButton:checked,
|
|
Kite |
9753a4 |
QPushButton:checked,
|
|
Kite |
9753a4 |
#WordButton:checked,
|
|
Kite |
9753a4 |
#FunctionSegmentViewerLinkButton:checked {
|
|
Kite |
9753a4 |
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #4d4d4d, stop: 1 #666666);
|
|
Kite |
9753a4 |
border-color: #404040;
|
|
Kite |
9753a4 |
color: #d9d9d9;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.QPushButton:checked:hover,
|
|
Kite |
9753a4 |
QPushButton:checked:hover,
|
|
Kite |
9753a4 |
#WordButton:checked:hover,
|
|
Kite |
9753a4 |
#FunctionSegmentViewerLinkButton:checked:hover {
|
|
Kite |
9753a4 |
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #636363, stop: 1 #7d7d7d);
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.QPushButton:disabled,
|
|
Kite |
9753a4 |
QPushButton:disabled,
|
|
Kite |
9753a4 |
.QComboBox:disabled,
|
|
Kite |
9753a4 |
#WordButton:disabled,
|
|
Kite |
9753a4 |
#FunctionSegmentViewerLinkButton:disabled,
|
|
Kite |
9753a4 |
QComboBox:disabled {
|
|
Kite |
9753a4 |
background-color: #8a8a8a;
|
|
Kite |
9753a4 |
border-color: #767676;
|
|
Kite |
9753a4 |
color: #595959;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#PushButton_NoPadding {
|
|
Kite |
9753a4 |
padding: 3px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* Camera Capture */
|
|
Kite |
9753a4 |
#GearButton {
|
|
Kite |
9753a4 |
qproperty-icon: url('../Astral_072_Dark/imgs/black/gear.svg');
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#SubfolderButton {
|
|
Kite |
9753a4 |
qproperty-icon: url('../Astral_072_Dark/imgs/black/subfolder.svg');
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
.QComboBox,
|
|
Kite |
9753a4 |
QComboBox {
|
|
Kite |
9753a4 |
padding: 1px 0 1px 5px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.QComboBox::drop-down,
|
|
Kite |
9753a4 |
QComboBox::drop-down {
|
|
Kite |
9753a4 |
border: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.QComboBox::down-arrow,
|
|
Kite |
9753a4 |
QComboBox::down-arrow {
|
|
Kite |
9753a4 |
image: url('../Astral_072_Dark/imgs/black/combo-down.svg');
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.QComboBox::down-arrow:disabled,
|
|
Kite |
9753a4 |
QComboBox::down-arrow:disabled {
|
|
Kite |
9753a4 |
image: url('../Astral_072_Dark/imgs/black/combo-down-disabled.svg');
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.QComboBox QAbstractItemView,
|
|
Kite |
9753a4 |
QComboBox QAbstractItemView {
|
|
Kite |
9753a4 |
background-color: #c0c0c0;
|
|
Kite |
9753a4 |
border: 1px solid #404040;
|
|
Kite |
9753a4 |
selection-background-color: #000080;
|
|
manongjohn |
b156cb |
selection-color: #ffffff;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
.QLineEdit,
|
|
Kite |
9753a4 |
QLineEdit,
|
|
Kite |
9753a4 |
#TaskSheetItem,
|
|
Kite |
9753a4 |
#tasksRemoveBox,
|
|
Kite |
9753a4 |
#tasksAddBox {
|
|
Kite |
9753a4 |
background-color: #d9d9d9;
|
|
Kite |
9753a4 |
border: 1px solid #5a5a5a;
|
|
Kite |
9753a4 |
border-radius: 2px;
|
|
manongjohn |
b156cb |
color: #000000;
|
|
Kite |
9753a4 |
selection-background-color: #000080;
|
|
manongjohn |
b156cb |
selection-color: #ffffff;
|
|
Kite |
9753a4 |
padding: 0 0 0 1px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.QLineEdit:focus,
|
|
Kite |
9753a4 |
QLineEdit:focus,
|
|
Kite |
9753a4 |
#TaskSheetItem:focus,
|
|
Kite |
9753a4 |
#tasksRemoveBox:focus,
|
|
Kite |
9753a4 |
#tasksAddBox:focus {
|
|
manongjohn |
b156cb |
background-color: #ffffff;
|
|
Kite |
9753a4 |
border-color: #5a5a5a;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.QLineEdit:disabled,
|
|
Kite |
9753a4 |
QLineEdit:disabled,
|
|
Kite |
9753a4 |
#TaskSheetItem:disabled,
|
|
Kite |
9753a4 |
#tasksRemoveBox:disabled,
|
|
Kite |
9753a4 |
#tasksAddBox:disabled {
|
|
Kite |
9753a4 |
background-color: #9f9f9f;
|
|
Kite |
9753a4 |
border-color: #737373;
|
|
Kite |
9753a4 |
color: #595959;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
.QCheckBox,
|
|
Kite |
9753a4 |
QCheckBox {
|
|
manongjohn |
b156cb |
color: #000000;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.QCheckBox:hover,
|
|
Kite |
9753a4 |
QCheckBox:hover {
|
|
manongjohn |
b156cb |
color: #000000;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.QCheckBox:disabled,
|
|
Kite |
9753a4 |
QCheckBox:disabled {
|
|
Kite |
9753a4 |
color: #595959;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.QCheckBox::indicator,
|
|
Kite |
9753a4 |
QMenu::indicator,
|
|
Kite |
9753a4 |
QCheckBox::indicator,
|
|
Kite |
9753a4 |
.QGroupBox::indicator,
|
|
Kite |
9753a4 |
QGroupBox::indicator {
|
|
Kite |
9753a4 |
background-color: #d9d9d9;
|
|
Kite |
9753a4 |
border: 1px solid #5a5a5a;
|
|
Kite |
9753a4 |
border-radius: 2px;
|
|
Kite |
9753a4 |
height: 9px;
|
|
Kite |
9753a4 |
padding: 1px;
|
|
Kite |
9753a4 |
width: 9px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.QCheckBox::indicator:hover,
|
|
Kite |
9753a4 |
QMenu::indicator:hover,
|
|
Kite |
9753a4 |
.QCheckBox::indicator:checked:hover,
|
|
Kite |
9753a4 |
QCheckBox::indicator:hover,
|
|
Kite |
9753a4 |
.QGroupBox::indicator:hover,
|
|
Kite |
9753a4 |
QMenu::indicator:checked:hover,
|
|
Kite |
9753a4 |
QCheckBox::indicator:checked:hover,
|
|
Kite |
9753a4 |
.QGroupBox::indicator:checked:hover,
|
|
Kite |
9753a4 |
QGroupBox::indicator:hover,
|
|
Kite |
9753a4 |
QGroupBox::indicator:checked:hover {
|
|
Kite |
9753a4 |
background-color: #e6e6e6;
|
|
Kite |
9753a4 |
border-color: #4d4d4d;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.QCheckBox::indicator:checked,
|
|
Kite |
9753a4 |
QMenu::indicator:checked,
|
|
Kite |
9753a4 |
QCheckBox::indicator:checked,
|
|
Kite |
9753a4 |
.QGroupBox::indicator:checked,
|
|
Kite |
9753a4 |
QGroupBox::indicator:checked {
|
|
Kite |
9753a4 |
background-color: #d9d9d9;
|
|
Kite |
9753a4 |
border-color: #5a5a5a;
|
|
Kite |
9753a4 |
image: url('../Astral_072_Dark/imgs/black/checkmark.svg');
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.QCheckBox::indicator:checked:disabled,
|
|
Kite |
9753a4 |
QMenu::indicator:checked:disabled,
|
|
Kite |
9753a4 |
QCheckBox::indicator:checked:disabled,
|
|
Kite |
9753a4 |
.QGroupBox::indicator:checked:disabled,
|
|
Kite |
9753a4 |
QGroupBox::indicator:checked:disabled {
|
|
Kite |
9753a4 |
background-color: #9f9f9f;
|
|
Kite |
9753a4 |
border-color: #737373;
|
|
Kite |
9753a4 |
image: url('../Astral_072_Dark/imgs/black/checkmark-disabled.svg');
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.QCheckBox::indicator:disabled,
|
|
Kite |
9753a4 |
QMenu::indicator:disabled,
|
|
Kite |
9753a4 |
QCheckBox::indicator:disabled,
|
|
Kite |
9753a4 |
.QGroupBox::indicator:disabled,
|
|
Kite |
9753a4 |
QGroupBox::indicator:disabled {
|
|
Kite |
9753a4 |
background-color: #9f9f9f;
|
|
Kite |
9753a4 |
border-color: #737373;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
.QRadioButton::indicator:unchecked,
|
|
Kite |
9753a4 |
QRadioButton::indicator:unchecked,
|
|
Kite |
9753a4 |
#CameraSettingsRadioButton_Small::indicator:unchecked {
|
|
Kite |
9753a4 |
image: url('../Astral_072_Dark/imgs/black/radiobutton_unchecked.svg');
|
|
Kite |
9753a4 |
image-position: center center;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.QRadioButton::indicator:checked,
|
|
Kite |
9753a4 |
QRadioButton::indicator:checked,
|
|
Kite |
9753a4 |
#CameraSettingsRadioButton_Small::indicator:checked {
|
|
Kite |
9753a4 |
image: url('../Astral_072_Dark/imgs/black/radiobutton_checked.svg');
|
|
Kite |
9753a4 |
image-position: center center;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
.QGroupBox,
|
|
Kite |
9753a4 |
QGroupBox {
|
|
Kite |
9753a4 |
margin: 6px 0 0 0;
|
|
Kite |
9753a4 |
padding: 5px 0px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.QGroupBox::title,
|
|
Kite |
9753a4 |
QGroupBox::title {
|
|
Kite |
9753a4 |
subcontrol-origin: margin;
|
|
Kite |
9753a4 |
left: 15px;
|
|
Kite |
9753a4 |
margin: -3px 0 0 0;
|
|
Kite |
9753a4 |
padding: 0 3px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.QGroupBox::title:disabled,
|
|
Kite |
9753a4 |
QGroupBox::title:disabled {
|
|
Kite |
9753a4 |
color: #595959;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.QGroupBox::indicator,
|
|
Kite |
9753a4 |
QGroupBox::indicator {
|
|
Kite |
9753a4 |
subcontrol-origin: margin;
|
|
Kite |
9753a4 |
margin-top: 2px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.QGroupBox:disabled,
|
|
Kite |
9753a4 |
QGroupBox:disabled {
|
|
Kite |
9753a4 |
color: #595959;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
.QSlider::groove:horizontal,
|
|
Kite |
9753a4 |
QSlider::groove:horizontal {
|
|
Kite |
9753a4 |
background-color: transparent;
|
|
Kite |
9753a4 |
background-image: url('../Astral_072_Dark/imgs/black/slider_groove.png');
|
|
Kite |
9753a4 |
background-position: center center;
|
|
Kite |
9753a4 |
background-repeat: repeat-x;
|
|
Kite |
9753a4 |
margin: 0;
|
|
Kite |
9753a4 |
height: 20px;
|
|
Kite |
9753a4 |
min-height: 20px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
.QSlider::handle:horizontal,
|
|
Kite |
9753a4 |
QSlider::handle:horizontal {
|
|
Kite |
9753a4 |
background: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #adadad, stop: 1 #949494);
|
|
Kite |
9753a4 |
border: 1px solid #4d4d4d;
|
|
Kite |
9753a4 |
width: 9px;
|
|
Kite |
9753a4 |
margin: 2px 0 2px 0;
|
|
Kite |
9753a4 |
border-radius: 2px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#IntPairField,
|
|
Kite |
9753a4 |
#DoublePairField {
|
|
Kite |
9753a4 |
qproperty-LightLineColor: #404040;
|
|
Kite |
9753a4 |
qproperty-LightLineEdgeColor: #404040;
|
|
Kite |
9753a4 |
qproperty-DarkLineColor: #404040;
|
|
Kite |
9753a4 |
qproperty-MiddleLineColor: #404040;
|
|
Kite |
9753a4 |
qproperty-HandleLeftPixmap: url("../Astral_072_Dark/imgs/black/slider_left_handle.png");
|
|
Kite |
9753a4 |
qproperty-HandleRightPixmap: url("../Astral_072_Dark/imgs/black/slider_right_handle.png");
|
|
Kite |
9753a4 |
qproperty-HandleLeftGrayPixmap: url("../Astral_072_Dark/imgs/black/h_slider_left_disabled.png");
|
|
Kite |
9753a4 |
qproperty-HandleRightGrayPixmap: url("../Astral_072_Dark/imgs/black/h_slider_right_disabled.png");
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
File Browser
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
/* Left Pane
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
#DirTreeView {
|
|
Kite |
9753a4 |
border: 1px solid #404040;
|
|
Kite |
9753a4 |
border-right: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#DirTreeView QScrollBar:horizontal {
|
|
Kite |
9753a4 |
height: 16px;
|
|
Kite |
9753a4 |
margin-bottom: -1px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* Right Pane
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
DvItemViewerPanel {
|
|
manongjohn |
b156cb |
qproperty-TextColor: #000000;
|
|
Kite |
9753a4 |
qproperty-AlternateBackground: #a6a6a6;
|
|
manongjohn |
b156cb |
qproperty-SelectedTextColor: #ffffff;
|
|
Kite |
9753a4 |
qproperty-FolderTextColor: #000eb6;
|
|
Kite |
9753a4 |
qproperty-SelectedItemBackground: #000080;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#FileBrowser DvItemViewerPanel,
|
|
Kite |
9753a4 |
#SceneCast DvItemViewerPanel {
|
|
Kite |
9753a4 |
background: #9a9a9a;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#FileBrowser #castFrame,
|
|
Kite |
9753a4 |
#SceneCast #castFrame {
|
|
Kite |
9753a4 |
border-top: 1px solid #404040;
|
|
Kite |
9753a4 |
border-right: 1px solid #404040;
|
|
Kite |
9753a4 |
border-bottom: 1px solid #404040;
|
|
Kite |
9753a4 |
margin: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#FileBrowser #castFrame QScrollBar:vertical,
|
|
Kite |
9753a4 |
#SceneCast #castFrame QScrollBar:vertical {
|
|
Kite |
9753a4 |
width: 16px;
|
|
Kite |
9753a4 |
margin-right: -1px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#FileBrowser QToolButton,
|
|
Kite |
9753a4 |
#SceneCast QToolButton {
|
|
Kite |
9753a4 |
padding: 1px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
DvDirTreeView {
|
|
manongjohn |
b156cb |
qproperty-TextColor: #000000;
|
|
manongjohn |
b156cb |
qproperty-SelectedTextColor: #ffffff;
|
|
Kite |
9753a4 |
qproperty-SelectedItemBackground: #000080;
|
|
Kite |
9753a4 |
qproperty-FolderTextColor: #000eb6;
|
|
manongjohn |
b156cb |
qproperty-SelectedFolderTextColor: #ffffff;
|
|
Kite |
9753a4 |
alternate-background-color: #9a9a9a;
|
|
Kite |
9753a4 |
background-color: #9a9a9a;
|
|
Kite |
9753a4 |
border: 1px solid #404040;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#FileDoesNotExistLabel {
|
|
Kite |
9753a4 |
color: #ff0000;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Scene Cast
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
#SceneCast QToolBar {
|
|
Kite |
9753a4 |
border-top: 1px solid #404040;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#SceneCast QToolButton {
|
|
Kite |
9753a4 |
margin: 3px 1px 2px 1px;
|
|
Kite |
9753a4 |
padding: 1px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#CastBrowser {
|
|
Kite |
9753a4 |
border: 0;
|
|
Kite |
9753a4 |
margin: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Film Strip
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
#FilmStrip QComboBox {
|
|
Kite |
9753a4 |
border-radius: 0;
|
|
Kite |
9753a4 |
border-width: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#FilmStrip QComboBox QAbstractItemView {
|
|
Kite |
9753a4 |
background-color: #c0c0c0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Cleanup Settings
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
#CleanupSettings #CleanupSettingsFrame {
|
|
Kite |
9753a4 |
margin-top: 2px;
|
|
Kite |
9753a4 |
margin-bottom: 4px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#CleanupSettings QGroupBox {
|
|
Kite |
9753a4 |
margin-bottom: 3px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
ParamsPage {
|
|
manongjohn |
b156cb |
qproperty-TextColor: #000000;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Camera Settings
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
#CameraSettingsButton {
|
|
Kite |
9753a4 |
padding: 2px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#CameraSettingsRadioButton:hover {
|
|
Kite |
9753a4 |
background: none;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#CameraSettingsDPI {
|
|
Kite |
9753a4 |
color: #000080;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#CameraSettingsRadioButton_Small {
|
|
Kite |
9753a4 |
padding: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#CameraSettingsRadioButton_Small::indicator {
|
|
Kite |
9753a4 |
background-color: transparent;
|
|
Kite |
9753a4 |
border: 0;
|
|
Kite |
9753a4 |
height: 21px;
|
|
Kite |
9753a4 |
margin: 0;
|
|
Kite |
9753a4 |
width: 11px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#ForceSquaredPixelButton {
|
|
Kite |
9753a4 |
margin: 0;
|
|
Kite |
9753a4 |
background: none;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Output Settings
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
#OutputSettingsLabel {
|
|
Kite |
9753a4 |
color: #000080;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Misc
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
PencilTestPopup {
|
|
Kite |
9753a4 |
/* Allow for using a 768 screen */
|
|
Kite |
9753a4 |
min-height: 730px;
|
|
Kite |
9753a4 |
/* some clipping will still occur on width, but this
|
|
Kite |
9753a4 |
allows for filling half of a 1024 screen */
|
|
Kite |
9753a4 |
min-width: 512px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#MatchLineButton {
|
|
Kite |
9753a4 |
background-color: #a6a6a6;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#MatchLineButton::pressed {
|
|
Kite |
9753a4 |
background-color: #cdcdcd;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#LargeSizedText {
|
|
Kite |
9753a4 |
font-size: 17px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Unknowns
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
#StartupLabel {
|
|
Kite |
9753a4 |
padding: 3px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#StartupLabel:hover {
|
|
Kite |
9753a4 |
background: #9a9a9a;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QStatusBar {
|
|
Kite |
9753a4 |
background-color: #c0c0c0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QStatusBar::item {
|
|
Kite |
9753a4 |
border: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QStatusBar QLabel {
|
|
Kite |
9753a4 |
background-color: #c0c0c0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QStatusBar #StatusBarLabel {
|
|
Kite |
9753a4 |
background-color: #ffffff;
|
|
Kite |
9753a4 |
padding: 1px 3px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#TitleTxtLabel {
|
|
Kite |
9753a4 |
color: #000080;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Style Editor
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
#StyleEditor QPushButton {
|
|
Kite |
9753a4 |
margin: 2px 1px;
|
|
Kite |
9753a4 |
padding: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#StyleEditor #TabBarContainer {
|
|
Kite |
9753a4 |
margin-left: -4px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#StyleEditor #bottomWidget {
|
|
Kite |
9753a4 |
border-top: 1px solid #404040;
|
|
Kite |
9753a4 |
padding: 3px 2px 8px 3px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#StyleEditor #bottomWidget QPushButton {
|
|
Kite |
9753a4 |
padding: 3px 5px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#HexagonalColorWheel {
|
|
Kite |
9753a4 |
qproperty-BGColor: #808080;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
/* Horizontal QSlider */
|
|
Kite |
9753a4 |
#colorSlider::groove:horizontal {
|
|
Kite |
9753a4 |
height: 1px;
|
|
Kite |
9753a4 |
border-image: none;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#colorSlider::handle:horizontal {
|
|
Kite |
9753a4 |
width: 8px;
|
|
Kite |
9753a4 |
margin: -8px -4px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#colorSliderAddButton,
|
|
Kite |
9753a4 |
#colorSliderSubButton {
|
|
Kite |
9753a4 |
background: none;
|
|
Kite |
9753a4 |
border-color: transparent;
|
|
Kite |
9753a4 |
image-position: center center;
|
|
Kite |
9753a4 |
min-height: 16px;
|
|
Kite |
9753a4 |
padding: 0;
|
|
Kite |
9753a4 |
min-width: 18px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#colorSliderAddButton {
|
|
Kite |
9753a4 |
image: url('../Astral_072_Dark/imgs/black/scroll-right.svg');
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#colorSliderSubButton {
|
|
Kite |
9753a4 |
image: url('../Astral_072_Dark/imgs/black/scroll-left.svg');
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#PlainColorPageParts {
|
|
Kite |
9753a4 |
border-top: 1px solid #404040;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#PlainColorPageParts QLineEdit {
|
|
Kite |
9753a4 |
max-width: 35px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Palette Viewer / Studio Palette
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
PaletteViewer DvScrollWidget QPushButton {
|
|
Kite |
9753a4 |
border-top: 0;
|
|
Kite |
9753a4 |
margin-bottom: 1px;
|
|
Kite |
9753a4 |
max-width: 15px;
|
|
Kite |
9753a4 |
min-width: 15px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
PaletteViewer DvScrollWidget #ScrollLeftButton {
|
|
Kite |
9753a4 |
border-right: 1px solid #404040;
|
|
Kite |
9753a4 |
border-left: 1px solid #404040;
|
|
Kite |
9753a4 |
max-width: 15px;
|
|
Kite |
9753a4 |
min-width: 15px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
PaletteViewer DvScrollWidget #ScrollRightButton {
|
|
Kite |
9753a4 |
border-right: 0;
|
|
Kite |
9753a4 |
margin-left: 1px;
|
|
Kite |
9753a4 |
max-width: 15px;
|
|
Kite |
9753a4 |
min-width: 15px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
PaletteViewer QToolBar {
|
|
Kite |
9753a4 |
background: none;
|
|
Kite |
9753a4 |
border-bottom: 1px solid #404040;
|
|
Kite |
9753a4 |
padding: 0;
|
|
Kite |
9753a4 |
margin: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
PaletteViewer QToolBar::separator:horizontal {
|
|
Kite |
9753a4 |
margin: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
PaletteViewer QToolBar QToolButton {
|
|
Kite |
9753a4 |
margin: 0 0 1px 0;
|
|
Kite |
9753a4 |
padding: 1px 1px 2px 1px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#PageViewer {
|
|
manongjohn |
b156cb |
qproperty-TextColor: #000000;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#PaletteLockButton {
|
|
Kite |
9753a4 |
border-radius: 0;
|
|
Kite |
9753a4 |
margin: 0 0 1px 1px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#PaletteLockButton:hover {
|
|
Kite |
9753a4 |
background-color: #ed6969;
|
|
Kite |
9753a4 |
border-color: #ed6969;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#PaletteLockButton:checked {
|
|
Kite |
9753a4 |
background-color: #ed6969;
|
|
Kite |
9753a4 |
border-color: #ed6969;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#PaletteLockButton:checked:hover {
|
|
Kite |
9753a4 |
background-color: #f29797;
|
|
Kite |
9753a4 |
border-color: #f29797;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Quick Renamer
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
#WordButton {
|
|
Kite |
9753a4 |
padding-right: 0;
|
|
Kite |
9753a4 |
padding-left: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Popup Windows
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
QDialog {
|
|
Kite |
9753a4 |
background-color: #808080;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QDialog #dialogButtonFrame {
|
|
Kite |
9753a4 |
background-color: #808080;
|
|
Kite |
9753a4 |
border-top: 1px solid #404040;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QDialog #dialogButtonFrame QPushButton {
|
|
Kite |
9753a4 |
padding: 3px 15px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Scene Settings
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
#SceneSettings QLabel {
|
|
Kite |
9753a4 |
color: #000080;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Preferences
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
#PreferencesPopup QListWidget {
|
|
Kite |
9753a4 |
background-color: #9a9a9a;
|
|
Kite |
9753a4 |
alternate-background-color: #9a9a9a;
|
|
Kite |
9753a4 |
border: 1px solid #404040;
|
|
Kite |
9753a4 |
font-size: 13px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#PreferencesPopup QListWidget::item {
|
|
Kite |
9753a4 |
border: 0;
|
|
Kite |
9753a4 |
padding: 3px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#PreferencesPopup QListWidget::item:hover {
|
|
Kite |
9753a4 |
background-color: #b3b3b3;
|
|
manongjohn |
b156cb |
color: #000000;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#PreferencesPopup QListWidget::item:selected {
|
|
Kite |
9753a4 |
background-color: #000080;
|
|
manongjohn |
b156cb |
color: #ffffff;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Keyboard Shortcuts
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
#ShortcutTree {
|
|
Kite |
9753a4 |
background-color: #9a9a9a;
|
|
Kite |
9753a4 |
alternate-background-color: #a6a6a6;
|
|
Kite |
9753a4 |
border: 1px solid #404040;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#ShortcutTree::item {
|
|
Kite |
9753a4 |
padding: 1px 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#ShortcutTree QScrollBar:vertical {
|
|
Kite |
9753a4 |
width: 16px;
|
|
Kite |
9753a4 |
margin-right: -1px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
New Project / Configure Project Window
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
ProjectPopup QLabel {
|
|
Kite |
9753a4 |
color: #000080;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Schematic Node Viewer
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
#SchematicBottomFrame {
|
|
Kite |
9753a4 |
background-color: #808080;
|
|
Kite |
9753a4 |
border: 0;
|
|
Kite |
9753a4 |
margin: 0;
|
|
Kite |
9753a4 |
padding: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#SchematicBottomFrame QToolBar::separator:horizontal {
|
|
Kite |
9753a4 |
margin: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#SchematicBottomFrame QToolBar QToolButton {
|
|
Kite |
9753a4 |
padding: 0;
|
|
Kite |
9753a4 |
margin: 2px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#SchematicSceneViewer {
|
|
Kite |
9753a4 |
background-color: #737373;
|
|
Kite |
9753a4 |
border-bottom: 1px solid #404040;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
FX Settings
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
FxSettings QToolBar {
|
|
Kite |
9753a4 |
border-top: 1px solid #404040;
|
|
Kite |
9753a4 |
border-right: 1px solid #404040;
|
|
Kite |
9753a4 |
border-left: 1px solid #404040;
|
|
Kite |
9753a4 |
min-height: 23px;
|
|
Kite |
9753a4 |
padding: 3px 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
FxSettings QToolBar QToolBar {
|
|
Kite |
9753a4 |
border: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#FxSettingsLabel {
|
|
Kite |
9753a4 |
color: #1e361d;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#FxSettingsHelpButton {
|
|
Kite |
9753a4 |
background-color: #80a0dc;
|
|
Kite |
9753a4 |
color: #000;
|
|
Kite |
9753a4 |
padding-top: 0;
|
|
Kite |
9753a4 |
padding-bottom: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#FxSettingsHelpButton:hover {
|
|
Kite |
9753a4 |
background-color: #a8bee7;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Script Console
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
#ScriptConsole {
|
|
Kite |
9753a4 |
font-family: 'Courier New', monospace;
|
|
Kite |
9753a4 |
border: 0;
|
|
manongjohn |
b156cb |
color: #000000;
|
|
Kite |
9753a4 |
padding: 3px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#ScriptConsole QFrame {
|
|
Kite |
9753a4 |
background-color: #dcdcdc;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#ScriptConsole TPanelTitleBar {
|
|
Kite |
9753a4 |
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #595959, stop: 1 #4b4b4b);
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Task Viewer
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
#TaskSheetItemLabel {
|
|
manongjohn |
b156cb |
color: #000000;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#Tasks QToolBar {
|
|
Kite |
9753a4 |
border-bottom: 1px solid #404040;
|
|
Kite |
9753a4 |
margin: 0;
|
|
Kite |
9753a4 |
padding: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#Tasks QToolBar QToolButton {
|
|
Kite |
9753a4 |
margin: 2px 2px 3px 2px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#Tasks QTreeView {
|
|
Kite |
9753a4 |
background-color: #9a9a9a;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Tool Bar
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
#ToolBar TPanelTitleBar {
|
|
Kite |
9753a4 |
background-color: #808080;
|
|
Kite |
9753a4 |
background-image: url('../Astral_072_Dark/imgs/black/title_grip_horizontal.svg');
|
|
Kite |
9753a4 |
background-repeat: no-repeat;
|
|
Kite |
9753a4 |
border: 0;
|
|
Kite |
9753a4 |
height: 17px;
|
|
Kite |
9753a4 |
max-height: 17px;
|
|
Kite |
9753a4 |
min-height: 17px;
|
|
Kite |
9753a4 |
qproperty-BorderPixmap: url('none');
|
|
Kite |
9753a4 |
qproperty-ActiveBorderPixmap: url('none');
|
|
Kite |
9753a4 |
qproperty-FloatBorderPixmap: url('../Astral_072_Dark/imgs/black/titlebar_float.png');
|
|
Kite |
9753a4 |
qproperty-FloatActiveBorderPixmap: url('../Astral_072_Dark/imgs/black/titlebar_float.png');
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#ToolBar QToolBar {
|
|
Kite |
9753a4 |
padding-left: 2px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Tool Options
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
#ToolOptions TPanelTitleBar {
|
|
Kite |
9753a4 |
background-color: #808080;
|
|
Kite |
9753a4 |
background-image: url('../Astral_072_Dark/imgs/black/title_grip_vertical.svg');
|
|
Kite |
9753a4 |
background-repeat: no-repeat;
|
|
Kite |
9753a4 |
border: 0;
|
|
Kite |
9753a4 |
width: 17px;
|
|
Kite |
9753a4 |
min-width: 17px;
|
|
Kite |
9753a4 |
max-width: 17px;
|
|
Kite |
9753a4 |
qproperty-BorderPixmap: url('none');
|
|
Kite |
9753a4 |
qproperty-ActiveBorderPixmap: url('none');
|
|
Kite |
9753a4 |
qproperty-FloatBorderPixmap: url('../Astral_072_Dark/imgs/black/titlebar_float.png');
|
|
Kite |
9753a4 |
qproperty-FloatActiveBorderPixmap: url('../Astral_072_Dark/imgs/black/titlebar_float.png');
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
IconViewField {
|
|
Kite |
9753a4 |
qproperty-ScalePegPixmap: url("../Astral_072_Dark/imgs/black/selectiontool_scalepeg.svg");
|
|
Kite |
9753a4 |
qproperty-RotationPixmap: url("../Astral_072_Dark/imgs/black/selectiontool_rotation.svg");
|
|
Kite |
9753a4 |
qproperty-PositionPixmap: url("../Astral_072_Dark/imgs/black/selectiontool_position.svg");
|
|
Kite |
9753a4 |
qproperty-ThicknessPixmap: url("../Astral_072_Dark/imgs/black/selectiontool_thickness.svg");
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#EditToolLockButton {
|
|
Kite |
9753a4 |
spacing: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#EditToolLockButton:hover {
|
|
Kite |
9753a4 |
background: none;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
PopupButton::menu-indicator {
|
|
Kite |
9753a4 |
border-left: 0;
|
|
Kite |
9753a4 |
height: 17px;
|
|
Kite |
9753a4 |
image: url('../Astral_072_Dark/imgs/black/combo_down_arrow.png');
|
|
Kite |
9753a4 |
width: 10px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
PopupButton::menu-indicator:disabled {
|
|
Kite |
9753a4 |
image: url('../Astral_072_Dark/imgs/black/combo_down_arrow-disabled.png');
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#Cap,
|
|
Kite |
9753a4 |
#Join {
|
|
Kite |
9753a4 |
padding: 0 4px 0 -8px;
|
|
Kite |
9753a4 |
max-width: 32px;
|
|
Kite |
9753a4 |
min-width: 32px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#Cap QMenu,
|
|
Kite |
9753a4 |
#Join QMenu {
|
|
Kite |
9753a4 |
max-width: 28px;
|
|
Kite |
9753a4 |
min-width: 28px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#Cap QMenu::item,
|
|
Kite |
9753a4 |
#Join QMenu::item {
|
|
Kite |
9753a4 |
max-width: 28px;
|
|
Kite |
9753a4 |
min-width: 28px;
|
|
Kite |
9753a4 |
padding: 0;
|
|
Kite |
9753a4 |
}
|
|
Jeremy Bullock |
15fcba |
#XSheetToolbar {
|
|
Jeremy Bullock |
15fcba |
margin: 0;
|
|
Jeremy Bullock |
15fcba |
padding: 0;
|
|
Jeremy Bullock |
15fcba |
border: 0;
|
|
Jeremy Bullock |
15fcba |
}
|
|
Jeremy Bullock |
15fcba |
#XSheetToolbar::separator:horizontal {
|
|
Jeremy Bullock |
15fcba |
margin-right: 3;
|
|
Jeremy Bullock |
15fcba |
margin-left: 3;
|
|
Jeremy Bullock |
15fcba |
}
|
|
Jeremy Bullock |
15fcba |
#XSheetToolbar #XSheetToolbarLevelButton {
|
|
Jeremy Bullock |
15fcba |
padding: 2;
|
|
Jeremy Bullock |
15fcba |
}
|
|
shun_iwasawa |
4a5f42 |
QToolBar#MediumPaddingToolBar QToolButton {
|
|
shun_iwasawa |
4a5f42 |
padding-left: 3;
|
|
shun_iwasawa |
4a5f42 |
padding-right: 3;
|
|
shun_iwasawa |
4a5f42 |
}
|
|
shun_iwasawa |
4a5f42 |
QToolBar#WidePaddingToolBar QToolButton {
|
|
shun_iwasawa |
4a5f42 |
padding-left: 6;
|
|
shun_iwasawa |
4a5f42 |
padding-right: 6;
|
|
shun_iwasawa |
4a5f42 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
ComboViewer / Viewer / FlipBook
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
#ComboViewerPanel Toolbar {
|
|
Kite |
9753a4 |
border-bottom: 1px solid #404040;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#ComboViewerPanel Toolbar::separator:horizontal {
|
|
Kite |
9753a4 |
margin: 0 0 0 2px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#ComboViewerPanel Toolbar QToolButton {
|
|
Kite |
9753a4 |
margin: 2px 0 3px 2px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#ComboViewerToolOptions {
|
|
Kite |
9753a4 |
border-bottom: 1px solid #404040;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#ComboViewer #ToolBarContainer,
|
|
Kite |
9753a4 |
#ViewerPanel #ToolBarContainer,
|
|
Kite |
9753a4 |
FlipBook #ToolBarContainer {
|
|
Kite |
9753a4 |
background-color: transparent;
|
|
Kite |
9753a4 |
border-top: 2px solid #404040;
|
|
Kite |
9753a4 |
border-bottom: 1px solid #404040;
|
|
Kite |
9753a4 |
padding-right: -1px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#ComboViewer #ToolBarContainer QLineEdit,
|
|
Kite |
9753a4 |
#ViewerPanel #ToolBarContainer QLineEdit,
|
|
Kite |
9753a4 |
FlipBook #ToolBarContainer QLineEdit {
|
|
Kite |
9753a4 |
border-color: #616161;
|
|
Kite |
9753a4 |
border-top-right-radius: 0;
|
|
Kite |
9753a4 |
border-bottom-right-radius: 0;
|
|
Kite |
9753a4 |
height: 16px;
|
|
Kite |
9753a4 |
}
|
|
shun_iwasawa |
4a5f42 |
QToolBar#FlipConsolePlayToolBar::separator:horizontal {
|
|
Kite |
9753a4 |
margin: 0 2px;
|
|
Kite |
9753a4 |
}
|
|
shun_iwasawa |
4a5f42 |
QToolBar#FlipConsolePlayToolBar QToolButton {
|
|
Kite |
9753a4 |
margin-top: 2px;
|
|
Kite |
9753a4 |
margin-bottom: 2px;
|
|
Kite |
9753a4 |
height: 16px;
|
|
shun_iwasawa |
4a5f42 |
padding-left: 6px;
|
|
shun_iwasawa |
4a5f42 |
padding-right: 6px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#ViewerFpsSlider {
|
|
Kite |
9753a4 |
background-color: transparent;
|
|
Kite |
9753a4 |
background-image: url('../Astral_072_Dark/imgs/black/slider_groove.png');
|
|
Kite |
9753a4 |
background-position: center center;
|
|
Kite |
9753a4 |
background-repeat: repeat-x;
|
|
Kite |
9753a4 |
border: 0;
|
|
Kite |
9753a4 |
height: 19px;
|
|
Kite |
9753a4 |
margin: 0 3px 0 31px;
|
|
Kite |
9753a4 |
max-width: 450px;
|
|
Kite |
9753a4 |
min-width: 0px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#ViewerFpsSlider::sub-line:horizontal {
|
|
Kite |
9753a4 |
subcontrol-origin: absolute;
|
|
Kite |
9753a4 |
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #adadad, stop: 1 #949494);
|
|
Kite |
9753a4 |
border: 1px solid #5a5a5a;
|
|
Kite |
9753a4 |
height: 16px;
|
|
Kite |
9753a4 |
left: -33px;
|
|
Kite |
9753a4 |
padding-left: 1px;
|
|
Kite |
9753a4 |
width: 14px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#ViewerFpsSlider::sub-line:horizontal:pressed {
|
|
Kite |
9753a4 |
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #4d4d4d, stop: 1 #666666);
|
|
Kite |
9753a4 |
border-color: #404040;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#ViewerFpsSlider::add-line:horizontal {
|
|
Kite |
9753a4 |
subcontrol-position: left;
|
|
Kite |
9753a4 |
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #adadad, stop: 1 #949494);
|
|
Kite |
9753a4 |
border: 1px solid #5a5a5a;
|
|
Kite |
9753a4 |
border-top-right-radius: 2px;
|
|
Kite |
9753a4 |
border-bottom-right-radius: 2px;
|
|
Kite |
9753a4 |
left: 13px;
|
|
Kite |
9753a4 |
height: 16px;
|
|
Kite |
9753a4 |
image-position: center center;
|
|
Kite |
9753a4 |
width: 13px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#ViewerFpsSlider::add-line:horizontal:pressed {
|
|
Kite |
9753a4 |
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #4d4d4d, stop: 1 #666666);
|
|
Kite |
9753a4 |
border-color: #404040;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#ViewerFpsSlider::handle::horizontal {
|
|
Kite |
9753a4 |
background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #adadad, stop: 1 #949494);
|
|
Kite |
9753a4 |
border: 1px solid #4d4d4d;
|
|
Kite |
9753a4 |
border-radius: 2px;
|
|
Kite |
9753a4 |
margin: 2px 0 3px 0;
|
|
Kite |
9753a4 |
min-width: 9px;
|
|
Kite |
9753a4 |
width: 9px;
|
|
Kite |
9753a4 |
max-width: 9px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
FlipSlider {
|
|
Kite |
9753a4 |
qproperty-PBHeight: 15;
|
|
Kite |
9753a4 |
qproperty-PBOverlay: url('../Astral_072_Dark/imgs/black/flipslider.svg');
|
|
Kite |
9753a4 |
qproperty-PBMarker: url('../Astral_072_Dark/imgs/black/flipmarker.svg');
|
|
Kite |
9753a4 |
qproperty-PBColorMarginLeft: 1;
|
|
Kite |
9753a4 |
qproperty-PBColorMarginTop: 2;
|
|
Kite |
9753a4 |
qproperty-PBColorMarginRight: 1;
|
|
Kite |
9753a4 |
qproperty-PBColorMarginBottom: 2;
|
|
Kite |
9753a4 |
qproperty-PBMarkerMarginLeft: 3;
|
|
Kite |
9753a4 |
qproperty-PBMarkerMarginRight: 3;
|
|
manongjohn |
b156cb |
qproperty-notStartedColor: #cc2222;
|
|
Kite |
9753a4 |
qproperty-startedColor: #00ff00;
|
|
Kite |
9753a4 |
qproperty-baseColor: #787878;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
Ruler {
|
|
Kite |
9753a4 |
qproperty-ParentBGColor: #b3b3b3;
|
|
manongjohn |
b156cb |
qproperty-ScaleColor: #000000;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#RulerToolOptionValues {
|
|
Kite |
9753a4 |
color: #000000;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
XSheet Viewer
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
/* ScrollAreas (Row, Column and Cell)
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
#xsheetArea,
|
|
Kite |
9753a4 |
#ScrollArea {
|
|
Kite |
9753a4 |
background-color: #9a9a9a;
|
|
Kite |
9753a4 |
border: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#xsheetScrollArea {
|
|
Kite |
9753a4 |
border: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* xsheetColumnHeader (Context Menus)
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
#xsheetColumnAreaMenu_Preview {
|
|
manongjohn |
b156cb |
background-color: #e6e678;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#xsheetColumnAreaMenu_Lock {
|
|
manongjohn |
b156cb |
background-color: #f5f5f5;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#xsheetColumnAreaMenu_Camstand {
|
|
manongjohn |
b156cb |
background-color: #ffa480;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#xsheetColumnAreaMenu_Preview,
|
|
Kite |
9753a4 |
#xsheetColumnAreaMenu_Lock,
|
|
Kite |
9753a4 |
#xsheetColumnAreaMenu_Camstand {
|
|
manongjohn |
b156cb |
color: #000000;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#noteTextEdit {
|
|
manongjohn |
b156cb |
color: #000000;
|
|
manongjohn |
b156cb |
}
|
|
manongjohn |
b156cb |
#flipOrientationButton {
|
|
manongjohn |
b156cb |
padding: 2px 12px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* XSheet Spreadsheet
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
XsheetViewer {
|
|
manongjohn |
b156cb |
qproperty-TextColor: #000000;
|
|
Kite |
9753a4 |
qproperty-BGColor: #a4a4a4;
|
|
Kite |
9753a4 |
qproperty-LightLineColor: #676767;
|
|
Kite |
9753a4 |
qproperty-MarkerLineColor: #00fff6;
|
|
Kite |
9753a4 |
qproperty-VerticalLineColor: #343434;
|
|
Kite |
9753a4 |
qproperty-VerticalLineHeadColor: #343434;
|
|
Kite |
9753a4 |
qproperty-PreviewFrameTextColor: #000eb6;
|
|
Kite |
9753a4 |
qproperty-CurrentRowBgColor: #d2d2d2;
|
|
Kite |
9753a4 |
qproperty-EmptyColumnHeadColor: #8f8f8f;
|
|
Kite |
9753a4 |
qproperty-SelectedColumnTextColor: #b30000;
|
|
Kite |
9753a4 |
qproperty-EmptyCellColor: #7c7c7c;
|
|
Kite |
9753a4 |
qproperty-NotEmptyColumnColor: #a4a4a4;
|
|
Kite |
9753a4 |
qproperty-SelectedEmptyCellColor: #d2d2d2;
|
|
Kite |
9753a4 |
qproperty-LevelColumnColor: #7fdb7f;
|
|
Kite |
9753a4 |
qproperty-LevelColumnBorderColor: #317631;
|
|
Kite |
9753a4 |
qproperty-SelectedLevelColumnColor: #bfedbf;
|
|
Kite |
9753a4 |
qproperty-VectorColumnColor: #d4d485;
|
|
Kite |
9753a4 |
qproperty-VectorColumnBorderColor: #6f6f38;
|
|
Kite |
9753a4 |
qproperty-SelectedVectorColumnColor: #eaeac2;
|
|
Kite |
9753a4 |
qproperty-ChildColumnColor: #d69adb;
|
|
Kite |
9753a4 |
qproperty-ChildColumnBorderColor: #7c4281;
|
|
Kite |
9753a4 |
qproperty-SelectedChildColumnColor: #ebcded;
|
|
Kite |
9753a4 |
qproperty-FullcolorColumnColor: #9ad6db;
|
|
Kite |
9753a4 |
qproperty-FullcolorColumnBorderColor: #427c81;
|
|
Kite |
9753a4 |
qproperty-SelectedFullcolorColumnColor: #cdebed;
|
|
Kite |
9753a4 |
qproperty-FxColumnColor: #82815d;
|
|
Kite |
9753a4 |
qproperty-FxColumnBorderColor: #404039;
|
|
Kite |
9753a4 |
qproperty-SelectedFxColumnColor: #c1c0ae;
|
|
Kite |
9753a4 |
qproperty-ReferenceColumnColor: #ababab;
|
|
Kite |
9753a4 |
qproperty-ReferenceColumnBorderColor: #525252;
|
|
Kite |
9753a4 |
qproperty-SelectedReferenceColumnColor: #d5d5d5;
|
|
Kite |
9753a4 |
qproperty-PaletteColumnColor: #2aab9a;
|
|
Kite |
9753a4 |
qproperty-PaletteColumnBorderColor: #091917;
|
|
Kite |
9753a4 |
qproperty-SelectedPaletteColumnColor: #92ddca;
|
|
Kite |
9753a4 |
qproperty-MeshColumnColor: #c882ff;
|
|
Kite |
9753a4 |
qproperty-MeshColumnBorderColor: #720fbf;
|
|
Kite |
9753a4 |
qproperty-SelectedMeshColumnColor: #d8b4f5;
|
|
Kite |
9753a4 |
qproperty-SoundColumnColor: #b3c187;
|
|
Kite |
9753a4 |
qproperty-SoundColumnBorderColor: #51573e;
|
|
Kite |
9753a4 |
qproperty-SelectedSoundColumnColor: #d7d7b4;
|
|
Kite |
9753a4 |
qproperty-SoundColumnHlColor: #f5ffe6;
|
|
Kite |
9753a4 |
qproperty-SoundColumnTrackColor: #5a642d;
|
|
Kite |
9753a4 |
qproperty-ColumnHeadPastelizer: #ffffff;
|
|
Kite |
9753a4 |
qproperty-SelectedColumnHead: #bed2f0;
|
|
Kite |
9753a4 |
qproperty-LightLightBGColor: #808080;
|
|
Kite |
9753a4 |
qproperty-LightBGColor: #f0f0f0;
|
|
Kite |
9753a4 |
qproperty-DarkBGColor: #e1e1e1;
|
|
Kite |
9753a4 |
qproperty-DarkLineColor: #969696;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* -----------------------------------------------------------------------------
|
|
Kite |
9753a4 |
Function Editor
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
#FunctionEditor QToolBar {
|
|
Kite |
9753a4 |
border-bottom: 1px solid #404040;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#FunctionEditor QToolBar QToolBar {
|
|
Kite |
9753a4 |
border: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#FunctionEditor QToolBar QLabel {
|
|
Kite |
9753a4 |
margin-left: 5px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#FunctionEditor QToolBar QToolButton {
|
|
Kite |
9753a4 |
height: 18px;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#FunctionEditorTree {
|
|
Kite |
9753a4 |
background-color: #9a9a9a;
|
|
Kite |
9753a4 |
alternate-background-color: #9a9a9a;
|
|
Kite |
9753a4 |
border-top: 1px solid #404040;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
/* Function Editor Spreadsheet
|
|
Kite |
9753a4 |
----------------------------------------------------------------------------- */
|
|
Kite |
9753a4 |
FunctionTreeView {
|
|
manongjohn |
b156cb |
qproperty-TextColor: #000000;
|
|
Kite |
9753a4 |
qproperty-CurrentTextColor: #b30000;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
FunctionPanel {
|
|
Kite |
9753a4 |
qproperty-BGColor: #e1e1e1;
|
|
Kite |
9753a4 |
qproperty-ValueLineColor: #bababa;
|
|
Kite |
9753a4 |
qproperty-FrameLineColor: #d2d2d2;
|
|
Kite |
9753a4 |
qproperty-OtherCurvesColor: #969696;
|
|
Kite |
9753a4 |
qproperty-RulerBackground: #ffffff;
|
|
manongjohn |
b156cb |
qproperty-TextColor: #000000;
|
|
manongjohn |
b156cb |
qproperty-SubColor: #ffffff;
|
|
Kite |
9753a4 |
qproperty-SelectedColor: #0000ff;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
SpreadsheetViewer {
|
|
Kite |
9753a4 |
qproperty-LightLightBGColor: #808080;
|
|
Kite |
9753a4 |
qproperty-CurrentRowBgColor: #d2d2d2;
|
|
Kite |
9753a4 |
qproperty-LightLineColor: #676767;
|
|
Kite |
9753a4 |
qproperty-MarkerLineColor: #00fff6;
|
|
Kite |
9753a4 |
qproperty-BGColor: #a4a4a4;
|
|
Kite |
9753a4 |
qproperty-VerticalLineColor: #343434;
|
|
Kite |
9753a4 |
qproperty-KeyFrameColor: #db8b36;
|
|
Kite |
9753a4 |
qproperty-KeyFrameBorderColor: #493015;
|
|
Kite |
9753a4 |
qproperty-SelectedKeyFrameColor: #edc59b;
|
|
Kite |
9753a4 |
qproperty-InBetweenColor: #c2c2b0;
|
|
Kite |
9753a4 |
qproperty-InBetweenBorderColor: #484841;
|
|
Kite |
9753a4 |
qproperty-SelectedInBetweenColor: #e1e1d8;
|
|
Kite |
9753a4 |
qproperty-SelectedEmptyColor: #d2d2d2;
|
|
Kite |
9753a4 |
qproperty-SelectedSceneRangeEmptyColor: #d2d2d2;
|
|
manongjohn |
b156cb |
qproperty-TextColor: #000000;
|
|
Kite |
9753a4 |
qproperty-ColumnHeaderBorderColor: #343434;
|
|
Kite |
9753a4 |
qproperty-SelectedColumnTextColor: #b30000;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#ExpressionField {
|
|
Kite |
9753a4 |
background-color: #e6e6e6;
|
|
manongjohn |
b156cb |
border: 1px solid #333333;
|
|
Kite |
9753a4 |
margin: 0;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#FunctionSegmentViewerLinkButton {
|
|
Kite |
9753a4 |
background-image: url('../Astral_072_Dark/imgs/black/segment_unlinked.svg');
|
|
Kite |
9753a4 |
background-repeat: no-repeat;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#FunctionSegmentViewerLinkButton:hover {
|
|
Kite |
9753a4 |
background-repeat: no-repeat;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#FunctionSegmentViewerLinkButton:checked {
|
|
Kite |
9753a4 |
background-image: url('../Astral_072_Dark/imgs/black/segment_linked.svg');
|
|
Kite |
9753a4 |
background-repeat: no-repeat;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
#FunctionSegmentViewerLinkButton:disabled {
|
|
Kite |
9753a4 |
background-image: url('../Astral_072_Dark/imgs/black/segment_disabled.svg');
|
|
Kite |
9753a4 |
background-repeat: no-repeat;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QWidget::tab {
|
|
Kite |
9753a4 |
background-image: url('../Astral_072_Dark/imgs/black/hl_1.png');
|
|
Kite |
9753a4 |
background-repeat: repeat-x;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
TPanelTitleBar {
|
|
Kite |
9753a4 |
background-image: url('../Astral_072_Dark/imgs/black/hl_2.png');
|
|
Kite |
9753a4 |
background-repeat: repeat-x;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QPushButton,
|
|
Kite |
9753a4 |
QComboBox {
|
|
Kite |
9753a4 |
background-image: url('../Astral_072_Dark/imgs/black/hl_1.png');
|
|
Kite |
9753a4 |
background-repeat: repeat-x;
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QPushButton:pressed,
|
|
Kite |
9753a4 |
QComboBox:pressed,
|
|
Kite |
9753a4 |
QPushButton:checked,
|
|
Kite |
9753a4 |
QComboBox:checked,
|
|
Kite |
9753a4 |
QPushButton:disabled,
|
|
Kite |
9753a4 |
QComboBox:disabled {
|
|
Kite |
9753a4 |
background-image: url('../Astral_072_Dark/imgs/black/hl_trans.png');
|
|
Kite |
9753a4 |
}
|
|
Kite |
9753a4 |
QCheckBox:hover {
|
|
Kite |
9753a4 |
background-color: #9a9a9a;
|
|
Kite |
9753a4 |
}
|