tahoma2d/stuff/config/qss/gray_128/gray_128.qss

1044 lines
26 KiB
Text
Raw Normal View History

2016-03-19 06:57:51 +13:00
/* LESS Definitions */
/*Image URL*/
/* color adjustable by delta */
/*set padding*/
/*set margin*/
/* ------ Qt Widgets Common Difinitions ------ */
QFrame {
background-color: #808080;
margin: 0px;
border: 0px;
padding: 0px;
}
QDialog {
background-color: #808080;
}
QMainWindow::separator {
background: yellow;
width: 10px;
/* when vertical */
height: 10px;
/* when horizontal */
}
QToolTip,
#helpTooltip {
border: 1px solid black;
background-color: #ffffe1;
padding: 2px;
border-radius: 2px;
}
QTreeWidget {
border-width: 1px;
background-color: #808080;
border-style: inset;
border-left-color: #404040;
border-top-color: #404040;
border-right-color: #e6e6e6;
border-bottom-color: #e6e6e6;
alternate-background-color: #8d8d8d;
}
QStatusBar {
background-color: #c0c0c0;
}
QStatusBar::item {
border-width: 0;
}
QStatusBar QLabel {
background-color: #c0c0c0;
}
QStatusBar #StatusBarLabel {
background-color: #ffffff;
padding-left: 3px;
padding-right: 3px;
padding-top: 1px;
padding-bottom: 1px;
}
QMenuBar {
background: #a0a0a0;
color: black;
}
QMenu {
background: #a0a0a0;
}
QMenu::item:selected {
background: #000080;
color: white;
}
QToolBar {
background-color: #808080;
border-style: outset;
border-left-color: #e6e6e6;
border-top-color: #e6e6e6;
border-right-color: #404040;
border-bottom-color: #404040;
border-width: 1px;
margin: 0px;
padding: 0px;
border-image: none;
}
QToolBar::separator:horizontal {
margin_top: 1px;
margin_left: 2px;
margin_right: 2px;
2016-03-22 19:04:28 +13:00
image: url("imgs/bottomseparator.png");
2016-03-19 06:57:51 +13:00
}
QToolBar::separator:vertical {
2016-03-22 19:04:28 +13:00
image: url("imgs/separator.png");
2016-03-19 06:57:51 +13:00
}
QToolBar QToolButton {
background-color: #808080;
/*margin: 2px 1px 1px 1px;*/
margin: 2px;
padding: 0px;
border: 0px;
border-image: none;
}
QToolBar QToolButton:hover {
2016-03-22 19:04:28 +13:00
border-image: url("imgs/over.png") 2;
2016-03-19 06:57:51 +13:00
}
QToolBar QToolButton:checked,
QToolBar QToolButton:pressed {
2016-03-22 19:04:28 +13:00
border-image: url("imgs/click.png") 2;
2016-03-19 06:57:51 +13:00
}
QToolBar QToolButton:disabled {
border-image: none;
}
QToolBar QToolButton::menu-indicator {
image: none;
}
QToolBar QToolButton::menu-button {
border-image: none;
background-color: #a0a0a0;
}
QToolBar QLabel {
margin-top: 1px;
border-width: 2;
}
QToolBar QToolBar {
border-width: 0px;
}
QCheckBox:hover {
background-color: #9a9a9a;
}
QCheckBox:disabled {
color: #404040;
}
/* ------ Toonz Classes Difinitions ------ */
/* ------ Palette ------ */
PaletteViewer #ToolBarContainer {
margin: 0px;
padding: 0px;
}
PaletteViewer #ToolBarContainer QToolBar {
border: 1px;
background-color: #808080;
border-style: outset;
border-left-color: #e6e6e6;
border-top-color: #e6e6e6;
border-right-color: #404040;
border-bottom-color: #404040;
}
PaletteViewer #ToolBarContainer QToolBar QToolButton {
margin: 0px;
padding: 1px;
border: 0px;
}
PaletteViewer #ToolBarContainer #keyFrameNavigator {
border: 0px;
}
#TabBarContainer {
background-color: #5a5a5a;
}
#TabBarContainer #ScrollLeftButton,
#TabBarContainer #ScrollRightButton {
margin-top: 1px;
}
#PaletteTabBar,
#FxSettingsTabBar {
background-color: #5a5a5a;
}
#PaletteTabBar::tab,
#FxSettingsTabBar::tab {
padding-left: 7px;
padding-right: 7px;
padding-top: 2px;
padding-bottom: 2px;
min-width: 60px;
border-width: 1px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
background-color: #b3b3b3;
border-style: outset;
border-left-color: #ffffff;
border-top-color: #ffffff;
border-right-color: #737373;
border-bottom-color: #737373;
/* for non selected tab */
margin-top: 2px;
/* for non selected tab */
border-bottom-color: #e6e6e6;
/* for non selected tab */
}
#PaletteTabBar::tab:selected,
#FxSettingsTabBar::tab:selected {
background-color: #ffffff;
border-style: outset;
border-left-color: #ffffff;
border-top-color: #ffffff;
border-right-color: #c0c0c0;
border-bottom-color: #c0c0c0;
margin-top: 0px;
border-bottom-color: #808080;
/* same as the pane color */
/* expand/overlap to the left and right by 4px */
margin-left: -4px;
margin-right: -4px;
}
#PaletteTabBar::tab:first:selected,
#FxSettingsTabBar::tab:first:selected {
margin-left: 0;
/* the first selected tab has nothing to overlap with on the left */
}
#PaletteTabBar::tab:last:selected,
#FxSettingsTabBar::tab:last:selected {
margin-right: 0;
/* the last selected tab has nothing to overlap with on the right */
}
#PaletteTabBar::tab:only-one,
#FxSettingsTabBar::tab:only-one {
margin: 0;
/* if there is only one tab, we don't want overlapping margins */
}
#PaletteLockButton:hover {
2016-03-22 19:04:28 +13:00
border-image: url("imgs/over_yellow.png") 2;
2016-03-19 06:57:51 +13:00
}
#PaletteLockButton:checked {
2016-03-22 19:04:28 +13:00
border-image: url("imgs/click_pink.png") 2;
2016-03-19 06:57:51 +13:00
}
#PaletteLockButton:checked:hover {
2016-03-22 19:04:28 +13:00
border-image: url("imgs/over_pressed_yellow.png") 2;
2016-03-19 06:57:51 +13:00
}
#PageViewer {
qproperty-TextColor: black;
}
/* ------ Style Editor ------ */
#StyleEditorTabBar {
background-color: #5a5a5a;
}
#StyleEditorTabBar::tab {
padding-left: 2px;
padding-right: 2px;
padding-top: 1px;
padding-bottom: 1px;
font-size: 12px;
min-width: 40px;
border-width: 1px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background-color: #b3b3b3;
border-style: outset;
border-left-color: #ffffff;
border-top-color: #ffffff;
border-right-color: #737373;
border-bottom-color: #737373;
/* for non selected tab */
border-bottom-color: #e6e6e6;
/* for non selected tab */
}
#StyleEditorTabBar::tab:selected {
background-color: #ffffff;
border-style: outset;
border-left-color: #ffffff;
border-top-color: #ffffff;
border-right-color: #c0c0c0;
border-bottom-color: #c0c0c0;
border-bottom-color: #808080;
/* same as the pane color */
/* expand/overlap to the left and right by 4px */
margin-left: -2px;
margin-right: -2px;
}
#StyleEditorTabBar::tab:first:selected {
margin-left: 0;
/* the first selected tab has nothing to overlap with on the left */
}
#StyleEditorTabBar::tab:last:selected {
margin-right: 0;
/* the last selected tab has nothing to overlap with on the right */
}
#StyleEditorTabBar::tab:only-one {
margin: 0;
/* if there is only one tab, we don't want overlapping margins */
}
#HexagonalColorWheel {
qproperty-BGColor: #808080;
}
/* Customize Horizontal QSlider that have name "colorSlider" */
#colorSlider::groove:horizontal {
height: 20;
border-image: none;
border-width: 1;
height: 1px;
}
#colorSlider::handle:horizontal {
width: 8px;
margin: -8px -4px;
}
#colorSliderAddButton,
#colorSliderSubButton {
2016-03-22 19:04:28 +13:00
border-image: url("imgs/colorslider_button_bg.png") 2;
2016-03-19 06:57:51 +13:00
padding: 0px;
margin: 0px;
border: 2px;
image-position: center center;
}
#colorSliderAddButton {
2016-03-22 19:04:28 +13:00
image: url("imgs/colorslider_add.png");
2016-03-19 06:57:51 +13:00
}
#colorSliderAddButton:pressed {
2016-03-22 19:04:28 +13:00
image: url("imgs/colorslider_add_pressed.png");
2016-03-19 06:57:51 +13:00
}
#colorSliderSubButton {
2016-03-22 19:04:28 +13:00
image: url("imgs/colorslider_sub.png");
2016-03-19 06:57:51 +13:00
}
#colorSliderSubButton:pressed {
2016-03-22 19:04:28 +13:00
image: url("imgs/colorslider_sub_pressed.png");
2016-03-19 06:57:51 +13:00
}
#PlainColorPageParts {
border-width: 0px;
border-bottom: 1px solid black;
border-top: 1px solid white;
}
#colorSliderLabel,
#colorSliderField {
font-size: 14px;
}
/*---------------------------------------------------------------------------*/
/* The animated, scrollable toolbar containers */
DvScrollWidget > QPushButton {
border-image: none;
border: 0px solid black;
padding: 0px;
border-radius: 1px;
background-color: #e1e1e1;
}
DvScrollWidget > QPushButton:hover {
background-color: #f5f5f5;
}
DvScrollWidget > QPushButton:pressed {
background-color: #d7d7d7;
}
#ScrollLeftButton,
#ScrollRightButton,
#ScrollUpButton,
#ScrollDownButton {
min-width: 15px;
max-width: 15px;
}
#ScrollLeftButton {
2016-03-22 19:04:28 +13:00
image: url("imgs/left_arrow_black.png");
2016-03-19 06:57:51 +13:00
border-right: 1px solid black;
}
#ScrollRightButton {
2016-03-22 19:04:28 +13:00
image: url("imgs/right_arrow_black.png");
2016-03-19 06:57:51 +13:00
border-left: 1px solid black;
}
#ScrollUpButton {
2016-03-22 19:04:28 +13:00
image: url("imgs/up_arrow_black.png");
2016-03-19 06:57:51 +13:00
border-bottom: 1px solid black;
}
#ScrollDownButton {
2016-03-22 19:04:28 +13:00
image: url("imgs/down_arrow_black.png");
2016-03-19 06:57:51 +13:00
border-top: 1px solid black;
}
/* ------ Viewer, Flipbook ------ */
#ViewerPanel {
background-color: #5a5a5a;
}
#ViewerPanel #ToolBarContainer {
border-top: 1px solid #e6e6e6;
margin-top: 1px;
padding-top: 1px;
}
FlipBook #ToolBarContainer {
border-top: 1px solid #e6e6e6;
margin-top: 1px;
padding-top: 1px;
}
/* Flipbook toolbar-specific */
#ToolBarContainer #ScrollLeftButton {
margin-top: 1px;
}
#ToolBarContainer #ScrollRightButton {
margin-top: 1px;
}
#ViewerFpsSlider {
background-color: #c0c0c0;
margin-left: 19px;
margin-right: 19px;
margin-top: 0px;
margin-bottom: 0px;
border: 1px solid black;
height: 21px;
}
#ViewerFpsSlider::handle {
2016-03-22 19:04:28 +13:00
border-image: url("imgs/handle_border.png") 6;
2016-03-19 06:57:51 +13:00
border-width: 6px;
image: none;
min-width: 5px;
}
#ViewerFpsSlider::add-line {
2016-03-22 19:04:28 +13:00
image: url("imgs/fpssb_g_rarrow.png");
2016-03-19 06:57:51 +13:00
width: 20px;
subcontrol-position: right;
subcontrol-origin: margin;
margin: 0px;
}
#ViewerFpsSlider::add-line:pressed {
2016-03-22 19:04:28 +13:00
image: url("imgs/fpssb_g_rarrow_pressed.png");
2016-03-19 06:57:51 +13:00
}
#ViewerFpsSlider::sub-line {
2016-03-22 19:04:28 +13:00
image: url("imgs/fpssb_g_larrow.png");
2016-03-19 06:57:51 +13:00
width: 20px;
subcontrol-position: left;
subcontrol-origin: margin;
margin: 0px;
}
#ViewerFpsSlider::sub-line:pressed {
2016-03-22 19:04:28 +13:00
image: url("imgs/fpssb_g_larrow_pressed.png");
2016-03-19 06:57:51 +13:00
}
#FlipConsolePlayToolBar {
border: none;
}
#FlipConsolePlayToolBar QToolButton {
height: 14px;
}
FlipSlider {
qproperty-PBHeight: 20;
2016-03-22 19:04:28 +13:00
qproperty-PBOverlay: url("imgs/flipslider.png");
qproperty-PBMarker: url("imgs/flipmarker.png");
2016-03-19 06:57:51 +13:00
qproperty-PBColorMarginLeft: 1;
qproperty-PBColorMarginTop: 1;
qproperty-PBColorMarginRight: 1;
qproperty-PBColorMarginBottom: 1;
qproperty-PBMarkerMarginLeft: 6;
qproperty-PBMarkerMarginRight: 6;
qproperty-baseColor: #c0c0c0;
qproperty-notStartedColor: #cc2222;
qproperty-startedColor: #c88080;
qproperty-finishedColor: #c0c0c0;
}
Ruler {
qproperty-ParentBGColor: #ebebeb;
qproperty-ScaleColor: black;
}
#ComboViewerToolOptions {
border: 1px;
background-color: #808080;
border-style: outset;
border-left-color: #e6e6e6;
border-top-color: #e6e6e6;
border-right-color: #404040;
border-bottom-color: #404040;
}
/*-----------File Browser------------*/
#DirTreeView,
#FunctionEditorTree,
#ShortcutTree,
#FxTreeView {
alternate-background-color: #8d8d8d;
border-width: 1px;
background-color: #808080;
border-style: inset;
border-left-color: #404040;
border-top-color: #404040;
border-right-color: #e6e6e6;
border-bottom-color: #e6e6e6;
margin: 0px;
}
#DirTreeView::branch:adjoins-item {
2016-03-22 19:04:28 +13:00
border-image: url("imgs/tree_branch-end.png") 0;
2016-03-19 06:57:51 +13:00
}
#DirTreeView::branch:has-siblings {
2016-03-22 19:04:28 +13:00
border-image: url("imgs/tree_vline.png") 0;
2016-03-19 06:57:51 +13:00
}
#DirTreeView::branch:has-siblings:adjoins-item {
2016-03-22 19:04:28 +13:00
border-image: url("imgs/tree_branch-more.png") 0;
2016-03-19 06:57:51 +13:00
}
#DirTreeView::branch:has-children:closed {
border-image: none;
2016-03-22 19:04:28 +13:00
image: url("imgs/tree_branch-closed_nosib.png");
2016-03-19 06:57:51 +13:00
}
#DirTreeView::branch:has-children:open {
border-image: none;
2016-03-22 19:04:28 +13:00
image: url("imgs/tree_branch-open_nosib.png");
2016-03-19 06:57:51 +13:00
}
#DirTreeView::branch:has-children:has-siblings:closed {
border-image: none;
2016-03-22 19:04:28 +13:00
image: url("imgs/tree_branch-closed.png");
2016-03-19 06:57:51 +13:00
}
#DirTreeView::branch:has-children:has-siblings:open {
border-image: none;
2016-03-22 19:04:28 +13:00
image: url("imgs/tree_branch-open.png");
2016-03-19 06:57:51 +13:00
}
DvItemViewerPanel {
qproperty-TextColor: black;
qproperty-AlternateBackground: #8d8d8d;
qproperty-SelectedTextColor: white;
qproperty-FolderTextColor: blue;
qproperty-SelectedItemBackground: #000080;
}
DvDirTreeView {
qproperty-TextColor: black;
qproperty-SelectedTextColor: white;
qproperty-FolderTextColor: blue;
qproperty-SelectedItemBackground: #000080;
qproperty-SelectedFolderTextColor: yellow;
alternate-background-color: #8d8d8d;
}
/*---------------------------------------------------------------------------*/
/* Cleanup Settings, LoadLevel, PsdSettingsPopup, FxSettingsPopup, RenameAsToonzPopup */
2016-03-19 06:57:51 +13:00
/*---------------------------------------------------------------------------*/
#CleanupSettingsFrame,
#LoadLevelFrame,
#SolidLineFrame {
border: 1px solid #141414;
}
#TitleTxtLabel {
2016-03-19 06:57:51 +13:00
color: #000040;
}
#PsdSettingsGroupBox {
border: 1px solid #000040;
}
#FileDoesNotExistLabel {
color: #800000;
}
#CleanupSettingsShowButton,
#LoadLevelShowButton,
#FxSettingsPreviewShowButton {
border-width: 2px;
padding: 0px;
margin: 0px;
2016-03-22 19:04:28 +13:00
border-image: url("imgs/handle_border.png") 5;
image: url("imgs/plus.png");
2016-03-19 06:57:51 +13:00
image-position: center center;
}
#CleanupSettingsShowButton:checked,
#LoadLevelShowButton:checked,
#FxSettingsPreviewShowButton:checked {
2016-03-22 19:04:28 +13:00
image: url("imgs/minus.png");
2016-03-19 06:57:51 +13:00
}
ParamsPage {
qproperty-TextColor: black;
}
/*----------- Xsheet ------------*/
/* XSheet scrollAreas (row, column and cell) */
#xsheetScrollArea {
border: 0px;
}
#xsheetArea,
#ScrollArea,
#FunctionSegmentViewer {
border-width: 2px;
background-color: #808080;
border-style: inset;
border-left-color: #404040;
border-top-color: #404040;
border-right-color: #e6e6e6;
border-bottom-color: #e6e6e6;
margin: 0px;
}
/*XsheetColumnHeader Right-click menu*/
#xsheetColumnAreaMenu_Preview {
background-color: #e6e678;
}
#xsheetColumnAreaMenu_Lock {
background-color: #f5f5f5;
}
#xsheetColumnAreaMenu_Camstand {
background-color: #ffa480;
}
#xsheetColumnAreaMenu_Preview:selected,
#xsheetColumnAreaMenu_Lock:selected,
#xsheetColumnAreaMenu_Camstand:selected {
background-color: #000080;
}
/* Customize QScrollBar vertical*/
#XsheetScrollBar {
background-color: #a0a0a0;
border: 1px solid black;
/* buttons */
}
#XsheetScrollBar:vertical {
width: 18px;
margin-left: 0px;
margin-right: 0px;
margin-top: 20px;
margin-bottom: 20px;
}
#XsheetScrollBar:horizontal {
height: 18px;
margin-left: 20px;
margin-right: 20px;
margin-top: 0px;
margin-bottom: 0px;
}
#XsheetScrollBar::handle {
border-width: 4;
image-position: center center;
}
#XsheetScrollBar::handle:vertical {
2016-03-22 19:04:28 +13:00
border-image: url("imgs/sb_g_vhandle.png") 4;
image: url("imgs/sb_g_vline.png");
2016-03-19 06:57:51 +13:00
min-height: 40px;
}
#XsheetScrollBar::handle:horizontal {
2016-03-22 19:04:28 +13:00
border-image: url("imgs/sb_g_hhandle.png") 4;
image: url("imgs/sb_g_hline.png");
2016-03-19 06:57:51 +13:00
min-width: 40px;
}
#XsheetScrollBar::add-line {
subcontrol-origin: margin;
}
#XsheetScrollBar::add-line:vertical {
2016-03-22 19:04:28 +13:00
image: url("imgs/sb_g_downarrow.png");
2016-03-19 06:57:51 +13:00
height: 20px;
subcontrol-position: bottom;
}
#XsheetScrollBar::add-line:vertical:pressed {
2016-03-22 19:04:28 +13:00
image: url("imgs/sb_g_downarrow_pressed.png");
2016-03-19 06:57:51 +13:00
}
#XsheetScrollBar::add-line:horizontal {
2016-03-22 19:04:28 +13:00
image: url("imgs/sb_g_rarrow.png");
2016-03-19 06:57:51 +13:00
width: 20px;
subcontrol-position: right;
}
#XsheetScrollBar::add-line:horizontal:pressed {
2016-03-22 19:04:28 +13:00
image: url("imgs/sb_g_rarrow_pressed.png");
2016-03-19 06:57:51 +13:00
}
#XsheetScrollBar::sub-line {
subcontrol-origin: margin;
}
#XsheetScrollBar::sub-line:vertical {
2016-03-22 19:04:28 +13:00
image: url("imgs/sb_g_uparrow.png");
2016-03-19 06:57:51 +13:00
height: 20px;
subcontrol-position: top;
}
#XsheetScrollBar::sub-line:vertical:pressed {
2016-03-22 19:04:28 +13:00
image: url("imgs/sb_g_uparrow_pressed.png");
2016-03-19 06:57:51 +13:00
}
#XsheetScrollBar::sub-line:horizontal {
2016-03-22 19:04:28 +13:00
image: url("imgs/sb_g_larrow.png");
2016-03-19 06:57:51 +13:00
width: 20px;
subcontrol-position: left;
}
#XsheetScrollBar::sub-line:horizontal:pressed {
2016-03-22 19:04:28 +13:00
image: url("imgs/sb_g_larrow_pressed.png");
2016-03-19 06:57:51 +13:00
}
#XsheetScrollBar::add-page {
background: none;
}
XsheetViewer {
qproperty-TextColor: black;
qproperty-BGColor: #a4a4a4;
qproperty-LightLineColor: #929092;
qproperty-MarkerLineColor: #00fff6;
qproperty-PreviewFrameTextColor: #0000ff;
qproperty-CurrentRowBgColor: #d2d2d2;
qproperty-EmptyColumnHeadColor: #c8c8c8;
qproperty-SelectedColumnTextColor: #e66464;
qproperty-EmptyCellColor: #7c7c7c;
qproperty-NotEmptyColumnColor: #a4a4a4;
qproperty-SelectedEmptyCellColor: #d2d2d2;
qproperty-LevelColumnColor: #7fdb7f;
qproperty-LevelColumnBorderColor: #2f522f;
qproperty-SelectedLevelColumnColor: #bfedbf;
qproperty-VectorColumnColor: #d4d485;
qproperty-VectorColumnBorderColor: #4f4f31;
qproperty-SelectedVectorColumnColor: #eaeac2;
qproperty-ChildColumnColor: #d69adb;
qproperty-ChildColumnBorderColor: #503952;
qproperty-SelectedChildColumnColor: #ebcded;
qproperty-FullcolorColumnColor: #9ad6db;
qproperty-FullcolorColumnBorderColor: #395052;
qproperty-SelectedFullcolorColumnColor: #cdebed;
qproperty-FxColumnColor: #82815d;
qproperty-FxColumnBorderColor: #303023;
qproperty-SelectedFxColumnColor: #c1c0ae;
qproperty-ReferenceColumnColor: #ababab;
qproperty-ReferenceColumnBorderColor: #3e3e3e;
qproperty-SelectedReferenceColumnColor: #d5d5d5;
qproperty-PaletteColumnColor: #2aab9a;
qproperty-PaletteColumnBorderColor: #0f3e38;
qproperty-SelectedPaletteColumnColor: #92ddca;
2016-04-20 19:26:25 +12:00
qproperty-MeshColumnColor: #c882ff;
qproperty-MeshColumnBorderColor: #694687;
qproperty-SelectedMeshColumnColor: #d8b4f5;
2016-03-19 06:57:51 +13:00
qproperty-ColumnHeadPastelizer: #ffffff;
qproperty-SelectedColumnHead: #bed2f0;
qproperty-LightLightBGColor: #fafafa;
qproperty-LightBGColor: #f0f0f0;
qproperty-DarkBGColor: #e1e1e1;
qproperty-DarkLineColor: #969696;
}
/*------- Schematic ---------*/
#SchematicBottomFrame {
margin: 0px;
padding: 0px;
background-color: #808080;
border-style: outset;
border-left-color: #e6e6e6;
border-top-color: #e6e6e6;
border-right-color: #404040;
border-bottom-color: #404040;
border-width: 1px;
border-image: none;
}
#SchematicSceneViewer {
background-color: #373737;
}
/*------ Function Editor ---------*/
#FunctionParametersPanel {
border: 1px solid #141414;
}
#FunctionEditorTree::branch:adjoins-item,
#ShortcutTree::branch:adjoins-item {
2016-03-22 19:04:28 +13:00
border-image: url("imgs/tree17_branch-end.png") 0;
2016-03-19 06:57:51 +13:00
}
#FunctionEditorTree::branch:has-siblings,
#ShortcutTree::branch:has-siblings {
2016-03-22 19:04:28 +13:00
border-image: url("imgs/tree17_vline.png") 0;
2016-03-19 06:57:51 +13:00
}
#FunctionEditorTree::branch:has-siblings:adjoins-item,
#ShortcutTree::branch:has-siblings:adjoins-item {
2016-03-22 19:04:28 +13:00
border-image: url("imgs/tree17_branch-more.png") 0;
2016-03-19 06:57:51 +13:00
}
#FunctionEditorTree::branch:has-children:closed,
#ShortcutTree::branch:has-children:closed {
border-image: none;
2016-03-22 19:04:28 +13:00
image: url("imgs/tree17_branch-closed_nosib.png");
2016-03-19 06:57:51 +13:00
}
#FunctionEditorTree::branch:has-children:open,
#ShortcutTree::branch:has-children:open {
border-image: none;
2016-03-22 19:04:28 +13:00
image: url("imgs/tree17_branch-open_nosib.png");
2016-03-19 06:57:51 +13:00
}
#FunctionEditorTree::branch:has-children:has-siblings:closed,
#ShortcutTree::branch:has-children:has-siblings:closed {
border-image: none;
2016-03-22 19:04:28 +13:00
image: url("imgs/tree17_branch-closed.png");
2016-03-19 06:57:51 +13:00
}
#FunctionEditorTree::branch:has-children:has-siblings:open,
#ShortcutTree::branch:has-children:has-siblings:open {
border-image: none;
2016-03-22 19:04:28 +13:00
image: url("imgs/tree17_branch-open.png");
2016-03-19 06:57:51 +13:00
}
FunctionPanel {
qproperty-BGColor: #e1e1e1;
qproperty-ValueLineColor: #bababa;
qproperty-FrameLineColor: #d2d2d2;
qproperty-OtherCurvesColor: #969696;
qproperty-RulerBackground: #ffffff;
qproperty-TextColor: black;
qproperty-SubColor: white;
qproperty-SelectedColor: blue;
}
FunctionTreeView {
qproperty-TextColor: black;
qproperty-CurrentTextColor: red;
}
SpreadsheetViewer {
qproperty-LightLightBGColor: #7c7c7c;
qproperty-CurrentRowBgColor: #d2d2d2;
qproperty-LightLineColor: #929092;
qproperty-MarkerLineColor: #00fff6;
qproperty-BGColor: #a4a4a4;
qproperty-VerticalLineColor: #000000;
qproperty-KeyFrameColor: #db8b36;
qproperty-KeyFrameBorderColor: #523314;
qproperty-SelectedKeyFrameColor: #edc59b;
qproperty-InBetweenColor: #c2c2b0;
qproperty-InBetweenBorderColor: #484841;
qproperty-SelectedInBetweenColor: #e1e1d8;
qproperty-SelectedEmptyColor: #bebebe;
qproperty-SelectedSceneRangeEmptyColor: #d2d2d2;
qproperty-TextColor: black;
qproperty-ColumnHeaderBorderColor: #2e2f2e;
qproperty-SelectedColumnTextColor: #ff0000;
}
#keyFrameNavigator {
border: 0px;
}
#ExpressionField {
background-color: #808080;
border-style: inset;
border-left-color: #404040;
border-top-color: #404040;
border-right-color: #e6e6e6;
border-bottom-color: #e6e6e6;
background-color: white;
border-width: 2px;
margin: 0px;
}
#FunctionSegmentViewerLinkButton {
border: 2px;
margin: 0px;
2016-03-22 19:04:28 +13:00
image: url("imgs/segment_unlinked.png");
2016-03-19 06:57:51 +13:00
background-color: #b3b3b3;
border-style: outset;
border-left-color: #ffffff;
border-top-color: #ffffff;
border-right-color: #737373;
border-bottom-color: #737373;
}
#FunctionSegmentViewerLinkButton:checked {
2016-03-22 19:04:28 +13:00
image: url("imgs/segment_linked.png");
2016-03-19 06:57:51 +13:00
background-color: #b3b3b3;
border-style: inset;
border-left-color: #737373;
border-top-color: #737373;
border-right-color: #ffffff;
border-bottom-color: #ffffff;
}
#FunctionSegmentViewerLinkButton:disabled {
2016-03-22 19:04:28 +13:00
image: url("imgs/segment_disabled.png");
2016-03-19 06:57:51 +13:00
background-color: #9a9a9a;
border-style: outset;
border-left-color: #ffffff;
border-top-color: #ffffff;
border-right-color: #5a5a5a;
border-bottom-color: #5a5a5a;
border: 1px;
}
/*------ Tasks Viewer ------*/
#TaskSheetItem,
#tasksRemoveBox,
#tasksAddBox {
background-color: #9a9a9a;
border-style: inset;
border-left-color: #5a5a5a;
border-top-color: #5a5a5a;
border-right-color: #ffffff;
border-bottom-color: #ffffff;
border-width: 1px;
padding: 3px;
}
#TaskSheetItemLabel {
color: #000040;
}
/*------ Cleanup Settings------*/
/* FileField etc. */
#PushButton_NoPadding {
padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
padding-bottom: 3px;
}
#CameraSettingsButton {
padding: 2px;
border: 0px;
}
#CameraSettingsRadioButton::indicator {
width: 21px;
height: 21px;
}
#CameraSettingsRadioButton::indicator:checked {
2016-03-22 19:04:28 +13:00
image: url("imgs/cam_lock.png");
2016-03-19 06:57:51 +13:00
}
#CameraSettingsRadioButton::indicator:unchecked {
2016-03-22 19:04:28 +13:00
image: url("imgs/cam_unlock.png");
2016-03-19 06:57:51 +13:00
}
#CameraSettingsRadioButton::indicator:unchecked:hover {
2016-03-22 19:04:28 +13:00
image: url("imgs/cam_lock_hover.png");
2016-03-19 06:57:51 +13:00
}
#CameraSettingsDPI {
color: #004000;
}
#CameraSettingsRadioButton_Small {
padding: 2px;
}
#CameraSettingsRadioButton_Small::indicator {
width: 11px;
height: 21px;
}
#CameraSettingsRadioButton_Small::indicator:checked {
2016-03-22 19:04:28 +13:00
image: url("imgs/cam_lock_small.png");
2016-03-19 06:57:51 +13:00
}
#CameraSettingsRadioButton_Small::indicator:unchecked {
2016-03-22 19:04:28 +13:00
image: url("imgs/cam_unlock_small.png");
2016-03-19 06:57:51 +13:00
}
#CameraSettingsRadioButton_Small::indicator:unchecked:hover {
2016-03-22 19:04:28 +13:00
image: url("imgs/cam_lock_hover_small.png");
2016-03-19 06:57:51 +13:00
}
#ForceSquaredPixelButton {
border: none;
border-radius: 0px;
padding: 0px;
2016-03-22 19:04:28 +13:00
image: url("imgs/fsp_released.png");
2016-03-19 06:57:51 +13:00
}
#ForceSquaredPixelButton:hover {
2016-03-22 19:04:28 +13:00
image: url("imgs/fsp_hover.png");
2016-03-19 06:57:51 +13:00
}
#ForceSquaredPixelButton:checked {
2016-03-22 19:04:28 +13:00
image: url("imgs/fsp_pressed.png");
2016-03-19 06:57:51 +13:00
}
/*------ Tool Options Bar------*/
#EditToolLockButton {
spacing: 0px;
/*space between button and text*/
}
#EditToolLockButton::indicator {
border-width: 0px;
width: 21px;
height: 21px;
}
#EditToolLockButton::indicator:unchecked {
2016-03-22 19:04:28 +13:00
image: url("imgs/cam_unlock.png");
2016-03-19 06:57:51 +13:00
}
#EditToolLockButton::indicator:unchecked:hover {
2016-03-22 19:04:28 +13:00
image: url("imgs/cam_unlock_hover.png");
2016-03-19 06:57:51 +13:00
}
#EditToolLockButton::indicator:checked {
2016-03-22 19:04:28 +13:00
image: url("imgs/cam_lock.png");
2016-03-19 06:57:51 +13:00
}
#EditToolLockButton::indicator:checked:hover {
2016-03-22 19:04:28 +13:00
image: url("imgs/cam_lock_hover.png");
2016-03-19 06:57:51 +13:00
}
/*------ Script Console ------*/
#ScriptConsole {
border: 1px inset;
background-color: #dcdcdc;
color: black;
font-family: "Courier";
}
2016-03-19 06:57:51 +13:00
/*------ Topbar and Menubar of the MainWindow ------*/
#TopBar {
height: 22px;
background-color: #c0c0c0;
margin: 0px;
border: 0px;
padding: 0px;
}
#TopBarTabContainer {
background: #a0a0a0;
margin: 0px;
border: 0px;
padding: 0px;
}
#TopBarTab {
2016-03-22 19:04:28 +13:00
border-image: url("imgs/topbar_bg.png") 0 0 0 0 stretch stretch;
2016-03-19 06:57:51 +13:00
/*background: qlineargradient(x1: 0,y1: 0, x2: 1, y2: 0, stop: 0 #a0a0a0, stop: 0.5 #404040);*/
border: 0px;
padding: 0px;
}
#TopBarTab::tab {
margin-left: 5px;
margin-right: 5px;
margin-top: 1px;
margin-bottom: 1px;
padding-left: 8px;
padding-right: 8px;
padding-top: 1px;
padding-bottom: 1px;
border: 1px solid black;
background-color: #a0a0a0;
}
#TopBarTab::tab:selected {
background-color: #cddcc0;
}
#TopBarTab::tab:hover {
background-color: #c0c0c0;
}
#StackedMenuBar {
background: #a0a0a0;
margin: 0px;
border: 0px;
padding: 0px;
}
#DockSeparator {
background-color: #9a9a9a;
border-style: outset;
border-left-color: #ffffff;
border-top-color: #ffffff;
border-right-color: #5a5a5a;
border-bottom-color: #5a5a5a;
border-width: 1;
}
/*------ Popups -------*/
QDialog #dialogButtonFrame {
background-color: #676767;
}
#SceneSettings QLabel {
color: #000040;
}
#PreferencesPopup QListWidget {
background-color: #b3b3b3;
border-style: inset;
border-left-color: #737373;
border-top-color: #737373;
border-right-color: #ffffff;
border-bottom-color: #ffffff;
border-width: 2px;
alternate-background-color: #aaaaaa;
font-size: 14px;
}
#PreferencesPopup QListWidget::item {
padding: 3px;
}
#PreferencesPopup QListWidget::item:selected {
background-color: #000080;
color: white;
}
#PreferencesPopup QListWidget::item:hover {
background-color: #d2d2d2;
}
#OutputSettingsBox {
border: 1px solid #000040;
}
#OutputSettingsLabel {
color: #000040;
}
#OutputSettingsCameraBox {
background-color: #808080;
border-style: inset;
border-left-color: #404040;
border-top-color: #404040;
border-right-color: #e6e6e6;
border-bottom-color: #e6e6e6;
border-width: 2px;
}
#OutputSettingsShowButton {
border: 2px;
padding: 0px;
2016-03-22 19:04:28 +13:00
border-image: url("imgs/handle_border.png") 5;
image: url("imgs/plus.png");
2016-03-19 06:57:51 +13:00
image-position: center center;
}
#OutputSettingsShowButton:checked {
2016-03-22 19:04:28 +13:00
image: url("imgs/minus.png");
2016-03-19 06:57:51 +13:00
}
#IntPairField,
#DoublePairField {
qproperty-LightLineColor: white;
qproperty-DarkLineColor: #808080;
2016-03-22 19:04:28 +13:00
qproperty-HandleLeftPixmap: url("imgs/h_slider_left.png");
qproperty-HandleRightPixmap: url("imgs/h_slider_right.png");
qproperty-HandleLeftGrayPixmap: url("imgs/h_slider_left_disabled.png");
qproperty-HandleRightGrayPixmap: url("imgs/h_slider_right_disabled.png");
2016-03-19 06:57:51 +13:00
}
#FxSettingsLabel {
color: #004000;
}
#FxSettings {
border-width: 0px;
border-bottom: 3px double #404040;
}
#FxSettingsHelpButton {
background-color: #c0c0c0;
color: #000040;
}
#FxSettingsHelpButton:hover {
background-color: #dcdcdc;
}
//# sourceMappingURL=gray_128.qss.map