/* LESS Definitions */ /*Image URL*/ /*Text Color*/ /*Used in Dialog border*/ /*Color for Selected Item*/ /*Color for title texts*/ /* color adjustable by delta */ /*set padding*/ /*set margin*/ /* ------ Qt Widgets Common Difinitions ------ */ QMenu, QMenuBar, QMainWindow, QWidget { color: #bebebe; background-color: #303030; font-family: "Segoe UI", "Lucida Grande"; font-size: 12px; font-weight: normal; } QMenu:disabled, QMenuBar:disabled, QMainWindow:disabled, QWidget:disabled { color: #808080; } QFrame { margin: 0px; border: 0px; padding: 0px; } QDialog { background-color: #303030; } QMainWindow::separator { background: yellow; width: 10px; /* when vertical */ height: 10px; /* when horizontal */ } QToolTip, #helpTooltip { border: 1px solid black; background-color: #ffffe1; padding: 2px; color: black; } QTreeWidget { border-width: 1px; background-color: #303030; alternate-background-color: #3d3d3d; } QTreeWidget::item:selected { background-color: #448044; color: black; } QTreeWidget::item { color: #bebebe; } 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-color: #303030; } QMenuBar::item:selected { background-color: #4a4a4a; border-width: 1px; } QMenu { background-color: #232323; } QMenu::item:selected { background: #448044; color: #dcdcdc; } QMenu::item:disabled { background-color: #303030; color: #808080; } QMenu::item:disabled:selected { background: #6c6c6c; } QMenu::separator { background-color: #4a4a4a; margin-left: 0px; margin-right: 0px; margin-top: 2px; margin-bottom: 2px; border-width: 1px; height: 2px; } QToolBar { background-color: #303030; border-width: 0px; /* border-top: 1px solid rgb(88, 88, 88); */ margin: 0px; padding: 0px; border-image: none; } QToolBar::separator:horizontal { image: url("imgs/bottomseparator.png"); } QToolBar::separator:vertical { image: url("imgs/separator.png"); } QToolBar QToolButton { background-color: #303030; /*margin: 2px 1px 1px 1px;*/ margin: 3px; border: 0px; border-image: none; } QToolBar QToolButton:hover { border-image: url("imgs/over.png") 2; border-radius: 4px; } QToolBar QToolButton:checked, QToolBar QToolButton:pressed { border-image: url("imgs/click.png") 2; border-radius: 4px; } QToolBar QToolButton:disabled { background-color: #3d3d3d; color: #808080; } QToolBar QToolButton::menu-indicator { image: none; } QToolBar QToolButton::menu-button { border-image: none; /*background-color: rgb(160,160,160);*/ } QToolBar QLabel { background-color: #303030; margin-top: 1px; border-width: 2; } QToolBar QToolBar { border-width: 0px; } QLineEdit { /*darken little bit*/ color: #cdcdcd; background-color: #232323; border-width: 1px; border-radius: 2px; border: 1px solid #4e4e4e; } QLineEdit:disabled { background-color: #4a4a4a; color: #808080; } QComboBox { /*darken little bit*/ color: #cdcdcd; background-color: #232323; border: 1px solid #4e4e4e; padding-left: 1px; padding-right: 1px; padding-top: 1px; padding-bottom: 1px; border-radius: 3px; padding-left: 4px; /*arrow button*/ /*arrow button triangle*/ } QComboBox::drop-down { background-color: #232323; border-width: 2px; border-radius: 3px; /*pressed state*/ } QComboBox::drop-down:on { /*.base_inset;*/ } QComboBox::drop-down:disabled { background-color: #4a4a4a; } QComboBox::down-arrow { image: url("imgs/combo_down_arrow.png"); } QComboBox:disabled { background-color: #4a4a4a; border: 1px solid #4e4e4e; color: #808080; } QComboBox QAbstractItemView { outline: 0px; selection-background-color: #448044; } QPushButton { /* .base_outset; */ color: #cfcfcf; border: 1px solid #666666; border-radius: 4px; padding-left: 15px; padding-right: 15px; padding-top: 3px; padding-bottom: 3px; /*lighten lilttle bit when hover*/ /*lighten lilttle bit when pressed*/ } QPushButton:checked { background-color: #3d3d3d; border-style: inset; border-left-color: #191919; border-top-color: #0d0d0d; border-right-color: #656565; border-bottom-color: #797979; } QPushButton:pressed { background-color: #424242; } QPushButton:hover { background-color: #4a4a4a; } QPushButton:hover:pressed { background-color: #424242; } QPushButton:hover:checked { background-color: #3d3d3d; border-style: inset; border-left-color: #191919; border-top-color: #0d0d0d; border-right-color: #656565; border-bottom-color: #797979; } QPushButton:disabled { background-color: #3d3d3d; color: #505050; } #PushButton_NoPadding { padding-left: 3px; padding-right: 3px; padding-top: 3px; padding-bottom: 3px; } QCheckBox:hover { background-color: #4a4a4a; border-radius: 2px; } QCheckBox:disabled { color: #808080; } QCheckBox::indicator, QGroupBox::indicator { width: 11px; height: 11px; background-color: #232323; border: 1px solid #6c6c6c; border-radius: 2px; } QCheckBox::indicator:disabled, QGroupBox::indicator:disabled { background-color: #3d3d3d; border: 1px solid #6c6c6c; } QCheckBox::indicator:checked, QGroupBox::indicator:checked { image: url("imgs/check_indicator.png"); } QCheckBox::indicator:checked:disabled, QGroupBox::indicator:checked:disabled { image: url("imgs/check_indicator_disabled.png"); } QSlider::groove:horizontal { background-color: #161616; border-bottom: 1px solid #454545; height: 2px; margin: 1px; } QSlider::handle:horizontal { background-color: #7d7d7d; border-radius: 4px; /*border-width: 2px;*/ width: 8px; margin: -8px 0px; /* expand outside the groove */ } QGroupBox { border: 1px solid #585858; margin: 6px 0 3px 0; padding: 5px 3px; border-radius: 3px; } QGroupBox::title { subcontrol-origin: margin; left: 15px; margin: -2px 0 0 0; padding: 0 3px; } QGroupBox::title:disabled { color: #808080; } QGroupBox:disabled { color: #0c0c0c; border-color: #808080; } /* between the Studio Palette and the Style Editor */ QSplitter::handle { background-color: #3d3d3d; } /* ------ Toonz Classes Difinitions ------ */ TPanel { /*Used for dialog border*/ background-color: #000000; } TPanelTitleBar { qproperty-BorderPixmap: url("imgs/tpaneltitlebar_border.png"); qproperty-ActiveBorderPixmap: url("imgs/tpaneltitlebar_border_active.png"); qproperty-FloatBorderPixmap: url("imgs/tpaneltitlebar_border_float.png"); qproperty-FloatActiveBorderPixmap: url("imgs/tpaneltitlebar_border_float_active.png"); qproperty-TitleColor: #c0c0c0; qproperty-ActiveTitleColor: #ffffff; } /* ------ Palette ------ */ PaletteViewer #ToolBarContainer { margin: 0px; padding: 0px; } PaletteViewer #ToolBarContainer QToolBar { border: 1px; background-color: #303030; } PaletteViewer #ToolBarContainer QToolBar QToolButton { margin: 0px; padding: 1px; border: 0px; } PaletteViewer #ToolBarContainer #keyFrameNavigator { border: 0px; } #TabBarContainer { qproperty-BottomAboveLineColor: #303030; qproperty-BottomBelowLineColor: #848484; background-color: #232323; } #TabBarContainer #ScrollLeftButton, #TabBarContainer #ScrollRightButton { margin-top: 1px; } #PaletteTabBar, #FxSettingsTabBar { background-color: #232323; border-bottom: 1px solid #585858; } #PaletteTabBar::tab, #FxSettingsTabBar::tab { padding-left: 7px; padding-right: 7px; padding-top: 2px; padding-bottom: 2px; background-color: #232323; /* for non selected tab */ border: 1px solid #585858; min-width: 60px; border-width: 1px; border-top-left-radius: 4px; border-top-right-radius: 4px; margin-top: 3px; /* for non selected tab */ border-bottom-color: #6c6c6c; /* for non selected tab */ } #PaletteTabBar::tab:selected, #FxSettingsTabBar::tab:selected { background-color: #303030; border: 1px solid #848484; border-bottom-color: #303030; /* same as the pane color */ /* expand/overlap to the left and right by 4px */ margin-left: -4px; margin-right: -4px; margin-top: 2px; } #PaletteTabBar::tab:first, #FxSettingsTabBar::tab:first { margin-left: 2px; /* the first selected tab has nothing to overlap with on the left */ } #PaletteTabBar::tab:last, #FxSettingsTabBar::tab:last { margin-right: 0px; /* the last selected tab has nothing to overlap with on the right */ } #PaletteTabBar::tab:only-one, #FxSettingsTabBar::tab:only-one { margin: 0px; margin-top: 2px; margin-left: 2px; /*margin-left 2px; /* if there is only one tab, we don't want overlapping margins */ } #PaletteLockButton:hover { border-image: url("imgs/over_yellow.png") 2; } #PaletteLockButton:checked { border-image: url("imgs/click_pink.png") 2; } #PaletteLockButton:checked:hover { border-image: url("imgs/over_pressed_yellow.png") 2; } #PageViewer { qproperty-TextColor: #bebebe; } /* ------ Style Editor ------ */ #StyleEditor { border: 0px; } #StyleEditor QPushButton { margin: 1px; margin-top: 3px; min-width: 10px; padding: 4px; padding-top: 2px; padding-bottom: 2px; } #StyleEditor QPushButton:checked { background-color: #4a4a4a; border: 1px solid #848484; } #StyleEditor QPushButton:hover { background-color: #565656; border: 1px solid #848484; } #StyleEditor QPushButton:hover:checked { background-color: #636363; } #StyleEditor QPushButton:hover:checked:pressed { background-color: #515151; } #StyleEditor QPushButton:pressed { background-color: #515151; } #StyleEditor QLineEdit { min-width: 28px; max-width: 30px; } #StyleEditorTabBar { border-bottom: 1px solid #585858; background-color: #232323; } #StyleEditorTabBar QPushButton { margin: 10px; } #StyleEditorTabBar::tab { padding-left: 2px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px; background-color: #232323; /* for non selected tab */ border: 1px solid #585858; /* min-width: 60px; */ border-width: 1px; border-top-left-radius: 4px; border-top-right-radius: 4px; margin-top: 3px; /* for non selected tab */ border-bottom-color: #6c6c6c; /* for non selected tab */ font-size: 11px; min-width: 40px; } #StyleEditorTabBar::tab:selected { background-color: #303030; border: 1px solid #848484; border-bottom-color: #303030; /* same as the pane color */ /* expand/overlap to the left and right by 4px */ margin-left: -2px; margin-right: -2px; margin-top: 2px; } #StyleEditorTabBar::tab:first:selected { margin-left: 0px; /* the first selected tab has nothing to overlap with on the left */ } #StyleEditorTabBar::tab:last:selected { margin-right: 0px; /* the last selected tab has nothing to overlap with on the right */ } #StyleEditorTabBar::tab:only-one { margin: 0px; margin-top: 2px; margin-left: 1px; } #HexagonalColorWheel { qproperty-BGColor: #303030; } /* 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 { /* border-image: url("@{image_url}/colorslider_button_bg.png")2;*/ padding: 0px; margin: 0px; border: 2px; image-position: center center; min-height: 8px; max-width: 14px; } #colorSliderAddButton { image: url("imgs/colorslider_add.png"); } #colorSliderAddButton:pressed { image: url("imgs/colorslider_add_pressed.png"); } #colorSliderSubButton { image: url("imgs/colorslider_sub.png"); } #colorSliderSubButton:pressed { image: url("imgs/colorslider_sub_pressed.png"); } #PlainColorPageParts { background-color: #303030; border: 0px; } #colorSliderLabel, #colorSliderField { font-size: 12px; min-height: 12px; } #colorSliderField { color: #dcdcdc; } /*---------------------------------------------------------------------------*/ /* 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 { image: url("imgs/left_arrow_black.png"); border-right: 1px solid black; } #ScrollRightButton { image: url("imgs/right_arrow_black.png"); border-left: 1px solid black; } #ScrollUpButton { image: url("imgs/up_arrow_black.png"); border-bottom: 1px solid black; } #ScrollDownButton { image: url("imgs/down_arrow_black.png"); border-top: 1px solid black; } /* ------ Viewer, Flipbook ------ */ #ViewerPanel { background-color: #0a0a0a; } #ViewerPanel #ToolBarContainer { border-top: 1px solid #6c6c6c; margin-top: 1px; padding-top: 3px; } FlipBook #ToolBarContainer { border-top: 1px solid #6c6c6c; margin-top: 1px; padding-top: 3px; } /* Flipbook toolbar-specific */ #ToolBarContainer #ScrollLeftButton { margin-top: 1px; } #ToolBarContainer #ScrollRightButton { margin-top: 1px; } #ViewerFpsSlider { background-color: #161616; margin-left: 19px; margin-right: 19px; margin-top: 0px; margin-bottom: 0px; border: 1px solid #585858; height: 21px; } #ViewerFpsSlider::handle { border-image: url("imgs/handle_border.png") 6; border-width: 6px; image: none; min-width: 5px; } #ViewerFpsSlider::add-line { image: url("imgs/fpssb_g_rarrow.png"); width: 20px; subcontrol-position: right; subcontrol-origin: margin; margin: 0px; } #ViewerFpsSlider::add-line:pressed { image: url("imgs/fpssb_g_rarrow_pressed.png"); } #ViewerFpsSlider::sub-line { image: url("imgs/fpssb_g_larrow.png"); width: 20px; subcontrol-position: left; subcontrol-origin: margin; margin: 0px; } #ViewerFpsSlider::sub-line:pressed { image: url("imgs/fpssb_g_larrow_pressed.png"); } #FlipConsolePlayToolBar { border: none; } #FlipConsolePlayToolBar QToolButton { height: 14px; } FlipSlider { qproperty-PBHeight: 20; qproperty-PBOverlay: url("imgs/flipslider.png"); qproperty-PBMarker: url("imgs/flipmarker.png"); qproperty-PBColorMarginLeft: 1; qproperty-PBColorMarginTop: 1; qproperty-PBColorMarginRight: 1; qproperty-PBColorMarginBottom: 1; qproperty-PBMarkerMarginLeft: 6; qproperty-PBMarkerMarginRight: 6; qproperty-notStartedColor: #cc2222; qproperty-startedColor: #c88080; qproperty-baseColor: #626262; qproperty-baseColor: #242424; } Ruler { qproperty-ParentBGColor: #303030; qproperty-ScaleColor: #e6e6e6; } #ComboViewerToolOptions { border-top: 1px solid #848484; /*.base_outset;*/ } #RulerToolOptionValues { color: black; } /*-----------File Browser------------*/ #DirTreeView, #FunctionEditorTree, #ShortcutTree, #FxTreeView { alternate-background-color: #3d3d3d; border-top: 1px solid #848484; background-color: #303030; margin: 0px; } #DirTreeView::branch:adjoins-item { border-image: url("imgs/tree_branch-end.png") 0; } #DirTreeView::branch:has-siblings { border-image: url("imgs/tree_vline.png") 0; } #DirTreeView::branch:has-siblings:adjoins-item { border-image: url("imgs/tree_branch-more.png") 0; } #DirTreeView::branch:has-children:closed { border-image: none; image: url("imgs/tree_branch-closed_nosib.png"); } #DirTreeView::branch:has-children:open { border-image: none; image: url("imgs/tree_branch-open_nosib.png"); } #DirTreeView::branch:has-children:has-siblings:closed { border-image: none; image: url("imgs/tree_branch-closed.png"); } #DirTreeView::branch:has-children:has-siblings:open { border-image: none; image: url("imgs/tree_branch-open.png"); } DvItemViewerPanel { qproperty-TextColor: #bebebe; qproperty-AlternateBackground: #3d3d3d; qproperty-SelectedTextColor: black; qproperty-FolderTextColor: #82be82; qproperty-SelectedItemBackground: #448044; } DvDirTreeView { qproperty-TextColor: #bebebe; qproperty-SelectedTextColor: black; qproperty-FolderTextColor: #82be82; qproperty-SelectedFolderTextColor: #001e00; qproperty-SelectedItemBackground: #448044; alternate-background-color: #3d3d3d; } /*---------------------------------------------------------------------------*/ /* Cleanup Settings, LoadLevel, PsdSettingsPopup, FxSettingsPopup, RenameAsToonzPopup */ /*---------------------------------------------------------------------------*/ #CleanupSettingsFrame, #LoadLevelFrame, #SolidLineFrame { border: 1px solid #585858; margin-bottom: 5px; border-radius: 3px; } #TitleTxtLabel { color: #56a156; } #PsdSettingsGroupBox { border: 1px solid #448044; } #FileDoesNotExistLabel { color: #ff3232; } #CleanupSettingsShowButton, #LoadLevelShowButton, #FxSettingsPreviewShowButton { border-width: 2px; padding: 0px; margin: 0px; border-image: url("imgs/handle_border.png") 5; image: url("imgs/plus.png"); image-position: center center; } #CleanupSettingsShowButton:checked, #LoadLevelShowButton:checked, #FxSettingsPreviewShowButton:checked { image: url("imgs/minus.png"); } ParamsPage { qproperty-TextColor: #bebebe; } /*----------- Xsheet ------------*/ /* XSheet scrollAreas (row, column and cell) */ #xsheetScrollArea { border: 0px; } #FunctionSegmentViewer { background-color: #303030; border-width: 0px; } #xsheetArea, #ScrollArea { background-color: #161616; border-width: 0px; } /*XsheetColumnHeader Right-click menu*/ #xsheetColumnAreaMenu_Preview { background-color: #e6e678; } #xsheetColumnAreaMenu_Lock { background-color: #f5f5f5; } #xsheetColumnAreaMenu_Camstand { background-color: #ffa480; } #xsheetColumnAreaMenu_Preview, #xsheetColumnAreaMenu_Lock, #xsheetColumnAreaMenu_Camstand { color: black; } #xsheetColumnAreaMenu_Preview:selected, #xsheetColumnAreaMenu_Lock:selected, #xsheetColumnAreaMenu_Camstand:selected { background-color: #000080; } #XSheetToolbarLevelButton { padding-left: 2; padding-right: 2; margin-left: 2; margin-right: 2; } #XSheetToolbarButton { padding-left: 3; padding-right: 3; margin-left: 2; margin-right: 2; } #XSheetToolbar { margin: 0; padding: 0; border: 0; } #XSheetToolbar::separator:horizontal { margin-right: 7; margin-left: 5; } /* Customize QScrollBar vertical*/ QScrollBar { border: 1px solid #0f0f0f; /* buttons */ } QScrollBar:vertical { width: 16px; margin-left: 0px; margin-right: 0px; margin-top: 16px; margin-bottom: 16px; } QScrollBar:horizontal { height: 16px; margin-left: 16px; margin-right: 16px; margin-top: 0px; margin-bottom: 0px; } QScrollBar::handle { border-width: 3; image-position: center center; } QScrollBar::handle:vertical { border-image: url("imgs/sb_g_vhandle.png") 3; image: url("imgs/sb_g_vline.png"); min-height: 40px; } QScrollBar::handle:horizontal { border-image: url("imgs/sb_g_hhandle.png") 3; image: url("imgs/sb_g_hline.png"); min-width: 40px; } QScrollBar::add-line { subcontrol-origin: margin; } QScrollBar::add-line:vertical { image: url("imgs/sb_g_downarrow.png"); height: 16px; subcontrol-position: bottom; } QScrollBar::add-line:vertical:pressed { image: url("imgs/sb_g_downarrow_pressed.png"); } QScrollBar::add-line:horizontal { image: url("imgs/sb_g_rarrow.png"); width: 16px; subcontrol-position: right; } QScrollBar::add-line:horizontal:pressed { image: url("imgs/sb_g_rarrow_pressed.png"); } QScrollBar::sub-line { subcontrol-origin: margin; } QScrollBar::sub-line:vertical { image: url("imgs/sb_g_uparrow.png"); height: 16px; subcontrol-position: top; } QScrollBar::sub-line:vertical:pressed { image: url("imgs/sb_g_uparrow_pressed.png"); } QScrollBar::sub-line:horizontal { image: url("imgs/sb_g_larrow.png"); width: 16px; subcontrol-position: left; } QScrollBar::sub-line:horizontal:pressed { image: url("imgs/sb_g_larrow_pressed.png"); } QScrollBar::add-page, QScrollBar::sub-page { background-color: #232323; } #noteTextEdit { color: black; } XsheetViewer { qproperty-TextColor: #e6e6e6; qproperty-BGColor: #484848; qproperty-LightLineColor: #202020; qproperty-MarkerLineColor: #1e96c4; qproperty-VerticalLineColor: #787878; qproperty-VerticalLineHeadColor: #a0a0a0; qproperty-PreviewFrameTextColor: #96e6e6; qproperty-CurrentRowBgColor: #506082; qproperty-EmptyColumnHeadColor: #606060; qproperty-SelectedColumnTextColor: #e66464; qproperty-EmptyCellColor: #404040; qproperty-NotEmptyColumnColor: #484848; qproperty-SelectedEmptyCellColor: #6c6c6c; qproperty-LevelColumnColor: #4c6e4c; qproperty-LevelColumnBorderColor: #8fb38f; qproperty-SelectedLevelColumnColor: #6b8c6b; qproperty-VectorColumnColor: #7b7b4c; qproperty-VectorColumnBorderColor: #bbbb9a; qproperty-SelectedVectorColumnColor: #8c8c60; qproperty-ChildColumnColor: #6a526b; qproperty-ChildColumnBorderColor: #b1a3b3; qproperty-SelectedChildColumnColor: #7a617a; qproperty-FullcolorColumnColor: #657a96; qproperty-FullcolorColumnBorderColor: #9eb8bb; qproperty-SelectedFullcolorColumnColor: #8896a7; qproperty-FxColumnColor: #56553c; qproperty-FxColumnBorderColor: #95958a; qproperty-SelectedFxColumnColor: #6a6d5a; qproperty-ReferenceColumnColor: #616161; qproperty-ReferenceColumnBorderColor: #a2a2a2; qproperty-SelectedReferenceColumnColor: #828282; qproperty-PaletteColumnColor: #3a655f; qproperty-PaletteColumnBorderColor: #86aca7; qproperty-SelectedPaletteColumnColor: #5f8581; qproperty-MeshColumnColor: #684d86; qproperty-MeshColumnBorderColor: #ba92ef; qproperty-SelectedMeshColumnColor: #8a75a2; qproperty-SoundColumnColor: #657456; qproperty-SoundColumnBorderColor: #a0af7d; qproperty-SelectedSoundColumnColor: #7f956a; qproperty-SoundColumnHlColor: #34fe5e; qproperty-SoundColumnTrackColor: #b6c29d; qproperty-ColumnHeadPastelizer: #000000; qproperty-SelectedColumnHead: #506082; qproperty-LightLightBGColor: #fafafa; qproperty-LightBGColor: #f0f0f0; qproperty-DarkBGColor: #e1e1e1; qproperty-DarkLineColor: #969696; } XsheetViewer QScrollBar { border: 1px solid #232323; } /*------- Schematic ---------*/ #SchematicBottomFrame { margin: 0px; padding: 0px; background-color: #303030; border-top: 1px solid #848484; border-image: none; } #SchematicSceneViewer { background-color: #373737; } /*------ Function Editor ---------*/ #FunctionParametersPanel { border: 1px solid #585858; } #FunctionEditorTree::branch:adjoins-item, #ShortcutTree::branch:adjoins-item { border-image: url("imgs/tree17_branch-end.png") 0; } #FunctionEditorTree::branch:has-siblings, #ShortcutTree::branch:has-siblings { border-image: url("imgs/tree17_vline.png") 0; } #FunctionEditorTree::branch:has-siblings:adjoins-item, #ShortcutTree::branch:has-siblings:adjoins-item { border-image: url("imgs/tree17_branch-more.png") 0; } #FunctionEditorTree::branch:has-children:closed, #ShortcutTree::branch:has-children:closed { border-image: none; image: url("imgs/tree17_branch-closed_nosib.png"); } #FunctionEditorTree::branch:has-children:open, #ShortcutTree::branch:has-children:open { border-image: none; image: url("imgs/tree17_branch-open_nosib.png"); } #FunctionEditorTree::branch:has-children:has-siblings:closed, #ShortcutTree::branch:has-children:has-siblings:closed { border-image: none; image: url("imgs/tree17_branch-closed.png"); } #FunctionEditorTree::branch:has-children:has-siblings:open, #ShortcutTree::branch:has-children:has-siblings:open { border-image: none; image: url("imgs/tree17_branch-open.png"); } FunctionPanel { qproperty-BGColor: #303030; qproperty-ValueLineColor: #484848; qproperty-FrameLineColor: #606060; qproperty-OtherCurvesColor: #808080; qproperty-RulerBackground: #303030; qproperty-TextColor: #e6e6e6; qproperty-SubColor: black; qproperty-SelectedColor: #a8bee7; } FunctionTreeView { qproperty-TextColor: #e6e6e6; qproperty-CurrentTextColor: #58e458; } SpreadsheetViewer { qproperty-LightLightBGColor: #404040; qproperty-CurrentRowBgColor: #506082; qproperty-LightLineColor: #202020; qproperty-MarkerLineColor: #1e96c4; qproperty-BGColor: #484848; qproperty-VerticalLineColor: #787878; qproperty-KeyFrameColor: #995d1d; qproperty-KeyFrameBorderColor: #c9b04b; qproperty-SelectedKeyFrameColor: #978056; qproperty-InBetweenColor: #666250; qproperty-InBetweenBorderColor: #cdcec8; qproperty-SelectedInBetweenColor: #7e8079; qproperty-SelectedEmptyColor: #6c6c6c; qproperty-SelectedSceneRangeEmptyColor: #757575; qproperty-TextColor: #e6e6e6; qproperty-ColumnHeaderBorderColor: #8e8e8e; qproperty-SelectedColumnTextColor: #58e458; } #keyFrameNavigator { border: 0px; margin: 0px; padding: 0px; } #ExpressionField { background-color: #e3e3e3; border: 1px solid #585858; border-radius: 2px; min-height: 14px; } #FunctionSegmentViewerLinkButton { border: 2px; margin: 0px; background-image: url("imgs/segment_unlinked.png"); background-color: #636363; border-style: outset; border-left-color: #8b8b8b; border-top-color: #9f9f9f; border-right-color: #3f3f3f; border-bottom-color: #333333; } #FunctionSegmentViewerLinkButton:checked { background-image: url("imgs/segment_linked.png"); background-color: #636363; border-style: inset; border-left-color: #3f3f3f; border-top-color: #333333; border-right-color: #8b8b8b; border-bottom-color: #9f9f9f; } #FunctionSegmentViewerLinkButton:disabled { background-image: url("imgs/segment_disabled.png"); background-color: #4a4a4a; border-style: outset; border-left-color: #727272; border-top-color: #868686; border-right-color: #262626; border-bottom-color: #1a1a1a; border: 1px; } /*------ Tasks Viewer ------*/ #TaskSheetItem, #tasksRemoveBox, #tasksAddBox { background-color: #161616; border-style: inset; border-left-color: #000000; border-top-color: #000000; border-right-color: #3f3f3f; border-bottom-color: #525252; border-width: 1px; padding: 3px; } #TaskSheetItemLabel { color: #56a156; } /*------ 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; background-color: #303030; } #CameraSettingsRadioButton::indicator:checked { image: url("imgs/cam_lock.png"); } #CameraSettingsRadioButton::indicator:unchecked { image: url("imgs/cam_unlock.png"); } #CameraSettingsRadioButton::indicator:unchecked:hover { image: url("imgs/cam_lock_hover.png"); } #CameraSettingsDPI { color: #56a156; } #CameraSettingsRadioButton_Small { padding: 2px; background-color: #303030; } #CameraSettingsRadioButton_Small::indicator { width: 11px; height: 21px; } #CameraSettingsRadioButton_Small::indicator:checked { image: url("imgs/cam_lock_small.png"); } #CameraSettingsRadioButton_Small::indicator:unchecked { image: url("imgs/cam_unlock_small.png"); } #CameraSettingsRadioButton_Small::indicator:unchecked:hover { image: url("imgs/cam_lock_hover_small.png"); } #ForceSquaredPixelButton { border: none; border-radius: 0px; padding: 0px; image: url("imgs/fsp_released.png"); } #ForceSquaredPixelButton:hover { image: url("imgs/fsp_hover.png"); } #ForceSquaredPixelButton:checked { image: url("imgs/fsp_pressed.png"); } /*------ Tool Options Bar------*/ #EditToolLockButton { spacing: 0px; /*space between button and text*/ } #EditToolLockButton::indicator { background-color: #303030; border-width: 0px; width: 21px; height: 21px; } #EditToolLockButton::indicator:unchecked { image: url("imgs/cam_unlock.png"); } #EditToolLockButton::indicator:unchecked:hover { image: url("imgs/cam_unlock_hover.png"); } #EditToolLockButton::indicator:checked { image: url("imgs/cam_lock.png"); } #EditToolLockButton::indicator:checked:hover { image: url("imgs/cam_lock_hover.png"); } IconViewField { qproperty-ScalePegPixmap: url("imgs/selectiontool_scalepeg.png"); qproperty-RotationPixmap: url("imgs/selectiontool_rotation.png"); qproperty-PositionPixmap: url("imgs/selectiontool_position.png"); qproperty-ThicknessPixmap: url("imgs/selectiontool_thickness.png"); } PopupButton::menu-indicator { image: url("imgs/down_arrow.png"); width: 10px; height: 17px; border-left: 1px solid grey; } PopupButton::menu-indicator:disabled { image: url("imgs/down_arrow_disabled.png"); } #Cap, #Join { padding-left: -8px; padding-right: 4px; border-radius: 2px; min-width: 32px; max-width: 32px; } #Cap QMenu, #Join QMenu { min-width: 18px; max-width: 18px; } #Cap QMenu::item, #Join QMenu::item { min-width: 16px; max-width: 16px; padding: 0px; } /*------ Script Console ------*/ #ScriptConsole { border: 1px inset; background-color: #dcdcdc; color: black; font-family: "Courier"; } /*------ Topbar and Menubar of the MainWindow ------*/ #TopBar { height: 22px; background-color: #232323; margin: 0px; border: 0px; padding: 0px; } #TopBarTabContainer { background-color: #303030; margin: 0px; border: 0px; padding: 0px; } #TopBarTab { /*border-image: url("@{image_url}/topbar_bg.png") 0 0 0 0 stretch stretch; */ /*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; background-color: #232323; border: 1px solid #585858; border-radius: 2px; } #TopBarTab::tab:selected { background-color: #448044; color: #e6e6e6; } #TopBarTab::tab:hover { background-color: #646464; color: #e6e6e6; } #StackedMenuBar { background: #a0a0a0; margin: 0px; border: 0px; padding: 0px; } #DockSeparator { background-color: #232323; border-width: 0; } #TDockPlaceholder { background-color: #b9f000; } /*------ Popups -------*/ QDialog #dialogButtonFrame { background-color: #232323; } #SceneSettings QLabel { color: #56a156; } #PreferencesPopup QListWidget { background-color: #303030; border-width: 2px; alternate-background-color: #353535; font-size: 12px; } #PreferencesPopup QListWidget::item { padding: 2px; } #PreferencesPopup QListWidget::item:selected { background-color: #448044; color: #dcdcdc; } #PreferencesPopup QListWidget::item:hover { background-color: #3d3d3d; } QListView { outline: 0; } #OutputSettingsBox { border: 1px solid #585858; border-radius: 4px; } #OutputSettingsLabel { color: #56a156; } #OutputSettingsCameraBox { background-color: #303030; border-width: 2px; } #OutputSettingsShowButton { border: 2px; padding: 0px; border-image: url("imgs/handle_border.png") 5; image: url("imgs/plus.png"); image-position: center center; } #OutputSettingsShowButton:checked { image: url("imgs/minus.png"); } #IntPairField, #DoublePairField { qproperty-LightLineColor: #454545; qproperty-LightLineEdgeColor: #303030; qproperty-MiddleLineColor: #000000; qproperty-DarkLineColor: #202020; 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"); } #FxSettingsLabel { color: #a0e680; } #FxSettings { border-width: 0px; border-bottom: 3px double #404040; } #FxSettingsHelpButton { color: #a0c8ff; } #MatchLineButton { background-color: #4a4a4a; } #MatchLineButton::pressed { background-color: #7d7d7d; } #LargeSizedText { font-size: 17px; } #GearButton { qproperty-icon: url("imgs/gear.png"); } #SubfolderButton { qproperty-icon: url("imgs/subfolder.png"); } #StartupLabel { padding: 3px; } #StartupLabel:hover { background-color: #4a4a4a; border-radius: 3px; } Filmstrip QComboBox { margin: 0px; border-radius: 0px; } #WordButton { font-size: 12px; /* color: black; */ background-color: #303030; /*border-style: outset; .set_border_color(white,black); */ border-width: 1px; border-radius: 4px; border: 1px solid #848484; padding-left: 3px; padding-right: 3px; padding-top: 3px; padding-bottom: 3px; } #WordButton:pressed { color: black; background-color: #faffa2; border-style: inset; border-left-color: black; border-top-color: black; border-right-color: white; border-bottom-color: white; } #WordButton:hover { color: black; background-color: #faffa2; } #WordButton:hover:pressed { background-color: #faffa2; border-style: inset; border-left-color: black; border-top-color: black; border-right-color: white; border-bottom-color: white; } PencilTestPopup { /* Allow for using a 768 screen */ min-height: 730px; /* some clipping will still occur on width, but this allows for filling half of a 1024 screen */ min-width: 512px; } TPanelTitleBar { qproperty-SeparatorColor: #232323; qproperty-ActiveIconColor: #00b400; qproperty-FreezeColor: #c80000; }