|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Component: Button Styles
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
.button-tool,
|
|
shun-iwasawa |
a1cc39 |
QToolButton,
|
|
Kite |
521c84 |
#FileBrowser QToolBar QToolButton,
|
|
shun-iwasawa |
a1cc39 |
#CameraSettingsRadioButton::indicator,
|
|
shun-iwasawa |
a1cc39 |
#ForceSquaredPixelButton,
|
|
shun-iwasawa |
a1cc39 |
#EditToolLockButton::indicator,
|
|
Kite |
d70a4f |
#flipCustomize {
|
|
Kite |
521c84 |
background-color: transparent;
|
|
Kite |
521c84 |
border: 1 solid transparent;
|
|
shun-iwasawa |
a1cc39 |
border-radius: 2;
|
|
shun-iwasawa |
a1cc39 |
color: #f3f3f3;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.button-tool:hover,
|
|
shun-iwasawa |
a1cc39 |
QToolButton:hover,
|
|
Kite |
521c84 |
#FileBrowser QToolBar QToolButton:hover,
|
|
shun-iwasawa |
a1cc39 |
#CameraSettingsRadioButton::indicator:hover,
|
|
shun-iwasawa |
a1cc39 |
#ForceSquaredPixelButton:hover,
|
|
shun-iwasawa |
a1cc39 |
#colorSliderAddButton:hover,
|
|
shun-iwasawa |
a1cc39 |
#colorSliderSubButton:hover,
|
|
shun-iwasawa |
a1cc39 |
#EditToolLockButton::indicator:hover,
|
|
Kite |
d70a4f |
#flipCustomize:hover {
|
|
Kite |
521c84 |
background-color: #717171;
|
|
Kite |
521c84 |
border-color: #717171;
|
|
shun-iwasawa |
a1cc39 |
color: #f3f3f3;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.button-tool:pressed,
|
|
shun-iwasawa |
a1cc39 |
QToolButton:pressed,
|
|
Kite |
521c84 |
#FileBrowser QToolBar QToolButton:pressed,
|
|
shun-iwasawa |
a1cc39 |
#CameraSettingsRadioButton::indicator:pressed,
|
|
shun-iwasawa |
a1cc39 |
#ForceSquaredPixelButton:pressed,
|
|
shun-iwasawa |
a1cc39 |
#colorSliderAddButton:pressed,
|
|
shun-iwasawa |
a1cc39 |
#colorSliderSubButton:pressed,
|
|
shun-iwasawa |
a1cc39 |
#EditToolLockButton::indicator:pressed,
|
|
Kite |
d70a4f |
#flipCustomize:pressed {
|
|
Kite |
521c84 |
background-color: #2c2c2c;
|
|
Kite |
521c84 |
border-color: #272727;
|
|
shun-iwasawa |
a1cc39 |
color: #f3f3f3;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.button-tool:checked,
|
|
shun-iwasawa |
a1cc39 |
QToolButton:checked,
|
|
Kite |
521c84 |
#FileBrowser QToolBar QToolButton:checked,
|
|
shun-iwasawa |
a1cc39 |
#CameraSettingsRadioButton::indicator:checked,
|
|
shun-iwasawa |
a1cc39 |
#ForceSquaredPixelButton:checked,
|
|
shun-iwasawa |
a1cc39 |
#EditToolLockButton::indicator:checked,
|
|
Kite |
d70a4f |
#flipCustomize:checked {
|
|
shun-iwasawa |
a1cc39 |
background-color: #5385a6;
|
|
shun-iwasawa |
a1cc39 |
border-color: #5385a6;
|
|
shun-iwasawa |
a1cc39 |
color: #ffffff;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.button-tool:checked:hover,
|
|
shun-iwasawa |
a1cc39 |
QToolButton:checked:hover,
|
|
Kite |
521c84 |
#FileBrowser QToolBar QToolButton:checked:hover,
|
|
shun-iwasawa |
a1cc39 |
#CameraSettingsRadioButton::indicator:checked:hover,
|
|
shun-iwasawa |
a1cc39 |
#ForceSquaredPixelButton:checked:hover,
|
|
shun-iwasawa |
a1cc39 |
#EditToolLockButton::indicator:checked:hover,
|
|
Kite |
d70a4f |
#flipCustomize:checked:hover {
|
|
shun-iwasawa |
a1cc39 |
background-color: #6c98b6;
|
|
shun-iwasawa |
a1cc39 |
border-color: #6c98b6;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.button-tool:disabled,
|
|
shun-iwasawa |
a1cc39 |
QToolButton:disabled,
|
|
Kite |
521c84 |
#FileBrowser QToolBar QToolButton:disabled,
|
|
shun-iwasawa |
a1cc39 |
#CameraSettingsRadioButton::indicator:disabled,
|
|
shun-iwasawa |
a1cc39 |
#ForceSquaredPixelButton:disabled,
|
|
shun-iwasawa |
a1cc39 |
#EditToolLockButton::indicator:disabled,
|
|
Kite |
d70a4f |
#flipCustomize:disabled {
|
|
shun-iwasawa |
a1cc39 |
color: rgba(230, 230, 230, 0.4);
|
|
shun-iwasawa |
a1cc39 |
}
|
|
Kite |
521c84 |
.button-tool:disabled:checked,
|
|
Kite |
521c84 |
QToolButton:disabled:checked,
|
|
Kite |
521c84 |
#FileBrowser QToolBar QToolButton:disabled:checked,
|
|
Kite |
521c84 |
#CameraSettingsRadioButton::indicator:disabled:checked,
|
|
Kite |
521c84 |
#ForceSquaredPixelButton:disabled:checked,
|
|
Kite |
521c84 |
#EditToolLockButton::indicator:disabled:checked,
|
|
Kite |
d70a4f |
#flipCustomize:disabled:checked {
|
|
Kite |
521c84 |
background-color: rgba(83, 133, 166, 0.4);
|
|
Kite |
521c84 |
border-color: rgba(83, 133, 166, 0.4);
|
|
Kite |
521c84 |
}
|
|
shun-iwasawa |
a1cc39 |
.button-flat,
|
|
shun-iwasawa |
a1cc39 |
PaletteViewer QToolBar QToolButton {
|
|
shun-iwasawa |
a1cc39 |
background-color: none;
|
|
shun-iwasawa |
a1cc39 |
border: 0;
|
|
shun-iwasawa |
a1cc39 |
border-radius: 0;
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.button-flat:hover,
|
|
shun-iwasawa |
a1cc39 |
PaletteViewer QToolBar QToolButton:hover {
|
|
Kite |
521c84 |
background-color: #717171;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.button-flat:pressed,
|
|
shun-iwasawa |
a1cc39 |
PaletteViewer QToolBar QToolButton:pressed {
|
|
Kite |
521c84 |
background-color: #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Component: Frames
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
.frame,
|
|
konero |
44e650 |
QTabWidget::Pane,
|
|
shun-iwasawa |
a1cc39 |
.GroupBox,
|
|
shun-iwasawa |
a1cc39 |
#LoadLevelFrame,
|
|
shun-iwasawa |
a1cc39 |
#PsdSettingsGroupBox,
|
|
Kite |
521c84 |
#CleanupSettings #CleanupSettingsFrame,
|
|
Kite |
521c84 |
#CleanupSettings QScrollArea,
|
|
shun-iwasawa |
a1cc39 |
#OutputSettingsBox,
|
|
shun-iwasawa |
a1cc39 |
#OutputSettingsCameraBox,
|
|
shun-iwasawa |
a1cc39 |
#SolidLineFrame,
|
|
shun-iwasawa |
a1cc39 |
#FunctionParametersPanel,
|
|
shun-iwasawa |
a1cc39 |
QGroupBox {
|
|
Kite |
521c84 |
border: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
border-radius: 2;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Component: Icons
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Component: Tabs
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
Kite |
521c84 |
.tab-container {
|
|
Kite |
521c84 |
background-color: #393939;
|
|
shun-iwasawa |
a1cc39 |
qproperty-BottomAboveLineColor: #393939;
|
|
Kite |
521c84 |
qproperty-BottomBelowLineColor: #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.tab-flat,
|
|
konero |
b95603 |
#TopBarTab::tab,
|
|
konero |
b95603 |
#TabBarContainer QTabBar::tab {
|
|
shun-iwasawa |
a1cc39 |
background-color: #393939;
|
|
shun-iwasawa |
a1cc39 |
border-right: 1 solid #272727;
|
|
Kite |
521c84 |
border-bottom: 1 solid #2c2c2c;
|
|
konero |
b95603 |
border-top: 0;
|
|
konero |
b95603 |
border-left: 0;
|
|
konero |
b95603 |
border-radius: 0;
|
|
shun-iwasawa |
a1cc39 |
color: #a1a1a1;
|
|
shun-iwasawa |
a1cc39 |
padding: 3 4 3 4;
|
|
konero |
b95603 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.tab-flat:hover,
|
|
konero |
b95603 |
#TopBarTab::tab:hover,
|
|
konero |
b95603 |
#TabBarContainer QTabBar::tab:hover {
|
|
Kite |
521c84 |
background-color: #454545;
|
|
shun-iwasawa |
a1cc39 |
color: #a1a1a1;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.tab-flat:selected,
|
|
konero |
b95603 |
#TopBarTab::tab:selected,
|
|
konero |
b95603 |
#TabBarContainer QTabBar::tab:selected {
|
|
shun-iwasawa |
a1cc39 |
background-color: #484848;
|
|
Kite |
521c84 |
color: #fff;
|
|
shun-iwasawa |
a1cc39 |
border-bottom-color: #484848;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.tab-flat:only-one,
|
|
konero |
b95603 |
#TopBarTab::tab:only-one,
|
|
konero |
b95603 |
#TabBarContainer QTabBar::tab:only-one {
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
konero |
b95603 |
.tab-round,
|
|
konero |
b95603 |
QTabBar::tab {
|
|
shun-iwasawa |
a1cc39 |
background-color: #393939;
|
|
konero |
b95603 |
border: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
color: #a1a1a1;
|
|
shun-iwasawa |
a1cc39 |
margin: 3 -1 0 0;
|
|
shun-iwasawa |
a1cc39 |
padding: 2 7 1 7;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
konero |
b95603 |
.tab-round:hover,
|
|
konero |
b95603 |
QTabBar::tab:hover {
|
|
Kite |
521c84 |
background-color: #454545;
|
|
shun-iwasawa |
a1cc39 |
color: #a1a1a1;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
konero |
b95603 |
.tab-round:selected,
|
|
konero |
b95603 |
QTabBar::tab:selected {
|
|
shun-iwasawa |
a1cc39 |
background-color: #484848;
|
|
shun-iwasawa |
a1cc39 |
border-top-right-radius: 2;
|
|
shun-iwasawa |
a1cc39 |
border-top-left-radius: 2;
|
|
shun-iwasawa |
a1cc39 |
border-bottom-color: #484848;
|
|
Kite |
521c84 |
color: #fff;
|
|
shun-iwasawa |
a1cc39 |
margin: 1 -1 -1 0;
|
|
shun-iwasawa |
a1cc39 |
padding: 2 7 2 7;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
konero |
b95603 |
.tab-round:only-one,
|
|
konero |
b95603 |
QTabBar::tab:only-one {
|
|
shun-iwasawa |
a1cc39 |
margin: 1 0 0 0;
|
|
shun-iwasawa |
a1cc39 |
padding: 3 7 3 7;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
konero |
b95603 |
.tab-round:last,
|
|
konero |
b95603 |
QTabBar::tab:last {
|
|
shun-iwasawa |
a1cc39 |
margin-right: 0;
|
|
shun-iwasawa |
a1cc39 |
border-top-right-radius: 2;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
konero |
b95603 |
.tab-round:first,
|
|
konero |
b95603 |
QTabBar::tab:first {
|
|
shun-iwasawa |
a1cc39 |
border-top-left-radius: 2;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Main
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
caf3c6 |
QWidget,
|
|
shun-iwasawa |
caf3c6 |
QTextEdit[readOnly="true"] {
|
|
shun-iwasawa |
a1cc39 |
background-color: #484848;
|
|
shun-iwasawa |
a1cc39 |
color: #e6e6e6;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
caf3c6 |
QWidget:disabled,
|
|
shun-iwasawa |
caf3c6 |
QTextEdit[readOnly="true"]:disabled {
|
|
shun-iwasawa |
a1cc39 |
color: rgba(230, 230, 230, 0.4);
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QFrame {
|
|
shun-iwasawa |
a1cc39 |
border: 0;
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
padding: 0;
|
|
andeon |
28114d |
alternate-background-color: #e6e6e6;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QToolTip,
|
|
shun-iwasawa |
a1cc39 |
#helpToolTip {
|
|
Kite |
521c84 |
background-color: #292B2D;
|
|
Kite |
521c84 |
border: 1 solid #CFD1D4;
|
|
Kite |
521c84 |
color: #CFD2D4;
|
|
shun-iwasawa |
a1cc39 |
padding: 1 1;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#DockSeparator,
|
|
shun-iwasawa |
a1cc39 |
QMainWindow::separator,
|
|
shun-iwasawa |
a1cc39 |
QSplitter::handle {
|
|
Kite |
521c84 |
background-color: #1f1f1f;
|
|
shun-iwasawa |
a1cc39 |
height: 4;
|
|
shun-iwasawa |
a1cc39 |
width: 4;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#TDockPlaceholder {
|
|
Kite |
521c84 |
background-color: #f55454;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
TPanel {
|
|
Kite |
521c84 |
background-color: #1f1f1f;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Topbar
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
#TopBar {
|
|
shun-iwasawa |
a1cc39 |
background: #484848;
|
|
shun-iwasawa |
a1cc39 |
border: 0;
|
|
Kite |
521c84 |
border-bottom: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#TopBar #EditToolLockButton {
|
|
shun-iwasawa |
a1cc39 |
background: #484848;
|
|
shun-iwasawa |
a1cc39 |
spacing: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#TopBar #EditToolLockButton::indicator {
|
|
shun-iwasawa |
a1cc39 |
background: none;
|
|
shun-iwasawa |
a1cc39 |
border: none;
|
|
shun-iwasawa |
a1cc39 |
padding-left: 0;
|
|
shun-iwasawa |
a1cc39 |
padding-right: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#TopBarTabContainer {
|
|
shun-iwasawa |
a1cc39 |
background-color: #484848;
|
|
shun-iwasawa |
a1cc39 |
margin-bottom: 1;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#StackedMenuBar {
|
|
shun-iwasawa |
a1cc39 |
border: 0;
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
padding: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QMenuBar {
|
|
shun-iwasawa |
a1cc39 |
background-color: #484848;
|
|
shun-iwasawa |
a1cc39 |
border: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QMenuBar::item {
|
|
shun-iwasawa |
a1cc39 |
background-color: #484848;
|
|
shun-iwasawa |
a1cc39 |
border-left: 1 solid #484848;
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
Kite |
521c84 |
padding: 3 5 3 5;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QMenuBar::item:selected {
|
|
Kite |
521c84 |
background-color: rgba(255, 255, 255, 0.1);
|
|
shun-iwasawa |
a1cc39 |
color: #e6e6e6;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QMenuBar::item:pressed {
|
|
shun-iwasawa |
a1cc39 |
background-color: #5385a6;
|
|
shun-iwasawa |
a1cc39 |
color: #ffffff;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Workspaces
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
#TopBarTab {
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
padding: 0;
|
|
konero |
b95603 |
background-color: transparent;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#TopBarTab::tab {
|
|
shun-iwasawa |
a1cc39 |
border-top: 1 solid #272727;
|
|
Kite |
521c84 |
margin: 0 0 -1 0;
|
|
shun-iwasawa |
a1cc39 |
padding: 2 8 3 8;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#TopBarTab::tab:selected {
|
|
Kite |
521c84 |
background-color: #5385a6;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#TopBarTab::tab:first {
|
|
konero |
b95603 |
border-left: 1 solid #272727;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#TopBarTab QToolButton {
|
|
Kite |
521c84 |
border-left: 2 solid #2c2c2c;
|
|
Kite |
521c84 |
border-top: 1 solid #2c2c2c;
|
|
Kite |
521c84 |
border-right: 1 solid #2c2c2c;
|
|
Kite |
521c84 |
border-bottom: 0;
|
|
Kite |
521c84 |
margin-left: -1;
|
|
Kite |
521c84 |
margin-top: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Menu
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
QMenu {
|
|
shun-iwasawa |
a1cc39 |
background-color: #484848;
|
|
Kite |
521c84 |
border: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
color: #e6e6e6;
|
|
shun-iwasawa |
a1cc39 |
padding: 2 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QMenu::item {
|
|
Kite |
521c84 |
border: 0;
|
|
shun-iwasawa |
75b9b0 |
padding: 3 28 3 14;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QMenu::item:selected {
|
|
shun-iwasawa |
a1cc39 |
background-color: #5385a6;
|
|
shun-iwasawa |
a1cc39 |
color: #ffffff;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QMenu::item:checked {
|
|
shun-iwasawa |
a1cc39 |
color: #e6e6e6;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QMenu::item:checked:selected {
|
|
shun-iwasawa |
a1cc39 |
background-color: #5385a6;
|
|
shun-iwasawa |
a1cc39 |
color: #ffffff;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QMenu::item:disabled {
|
|
shun-iwasawa |
a1cc39 |
background: none;
|
|
shun-iwasawa |
a1cc39 |
color: rgba(230, 230, 230, 0.4);
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QMenu::item:disabled:selected {
|
|
shun-iwasawa |
a1cc39 |
color: rgba(230, 230, 230, 0.4);
|
|
shun-iwasawa |
a1cc39 |
/* fix for disabled indicator */
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QMenu::separator {
|
|
Kite |
521c84 |
border-top: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
height: 0;
|
|
shun-iwasawa |
a1cc39 |
margin: 2 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QMenu::icon {
|
|
shun-iwasawa |
a1cc39 |
border-radius: 2;
|
|
Kite |
521c84 |
position: absolute;
|
|
Kite |
d70a4f |
left: 7;
|
|
Kite |
521c84 |
padding: 0;
|
|
Kite |
521c84 |
margin: 0;
|
|
Kite |
521c84 |
qproperty-icon: url('imgs/white/none');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QMenu::icon:checked {
|
|
shun-iwasawa |
a1cc39 |
background-color: #5385a6;
|
|
Kite |
521c84 |
border: 1 solid #5385a6;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QMenu::indicator {
|
|
Kite |
d70a4f |
margin-left: 8;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Titlebars
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
TPanelTitleBar {
|
|
shun-iwasawa |
a1cc39 |
background-color: #393939;
|
|
Kite |
521c84 |
border-bottom: 1px solid #2c2c2c;
|
|
Kite |
521c84 |
height: 18;
|
|
Kite |
521c84 |
min-height: 18;
|
|
shun-iwasawa |
a1cc39 |
qproperty-TitleColor: #949494;
|
|
shun-iwasawa |
a1cc39 |
qproperty-ActiveTitleColor: #fff;
|
|
shun-iwasawa |
a1cc39 |
qproperty-BorderPixmap: url('none');
|
|
shun-iwasawa |
a1cc39 |
qproperty-ActiveBorderPixmap: url('imgs/white/none');
|
|
shun-iwasawa |
a1cc39 |
qproperty-FloatBorderPixmap: url('none');
|
|
shun-iwasawa |
a1cc39 |
qproperty-FloatActiveBorderPixmap: url('imgs/white/none');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
Kite |
521c84 |
TPanelTitleBarButton {
|
|
Kite |
521c84 |
qproperty-PressedColor: #5385a6;
|
|
Kite |
521c84 |
qproperty-FreezeColor: #C34040;
|
|
Kite |
521c84 |
qproperty-PreviewColor: #1baf7e;
|
|
Kite |
521c84 |
qproperty-OverColor: #717171;
|
|
Kite |
521c84 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Scrollbars
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
QAbstractScrollArea::corner {
|
|
shun-iwasawa |
a1cc39 |
background-color: #343434;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QScrollBar {
|
|
shun-iwasawa |
a1cc39 |
background-color: #343434;
|
|
shun-iwasawa |
a1cc39 |
border: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QScrollBar:horizontal {
|
|
Kite |
521c84 |
height: 15;
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QScrollBar:vertical {
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
Kite |
521c84 |
width: 15;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::handle {
|
|
Kite |
521c84 |
border: 0 solid #5c5c5c;
|
|
shun-iwasawa |
a1cc39 |
border-radius: 4;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::handle:horizontal:hover,
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::handle:vertical:hover {
|
|
Kite |
521c84 |
background-color: #717171;
|
|
Kite |
521c84 |
border-color: #717171;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::handle:horizontal:pressed,
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::handle:vertical:pressed {
|
|
Kite |
521c84 |
background-color: #858585;
|
|
Kite |
521c84 |
border-color: #858585;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::handle:horizontal {
|
|
Kite |
521c84 |
background-color: #5c5c5c;
|
|
shun-iwasawa |
a1cc39 |
margin: 3 16;
|
|
shun-iwasawa |
a1cc39 |
min-width: 20;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::handle:vertical {
|
|
Kite |
521c84 |
background-color: #5c5c5c;
|
|
Kite |
521c84 |
margin: 16 3 16 3;
|
|
shun-iwasawa |
a1cc39 |
min-height: 20;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::add-line {
|
|
shun-iwasawa |
a1cc39 |
subcontrol-origin: margin;
|
|
shun-iwasawa |
a1cc39 |
border: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::add-line:horizontal {
|
|
shun-iwasawa |
a1cc39 |
subcontrol-position: right;
|
|
shun-iwasawa |
a1cc39 |
background-color: #343434;
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
width: 16;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::add-line:vertical {
|
|
shun-iwasawa |
a1cc39 |
subcontrol-position: bottom;
|
|
shun-iwasawa |
a1cc39 |
background-color: #343434;
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
height: 16;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::sub-line {
|
|
shun-iwasawa |
a1cc39 |
border: 0;
|
|
shun-iwasawa |
a1cc39 |
subcontrol-origin: margin;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::sub-line:horizontal {
|
|
shun-iwasawa |
a1cc39 |
subcontrol-position: left;
|
|
shun-iwasawa |
a1cc39 |
background-color: #343434;
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
width: 16;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::sub-line:vertical {
|
|
shun-iwasawa |
a1cc39 |
subcontrol-position: top;
|
|
shun-iwasawa |
a1cc39 |
background-color: #343434;
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
height: 16;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::up-arrow:vertical {
|
|
shun-iwasawa |
a1cc39 |
image: url('imgs/white/scroll-up.svg');
|
|
shun-iwasawa |
a1cc39 |
image-position: center center;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::up-arrow:vertical:pressed {
|
|
shun-iwasawa |
a1cc39 |
margin: 1 0 0 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::down-arrow:vertical {
|
|
shun-iwasawa |
a1cc39 |
image: url('imgs/white/scroll-down.svg');
|
|
shun-iwasawa |
a1cc39 |
image-position: center center;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::down-arrow:vertical:pressed {
|
|
shun-iwasawa |
a1cc39 |
margin: 1 0 0 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::left-arrow:horizontal {
|
|
shun-iwasawa |
a1cc39 |
image: url('imgs/white/scroll-left.svg');
|
|
shun-iwasawa |
a1cc39 |
image-position: center center;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::left-arrow:horizontal:pressed {
|
|
shun-iwasawa |
a1cc39 |
margin: 1 0 0 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::right-arrow:horizontal {
|
|
shun-iwasawa |
a1cc39 |
image: url('imgs/white/scroll-right.svg');
|
|
shun-iwasawa |
a1cc39 |
image-position: center center;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::right-arrow:horizontal:pressed {
|
|
shun-iwasawa |
a1cc39 |
margin: 1 0 0 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::sub-page:horizontal,
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::add-page:horizontal,
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::sub-page:vertical,
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::add-page:vertical {
|
|
shun-iwasawa |
a1cc39 |
background: none;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
QToolBar
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
Kite |
521c84 |
/* This applies to QToolBar, this is not the #ToolBar window, although the
|
|
Kite |
521c84 |
properties here also apply in the window, you should look in
|
|
Kite |
521c84 |
[layouts/toolbar] if you want window control. */
|
|
shun-iwasawa |
a1cc39 |
QToolBar {
|
|
shun-iwasawa |
a1cc39 |
padding: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QToolBar::separator:horizontal {
|
|
Kite |
521c84 |
border-left: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
margin: 0 1;
|
|
shun-iwasawa |
a1cc39 |
width: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QToolBar::separator:vertical {
|
|
Kite |
521c84 |
border-top: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
height: 0;
|
|
shun-iwasawa |
a1cc39 |
margin: 1 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QToolBar QLabel {
|
|
shun-iwasawa |
a1cc39 |
margin-top: 1;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QToolBar QToolBar {
|
|
shun-iwasawa |
a1cc39 |
border: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
Kite |
521c84 |
QToolButton {
|
|
Kite |
521c84 |
margin-left: 1;
|
|
Kite |
521c84 |
margin-right: 1;
|
|
Kite |
521c84 |
padding: 0;
|
|
Kite |
521c84 |
}
|
|
shun-iwasawa |
a1cc39 |
QToolButton::menu-indicator {
|
|
shun-iwasawa |
a1cc39 |
image: none;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QToolButton::menu-button {
|
|
shun-iwasawa |
a1cc39 |
border-image: none;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
Kite |
521c84 |
QToolButton#qt_toolbar_ext_button {
|
|
Kite |
521c84 |
padding: 0;
|
|
Kite |
521c84 |
border: 0;
|
|
Kite |
521c84 |
margin: 0;
|
|
Kite |
521c84 |
qproperty-icon: url('imgs/white/toolbar_extension_horizontal.png');
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
QToolButton#qt_toolbar_ext_button:hover {
|
|
Kite |
521c84 |
background-color: #717171;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
QToolButton#qt_toolbar_ext_button:pressed {
|
|
Kite |
521c84 |
background-color: #2c2c2c;
|
|
Kite |
521c84 |
}
|
|
shun-iwasawa |
a1cc39 |
.DvScrollWidget QPushButton,
|
|
shun-iwasawa |
a1cc39 |
DvScrollWidget QPushButton,
|
|
shun-iwasawa |
a1cc39 |
#ScrollLeftButton QPushButton,
|
|
shun-iwasawa |
a1cc39 |
#ScrollRightButton QPushButton,
|
|
shun-iwasawa |
a1cc39 |
#ScrollUpButton QPushButton,
|
|
shun-iwasawa |
a1cc39 |
#ScrollDownButton QPushButton {
|
|
Kite |
521c84 |
background-color: #646464;
|
|
Kite |
521c84 |
border: 0 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
border-radius: 0;
|
|
shun-iwasawa |
a1cc39 |
padding: 0;
|
|
shun-iwasawa |
a1cc39 |
max-width: 16;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.DvScrollWidget QPushButton:hover,
|
|
shun-iwasawa |
a1cc39 |
DvScrollWidget QPushButton:hover,
|
|
shun-iwasawa |
a1cc39 |
#ScrollLeftButton QPushButton:hover,
|
|
shun-iwasawa |
a1cc39 |
#ScrollRightButton QPushButton:hover,
|
|
shun-iwasawa |
a1cc39 |
#ScrollUpButton QPushButton:hover,
|
|
shun-iwasawa |
a1cc39 |
#ScrollDownButton QPushButton:hover {
|
|
Kite |
521c84 |
background-color: #717171;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.DvScrollWidget QPushButton:pressed,
|
|
shun-iwasawa |
a1cc39 |
DvScrollWidget QPushButton:pressed,
|
|
shun-iwasawa |
a1cc39 |
#ScrollLeftButton QPushButton:pressed,
|
|
shun-iwasawa |
a1cc39 |
#ScrollRightButton QPushButton:pressed,
|
|
shun-iwasawa |
a1cc39 |
#ScrollUpButton QPushButton:pressed,
|
|
shun-iwasawa |
a1cc39 |
#ScrollDownButton QPushButton:pressed {
|
|
Kite |
521c84 |
background-color: #2c2c2c;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
DvScrollWidget {
|
|
Kite |
521c84 |
/* Multiple classes can use the same style as DvScrollWidget, and
|
|
Kite |
521c84 |
since the compiler can't handle extending to Qt names we place the
|
|
Kite |
521c84 |
style in a mixin and extend the name to it instead. */
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#ScrollLeftButton,
|
|
shun-iwasawa |
a1cc39 |
#ScrollRightButton,
|
|
shun-iwasawa |
a1cc39 |
#ScrollUpButton,
|
|
shun-iwasawa |
a1cc39 |
#ScrollDownButton {
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
min-width: 16;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#ScrollLeftButton {
|
|
Kite |
521c84 |
border-right: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
image: url('imgs/white/scroll-left.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#ScrollRightButton {
|
|
Kite |
521c84 |
border-left: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
margin-left: 3;
|
|
shun-iwasawa |
a1cc39 |
image: url('imgs/white/scroll-right.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#ScrollUpButton {
|
|
shun-iwasawa |
a1cc39 |
image: url('imgs/white/scroll-up.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#ScrollDownButton {
|
|
shun-iwasawa |
a1cc39 |
image: url('imgs/white/scroll-down.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -------------------------------------------------------------------------- */
|
|
Kite |
521c84 |
/* For the buttons to display a BG color we need to set a blank image, setting
|
|
Kite |
521c84 |
an empty URL solves this. */
|
|
shun-iwasawa |
a1cc39 |
#keyFrameNavigator {
|
|
Kite |
521c84 |
background: transparent;
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
padding: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#keyFrameNavigator #PreviousKey {
|
|
Kite |
521c84 |
margin: 0 2;
|
|
Kite |
521c84 |
padding-right: -1;
|
|
Kite |
521c84 |
width: 20px;
|
|
Kite |
521c84 |
height: 20px;
|
|
Kite |
521c84 |
image: url('');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#keyFrameNavigator #PreviousKey:disabled {
|
|
Kite |
521c84 |
image: url('');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#keyFrameNavigator #NextKey {
|
|
Kite |
521c84 |
margin: 0 2;
|
|
Kite |
521c84 |
padding-right: -1;
|
|
Kite |
521c84 |
width: 20px;
|
|
Kite |
521c84 |
height: 20px;
|
|
Kite |
521c84 |
image: url('');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#keyFrameNavigator #NextKey:disabled {
|
|
Kite |
521c84 |
image: url('');
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#keyFrameNavigator #KeyNo,
|
|
Kite |
521c84 |
#keyFrameNavigator #KeyPartial,
|
|
Kite |
521c84 |
#keyFrameNavigator #KeyTotal {
|
|
Kite |
521c84 |
margin: 0;
|
|
Kite |
521c84 |
padding-right: -1;
|
|
Kite |
521c84 |
width: 20px;
|
|
Kite |
521c84 |
height: 20px;
|
|
Kite |
521c84 |
image: url('');
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#keyFrameNavigator #KeyNo:disabled,
|
|
Kite |
521c84 |
#keyFrameNavigator #KeyPartial:disabled,
|
|
Kite |
521c84 |
#keyFrameNavigator #KeyTotal:disabled {
|
|
Kite |
521c84 |
image: url('');
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#keyFrameNavigator #KeyNo {
|
|
Kite |
521c84 |
background-color: rgba(0, 0, 0, 0);
|
|
Kite |
521c84 |
border: 1 solid rgba(0, 0, 0, 0);
|
|
Kite |
521c84 |
image: url('');
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#keyFrameNavigator #KeyNo:disabled {
|
|
Kite |
521c84 |
image: url('');
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#keyFrameNavigator #KeyNo:hover {
|
|
Kite |
521c84 |
background-color: #717171;
|
|
Kite |
521c84 |
border-color: #717171;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#keyFrameNavigator #KeyPartial {
|
|
Kite |
521c84 |
background-color: #be7323;
|
|
Kite |
521c84 |
border: 1 solid #be7323;
|
|
Kite |
521c84 |
image: url('');
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#keyFrameNavigator #KeyPartial:hover {
|
|
Kite |
521c84 |
background-color: #db8d39;
|
|
Kite |
521c84 |
border-color: #db8d39;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#keyFrameNavigator #KeyTotal {
|
|
Kite |
521c84 |
background-color: #be7323;
|
|
Kite |
521c84 |
border: 1 solid #be7323;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#keyFrameNavigator #KeyTotal:hover {
|
|
Kite |
521c84 |
background-color: #db8d39;
|
|
Kite |
521c84 |
border-color: #db8d39;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#keyFrameNavigator QToolButton#qt_toolbar_ext_button {
|
|
Kite |
521c84 |
padding-bottom: 3;
|
|
Kite |
521c84 |
border-radius: 2;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
/* -----------------------------------------------------------------------------
|
|
konero |
b95603 |
Tabs
|
|
Kite |
521c84 |
----------------------------------------------------------------------------- */
|
|
konero |
44e650 |
QTabWidget::Pane {
|
|
konero |
44e650 |
position: absolute;
|
|
konero |
44e650 |
top: -1;
|
|
konero |
b95603 |
margin: 0 3 3 3;
|
|
Kite |
521c84 |
}
|
|
konero |
44e650 |
QTabBar {
|
|
konero |
b95603 |
background-color: transparent;
|
|
konero |
b95603 |
}
|
|
konero |
b95603 |
QTabBar::tab::first {
|
|
konero |
b95603 |
margin-left: 3px;
|
|
konero |
44e650 |
}
|
|
Kite |
521c84 |
QTabBar QToolButton {
|
|
Kite |
521c84 |
/* Scroll buttons */
|
|
Kite |
521c84 |
margin: 0;
|
|
Kite |
521c84 |
background-color: #484848;
|
|
Kite |
521c84 |
border-radius: 0;
|
|
Kite |
521c84 |
border: 1 solid #2c2c2c;
|
|
Kite |
521c84 |
border-top: 0;
|
|
Kite |
521c84 |
padding: 3 2 2 2;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
QTabBar QToolButton:hover,
|
|
Kite |
521c84 |
QTabBar QToolButton:pressed {
|
|
Kite |
521c84 |
border-color: #2c2c2c;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
QTabBar QToolButton:disabled {
|
|
Kite |
521c84 |
color: rgba(230, 230, 230, 0.4);
|
|
shun-iwasawa |
a1cc39 |
}
|
|
konero |
b95603 |
#TabBarContainer {
|
|
konero |
b95603 |
background-color: #393939;
|
|
konero |
b95603 |
qproperty-BottomAboveLineColor: #393939;
|
|
konero |
b95603 |
qproperty-BottomBelowLineColor: #2c2c2c;
|
|
konero |
b95603 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
Item Tree
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
.treeview,
|
|
shun-iwasawa |
a1cc39 |
QTreeWidget,
|
|
shun-iwasawa |
a1cc39 |
QTreeView,
|
|
shun-iwasawa |
a1cc39 |
#FunctionEditorTree {
|
|
Kite |
521c84 |
background-color: #2f2f2f;
|
|
Kite |
521c84 |
alternate-background-color: #363636;
|
|
shun-iwasawa |
a1cc39 |
border: 0;
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
outline: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.treeview::item:selected,
|
|
shun-iwasawa |
a1cc39 |
QTreeWidget::item:selected,
|
|
shun-iwasawa |
a1cc39 |
QTreeView::item:selected,
|
|
shun-iwasawa |
a1cc39 |
#FunctionEditorTree::item:selected {
|
|
shun-iwasawa |
a1cc39 |
background-color: #5385a6;
|
|
shun-iwasawa |
a1cc39 |
color: #ffffff;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
Kite |
d70a4f |
.treeview::branch,
|
|
Kite |
d70a4f |
QTreeWidget::branch,
|
|
Kite |
d70a4f |
QTreeView::branch,
|
|
Kite |
d70a4f |
#FunctionEditorTree::branch {
|
|
Kite |
d70a4f |
/* A blank URL may not hide the Qt branch style in Linux, so we add
|
|
Kite |
d70a4f |
a transparent PNG which does. */
|
|
Kite |
d70a4f |
}
|
|
shun-iwasawa |
a1cc39 |
.treeview::branch:adjoins-item,
|
|
shun-iwasawa |
a1cc39 |
QTreeWidget::branch:adjoins-item,
|
|
shun-iwasawa |
a1cc39 |
QTreeView::branch:adjoins-item,
|
|
shun-iwasawa |
a1cc39 |
#FunctionEditorTree::branch:adjoins-item {
|
|
Kite |
d70a4f |
border-image: url('imgs/white/transparent_16x16.png');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.treeview::branch:has-siblings,
|
|
shun-iwasawa |
a1cc39 |
QTreeWidget::branch:has-siblings,
|
|
shun-iwasawa |
a1cc39 |
QTreeView::branch:has-siblings,
|
|
shun-iwasawa |
a1cc39 |
#FunctionEditorTree::branch:has-siblings {
|
|
Kite |
d70a4f |
border-image: url('imgs/white/transparent_16x16.png');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.treeview::branch:has-siblings:adjoins-item,
|
|
shun-iwasawa |
a1cc39 |
QTreeWidget::branch:has-siblings:adjoins-item,
|
|
shun-iwasawa |
a1cc39 |
QTreeView::branch:has-siblings:adjoins-item,
|
|
shun-iwasawa |
a1cc39 |
#FunctionEditorTree::branch:has-siblings:adjoins-item {
|
|
Kite |
d70a4f |
border-image: url('imgs/white/transparent_16x16.png');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.treeview::branch:has-children:closed,
|
|
shun-iwasawa |
a1cc39 |
QTreeWidget::branch:has-children:closed,
|
|
shun-iwasawa |
a1cc39 |
QTreeView::branch:has-children:closed,
|
|
shun-iwasawa |
a1cc39 |
#FunctionEditorTree::branch:has-children:closed {
|
|
shun-iwasawa |
a1cc39 |
background: url('imgs/white/treebranch-closed.svg') no-repeat;
|
|
shun-iwasawa |
a1cc39 |
background-position: center center;
|
|
shun-iwasawa |
a1cc39 |
border-image: none;
|
|
shun-iwasawa |
a1cc39 |
image: none;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.treeview::branch:has-children:open,
|
|
shun-iwasawa |
a1cc39 |
QTreeWidget::branch:has-children:open,
|
|
shun-iwasawa |
a1cc39 |
QTreeView::branch:has-children:open,
|
|
shun-iwasawa |
a1cc39 |
#FunctionEditorTree::branch:has-children:open {
|
|
shun-iwasawa |
a1cc39 |
background: url('imgs/white/treebranch-open.svg') no-repeat;
|
|
shun-iwasawa |
a1cc39 |
background-position: center center;
|
|
shun-iwasawa |
a1cc39 |
image: none;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.treeview::branch:has-children:has-siblings:closed,
|
|
shun-iwasawa |
a1cc39 |
QTreeWidget::branch:has-children:has-siblings:closed,
|
|
shun-iwasawa |
a1cc39 |
QTreeView::branch:has-children:has-siblings:closed,
|
|
shun-iwasawa |
a1cc39 |
#FunctionEditorTree::branch:has-children:has-siblings:closed {
|
|
shun-iwasawa |
a1cc39 |
background: url('imgs/white/treebranch-closed.svg') no-repeat;
|
|
shun-iwasawa |
a1cc39 |
background-position: center center;
|
|
shun-iwasawa |
a1cc39 |
border-image: none;
|
|
shun-iwasawa |
a1cc39 |
image: none;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.treeview::branch:has-children:has-siblings:open,
|
|
shun-iwasawa |
a1cc39 |
QTreeWidget::branch:has-children:has-siblings:open,
|
|
shun-iwasawa |
a1cc39 |
QTreeView::branch:has-children:has-siblings:open,
|
|
shun-iwasawa |
a1cc39 |
#FunctionEditorTree::branch:has-children:has-siblings:open {
|
|
shun-iwasawa |
a1cc39 |
background: url('imgs/white/treebranch-open.svg') no-repeat;
|
|
shun-iwasawa |
a1cc39 |
background-position: center center;
|
|
shun-iwasawa |
a1cc39 |
border-image: none;
|
|
shun-iwasawa |
a1cc39 |
image: none;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QListView {
|
|
shun-iwasawa |
a1cc39 |
outline: 0;
|
|
Kite |
521c84 |
background: #2f2f2f;
|
|
Kite |
521c84 |
alternate-background-color: #363636;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
Jeremy Bullock |
ed3888 |
Tool Options - Override DvScroll Widget
|
|
Jeremy Bullock |
ed3888 |
----------------------------------------------------------------------------- */
|
|
Jeremy Bullock |
ed3888 |
#toolOptionsPanel QPushButton {
|
|
Kite |
521c84 |
background-color: #646464;
|
|
Jeremy Bullock |
ed3888 |
border: 1 solid #484848;
|
|
Jeremy Bullock |
ed3888 |
border-radius: 2;
|
|
Jeremy Bullock |
ed3888 |
color: #f3f3f3;
|
|
Jeremy Bullock |
ed3888 |
margin: 0;
|
|
Jeremy Bullock |
ed3888 |
padding: 0;
|
|
Jeremy Bullock |
ed3888 |
}
|
|
Jeremy Bullock |
ed3888 |
#toolOptionsPanel QPushButton:hover {
|
|
Kite |
521c84 |
background-color: #717171;
|
|
Jeremy Bullock |
ed3888 |
border-color: #484848;
|
|
Jeremy Bullock |
ed3888 |
color: #f3f3f3;
|
|
Jeremy Bullock |
ed3888 |
}
|
|
Jeremy Bullock |
ed3888 |
#toolOptionsPanel QPushButton:pressed {
|
|
Kite |
521c84 |
background-color: #2c2c2c;
|
|
Kite |
521c84 |
border-color: #272727;
|
|
Jeremy Bullock |
ed3888 |
color: #f3f3f3;
|
|
Jeremy Bullock |
ed3888 |
}
|
|
Jeremy Bullock |
ed3888 |
#toolOptionsPanel QPushButton:checked {
|
|
Kite |
521c84 |
background-color: #2c2c2c;
|
|
Kite |
521c84 |
border-color: #272727;
|
|
Jeremy Bullock |
ed3888 |
color: #f3f3f3;
|
|
Jeremy Bullock |
ed3888 |
}
|
|
Jeremy Bullock |
ed3888 |
#toolOptionsPanel QPushButton:checked:hover {
|
|
Kite |
521c84 |
background-color: #404040;
|
|
Jeremy Bullock |
ed3888 |
}
|
|
Jeremy Bullock |
ed3888 |
#toolOptionsPanel QPushButton:checked:hover:pressed {
|
|
Kite |
521c84 |
background: #343434;
|
|
Jeremy Bullock |
ed3888 |
}
|
|
Jeremy Bullock |
ed3888 |
#toolOptionsPanel QPushButton:disabled {
|
|
Jeremy Bullock |
ed3888 |
background-color: #555555;
|
|
Jeremy Bullock |
ed3888 |
border-color: #484848;
|
|
Jeremy Bullock |
ed3888 |
color: rgba(230, 230, 230, 0.4);
|
|
Jeremy Bullock |
ed3888 |
}
|
|
Jeremy Bullock |
ed3888 |
/* -----------------------------------------------------------------------------
|
|
konero |
b95603 |
QHeaderView
|
|
konero |
b95603 |
----------------------------------------------------------------------------- */
|
|
konero |
b95603 |
QHeaderView::section {
|
|
konero |
b95603 |
background-color: #3b3b3b;
|
|
konero |
b95603 |
border: 1 solid #2c2c2c;
|
|
konero |
b95603 |
padding-left: 4;
|
|
konero |
b95603 |
margin-left: -1;
|
|
konero |
b95603 |
margin-top: -1;
|
|
konero |
b95603 |
}
|
|
konero |
b95603 |
QTreeWidget {
|
|
konero |
b95603 |
background-color: #434343;
|
|
konero |
b95603 |
border: 1 solid #2c2c2c;
|
|
konero |
b95603 |
}
|
|
konero |
b95603 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Push Button
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
.Button,
|
|
shun-iwasawa |
a1cc39 |
QPushButton,
|
|
shun-iwasawa |
9b2afe |
#CustomPanelButton,
|
|
shun-iwasawa |
a1cc39 |
.ComboBox,
|
|
Kite |
521c84 |
#enableBlankFrameButton,
|
|
Kite |
521c84 |
QComboBox {
|
|
Kite |
521c84 |
background-color: #646464;
|
|
Kite |
521c84 |
border-color: #484848;
|
|
Kite |
521c84 |
border-width: 1;
|
|
Kite |
521c84 |
border-style: solid;
|
|
shun-iwasawa |
a1cc39 |
border-radius: 2;
|
|
shun-iwasawa |
a1cc39 |
color: #f3f3f3;
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
padding: 3 15;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.Button:hover,
|
|
shun-iwasawa |
a1cc39 |
QPushButton:hover,
|
|
shun-iwasawa |
9b2afe |
#CustomPanelButton:hover,
|
|
shun-iwasawa |
a1cc39 |
#ViewerFpsSlider::sub-line:horizontal:hover,
|
|
Kite |
521c84 |
#ViewerFpsSlider::add-line:horizontal:hover,
|
|
Kite |
521c84 |
#enableBlankFrameButton:hover {
|
|
Kite |
521c84 |
background-color: #717171;
|
|
shun-iwasawa |
a1cc39 |
border-color: #484848;
|
|
shun-iwasawa |
a1cc39 |
color: #f3f3f3;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.Button:pressed,
|
|
shun-iwasawa |
a1cc39 |
QPushButton:pressed,
|
|
shun-iwasawa |
9b2afe |
#CustomPanelButton:pressed,
|
|
shun-iwasawa |
a1cc39 |
#ViewerFpsSlider::sub-line:horizontal:pressed,
|
|
Kite |
521c84 |
#ViewerFpsSlider::add-line:horizontal:pressed,
|
|
Kite |
521c84 |
#enableBlankFrameButton:pressed {
|
|
Kite |
521c84 |
background-color: #2c2c2c;
|
|
Kite |
521c84 |
border-color: #272727;
|
|
shun-iwasawa |
a1cc39 |
color: #f3f3f3;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.Button:checked,
|
|
Kite |
521c84 |
QPushButton:checked,
|
|
shun-iwasawa |
9b2afe |
#CustomPanelButton:checked,
|
|
Kite |
521c84 |
#enableBlankFrameButton:checked {
|
|
Kite |
521c84 |
background-color: #2c2c2c;
|
|
Kite |
521c84 |
border-color: #272727;
|
|
shun-iwasawa |
a1cc39 |
color: #f3f3f3;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.Button:checked:hover,
|
|
Kite |
521c84 |
QPushButton:checked:hover,
|
|
shun-iwasawa |
9b2afe |
#CustomPanelButton:checked:hover,
|
|
Kite |
521c84 |
#enableBlankFrameButton:checked:hover {
|
|
Kite |
521c84 |
background-color: #404040;
|
|
Kite |
521c84 |
border-color: #343434;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.Button:checked:hover:pressed,
|
|
Kite |
521c84 |
QPushButton:checked:hover:pressed,
|
|
shun-iwasawa |
9b2afe |
#CustomPanelButton:checked:hover:pressed,
|
|
Kite |
521c84 |
#enableBlankFrameButton:checked:hover:pressed {
|
|
Kite |
521c84 |
background: #343434;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.Button:disabled,
|
|
shun-iwasawa |
a1cc39 |
QPushButton:disabled,
|
|
shun-iwasawa |
9b2afe |
#CustomPanelButton:disabled,
|
|
shun-iwasawa |
a1cc39 |
.ComboBox:disabled,
|
|
shun-iwasawa |
a1cc39 |
#ViewerFpsSlider::sub-line:horizontal:disabled,
|
|
shun-iwasawa |
a1cc39 |
#ViewerFpsSlider::add-line:horizontal:disabled,
|
|
Kite |
521c84 |
#enableBlankFrameButton:disabled,
|
|
shun-iwasawa |
a1cc39 |
QComboBox:disabled {
|
|
shun-iwasawa |
a1cc39 |
background-color: #555555;
|
|
shun-iwasawa |
a1cc39 |
border-color: #484848;
|
|
shun-iwasawa |
a1cc39 |
color: rgba(230, 230, 230, 0.4);
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#PushButton_NoPadding {
|
|
shun-iwasawa |
a1cc39 |
padding: 3;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
9b2afe |
#CustomPanelButton {
|
|
shun-iwasawa |
9b2afe |
padding: 0;
|
|
shun-iwasawa |
9b2afe |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
ComboBox
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
.ComboBox,
|
|
Kite |
521c84 |
QComboBox {
|
|
shun-iwasawa |
a1cc39 |
padding: 1 0 1 4;
|
|
shun-iwasawa |
a1cc39 |
margin: 1 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.ComboBox:editable,
|
|
shun-iwasawa |
a1cc39 |
QComboBox:editable {
|
|
shun-iwasawa |
a1cc39 |
/* for editable ComboBox */
|
|
shun-iwasawa |
a1cc39 |
color: #e6e6e6;
|
|
shun-iwasawa |
a1cc39 |
background-color: #2f2f2f;
|
|
shun-iwasawa |
a1cc39 |
border-color: #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
padding: 1 0 1 3;
|
|
Kite |
521c84 |
selection-background-color: #5385a6;
|
|
Kite |
521c84 |
selection-color: #ffffff;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.ComboBox:hover,
|
|
shun-iwasawa |
a1cc39 |
QComboBox:hover {
|
|
Kite |
521c84 |
background-color: #717171;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.ComboBox:hover:editable,
|
|
shun-iwasawa |
a1cc39 |
QComboBox:hover:editable {
|
|
shun-iwasawa |
a1cc39 |
background-color: #2f2f2f;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.ComboBox:checked,
|
|
shun-iwasawa |
a1cc39 |
QComboBox:checked {
|
|
shun-iwasawa |
a1cc39 |
border-color: #5385a6;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
Kite |
521c84 |
.ComboBox:focus,
|
|
Kite |
521c84 |
QComboBox:focus {
|
|
Kite |
521c84 |
border-color: #5385a6;
|
|
Kite |
521c84 |
}
|
|
shun-iwasawa |
a1cc39 |
.ComboBox::drop-down,
|
|
shun-iwasawa |
a1cc39 |
QComboBox::drop-down {
|
|
shun-iwasawa |
a1cc39 |
border: 0;
|
|
shun-iwasawa |
a1cc39 |
image: url('imgs/white/combo_downarrow.svg');
|
|
shun-iwasawa |
a1cc39 |
image-position: center center;
|
|
shun-iwasawa |
a1cc39 |
width: 16;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.ComboBox::drop-down:editable,
|
|
shun-iwasawa |
a1cc39 |
QComboBox::drop-down:editable {
|
|
Kite |
521c84 |
background-color: #646464;
|
|
shun-iwasawa |
a1cc39 |
border-left: 0 solid #484848;
|
|
shun-iwasawa |
a1cc39 |
border-top-right-radius: 1;
|
|
shun-iwasawa |
a1cc39 |
border-bottom-right-radius: 1;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.ComboBox::drop-down:hover,
|
|
shun-iwasawa |
a1cc39 |
QComboBox::drop-down:hover {
|
|
Kite |
521c84 |
border-color: #717171;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.ComboBox::drop-down:hover:editable,
|
|
shun-iwasawa |
a1cc39 |
QComboBox::drop-down:hover:editable {
|
|
Kite |
521c84 |
background-color: #717171;
|
|
shun-iwasawa |
a1cc39 |
border-color: #484848;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.ComboBox::drop-down:disabled,
|
|
shun-iwasawa |
a1cc39 |
QComboBox::drop-down:disabled {
|
|
shun-iwasawa |
a1cc39 |
image: url('imgs/white/combo_downarrow_disabled.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.ComboBox::drop-down:disabled:editable,
|
|
shun-iwasawa |
a1cc39 |
QComboBox::drop-down:disabled:editable {
|
|
shun-iwasawa |
a1cc39 |
background-color: #555555;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.ComboBox QAbstractItemView,
|
|
shun-iwasawa |
a1cc39 |
QComboBox QAbstractItemView {
|
|
shun-iwasawa |
a1cc39 |
background-color: #484848;
|
|
Kite |
521c84 |
border: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
selection-background-color: #5385a6;
|
|
shun-iwasawa |
a1cc39 |
selection-color: #ffffff;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Textfield
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
.LineEdit,
|
|
shun-iwasawa |
a1cc39 |
QPlainTextEdit,
|
|
shun-iwasawa |
a1cc39 |
QLineEdit,
|
|
shun-iwasawa |
c54dfb |
QTextEdit,
|
|
shun-iwasawa |
a1cc39 |
#TaskSheetItem,
|
|
shun-iwasawa |
a1cc39 |
#tasksRemoveBox,
|
|
shun-iwasawa |
a1cc39 |
#tasksAddBox {
|
|
shun-iwasawa |
a1cc39 |
background-color: #2f2f2f;
|
|
shun-iwasawa |
a1cc39 |
border: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
border-radius: 2;
|
|
shun-iwasawa |
a1cc39 |
color: #e6e6e6;
|
|
shun-iwasawa |
a1cc39 |
selection-background-color: #5385a6;
|
|
shun-iwasawa |
a1cc39 |
selection-color: #ffffff;
|
|
shun-iwasawa |
a1cc39 |
padding: 0 0 0 1;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.LineEdit:focus,
|
|
shun-iwasawa |
a1cc39 |
QPlainTextEdit:focus,
|
|
shun-iwasawa |
a1cc39 |
QLineEdit:focus,
|
|
shun-iwasawa |
c54dfb |
QTextEdit:focus,
|
|
shun-iwasawa |
a1cc39 |
#TaskSheetItem:focus,
|
|
shun-iwasawa |
a1cc39 |
#tasksRemoveBox:focus,
|
|
shun-iwasawa |
a1cc39 |
#tasksAddBox:focus {
|
|
shun-iwasawa |
a1cc39 |
background-color: #2f2f2f;
|
|
shun-iwasawa |
a1cc39 |
border-color: #5385a6;
|
|
shun-iwasawa |
a1cc39 |
color: #e6e6e6;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.LineEdit:disabled,
|
|
shun-iwasawa |
a1cc39 |
QPlainTextEdit:disabled,
|
|
shun-iwasawa |
a1cc39 |
QLineEdit:disabled,
|
|
shun-iwasawa |
c54dfb |
QTextEdit:disabled,
|
|
shun-iwasawa |
a1cc39 |
#TaskSheetItem:disabled,
|
|
shun-iwasawa |
a1cc39 |
#tasksRemoveBox:disabled,
|
|
shun-iwasawa |
a1cc39 |
#tasksAddBox:disabled {
|
|
shun-iwasawa |
a1cc39 |
background-color: #3b3b3b;
|
|
shun-iwasawa |
a1cc39 |
border-color: #3a3a3a;
|
|
shun-iwasawa |
a1cc39 |
color: rgba(230, 230, 230, 0.4);
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
caf3c6 |
QTextEdit[readOnly="true"] {
|
|
shun-iwasawa |
caf3c6 |
border: 0;
|
|
shun-iwasawa |
caf3c6 |
}
|
|
shun-iwasawa |
caf3c6 |
QTextEdit[readOnly="true"]:focus,
|
|
shun-iwasawa |
caf3c6 |
QTextEdit[readOnly="true"]:disabled {
|
|
shun-iwasawa |
caf3c6 |
background-color: #484848;
|
|
shun-iwasawa |
caf3c6 |
color: #e6e6e6;
|
|
shun-iwasawa |
caf3c6 |
border: 0;
|
|
shun-iwasawa |
caf3c6 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
CheckBox
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
.CheckBox,
|
|
shun-iwasawa |
a1cc39 |
QCheckBox {
|
|
shun-iwasawa |
a1cc39 |
color: #e6e6e6;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.CheckBox:hover,
|
|
shun-iwasawa |
a1cc39 |
QCheckBox:hover {
|
|
shun-iwasawa |
a1cc39 |
color: #ffffff;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.CheckBox:disabled,
|
|
shun-iwasawa |
a1cc39 |
QCheckBox:disabled {
|
|
shun-iwasawa |
a1cc39 |
color: rgba(230, 230, 230, 0.4);
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.CheckBox::indicator,
|
|
shun-iwasawa |
a1cc39 |
QMenu::indicator:non-exclusive,
|
|
shun-iwasawa |
a1cc39 |
QCheckBox::indicator,
|
|
shun-iwasawa |
a1cc39 |
.GroupBox::indicator,
|
|
shun-iwasawa |
a1cc39 |
QGroupBox::indicator {
|
|
shun-iwasawa |
a1cc39 |
background-color: #2f2f2f;
|
|
shun-iwasawa |
a1cc39 |
border: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
border-radius: 2;
|
|
shun-iwasawa |
a1cc39 |
height: 9;
|
|
shun-iwasawa |
a1cc39 |
/* fix for QGroupBox */
|
|
shun-iwasawa |
a1cc39 |
padding: 1;
|
|
shun-iwasawa |
a1cc39 |
width: 9;
|
|
shun-iwasawa |
a1cc39 |
/* fix for QMenu */
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.CheckBox::indicator:hover,
|
|
shun-iwasawa |
a1cc39 |
QMenu::indicator:non-exclusive:hover,
|
|
shun-iwasawa |
a1cc39 |
.CheckBox::indicator:checked:hover,
|
|
shun-iwasawa |
a1cc39 |
.CheckBox::indicator:indeterminate:hover,
|
|
shun-iwasawa |
a1cc39 |
QCheckBox::indicator:hover,
|
|
shun-iwasawa |
a1cc39 |
.GroupBox::indicator:hover,
|
|
shun-iwasawa |
a1cc39 |
QMenu::indicator:non-exclusive:checked:hover,
|
|
shun-iwasawa |
a1cc39 |
QMenu::indicator:non-exclusive:indeterminate:hover,
|
|
shun-iwasawa |
a1cc39 |
QCheckBox::indicator:checked:hover,
|
|
shun-iwasawa |
a1cc39 |
QCheckBox::indicator:indeterminate:hover,
|
|
shun-iwasawa |
a1cc39 |
.GroupBox::indicator:checked:hover,
|
|
shun-iwasawa |
a1cc39 |
.GroupBox::indicator:indeterminate:hover,
|
|
shun-iwasawa |
a1cc39 |
QGroupBox::indicator:hover,
|
|
shun-iwasawa |
a1cc39 |
QGroupBox::indicator:checked:hover,
|
|
shun-iwasawa |
a1cc39 |
QGroupBox::indicator:indeterminate:hover {
|
|
shun-iwasawa |
a1cc39 |
background-color: #2f2f2f;
|
|
shun-iwasawa |
a1cc39 |
border-color: #c8c8c8;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.CheckBox::indicator:checked,
|
|
shun-iwasawa |
a1cc39 |
QMenu::indicator:non-exclusive:checked,
|
|
shun-iwasawa |
a1cc39 |
QCheckBox::indicator:checked,
|
|
shun-iwasawa |
a1cc39 |
.GroupBox::indicator:checked,
|
|
shun-iwasawa |
a1cc39 |
QGroupBox::indicator:checked {
|
|
shun-iwasawa |
a1cc39 |
background-color: #5385a6;
|
|
shun-iwasawa |
a1cc39 |
border-color: #5385a6;
|
|
shun-iwasawa |
a1cc39 |
image: url('imgs/white/checkmark.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.CheckBox::indicator:checked:hover,
|
|
shun-iwasawa |
a1cc39 |
QMenu::indicator:non-exclusive:checked:hover,
|
|
shun-iwasawa |
a1cc39 |
QCheckBox::indicator:checked:hover,
|
|
shun-iwasawa |
a1cc39 |
.GroupBox::indicator:checked:hover,
|
|
shun-iwasawa |
a1cc39 |
QGroupBox::indicator:checked:hover {
|
|
shun-iwasawa |
a1cc39 |
background-color: #5385a6;
|
|
shun-iwasawa |
a1cc39 |
border-color: #c8c8c8;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.CheckBox::indicator:checked:disabled,
|
|
shun-iwasawa |
a1cc39 |
QMenu::indicator:non-exclusive:checked:disabled,
|
|
shun-iwasawa |
a1cc39 |
QCheckBox::indicator:checked:disabled,
|
|
shun-iwasawa |
a1cc39 |
.GroupBox::indicator:checked:disabled,
|
|
shun-iwasawa |
a1cc39 |
QGroupBox::indicator:checked:disabled {
|
|
shun-iwasawa |
a1cc39 |
background-color: #626262;
|
|
shun-iwasawa |
a1cc39 |
border-color: #626262;
|
|
shun-iwasawa |
a1cc39 |
image: url('imgs/white/checkmark_disabled.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.CheckBox::indicator:indeterminate,
|
|
shun-iwasawa |
a1cc39 |
QMenu::indicator:non-exclusive:indeterminate,
|
|
shun-iwasawa |
a1cc39 |
QCheckBox::indicator:indeterminate,
|
|
shun-iwasawa |
a1cc39 |
.GroupBox::indicator:indeterminate,
|
|
shun-iwasawa |
a1cc39 |
QGroupBox::indicator:indeterminate {
|
|
shun-iwasawa |
a1cc39 |
background-color: #5385a6;
|
|
shun-iwasawa |
a1cc39 |
border-color: #5385a6;
|
|
shun-iwasawa |
a1cc39 |
image: url('imgs/white/checkpartially.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.CheckBox::indicator:indeterminate:disabled,
|
|
shun-iwasawa |
a1cc39 |
QMenu::indicator:non-exclusive:indeterminate:disabled,
|
|
shun-iwasawa |
a1cc39 |
QCheckBox::indicator:indeterminate:disabled,
|
|
shun-iwasawa |
a1cc39 |
.GroupBox::indicator:indeterminate:disabled,
|
|
shun-iwasawa |
a1cc39 |
QGroupBox::indicator:indeterminate:disabled {
|
|
shun-iwasawa |
a1cc39 |
background-color: #626262;
|
|
shun-iwasawa |
a1cc39 |
border-color: #626262;
|
|
shun-iwasawa |
a1cc39 |
image: url('imgs/white/checkpartially_disabled.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.CheckBox::indicator:disabled,
|
|
shun-iwasawa |
a1cc39 |
QMenu::indicator:non-exclusive:disabled,
|
|
shun-iwasawa |
a1cc39 |
QCheckBox::indicator:disabled,
|
|
shun-iwasawa |
a1cc39 |
.GroupBox::indicator:disabled,
|
|
shun-iwasawa |
a1cc39 |
QGroupBox::indicator:disabled {
|
|
shun-iwasawa |
a1cc39 |
background-color: #3b3b3b;
|
|
shun-iwasawa |
a1cc39 |
border-color: #3b3b3b;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
RadioButton
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
.RadioButton,
|
|
shun-iwasawa |
a1cc39 |
QRadioButton {
|
|
shun-iwasawa |
a1cc39 |
color: #e6e6e6;
|
|
shun-iwasawa |
a1cc39 |
padding: 0;
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.RadioButton:hover,
|
|
shun-iwasawa |
a1cc39 |
QRadioButton:hover {
|
|
shun-iwasawa |
a1cc39 |
color: #ffffff;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.RadioButton:checked,
|
|
shun-iwasawa |
a1cc39 |
QRadioButton:checked {
|
|
shun-iwasawa |
a1cc39 |
color: #e6e6e6;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.RadioButton:disabled,
|
|
shun-iwasawa |
a1cc39 |
QRadioButton:disabled {
|
|
shun-iwasawa |
a1cc39 |
color: rgba(230, 230, 230, 0.4);
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.RadioButton::indicator,
|
|
shun-iwasawa |
a1cc39 |
QMenu::indicator:exclusive,
|
|
shun-iwasawa |
a1cc39 |
QRadioButton::indicator,
|
|
shun-iwasawa |
a1cc39 |
#CameraSettingsRadioButton_Small::indicator {
|
|
Kite |
521c84 |
width: 13;
|
|
Kite |
521c84 |
height: 13;
|
|
shun-iwasawa |
a1cc39 |
background-color: transparent;
|
|
shun-iwasawa |
a1cc39 |
border: 0;
|
|
shun-iwasawa |
a1cc39 |
image-position: center center;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.RadioButton::indicator:unchecked,
|
|
shun-iwasawa |
a1cc39 |
QMenu::indicator:exclusive:unchecked,
|
|
shun-iwasawa |
a1cc39 |
QRadioButton::indicator:unchecked,
|
|
shun-iwasawa |
a1cc39 |
#CameraSettingsRadioButton_Small::indicator:unchecked {
|
|
shun-iwasawa |
a1cc39 |
image: url('imgs/white/radiobutton_unchecked.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.RadioButton::indicator:unchecked:hover,
|
|
shun-iwasawa |
a1cc39 |
QMenu::indicator:exclusive:unchecked:hover,
|
|
shun-iwasawa |
a1cc39 |
QRadioButton::indicator:unchecked:hover,
|
|
shun-iwasawa |
a1cc39 |
#CameraSettingsRadioButton_Small::indicator:unchecked:hover {
|
|
shun-iwasawa |
a1cc39 |
image: url('imgs/white/radiobutton_unchecked_hover.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.RadioButton::indicator:checked,
|
|
shun-iwasawa |
a1cc39 |
QMenu::indicator:exclusive:checked,
|
|
shun-iwasawa |
a1cc39 |
QRadioButton::indicator:checked,
|
|
shun-iwasawa |
a1cc39 |
#CameraSettingsRadioButton_Small::indicator:checked {
|
|
shun-iwasawa |
a1cc39 |
image: url('imgs/white/radiobutton_checked.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.RadioButton::indicator:checked:disabled,
|
|
shun-iwasawa |
a1cc39 |
QMenu::indicator:exclusive:checked:disabled,
|
|
shun-iwasawa |
a1cc39 |
QRadioButton::indicator:checked:disabled,
|
|
shun-iwasawa |
a1cc39 |
#CameraSettingsRadioButton_Small::indicator:checked:disabled {
|
|
shun-iwasawa |
a1cc39 |
background-color: transparent;
|
|
shun-iwasawa |
a1cc39 |
image: url('imgs/white/radiobutton_checked_disabled.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.RadioButton::indicator:disabled,
|
|
shun-iwasawa |
a1cc39 |
QMenu::indicator:exclusive:disabled,
|
|
shun-iwasawa |
a1cc39 |
QRadioButton::indicator:disabled,
|
|
shun-iwasawa |
a1cc39 |
#CameraSettingsRadioButton_Small::indicator:disabled {
|
|
shun-iwasawa |
a1cc39 |
image: url('imgs/white/radiobutton_unchecked_disabled.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
GroupBox
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
.GroupBox,
|
|
shun-iwasawa |
a1cc39 |
QGroupBox {
|
|
shun-iwasawa |
a1cc39 |
margin: 6 0 0 0;
|
|
shun-iwasawa |
a1cc39 |
padding: 5 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.GroupBox::title,
|
|
shun-iwasawa |
a1cc39 |
QGroupBox::title {
|
|
shun-iwasawa |
a1cc39 |
subcontrol-origin: margin;
|
|
shun-iwasawa |
a1cc39 |
left: 15;
|
|
shun-iwasawa |
a1cc39 |
margin: -3 0 0 0;
|
|
shun-iwasawa |
a1cc39 |
padding: 0 3;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.GroupBox::title:hover,
|
|
shun-iwasawa |
a1cc39 |
QGroupBox::title:hover {
|
|
shun-iwasawa |
a1cc39 |
color: #ffffff;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.GroupBox::title:disabled,
|
|
shun-iwasawa |
a1cc39 |
QGroupBox::title:disabled {
|
|
shun-iwasawa |
a1cc39 |
color: rgba(230, 230, 230, 0.4);
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.GroupBox::indicator,
|
|
shun-iwasawa |
a1cc39 |
QGroupBox::indicator {
|
|
shun-iwasawa |
a1cc39 |
subcontrol-origin: margin;
|
|
shun-iwasawa |
a1cc39 |
margin-top: 2;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.GroupBox:disabled,
|
|
shun-iwasawa |
a1cc39 |
QGroupBox:disabled {
|
|
shun-iwasawa |
a1cc39 |
color: rgba(230, 230, 230, 0.4);
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Slider
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
692990 |
.Slider::groove,
|
|
shun-iwasawa |
692990 |
QSlider::groove {
|
|
shun-iwasawa |
a1cc39 |
background-color: transparent;
|
|
shun-iwasawa |
a1cc39 |
background-image: url('imgs/white/slider-groove.svg');
|
|
shun-iwasawa |
a1cc39 |
background-position: center center;
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
shun-iwasawa |
692990 |
}
|
|
shun-iwasawa |
692990 |
.Slider::groove:horizontal,
|
|
shun-iwasawa |
692990 |
QSlider::groove:horizontal {
|
|
shun-iwasawa |
692990 |
background-repeat: repeat-x;
|
|
shun-iwasawa |
a1cc39 |
height: 20;
|
|
shun-iwasawa |
a1cc39 |
min-height: 20;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
692990 |
.Slider::groove:vertical,
|
|
shun-iwasawa |
692990 |
QSlider::groove:vertical {
|
|
shun-iwasawa |
692990 |
background-repeat: repeat-y;
|
|
shun-iwasawa |
692990 |
width: 20;
|
|
shun-iwasawa |
692990 |
min-width: 20;
|
|
shun-iwasawa |
692990 |
}
|
|
shun-iwasawa |
692990 |
.Slider::groove:disabled,
|
|
shun-iwasawa |
692990 |
QSlider::groove:disabled {
|
|
shun-iwasawa |
a1cc39 |
background-image: url('imgs/white/slider-groove_disabled.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.Slider::handle:horizontal,
|
|
shun-iwasawa |
a1cc39 |
QSlider::handle:horizontal {
|
|
shun-iwasawa |
a1cc39 |
margin: -2 -1;
|
|
shun-iwasawa |
692990 |
width: 10;
|
|
shun-iwasawa |
a1cc39 |
image: url('imgs/white/slider-handle.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.Slider::handle:horizontal:disabled,
|
|
shun-iwasawa |
a1cc39 |
QSlider::handle:horizontal:disabled {
|
|
shun-iwasawa |
a1cc39 |
image: url('imgs/white/slider-handle_disabled.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
692990 |
.Slider::handle:vertical,
|
|
shun-iwasawa |
692990 |
QSlider::handle:vertical {
|
|
shun-iwasawa |
692990 |
margin: -1 -2;
|
|
shun-iwasawa |
692990 |
height: 10;
|
|
shun-iwasawa |
692990 |
image: url('imgs/white/slider-v-handle.svg');
|
|
shun-iwasawa |
692990 |
}
|
|
shun-iwasawa |
692990 |
.Slider::handle:vertical:disabled,
|
|
shun-iwasawa |
692990 |
QSlider::handle:vertical:disabled {
|
|
shun-iwasawa |
692990 |
image: url('imgs/white/slider-v-handle_disabled.svg');
|
|
shun-iwasawa |
692990 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Double Slider
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
#IntPairField,
|
|
shun-iwasawa |
a1cc39 |
#DoublePairField {
|
|
shun-iwasawa |
a1cc39 |
qproperty-LightLineColor: #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
qproperty-LightLineEdgeColor: #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
qproperty-DarkLineColor: #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
qproperty-MiddleLineColor: #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
qproperty-HandleLeftPixmap: url("imgs/white/slider-handle.svg");
|
|
shun-iwasawa |
a1cc39 |
qproperty-HandleRightPixmap: url("imgs/white/slider-handle.svg");
|
|
shun-iwasawa |
a1cc39 |
qproperty-HandleLeftGrayPixmap: url("imgs/white/slider-handle_disabled.svg");
|
|
shun-iwasawa |
a1cc39 |
qproperty-HandleRightGrayPixmap: url("imgs/white/slider-handle_disabled.svg");
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Progress Bar
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
QProgressBar {
|
|
shun-iwasawa |
a1cc39 |
text-align: center;
|
|
shun-iwasawa |
a1cc39 |
background-color: #2f2f2f;
|
|
Kite |
521c84 |
border: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
border-radius: 3;
|
|
shun-iwasawa |
a1cc39 |
/* 2 fits inside 3 */
|
|
shun-iwasawa |
a1cc39 |
padding: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QProgressBar::chunk {
|
|
shun-iwasawa |
a1cc39 |
margin: -1;
|
|
shun-iwasawa |
a1cc39 |
/* hide border of chunk except for right side */
|
|
shun-iwasawa |
a1cc39 |
background-color: #15a136;
|
|
Kite |
521c84 |
border: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
border-radius: 2;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
konero |
6be91a |
Custom Panel Widgets
|
|
konero |
6be91a |
----------------------------------------------------------------------------- */
|
|
konero |
6be91a |
MyScroller {
|
|
konero |
6be91a |
qproperty-ScrollerBorderColor: #8d8d8d;
|
|
konero |
6be91a |
qproperty-ScrollerBGColor: #343434;
|
|
konero |
6be91a |
}
|
|
konero |
6be91a |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
File Browser
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
/* Left Pane
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
#DirTreeView {
|
|
Kite |
521c84 |
background-color: #2f2f2f;
|
|
Kite |
521c84 |
alternate-background-color: #2f2f2f;
|
|
Kite |
521c84 |
border: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
border-right: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* Right Pane
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
DvItemViewerPanel {
|
|
Kite |
521c84 |
background-color: #3b3b3b;
|
|
shun-iwasawa |
a1cc39 |
qproperty-TextColor: #e6e6e6;
|
|
Kite |
521c84 |
qproperty-AlternateBackground: #434343;
|
|
shun-iwasawa |
a1cc39 |
qproperty-SelectedTextColor: #ffffff;
|
|
shun-iwasawa |
a1cc39 |
qproperty-FolderTextColor: #9fdaff;
|
|
shun-iwasawa |
a1cc39 |
qproperty-SelectedItemBackground: #5385a6;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
Kite |
521c84 |
DvItemViewerTitleBar {
|
|
Kite |
521c84 |
qproperty-ColColor: #3b3b3b;
|
|
Kite |
521c84 |
qproperty-ColSortedColor: #3b3b3b;
|
|
Kite |
521c84 |
qproperty-ColTextColor: #e6e6e6;
|
|
Kite |
521c84 |
qproperty-ColBorderColor: #2c2c2c;
|
|
Kite |
521c84 |
}
|
|
Kite |
d70a4f |
#FileBrowser {
|
|
Kite |
521c84 |
background-color: #484848;
|
|
Kite |
521c84 |
}
|
|
Kite |
d70a4f |
#FileBrowser QLabel {
|
|
Kite |
521c84 |
background-color: transparent;
|
|
Kite |
521c84 |
}
|
|
Kite |
d70a4f |
#FileBrowser QToolBar {
|
|
shun-iwasawa |
a1cc39 |
background-color: #484848;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
Kite |
d70a4f |
#FileBrowser #castFrame {
|
|
Kite |
521c84 |
border-top: 1 solid #2c2c2c;
|
|
Kite |
521c84 |
border-right: 1 solid #2c2c2c;
|
|
Kite |
521c84 |
border-bottom: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
StyledTreeView {
|
|
shun-iwasawa |
a1cc39 |
qproperty-TextColor: #e6e6e6;
|
|
shun-iwasawa |
a1cc39 |
qproperty-SelectedTextColor: #ffffff;
|
|
shun-iwasawa |
a1cc39 |
qproperty-SelectedItemBackground: #5385a6;
|
|
shun-iwasawa |
a1cc39 |
qproperty-FolderTextColor: #9fdaff;
|
|
shun-iwasawa |
a1cc39 |
qproperty-SelectedFolderTextColor: #ffffff;
|
|
Kite |
521c84 |
alternate-background-color: #363636;
|
|
Kite |
521c84 |
background-color: #2f2f2f;
|
|
Kite |
521c84 |
border: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#FileDoesNotExistLabel {
|
|
shun-iwasawa |
a1cc39 |
color: #ff0000;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Scene Cast
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
#SceneCast QToolBar {
|
|
Kite |
521c84 |
border-top: 1 solid #2c2c2c;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#SceneCast QToolBar::separator:horizontal {
|
|
Kite |
521c84 |
margin-left: 2;
|
|
Kite |
521c84 |
margin-right: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#SceneCast QToolButton {
|
|
Kite |
521c84 |
margin: 3 0 2 2;
|
|
shun-iwasawa |
a1cc39 |
padding: 1;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#CastBrowser {
|
|
shun-iwasawa |
a1cc39 |
border: 0;
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
Kite |
521c84 |
#CastBrowser QSplitter::handle {
|
|
Kite |
521c84 |
height: 4;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#CastBrowserFolderName {
|
|
Kite |
521c84 |
border-bottom: 1px solid #2c2c2c;
|
|
Kite |
521c84 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Level Strip
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
Kite |
521c84 |
#filmLevelCombo {
|
|
Kite |
521c84 |
margin: -1;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#FilmStrip {
|
|
Kite |
521c84 |
qproperty-BGColor: #484848;
|
|
Kite |
521c84 |
margin: 0;
|
|
Kite |
521c84 |
padding: 0;
|
|
Kite |
521c84 |
}
|
|
shun-iwasawa |
a1cc39 |
#FilmStrip QComboBox {
|
|
shun-iwasawa |
a1cc39 |
border-radius: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#FilmStrip QComboBox QAbstractItemView {
|
|
shun-iwasawa |
a1cc39 |
background-color: #484848;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Cleanup Settings
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
#CleanupSettings #CleanupSettingsFrame {
|
|
shun-iwasawa |
a1cc39 |
margin-top: 2;
|
|
shun-iwasawa |
a1cc39 |
margin-bottom: 4;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#CleanupSettings QGroupBox {
|
|
shun-iwasawa |
a1cc39 |
margin-bottom: 3;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
ParamsPage {
|
|
shun-iwasawa |
a1cc39 |
qproperty-TextColor: #e6e6e6;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Camera Settings
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
#CameraSettingsButton {
|
|
shun-iwasawa |
a1cc39 |
padding: 2;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#CameraSettingsRadioButton:hover {
|
|
shun-iwasawa |
a1cc39 |
background: none;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#CameraSettingsRadioButton::indicator {
|
|
Kite |
521c84 |
border: 1 solid transparent;
|
|
shun-iwasawa |
a1cc39 |
height: 18;
|
|
Kite |
521c84 |
padding: 0 -1 0 1;
|
|
Kite |
521c84 |
width: 19;
|
|
Kite |
521c84 |
margin-left: 1;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#CameraSettingsRadioButton::indicator:unchecked {
|
|
Kite |
521c84 |
image: url('imgs/white/lock.svg');
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#CameraSettingsRadioButton::indicator:unchecked:hover {
|
|
Kite |
521c84 |
image: url('imgs/white/lock_over.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#CameraSettingsRadioButton::indicator:checked {
|
|
shun-iwasawa |
a1cc39 |
background-color: #C34040;
|
|
shun-iwasawa |
a1cc39 |
border-color: #C34040;
|
|
shun-iwasawa |
a1cc39 |
image: url('imgs/white/lock_on.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#CameraSettingsRadioButton::indicator:checked:hover {
|
|
shun-iwasawa |
a1cc39 |
background-color: #d57a7a;
|
|
shun-iwasawa |
a1cc39 |
border-color: #d57a7a;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#CameraSettingsDPI {
|
|
shun-iwasawa |
a1cc39 |
color: #9fdaff;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#CameraSettingsRadioButton_Small {
|
|
shun-iwasawa |
a1cc39 |
padding: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#CameraSettingsRadioButton_Small::indicator {
|
|
shun-iwasawa |
a1cc39 |
background-color: transparent;
|
|
shun-iwasawa |
a1cc39 |
border: 0;
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#ForceSquaredPixelButton {
|
|
Kite |
521c84 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
height: 16;
|
|
shun-iwasawa |
a1cc39 |
width: 16;
|
|
Kite |
521c84 |
border: 1 solid transparent;
|
|
Kite |
521c84 |
padding: 2;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Output Settings
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
#OutputSettingsLabel {
|
|
shun-iwasawa |
a1cc39 |
color: #9fdaff;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Misc
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
PencilTestPopup {
|
|
shun-iwasawa |
a1cc39 |
min-height: 730px;
|
|
shun-iwasawa |
a1cc39 |
/* Allow for using a 768 screen */
|
|
shun-iwasawa |
a1cc39 |
min-width: 512px;
|
|
shun-iwasawa |
a1cc39 |
/* some clipping will still occur on width, but this
|
|
shun-iwasawa |
a1cc39 |
allows for filling half of a 1024 screen */
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#MatchLineButton {
|
|
shun-iwasawa |
a1cc39 |
background-color: #6e6e6e;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#MatchLineButton:checked {
|
|
shun-iwasawa |
a1cc39 |
background-color: #949494;
|
|
shun-iwasawa |
a1cc39 |
border: 2 solid #5385a6;
|
|
shun-iwasawa |
a1cc39 |
border-radius: 2;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#LargeSizedText {
|
|
shun-iwasawa |
a1cc39 |
font-size: 17px;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Stop Motion Controller
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
#StopMotionController QScrollArea {
|
|
shun-iwasawa |
a1cc39 |
margin: 8;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#StopMotionController QPushButton {
|
|
shun-iwasawa |
a1cc39 |
margin: 2 1;
|
|
shun-iwasawa |
a1cc39 |
padding: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#StopMotionController #TabBarContainer {
|
|
shun-iwasawa |
a1cc39 |
margin-left: -4;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#StopMotionController #bottomWidget {
|
|
Kite |
521c84 |
border-top: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
padding: 3 2 8 3;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#StopMotionController #bottomWidget QPushButton {
|
|
shun-iwasawa |
a1cc39 |
padding: 3 5;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Unknowns + Legacy
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
#StartupLabel {
|
|
shun-iwasawa |
a1cc39 |
padding: 3;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#StartupLabel:hover {
|
|
shun-iwasawa |
a1cc39 |
background: #626262;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QStatusBar {
|
|
shun-iwasawa |
a1cc39 |
background-color: #c0c0c0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QStatusBar::item {
|
|
shun-iwasawa |
a1cc39 |
border: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QStatusBar QLabel {
|
|
shun-iwasawa |
a1cc39 |
background-color: #c0c0c0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QStatusBar #StatusBarLabel {
|
|
shun-iwasawa |
a1cc39 |
background-color: #ffffff;
|
|
shun-iwasawa |
a1cc39 |
padding: 1 3;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#TitleTxtLabel {
|
|
shun-iwasawa |
a1cc39 |
color: #9fdaff;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Style Editor
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
#StyleEditor #bottomWidget {
|
|
Kite |
521c84 |
border-top: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
padding: 3 2 8 3;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#StyleEditor #bottomWidget QPushButton {
|
|
konero |
666080 |
padding: 13 5;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#HexagonalColorWheel {
|
|
shun-iwasawa |
a1cc39 |
qproperty-BGColor: #484848;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
justburner |
981d46 |
#StyleChooserPage {
|
|
konero |
e47e80 |
qproperty-CommonChipBoxColor: black;
|
|
justburner |
981d46 |
qproperty-PinnedChipBoxColor: #a0a0a0;
|
|
justburner |
981d46 |
qproperty-SolidChipBoxColor: #e41000;
|
|
konero |
e47e80 |
qproperty-SelectedChipBoxColor: white;
|
|
justburner |
981d46 |
qproperty-SelectedChipBox2Color: #c7ca32;
|
|
justburner |
981d46 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
/* Horizontal QSlider */
|
|
shun-iwasawa |
a1cc39 |
#colorSlider::groove:horizontal {
|
|
shun-iwasawa |
a1cc39 |
height: 1;
|
|
shun-iwasawa |
a1cc39 |
border-image: none;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#colorSlider::handle:horizontal {
|
|
shun-iwasawa |
a1cc39 |
width: 8;
|
|
shun-iwasawa |
a1cc39 |
margin: -8 -4;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#colorSliderAddButton,
|
|
shun-iwasawa |
a1cc39 |
#colorSliderSubButton {
|
|
shun-iwasawa |
a1cc39 |
background: none;
|
|
shun-iwasawa |
a1cc39 |
border-color: transparent;
|
|
shun-iwasawa |
a1cc39 |
image-position: center center;
|
|
shun-iwasawa |
a1cc39 |
min-height: 16;
|
|
shun-iwasawa |
a1cc39 |
padding: 0;
|
|
Kite |
521c84 |
min-width: 10;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#colorSliderAddButton {
|
|
shun-iwasawa |
a1cc39 |
image: url('imgs/white/scroll-right.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#colorSliderSubButton {
|
|
shun-iwasawa |
a1cc39 |
image: url('imgs/white/scroll-left.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#PlainColorPageParts {
|
|
Kite |
521c84 |
border-bottom: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#PlainColorPageParts QLineEdit {
|
|
shun-iwasawa |
a1cc39 |
max-width: 35;
|
|
konero |
666080 |
height: 100%;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Palette Viewer / Studio Palette
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
PaletteViewer DvScrollWidget QPushButton {
|
|
shun-iwasawa |
a1cc39 |
border-top: 0;
|
|
shun-iwasawa |
a1cc39 |
margin-bottom: 0;
|
|
shun-iwasawa |
a1cc39 |
max-width: 15;
|
|
shun-iwasawa |
a1cc39 |
min-width: 15;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
PaletteViewer DvScrollWidget #ScrollLeftButton {
|
|
shun-iwasawa |
a1cc39 |
border-radius: 0;
|
|
shun-iwasawa |
a1cc39 |
margin-bottom: 0;
|
|
shun-iwasawa |
a1cc39 |
max-width: 16;
|
|
shun-iwasawa |
a1cc39 |
min-width: 16;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
PaletteViewer DvScrollWidget #ScrollRightButton {
|
|
shun-iwasawa |
a1cc39 |
border-radius: 0;
|
|
shun-iwasawa |
a1cc39 |
margin-left: 1;
|
|
shun-iwasawa |
a1cc39 |
margin-bottom: 0;
|
|
shun-iwasawa |
a1cc39 |
max-width: 16;
|
|
shun-iwasawa |
a1cc39 |
min-width: 16;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
Kite |
521c84 |
PaletteViewer QToolBar {
|
|
Kite |
521c84 |
background: transparent;
|
|
Kite |
521c84 |
}
|
|
shun-iwasawa |
a1cc39 |
PaletteViewer QToolBar::separator:horizontal {
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
PaletteViewer QToolBar QToolButton {
|
|
Kite |
521c84 |
padding: 0;
|
|
Kite |
521c84 |
padding-right: -2;
|
|
Kite |
521c84 |
padding-left: -1;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
PaletteViewer QToolBar #keyFrameNavigator #NextKey,
|
|
Kite |
521c84 |
PaletteViewer QToolBar #keyFrameNavigator #PreviousKey,
|
|
Kite |
521c84 |
PaletteViewer QToolBar #keyFrameNavigator #KeyNo,
|
|
Kite |
521c84 |
PaletteViewer QToolBar #keyFrameNavigator #KeyPartial,
|
|
Kite |
521c84 |
PaletteViewer QToolBar #keyFrameNavigator #KeyTotal {
|
|
Kite |
521c84 |
max-width: 20px;
|
|
Kite |
521c84 |
max-height: 20px;
|
|
Kite |
521c84 |
padding: 1;
|
|
Kite |
521c84 |
border: 0;
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#PageViewer {
|
|
shun-iwasawa |
a1cc39 |
qproperty-TextColor: #e6e6e6;
|
|
Kite |
521c84 |
qproperty-SelectedBorderColor: #ffffff;
|
|
Kite |
521c84 |
qproperty-NumpadShortcutBgColor: rgba(0, 0, 0, 0.3);
|
|
Kite |
521c84 |
qproperty-NumpadShortcutBorderColor: #8d8d8d;
|
|
Kite |
521c84 |
qproperty-SeparatorColor: #2c2c2c;
|
|
Kite |
521c84 |
qproperty-CurrentCellColor: rgba(83, 133, 166, 0.5);
|
|
Kite |
521c84 |
qproperty-SelectedCellColor: #5385a6;
|
|
Kite |
521c84 |
qproperty-ListNumpadShortcutBorderColor: #afafaf;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#PaletteLockButton {
|
|
shun-iwasawa |
a1cc39 |
border-radius: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#PaletteLockButton:checked {
|
|
shun-iwasawa |
a1cc39 |
background-color: #C34040;
|
|
shun-iwasawa |
a1cc39 |
border-color: #C34040;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#PaletteLockButton:checked:hover {
|
|
shun-iwasawa |
a1cc39 |
background-color: #d57a7a;
|
|
shun-iwasawa |
a1cc39 |
border-color: #d57a7a;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
Kite |
5cb633 |
#PltPageViewerScrollArea {
|
|
Kite |
5cb633 |
border-bottom: 1px solid #2c2c2c;
|
|
Kite |
5cb633 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Quick Renamer
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
#WordButton {
|
|
shun-iwasawa |
a1cc39 |
padding-right: 0;
|
|
shun-iwasawa |
a1cc39 |
padding-left: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Popup Windows
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
QDialog {
|
|
shun-iwasawa |
a1cc39 |
background-color: #484848;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QDialog #dialogButtonFrame {
|
|
shun-iwasawa |
a1cc39 |
background-color: #3e3e3e;
|
|
Kite |
521c84 |
border-top: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QDialog #dialogButtonFrame QPushButton {
|
|
shun-iwasawa |
a1cc39 |
border-color: #3e3e3e;
|
|
shun-iwasawa |
a1cc39 |
outline: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QDialog #dialogButtonFrame QPushButton:focus {
|
|
shun-iwasawa |
a1cc39 |
background-color: #5385a6;
|
|
shun-iwasawa |
a1cc39 |
border-color: #3e3e3e;
|
|
shun-iwasawa |
a1cc39 |
color: #ffffff;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QDialog #dialogButtonFrame QPushButton:focus:hover {
|
|
shun-iwasawa |
a1cc39 |
background-color: #6c98b6;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QDialog #dialogButtonFrame QPushButton:focus:pressed {
|
|
Kite |
521c84 |
background-color: #2c2c2c;
|
|
Kite |
521c84 |
border-color: #272727;
|
|
shun-iwasawa |
a1cc39 |
color: #f3f3f3;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Scene Settings
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
#SceneSettings QLabel {
|
|
shun-iwasawa |
a1cc39 |
color: #9fdaff;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Preferences
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
Kite |
39a8a5 |
#PreferencesPopup QListWidget,
|
|
Kite |
39a8a5 |
#OutputSettingsPopup QListWidget {
|
|
shun-iwasawa |
a1cc39 |
background-color: #343434;
|
|
shun-iwasawa |
a1cc39 |
alternate-background-color: #343434;
|
|
Kite |
521c84 |
border: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
font-size: 13px;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
Kite |
39a8a5 |
#PreferencesPopup QListWidget::item,
|
|
Kite |
39a8a5 |
#OutputSettingsPopup QListWidget::item {
|
|
shun-iwasawa |
a1cc39 |
border: 0;
|
|
shun-iwasawa |
a1cc39 |
padding: 3;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
Kite |
39a8a5 |
#PreferencesPopup QListWidget::item:hover,
|
|
Kite |
39a8a5 |
#OutputSettingsPopup QListWidget::item:hover {
|
|
Kite |
521c84 |
background-color: rgba(255, 255, 255, 0.1);
|
|
shun-iwasawa |
a1cc39 |
color: #e6e6e6;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
Kite |
39a8a5 |
#PreferencesPopup QListWidget::item:selected,
|
|
Kite |
39a8a5 |
#OutputSettingsPopup QListWidget::item:selected {
|
|
shun-iwasawa |
a1cc39 |
background-color: #5385a6;
|
|
shun-iwasawa |
a1cc39 |
color: #ffffff;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Keyboard Shortcuts
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
#ShortcutTree {
|
|
Kite |
521c84 |
border: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#ShortcutTree::item {
|
|
shun-iwasawa |
a1cc39 |
padding: 1 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#ShortcutTree QScrollBar:vertical {
|
|
shun-iwasawa |
a1cc39 |
width: 16;
|
|
shun-iwasawa |
a1cc39 |
margin-right: -1;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
83baef |
#ShortcutViewer {
|
|
shun-iwasawa |
83baef |
font-size: 17px;
|
|
shun-iwasawa |
83baef |
}
|
|
shun-iwasawa |
83baef |
#ShortcutViewer QLineEdit {
|
|
shun-iwasawa |
83baef |
color: black;
|
|
shun-iwasawa |
83baef |
border-color: #b8bc7f;
|
|
shun-iwasawa |
83baef |
background-color: white;
|
|
shun-iwasawa |
83baef |
}
|
|
shun-iwasawa |
83baef |
#ShortcutViewer QLineEdit:focus {
|
|
shun-iwasawa |
83baef |
background-color: #abceff;
|
|
shun-iwasawa |
83baef |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
New Project / Configure Project Window
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
ProjectPopup QLabel {
|
|
shun-iwasawa |
a1cc39 |
color: #9fdaff;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
PencilTestPopup / CameraCapture Window
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
0326be |
#GearButton::menu-indicator {
|
|
Kite |
521c84 |
image: url("");
|
|
shun-iwasawa |
0326be |
}
|
|
shun-iwasawa |
31accf |
#LiveViewButton {
|
|
shun-iwasawa |
31accf |
qproperty-icon: url('imgs/white/liveview.svg');
|
|
shun-iwasawa |
31accf |
}
|
|
shun-iwasawa |
31accf |
#LiveViewButton::menu-indicator {
|
|
shun-iwasawa |
31accf |
image: "";
|
|
shun-iwasawa |
31accf |
}
|
|
shun-iwasawa |
a1cc39 |
#SubfolderButton {
|
|
Kite |
521c84 |
padding-left: 5px;
|
|
Kite |
521c84 |
padding-right: 5px;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#SubcameraButton {
|
|
Kite |
521c84 |
padding-left: 5px;
|
|
Kite |
521c84 |
padding-right: 5px;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
fc0d80 |
Frame format settings box in FormatSettingsPopup
|
|
shun-iwasawa |
fc0d80 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
fc0d80 |
#FrameFormatBoxInput {
|
|
shun-iwasawa |
fc0d80 |
border-color: rgba(138, 24, 24, 0.82);
|
|
shun-iwasawa |
fc0d80 |
}
|
|
shun-iwasawa |
fc0d80 |
#FrameFormatBoxOutput {
|
|
shun-iwasawa |
fc0d80 |
border-color: rgba(24, 24, 138, 0.82);
|
|
shun-iwasawa |
fc0d80 |
}
|
|
shun-iwasawa |
fc0d80 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Schematic Viewer
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
SchematicViewer {
|
|
shun-iwasawa |
a1cc39 |
qproperty-TextColor: #e6e6e6;
|
|
Kite |
521c84 |
qproperty-VerticalLineColor: rgba(0, 0, 0, 0.3);
|
|
shun-iwasawa |
a1cc39 |
qproperty-LevelColumnColor: #4C6E4C;
|
|
shun-iwasawa |
a1cc39 |
qproperty-VectorColumnColor: #7B7B4C;
|
|
Kite |
d70a4f |
qproperty-ChildColumnColor: #6b4e69;
|
|
shun-iwasawa |
a1cc39 |
qproperty-FullcolorColumnColor: #657A96;
|
|
Kite |
d70a4f |
qproperty-FxColumnColor: #5e5645;
|
|
Kite |
521c84 |
qproperty-PaletteColumnColor: #42756e;
|
|
Kite |
d70a4f |
qproperty-MeshColumnColor: #594d75;
|
|
Kite |
521c84 |
qproperty-ReferenceColumnColor: #555555;
|
|
shun-iwasawa |
a1cc39 |
qproperty-TableColor: #62628c;
|
|
Kite |
521c84 |
qproperty-ActiveCameraColor: #4073a3;
|
|
Kite |
521c84 |
qproperty-OtherCameraColor: #5e9aa3;
|
|
shun-iwasawa |
a1cc39 |
qproperty-GroupColor: #3b6e9c;
|
|
shun-iwasawa |
a1cc39 |
qproperty-PegColor: #9f6e3c;
|
|
shun-iwasawa |
a1cc39 |
qproperty-SplineColor: #6a9d1c;
|
|
Kite |
521c84 |
qproperty-ActiveOutputColor: #4073a3;
|
|
Kite |
521c84 |
qproperty-OtherOutputColor: #5e9aa3;
|
|
shun-iwasawa |
a1cc39 |
qproperty-XsheetColor: #62628c;
|
|
shun-iwasawa |
a8fd67 |
qproperty-PassThroughColor: #858585;
|
|
Kite |
521c84 |
qproperty-NormalFxColor: #5b90a3;
|
|
shun-iwasawa |
a1cc39 |
qproperty-MacroFxColor: #815c79;
|
|
shun-iwasawa |
a1cc39 |
qproperty-ImageAdjustFxColor: #656287;
|
|
Kite |
521c84 |
qproperty-LayerBlendingFxColor: #57958f;
|
|
shun-iwasawa |
a1cc39 |
qproperty-MatteFxColor: #ae7171;
|
|
shun-iwasawa |
a1cc39 |
qproperty-SchematicPreviewButtonBgOnColor: #c8c864;
|
|
Kite |
521c84 |
qproperty-SchematicPreviewButtonOnImage: url('imgs/white/schematic_preview_on.svg');
|
|
Kite |
521c84 |
qproperty-SchematicPreviewButtonBgOffColor: #555555;
|
|
Kite |
521c84 |
qproperty-SchematicPreviewButtonOffImage: url('imgs/white/schematic_preview_off.svg');
|
|
shun-iwasawa |
a1cc39 |
qproperty-SchematicCamstandButtonBgOnColor: #eb906b;
|
|
Kite |
521c84 |
qproperty-SchematicCamstandButtonOnImage: url('imgs/white/schematic_table_on.svg');
|
|
Kite |
521c84 |
qproperty-SchematicCamstandButtonTranspImage: url('imgs/white/schematic_table_transp.svg');
|
|
Kite |
521c84 |
qproperty-SchematicCamstandButtonBgOffColor: #555555;
|
|
Kite |
521c84 |
qproperty-SchematicCamstandButtonOffImage: url('imgs/white/schematic_table_off.svg');
|
|
Kite |
521c84 |
qproperty-SelectedBorderColor: #ffffff;
|
|
Kite |
521c84 |
qproperty-LinkColor: #dfdfdf;
|
|
Kite |
521c84 |
qproperty-SelectedLinkColor: cyan;
|
|
Kite |
521c84 |
qproperty-MotionPathLinkColor: #94ee1e;
|
|
Kite |
521c84 |
qproperty-MotionPathSelectedLinkColor: yellow;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Schematic Node Viewer
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
#SchematicBottomFrame {
|
|
shun-iwasawa |
a1cc39 |
background-color: #484848;
|
|
shun-iwasawa |
a1cc39 |
border: 0;
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
padding: 0;
|
|
Kite |
521c84 |
padding-left: 1;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#SchematicBottomFrame QToolBar::separator:horizontal {
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
Kite |
521c84 |
margin-right: 1;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#SchematicBottomFrame QToolBar QToolButton {
|
|
Kite |
521c84 |
padding: -2;
|
|
Kite |
521c84 |
margin-right: 2;
|
|
Kite |
521c84 |
margin-top: 2;
|
|
Kite |
521c84 |
margin-bottom: 2;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#SchematicSceneViewer {
|
|
shun-iwasawa |
a1cc39 |
background-color: #3b3b3b;
|
|
Kite |
521c84 |
border-bottom: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
FX Settings
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
FxSettings QToolBar {
|
|
Kite |
521c84 |
border: 1 1 0 1 solid #2c2c2c;
|
|
Kite |
521c84 |
min-height: 19;
|
|
shun-iwasawa |
a1cc39 |
padding: 3 0;
|
|
Kite |
521c84 |
border-top: 1 solid #2c2c2c;
|
|
Kite |
521c84 |
border-left: 1 solid #2c2c2c;
|
|
Kite |
521c84 |
border-right: 1 solid #2c2c2c;
|
|
Kite |
521c84 |
border-top-left-radius: 2;
|
|
Kite |
521c84 |
border-top-right-radius: 2;
|
|
Kite |
521c84 |
margin-bottom: -1;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
FxSettings QToolBar QToolBar {
|
|
shun-iwasawa |
a1cc39 |
border: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
Kite |
521c84 |
FxSettings QToolBar QToolButton {
|
|
Kite |
521c84 |
margin: 0;
|
|
Kite |
521c84 |
padding: 0;
|
|
Kite |
521c84 |
width: 22;
|
|
Kite |
521c84 |
padding-right: -2;
|
|
Kite |
521c84 |
padding-bottom: -1;
|
|
Kite |
521c84 |
}
|
|
shun-iwasawa |
a1cc39 |
#FxSettingsLabel {
|
|
shun-iwasawa |
a1cc39 |
color: #a0e680;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#FxSettingsHelpButton {
|
|
Kite |
521c84 |
background-color: transparent;
|
|
Kite |
521c84 |
border: 0;
|
|
shun-iwasawa |
a1cc39 |
padding-top: 0;
|
|
shun-iwasawa |
a1cc39 |
padding-bottom: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#FxSettingsHelpButton:hover {
|
|
Kite |
521c84 |
background-color: #717171;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
4c05e2 |
ChannelBar {
|
|
shun-iwasawa |
4c05e2 |
qproperty-TextColor: #e6e6e6;
|
|
shun-iwasawa |
4c05e2 |
}
|
|
Kite |
521c84 |
/* Keyframe Button Colors
|
|
Kite |
521c84 |
----------------------------------------------------------------------------- */
|
|
Kite |
521c84 |
ParamFieldKeyToggle {
|
|
Kite |
521c84 |
qproperty-KeyOffColor: rgba(0, 0, 0, 0);
|
|
Kite |
521c84 |
qproperty-KeyBorderOffColor: rgba(0, 0, 0, 0);
|
|
Kite |
521c84 |
qproperty-KeyModifiedColor: #beb062;
|
|
Kite |
521c84 |
qproperty-KeyBorderModifiedColor: #beb062;
|
|
Kite |
521c84 |
qproperty-KeyOnColor: #be7323;
|
|
Kite |
521c84 |
qproperty-KeyBorderOnColor: #be7323;
|
|
Kite |
521c84 |
qproperty-KeyInbetweenColor: #80795b;
|
|
Kite |
521c84 |
qproperty-KeyBorderInbetweenColor: #80795b;
|
|
Kite |
521c84 |
qproperty-KeyHighlightColor: rgba(255, 255, 255, 0.3);
|
|
Kite |
521c84 |
qproperty-KeyBorderHighlightColor: rgba(255, 255, 255, 0.3);
|
|
Kite |
521c84 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Script Console
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
#ScriptConsole {
|
|
shun-iwasawa |
a1cc39 |
font-family: 'Courier New', monospace;
|
|
shun-iwasawa |
a1cc39 |
border: 0;
|
|
shun-iwasawa |
a1cc39 |
color: #000000;
|
|
shun-iwasawa |
a1cc39 |
padding: 3;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#ScriptConsole QFrame {
|
|
shun-iwasawa |
a1cc39 |
background-color: #dcdcdc;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#ScriptConsole TPanelTitleBar {
|
|
shun-iwasawa |
a1cc39 |
background-color: #393939;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Task Viewer
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
#TaskSheetItemLabel {
|
|
shun-iwasawa |
a1cc39 |
color: #e6e6e6;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#Tasks QToolBar {
|
|
Kite |
521c84 |
border-bottom: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
padding: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#Tasks QToolBar QToolButton {
|
|
shun-iwasawa |
a1cc39 |
margin: 2 2 3 2;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
Tools Window
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
#ToolBar QToolBar {
|
|
Kite |
521c84 |
padding-left: 3px;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#ToolBar QToolButton {
|
|
Kite |
521c84 |
padding: 1 0 0 1;
|
|
Kite |
521c84 |
margin-top: 1;
|
|
Kite |
521c84 |
margin-bottom: 1;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#ToolBar QToolButton#qt_toolbar_ext_button {
|
|
Kite |
521c84 |
qproperty-icon: url('imgs/white/toolbar_extension_vertical.png');
|
|
Kite |
521c84 |
padding-bottom: 1;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#ToolBar QToolButton#qt_toolbar_ext_button:hover {
|
|
Kite |
521c84 |
background-color: #717171;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#ToolBar QToolButton#qt_toolbar_ext_button:pressed {
|
|
Kite |
521c84 |
background-color: #2c2c2c;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#expandButton:checked {
|
|
Kite |
521c84 |
background-color: transparent;
|
|
Kite |
521c84 |
border-color: transparent;
|
|
Kite |
521c84 |
color: #e6e6e6;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#expandButton:checked:hover {
|
|
Kite |
521c84 |
background-color: #717171;
|
|
Kite |
521c84 |
border-color: #717171;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#expandButton:checked:pressed {
|
|
Kite |
521c84 |
background-color: #2c2c2c;
|
|
Kite |
521c84 |
border-color: #272727;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
Tool Options Window
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
#ToolOptions TPanelTitleBar {
|
|
shun-iwasawa |
a1cc39 |
border-bottom: 0;
|
|
Kite |
521c84 |
border-right: 1px solid #2c2c2c;
|
|
Kite |
521c84 |
max-width: 18;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#EditToolLockButton {
|
|
shun-iwasawa |
a1cc39 |
spacing: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#EditToolLockButton:hover {
|
|
shun-iwasawa |
a1cc39 |
background: none;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#EditToolLockButton::indicator {
|
|
Kite |
521c84 |
border: 1 solid transparent;
|
|
shun-iwasawa |
a1cc39 |
height: 18;
|
|
Kite |
521c84 |
padding: 0 -1 0 1;
|
|
Kite |
521c84 |
width: 19;
|
|
Kite |
521c84 |
margin-left: 1;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#EditToolLockButton::indicator:unchecked {
|
|
Kite |
521c84 |
image: url('imgs/white/lock.svg');
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#EditToolLockButton::indicator:unchecked:hover {
|
|
Kite |
521c84 |
image: url('imgs/white/lock_over.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#EditToolLockButton::indicator:checked {
|
|
shun-iwasawa |
a1cc39 |
background-color: #C34040;
|
|
shun-iwasawa |
a1cc39 |
border-color: #C34040;
|
|
shun-iwasawa |
a1cc39 |
image: url('imgs/white/lock_on.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#EditToolLockButton::indicator:checked:hover {
|
|
shun-iwasawa |
a1cc39 |
background-color: #d57a7a;
|
|
shun-iwasawa |
a1cc39 |
border-color: #d57a7a;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
PopupButton::menu-indicator {
|
|
shun-iwasawa |
a1cc39 |
border-left: 0;
|
|
shun-iwasawa |
a1cc39 |
height: 17;
|
|
shun-iwasawa |
a1cc39 |
image: url('imgs/white/combo_downarrow.svg');
|
|
shun-iwasawa |
a1cc39 |
width: 10;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
PopupButton::menu-indicator:hover {
|
|
shun-iwasawa |
a1cc39 |
image: url('imgs/white/combo_downarrow.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
PopupButton::menu-indicator:disabled {
|
|
shun-iwasawa |
a1cc39 |
image: url('imgs/white/combo_downarrow_disabled.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#Cap,
|
|
shun-iwasawa |
a1cc39 |
#Join {
|
|
shun-iwasawa |
a1cc39 |
padding: 0 4 0 -8;
|
|
shun-iwasawa |
a1cc39 |
max-width: 32;
|
|
shun-iwasawa |
a1cc39 |
min-width: 32;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#Cap QMenu,
|
|
shun-iwasawa |
a1cc39 |
#Join QMenu {
|
|
shun-iwasawa |
a1cc39 |
max-width: 28;
|
|
shun-iwasawa |
a1cc39 |
min-width: 28;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#Cap QMenu::item,
|
|
shun-iwasawa |
a1cc39 |
#Join QMenu::item {
|
|
shun-iwasawa |
a1cc39 |
max-width: 28;
|
|
shun-iwasawa |
a1cc39 |
min-width: 28;
|
|
shun-iwasawa |
a1cc39 |
padding: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QToolBar#MediumPaddingToolBar QToolButton {
|
|
Kite |
521c84 |
padding-left: 2;
|
|
Kite |
521c84 |
padding-right: 1;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QToolBar#WidePaddingToolBar QToolButton {
|
|
Kite |
521c84 |
padding-left: 2;
|
|
Kite |
521c84 |
padding-right: 1;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
/* XSheet Toolbar & Command Bar
|
|
Kite |
521c84 |
----------------------------------------------------------------------------- */
|
|
Kite |
521c84 |
#XSheetToolbar {
|
|
Kite |
521c84 |
padding: 0;
|
|
Kite |
521c84 |
margin: 0;
|
|
Kite |
521c84 |
border-bottom: 1 solid #2c2c2c;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#XSheetToolbar QToolButton#qt_toolbar_ext_button {
|
|
Kite |
521c84 |
margin: 0;
|
|
Kite |
521c84 |
margin-top: 3;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#XSheetToolbar QToolButton {
|
|
Kite |
521c84 |
padding: 0;
|
|
Kite |
521c84 |
padding-right: -1;
|
|
Kite |
521c84 |
padding-bottom: -1;
|
|
Kite |
521c84 |
min-height: 20px;
|
|
Kite |
521c84 |
margin-left: 2;
|
|
Kite |
521c84 |
margin-right: 0;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#XSheetToolbar::separator:horizontal {
|
|
Kite |
521c84 |
margin: 0 0 0 2;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#CommandBar {
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
padding: 0;
|
|
shun-iwasawa |
a1cc39 |
border: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#CommandBar::separator:horizontal {
|
|
Kite |
521c84 |
margin-right: 0;
|
|
Kite |
521c84 |
margin-left: 2;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
Kite |
521c84 |
#CommandBar QToolButton {
|
|
Kite |
521c84 |
margin: 0 0 0 2;
|
|
Kite |
521c84 |
padding: 0;
|
|
Kite |
521c84 |
padding-top: -1;
|
|
Kite |
521c84 |
padding-left: 0;
|
|
Kite |
521c84 |
padding-right: -1;
|
|
Kite |
521c84 |
padding-bottom: 0;
|
|
Kite |
521c84 |
min-height: 20px;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
Kite |
521c84 |
#CommandBar QToolButton#qt_toolbar_ext_button {
|
|
Kite |
521c84 |
margin-top: 1;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
Kite |
521c84 |
#CommandBar TPanelTitleBar {
|
|
Kite |
521c84 |
border-right: 1px solid #2c2c2c;
|
|
Kite |
521c84 |
border-bottom: 0;
|
|
Kite |
521c84 |
max-width: 18;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
ComboViewer / Viewer / FlipBook
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
#ComboViewerPanel Toolbar {
|
|
Kite |
521c84 |
border-bottom: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#ComboViewerPanel Toolbar::separator:horizontal {
|
|
shun-iwasawa |
a1cc39 |
margin: 0 0 0 2;
|
|
Kite |
521c84 |
padding: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#ComboViewerPanel Toolbar QToolButton {
|
|
Kite |
521c84 |
margin: 0;
|
|
Kite |
521c84 |
margin-bottom: 3;
|
|
Kite |
521c84 |
margin-left: 2;
|
|
Kite |
521c84 |
margin-right: 0;
|
|
Kite |
521c84 |
margin-top: 2;
|
|
Kite |
521c84 |
padding-top: 1;
|
|
Kite |
521c84 |
padding-left: 1;
|
|
Kite |
521c84 |
padding-right: 0;
|
|
Kite |
521c84 |
padding-bottom: 0;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#ComboViewerPanel Toolbar QToolButton#qt_toolbar_ext_button {
|
|
Kite |
521c84 |
margin-bottom: 1;
|
|
Kite |
521c84 |
qproperty-icon: url('imgs/white/toolbar_extension_horizontal.png');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#ComboViewerToolOptions {
|
|
Kite |
521c84 |
border-bottom: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#ComboViewer #ToolBarContainer,
|
|
shun-iwasawa |
a1cc39 |
#ViewerPanel #ToolBarContainer,
|
|
shun-iwasawa |
a1cc39 |
FlipBook #ToolBarContainer {
|
|
shun-iwasawa |
a1cc39 |
background-color: transparent;
|
|
Kite |
521c84 |
border-top: 1 solid #2c2c2c;
|
|
Kite |
521c84 |
border-bottom: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
padding-right: -1;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#flipCustomize {
|
|
shun-iwasawa |
a1cc39 |
margin-left: 3;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#flipCustomize::menu-button {
|
|
shun-iwasawa |
a1cc39 |
background-color: transparent;
|
|
shun-iwasawa |
a1cc39 |
width: 35;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#flipCustomize::menu-arrow {
|
|
shun-iwasawa |
a1cc39 |
image: none;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QToolBar#FlipConsolePlayToolBar::separator:horizontal {
|
|
Kite |
521c84 |
border-color: #2c2c2c;
|
|
Kite |
521c84 |
margin: 0 1 0 1;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QToolBar#FlipConsolePlayToolBar QToolButton {
|
|
Kite |
521c84 |
padding-left: 0;
|
|
Kite |
521c84 |
padding-top: -1;
|
|
Kite |
521c84 |
padding-right: -1;
|
|
Kite |
521c84 |
padding-bottom: -2;
|
|
Kite |
521c84 |
margin: 2 1 2 1;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
QToolBar#FlipConsolePlayToolBar #KeyNo,
|
|
Kite |
521c84 |
QToolBar#FlipConsolePlayToolBar #KeyPartial,
|
|
Kite |
521c84 |
QToolBar#FlipConsolePlayToolBar #KeyTotal,
|
|
Kite |
521c84 |
QToolBar#FlipConsolePlayToolBar #PreviousKey,
|
|
Kite |
521c84 |
QToolBar#FlipConsolePlayToolBar #NextKey {
|
|
shun-iwasawa |
a1cc39 |
padding-right: 1;
|
|
Kite |
521c84 |
padding-left: 1;
|
|
Kite |
521c84 |
max-width: 20px;
|
|
Kite |
521c84 |
max-height: 20px;
|
|
Kite |
521c84 |
padding-bottom: 0;
|
|
Kite |
521c84 |
padding-top: 0;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
QToolBar#FlipConsolePlayToolBar #PreviousKey,
|
|
Kite |
521c84 |
QToolBar#FlipConsolePlayToolBar #NextKey {
|
|
Kite |
521c84 |
margin: 0 2;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#ViewerFpsSlider {
|
|
shun-iwasawa |
a1cc39 |
background-color: transparent;
|
|
shun-iwasawa |
a1cc39 |
background-image: url('imgs/white/slider-groove.svg');
|
|
shun-iwasawa |
a1cc39 |
background-position: center center;
|
|
shun-iwasawa |
a1cc39 |
background-repeat: repeat-x;
|
|
shun-iwasawa |
a1cc39 |
border: 0;
|
|
shun-iwasawa |
a1cc39 |
height: 19;
|
|
shun-iwasawa |
a1cc39 |
margin: 0 3 0 37;
|
|
shun-iwasawa |
a1cc39 |
max-width: 300;
|
|
shun-iwasawa |
a1cc39 |
min-width: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#ViewerFpsSlider::sub-line:horizontal {
|
|
shun-iwasawa |
a1cc39 |
subcontrol-origin: absolute;
|
|
Kite |
521c84 |
background-color: #646464;
|
|
shun-iwasawa |
a1cc39 |
border: 1 solid #484848;
|
|
shun-iwasawa |
a1cc39 |
border-top-left-radius: 2;
|
|
shun-iwasawa |
a1cc39 |
border-bottom-left-radius: 2;
|
|
shun-iwasawa |
a1cc39 |
height: 16;
|
|
shun-iwasawa |
a1cc39 |
left: -33;
|
|
shun-iwasawa |
a1cc39 |
width: 14;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#ViewerFpsSlider::add-line:horizontal {
|
|
shun-iwasawa |
a1cc39 |
subcontrol-position: left;
|
|
Kite |
521c84 |
background-color: #646464;
|
|
shun-iwasawa |
a1cc39 |
border: 1 solid #484848;
|
|
shun-iwasawa |
a1cc39 |
border-top-right-radius: 2;
|
|
shun-iwasawa |
a1cc39 |
border-bottom-right-radius: 2;
|
|
shun-iwasawa |
a1cc39 |
left: 18;
|
|
shun-iwasawa |
a1cc39 |
height: 16;
|
|
shun-iwasawa |
a1cc39 |
image-position: center center;
|
|
shun-iwasawa |
a1cc39 |
width: 13;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#ViewerFpsSlider::handle::horizontal {
|
|
shun-iwasawa |
a1cc39 |
background-color: #a1a1a1;
|
|
shun-iwasawa |
a1cc39 |
border: 1 solid #a1a1a1;
|
|
shun-iwasawa |
a1cc39 |
border-radius: 2;
|
|
shun-iwasawa |
a1cc39 |
margin: 2 0 3 0;
|
|
shun-iwasawa |
a1cc39 |
min-width: 9;
|
|
shun-iwasawa |
a1cc39 |
width: 9;
|
|
shun-iwasawa |
a1cc39 |
max-width: 9;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
Kite |
521c84 |
FlipConsole {
|
|
Kite |
521c84 |
qproperty-FpsFieldColor: #2f2f2f;
|
|
Kite |
521c84 |
}
|
|
shun-iwasawa |
a1cc39 |
FlipSlider {
|
|
shun-iwasawa |
a1cc39 |
qproperty-PBHeight: 15;
|
|
shun-iwasawa |
a1cc39 |
qproperty-PBOverlay: url('imgs/white/flipslider.svg');
|
|
shun-iwasawa |
a1cc39 |
qproperty-PBColorMarginLeft: 1;
|
|
shun-iwasawa |
a1cc39 |
qproperty-PBColorMarginTop: 2;
|
|
shun-iwasawa |
a1cc39 |
qproperty-PBColorMarginRight: 1;
|
|
shun-iwasawa |
a1cc39 |
qproperty-PBColorMarginBottom: 2;
|
|
shun-iwasawa |
a1cc39 |
qproperty-PBMarker: url('imgs/white/flipmarker.svg');
|
|
shun-iwasawa |
a1cc39 |
qproperty-PBMarkerMarginLeft: 3;
|
|
shun-iwasawa |
a1cc39 |
qproperty-PBMarkerMarginRight: 3;
|
|
shun-iwasawa |
a1cc39 |
qproperty-notStartedColor: rgba(205, 101, 101, 0.78);
|
|
shun-iwasawa |
a1cc39 |
qproperty-startedColor: #1abc3f;
|
|
shun-iwasawa |
a1cc39 |
qproperty-baseColor: #2f2f2f;
|
|
shun-iwasawa |
a1cc39 |
qproperty-finishedColor: #2f2f2f;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
Ruler {
|
|
shun-iwasawa |
a1cc39 |
qproperty-ParentBGColor: #484848;
|
|
Kite |
521c84 |
qproperty-ScaleColor: rgba(230, 230, 230, 0.7);
|
|
Kite |
521c84 |
qproperty-HandleColor: #64b0e2;
|
|
Kite |
521c84 |
qproperty-HandleDragColor: yellow;
|
|
Kite |
521c84 |
qproperty-BorderColor: rgba(44, 44, 44, 0.7);
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#RulerToolOptionValues {
|
|
shun-iwasawa |
a1cc39 |
color: #000000;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
Kite |
521c84 |
#enableBlankFrameButton {
|
|
Kite |
521c84 |
background-color: transparent;
|
|
Kite |
521c84 |
border-color: transparent;
|
|
Kite |
521c84 |
color: rgba(230, 230, 230, 0.4);
|
|
Kite |
521c84 |
padding: 0;
|
|
Kite |
521c84 |
font-weight: bold;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#enableBlankFrameButton:checked {
|
|
Kite |
521c84 |
border-width: 2px;
|
|
Kite |
521c84 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
XSheet Viewer
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
/* ScrollAreas (Row, Column and Cell)
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
#xsheetArea,
|
|
shun-iwasawa |
caf3c6 |
#ScrollColumnArea,
|
|
shun-iwasawa |
caf3c6 |
#ScrollRowArea,
|
|
shun-iwasawa |
caf3c6 |
#ScrollCellArea {
|
|
Kite |
521c84 |
background-color: #484848;
|
|
shun-iwasawa |
a1cc39 |
border: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#xsheetScrollArea {
|
|
shun-iwasawa |
a1cc39 |
border: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#cornerWidget QToolButton {
|
|
shun-iwasawa |
a1cc39 |
padding: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
Kite |
521c84 |
#XsheetCellArea QLineEdit {
|
|
Kite |
521c84 |
margin-top: 1;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#XsheetCellArea QLineEdit:focus {
|
|
Kite |
521c84 |
border-radius: 0;
|
|
Kite |
521c84 |
border-width: 2;
|
|
Kite |
521c84 |
border-left-width: 2;
|
|
Kite |
521c84 |
border-color: #000;
|
|
Kite |
521c84 |
background-color: #000000;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#RenameCellField {
|
|
Kite |
521c84 |
padding-right: 3;
|
|
Kite |
521c84 |
}
|
|
shun-iwasawa |
a1cc39 |
/* xsheetColumnHeader (Context Menus)
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
#xsheetColumnAreaMenu_Preview {
|
|
shun-iwasawa |
a1cc39 |
background-color: #E6E678;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#xsheetColumnAreaMenu_Lock {
|
|
shun-iwasawa |
a1cc39 |
background-color: #F5F5F5;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#xsheetColumnAreaMenu_Camstand {
|
|
shun-iwasawa |
a1cc39 |
background-color: #FFA480;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#xsheetColumnAreaMenu_Preview,
|
|
shun-iwasawa |
a1cc39 |
#xsheetColumnAreaMenu_Lock,
|
|
shun-iwasawa |
a1cc39 |
#xsheetColumnAreaMenu_Camstand {
|
|
shun-iwasawa |
a1cc39 |
color: #000;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#noteTextEdit {
|
|
shun-iwasawa |
a1cc39 |
color: #000;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
Kite |
521c84 |
#DvMiniToolBar {
|
|
Kite |
521c84 |
border: 1 solid #2c2c2c;
|
|
Kite |
521c84 |
}
|
|
shun-iwasawa |
a1cc39 |
/* XSheet Spreadsheet
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
XsheetViewer {
|
|
shun-iwasawa |
a1cc39 |
qproperty-TextColor: #e6e6e6;
|
|
Kite |
521c84 |
qproperty-ErrorTextColor: #ff7b7b;
|
|
shun-iwasawa |
aebc0b |
qproperty-SelectedTextColor: #e6e6e6;
|
|
shun-iwasawa |
aebc0b |
qproperty-CurrentFrameTextColor: #e6e6e6;
|
|
konero |
6be91a |
qproperty-BGColor: #404040;
|
|
Kite |
521c84 |
qproperty-LightLineColor: rgba(0, 0, 0, 0.2);
|
|
Kite |
521c84 |
qproperty-MarkerLineColor: rgba(255, 255, 255, 0.15);
|
|
shun-iwasawa |
aebc0b |
qproperty-SecMarkerLineColor: rgba(255, 255, 255, 0.25);
|
|
shun-iwasawa |
aebc0b |
qproperty-SelectedMarkerLineColor: rgba(255, 255, 255, 0.15);
|
|
Kite |
521c84 |
qproperty-VerticalLineColor: rgba(0, 0, 0, 0.3);
|
|
Kite |
521c84 |
qproperty-VerticalLineHeadColor: #272727;
|
|
shun-iwasawa |
a1cc39 |
qproperty-PreviewFrameTextColor: #9fdaff;
|
|
Kite |
521c84 |
qproperty-CurrentRowBgColor: rgba(83, 133, 166, 0.7);
|
|
Kite |
521c84 |
qproperty-OnionSkinAreaBgColor: #393939;
|
|
Kite |
521c84 |
qproperty-CellFocusColor: #000;
|
|
Kite |
521c84 |
qproperty-ColumnIconLineColor: #2c2c2c;
|
|
Kite |
521c84 |
qproperty-EmptyColumnHeadColor: #484848;
|
|
Kite |
521c84 |
qproperty-ColumnHeadPastelizer: rgba(0, 0, 0, 0);
|
|
Kite |
521c84 |
qproperty-SelectedColumnHead: rgba(221, 231, 237, 0.3);
|
|
Kite |
521c84 |
qproperty-PlayRangeColor: #484848;
|
|
Kite |
521c84 |
qproperty-FoldedColumnBGColor: #626262;
|
|
Kite |
521c84 |
qproperty-FoldedColumnLineColor: #3b3b3b;
|
|
Kite |
521c84 |
qproperty-EmptyCellColor: #393939;
|
|
Kite |
521c84 |
qproperty-NotEmptyColumnColor: #404040;
|
|
Kite |
521c84 |
qproperty-SelectedEmptyCellColor: rgba(103, 113, 119, 0.5);
|
|
shun-iwasawa |
a1cc39 |
qproperty-LevelColumnColor: #4C6E4C;
|
|
Kite |
521c84 |
qproperty-LevelColumnBorderColor: #375037;
|
|
Kite |
521c84 |
qproperty-SelectedLevelColumnColor: #59846c;
|
|
shun-iwasawa |
a1cc39 |
qproperty-VectorColumnColor: #7B7B4C;
|
|
Kite |
521c84 |
qproperty-VectorColumnBorderColor: #5b5b39;
|
|
Kite |
521c84 |
qproperty-SelectedVectorColumnColor: #85906c;
|
|
Kite |
d70a4f |
qproperty-ChildColumnColor: #6b4e69;
|
|
Kite |
d70a4f |
qproperty-ChildColumnBorderColor: #4e384c;
|
|
Kite |
d70a4f |
qproperty-SelectedChildColumnColor: #766787;
|
|
shun-iwasawa |
a1cc39 |
qproperty-FullcolorColumnColor: #657A96;
|
|
Kite |
521c84 |
qproperty-FullcolorColumnBorderColor: #506178;
|
|
Kite |
521c84 |
qproperty-SelectedFullcolorColumnColor: #708fb1;
|
|
Kite |
d70a4f |
qproperty-FxColumnColor: #5e5645;
|
|
Kite |
d70a4f |
qproperty-FxColumnBorderColor: #413b2f;
|
|
Kite |
d70a4f |
qproperty-SelectedFxColumnColor: #6a6e66;
|
|
Kite |
521c84 |
qproperty-ReferenceColumnColor: #555555;
|
|
Kite |
521c84 |
qproperty-ReferenceColumnBorderColor: #3b3b3b;
|
|
Kite |
521c84 |
qproperty-SelectedReferenceColumnColor: #616d74;
|
|
Kite |
521c84 |
qproperty-PaletteColumnColor: #42756e;
|
|
Kite |
521c84 |
qproperty-PaletteColumnBorderColor: #30544f;
|
|
Kite |
521c84 |
qproperty-SelectedPaletteColumnColor: #508b8c;
|
|
Kite |
d70a4f |
qproperty-MeshColumnColor: #594d75;
|
|
Kite |
d70a4f |
qproperty-MeshColumnBorderColor: #423956;
|
|
Kite |
d70a4f |
qproperty-SelectedMeshColumnColor: #656692;
|
|
Kite |
521c84 |
qproperty-SoundTextColumnColor: #a7a7a7;
|
|
Kite |
521c84 |
qproperty-SoundTextColumnBorderColor: #8e8e8e;
|
|
Kite |
521c84 |
qproperty-SelectedSoundTextColumnColor: #adb9c0;
|
|
Kite |
521c84 |
qproperty-SoundColumnColor: #578a8a;
|
|
Kite |
521c84 |
qproperty-SoundColumnBorderColor: #436b6b;
|
|
Kite |
521c84 |
qproperty-SelectedSoundColumnColor: #639ea6;
|
|
shun-iwasawa |
a1cc39 |
qproperty-SoundColumnHlColor: #34FE5E;
|
|
Kite |
521c84 |
qproperty-SoundColumnTrackColor: rgba(0, 0, 0, 0.8);
|
|
Kite |
521c84 |
qproperty-ActiveCameraColor: #4073a3;
|
|
Kite |
521c84 |
qproperty-SelectedActiveCameraColor: #4e89bd;
|
|
Kite |
521c84 |
qproperty-OtherCameraColor: #5e9aa3;
|
|
Kite |
521c84 |
qproperty-SelectedOtherCameraColor: #6aadbd;
|
|
Kite |
521c84 |
qproperty-LightLightBGColor: #393939;
|
|
shun-iwasawa |
a1cc39 |
qproperty-LightBGColor: #f0f0f0;
|
|
shun-iwasawa |
a1cc39 |
qproperty-DarkBGColor: #e1e1e1;
|
|
shun-iwasawa |
a1cc39 |
qproperty-DarkLineColor: #969696;
|
|
shun-iwasawa |
7a5a14 |
qproperty-TableColor: #62628c;
|
|
shun-iwasawa |
7a5a14 |
qproperty-PegColor: #9f6e3c;
|
|
Kite |
521c84 |
qproperty-TimelineIconLineColor: rgba(0, 0, 0, 0.3);
|
|
shun-iwasawa |
a1cc39 |
qproperty-XsheetColumnNameBgColor: rgba(0, 0, 0, 0);
|
|
Kite |
521c84 |
qproperty-XsheetDragBarHighlightColor: rgba(255, 255, 255, 0.15);
|
|
shun-iwasawa |
a1cc39 |
qproperty-XsheetPreviewButtonBgOnColor: #c8c864;
|
|
shun-iwasawa |
a1cc39 |
qproperty-XsheetPreviewButtonOnImage: url('imgs/white/x_prev_eye_on.svg');
|
|
Kite |
521c84 |
qproperty-XsheetPreviewButtonBgOffColor: transparent;
|
|
shun-iwasawa |
a1cc39 |
qproperty-XsheetPreviewButtonOffImage: url('imgs/white/x_prev_eye_off.svg');
|
|
shun-iwasawa |
a1cc39 |
qproperty-XsheetCamstandButtonBgOnColor: #eb906b;
|
|
shun-iwasawa |
a1cc39 |
qproperty-XsheetCamstandButtonOnImage: url('imgs/white/x_table_view_on.svg');
|
|
shun-iwasawa |
a1cc39 |
qproperty-XsheetCamstandButtonTranspImage: url('imgs/white/x_table_view_transp.svg');
|
|
Kite |
521c84 |
qproperty-XsheetCamstandButtonBgOffColor: transparent;
|
|
shun-iwasawa |
a1cc39 |
qproperty-XsheetCamstandButtonOffImage: url('imgs/white/x_table_view_off.svg');
|
|
Kite |
521c84 |
qproperty-XsheetLockButtonBgOnColor: rgba(255, 255, 255, 0.6);
|
|
shun-iwasawa |
a1cc39 |
qproperty-XsheetLockButtonOnImage: url('imgs/white/x_lock_on.svg');
|
|
Kite |
521c84 |
qproperty-XsheetLockButtonBgOffColor: transparent;
|
|
shun-iwasawa |
a1cc39 |
qproperty-XsheetLockButtonOffImage: url('imgs/white/x_lock_off.svg');
|
|
shun-iwasawa |
a1cc39 |
qproperty-XsheetConfigButtonBgColor: rgba(255, 255, 255, 0);
|
|
shun-iwasawa |
a1cc39 |
qproperty-XsheetConfigButtonImage: url('imgs/white/x_config.svg');
|
|
Kite |
521c84 |
qproperty-FrameRangeMarkerLineColor: #6e6e6e;
|
|
shun-iwasawa |
7c3c0a |
qproperty-CurrentTimeIndicatorColor: #ff0000;
|
|
Kite |
521c84 |
qproperty-TimelinePreviewButtonBgOnColor: #484848;
|
|
Kite |
521c84 |
qproperty-TimelinePreviewButtonOnImage: url('imgs/white/preview_small.svg');
|
|
Kite |
521c84 |
qproperty-TimelinePreviewButtonBgOffColor: #484848;
|
|
Kite |
521c84 |
qproperty-TimelinePreviewButtonOffImage: url('none');
|
|
Kite |
521c84 |
qproperty-TimelineCamstandButtonBgOnColor: #484848;
|
|
Kite |
521c84 |
qproperty-TimelineCamstandButtonOnImage: url('imgs/white/table_small.svg');
|
|
Kite |
521c84 |
qproperty-TimelineCamstandButtonTranspImage: url('imgs/white/trans_small.svg');
|
|
Kite |
521c84 |
qproperty-TimelineCamstandButtonBgOffColor: #484848;
|
|
Kite |
521c84 |
qproperty-TimelineCamstandButtonOffImage: url('none');
|
|
Kite |
521c84 |
qproperty-TimelineLockButtonBgOnColor: #484848;
|
|
Kite |
521c84 |
qproperty-TimelineLockButtonOnImage: url('imgs/white/lock_on_small.svg');
|
|
Kite |
521c84 |
qproperty-TimelineLockButtonBgOffColor: #484848;
|
|
Kite |
521c84 |
qproperty-TimelineLockButtonOffImage: url('none');
|
|
Kite |
521c84 |
qproperty-TimelineConfigButtonBgColor: #484848;
|
|
shun-iwasawa |
a1cc39 |
qproperty-TimelineConfigButtonImage: url('imgs/white/timeline_config.svg');
|
|
shun-iwasawa |
a1cc39 |
qproperty-LayerHeaderPreviewImage: url('imgs/white/layer_header_prev_eye.svg');
|
|
shun-iwasawa |
a1cc39 |
qproperty-LayerHeaderPreviewOverImage: url('imgs/white/layer_header_prev_eye_over.svg');
|
|
shun-iwasawa |
a1cc39 |
qproperty-LayerHeaderCamstandImage: url('imgs/white/layer_header_table_view.svg');
|
|
shun-iwasawa |
a1cc39 |
qproperty-LayerHeaderCamstandOverImage: url('imgs/white/layer_header_table_view_over.svg');
|
|
Kite |
521c84 |
qproperty-LayerHeaderLockImage: url('imgs/white/layer_lock_on.svg');
|
|
Kite |
521c84 |
qproperty-LayerHeaderLockOverImage: url('imgs/white/layer_lock_on_over.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Function Editor
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
#FunctionEditor QToolBar {
|
|
Kite |
521c84 |
border-bottom: 1 solid #2c2c2c;
|
|
Kite |
521c84 |
background-color: transparent;
|
|
Kite |
521c84 |
padding-bottom: 10;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#FunctionEditor QToolBar QToolBar {
|
|
shun-iwasawa |
a1cc39 |
border: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#FunctionEditor QToolBar QToolButton {
|
|
Kite |
521c84 |
margin-bottom: 2;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#FunctionEditorTree {
|
|
Kite |
521c84 |
border-top: 1 solid #2c2c2c;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
FunctionTreeView {
|
|
shun-iwasawa |
a1cc39 |
qproperty-TextColor: #e6e6e6;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* Function Editor Spreadsheet
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
caf3c6 |
#ScrollRowArea,
|
|
shun-iwasawa |
caf3c6 |
#ScrollCellArea {
|
|
shun-iwasawa |
caf3c6 |
border-top: 1 solid rgba(0, 0, 0, 0.3);
|
|
shun-iwasawa |
caf3c6 |
}
|
|
shun-iwasawa |
caf3c6 |
#ScrollCellArea {
|
|
shun-iwasawa |
caf3c6 |
border-left: 1 solid rgba(0, 0, 0, 0.3);
|
|
shun-iwasawa |
caf3c6 |
}
|
|
shun-iwasawa |
caf3c6 |
#ScrollColumnArea {
|
|
shun-iwasawa |
caf3c6 |
padding-left: 2;
|
|
shun-iwasawa |
caf3c6 |
}
|
|
shun-iwasawa |
a1cc39 |
FunctionPanel {
|
|
konero |
e47e80 |
qproperty-BGColor: #3b3b3b;
|
|
konero |
e47e80 |
qproperty-ValueLineColor: #454545;
|
|
konero |
e47e80 |
qproperty-FrameLineColor: #505050;
|
|
konero |
e47e80 |
qproperty-OtherCurvesColor: #888888;
|
|
konero |
e47e80 |
qproperty-RulerBackground: #343434;
|
|
shun-iwasawa |
a1cc39 |
qproperty-TextColor: #e6e6e6;
|
|
konero |
e47e80 |
qproperty-SubColor: #3b3b3b;
|
|
shun-iwasawa |
a1cc39 |
qproperty-SelectedColor: #FFA500;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
SpreadsheetViewer {
|
|
Kite |
521c84 |
qproperty-LightLightBGColor: #393939;
|
|
Kite |
521c84 |
qproperty-CurrentRowBgColor: rgba(83, 133, 166, 0.7);
|
|
Kite |
521c84 |
qproperty-LightLineColor: rgba(0, 0, 0, 0.2);
|
|
Kite |
521c84 |
qproperty-MarkerLineColor: rgba(255, 255, 255, 0.15);
|
|
shun-iwasawa |
aebc0b |
qproperty-SecMarkerLineColor: rgba(255, 255, 255, 0.25);
|
|
Kite |
521c84 |
qproperty-BGColor: #404040;
|
|
Kite |
521c84 |
qproperty-VerticalLineColor: rgba(0, 0, 0, 0.3);
|
|
shun-iwasawa |
a1cc39 |
qproperty-KeyFrameColor: #995d1d;
|
|
Kite |
521c84 |
qproperty-KeyFrameBorderColor: #db9041;
|
|
Kite |
521c84 |
qproperty-SelectedKeyFrameColor: #a2835b;
|
|
shun-iwasawa |
4a3868 |
qproperty-IgnoredKeyFrameColor: #ac2a39;
|
|
shun-iwasawa |
4a3868 |
qproperty-SelectedIgnoredKeyFrameColor: #b25872;
|
|
shun-iwasawa |
a1cc39 |
qproperty-InBetweenColor: #666250;
|
|
Kite |
521c84 |
qproperty-InBetweenBorderColor: #b0aa91;
|
|
Kite |
521c84 |
qproperty-SelectedInBetweenColor: #717970;
|
|
shun-iwasawa |
4a3868 |
qproperty-IgnoredInBetweenColor: #8a695e;
|
|
shun-iwasawa |
4a3868 |
qproperty-SelectedIgnoredInBetweenColor: #93807d;
|
|
Kite |
521c84 |
qproperty-SelectedEmptyColor: rgba(103, 113, 119, 0.5);
|
|
Kite |
521c84 |
qproperty-SelectedSceneRangeEmptyColor: rgba(103, 113, 119, 0.5);
|
|
shun-iwasawa |
a1cc39 |
qproperty-TextColor: #e6e6e6;
|
|
shun-iwasawa |
aebc0b |
qproperty-CurrentRowTextColor: #e6e6e6;
|
|
Kite |
521c84 |
qproperty-ColumnHeaderBorderColor: #272727;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#ExpressionField {
|
|
shun-iwasawa |
a1cc39 |
background-color: #e6e6e6;
|
|
shun-iwasawa |
a1cc39 |
border: 1 solid #333333;
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|