|
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;
|
|
Kite |
521c84 |
color: #0d0d0d;
|
|
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: #b5b5b5;
|
|
Kite |
521c84 |
border-color: #a0a0a0;
|
|
Kite |
521c84 |
color: #0d0d0d;
|
|
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: #8f8f8f;
|
|
Kite |
521c84 |
border-color: #7a7a7a;
|
|
Kite |
521c84 |
color: #0d0d0d;
|
|
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 {
|
|
Kite |
521c84 |
background-color: #a0c1dd;
|
|
Kite |
521c84 |
border-color: #7aa8d0;
|
|
Kite |
521c84 |
color: #000;
|
|
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 {
|
|
Kite |
521c84 |
background-color: #bed5e8;
|
|
Kite |
521c84 |
border-color: #7aa8d0;
|
|
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 {
|
|
Kite |
521c84 |
color: rgba(0, 0, 0, 0.4);
|
|
Kite |
521c84 |
}
|
|
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(160, 193, 221, 0.4);
|
|
Kite |
521c84 |
border-color: rgba(160, 193, 221, 0.4);
|
|
shun-iwasawa |
a1cc39 |
}
|
|
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: #b5b5b5;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.button-flat:pressed,
|
|
shun-iwasawa |
a1cc39 |
PaletteViewer QToolBar QToolButton:pressed {
|
|
Kite |
521c84 |
background-color: #a8a8a8;
|
|
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 #a8a8a8;
|
|
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: #c4c4c4;
|
|
Kite |
521c84 |
qproperty-BottomAboveLineColor: #c4c4c4;
|
|
Kite |
521c84 |
qproperty-BottomBelowLineColor: #a8a8a8;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.tab-flat,
|
|
konero |
b95603 |
#TopBarTab::tab,
|
|
konero |
b95603 |
#TabBarContainer QTabBar::tab {
|
|
Kite |
521c84 |
background-color: #c4c4c4;
|
|
Kite |
521c84 |
border-right: 1 solid #a3a3a3;
|
|
Kite |
521c84 |
border-bottom: 1 solid #a8a8a8;
|
|
konero |
b95603 |
border-top: 0;
|
|
konero |
b95603 |
border-left: 0;
|
|
konero |
b95603 |
border-radius: 0;
|
|
Kite |
521c84 |
color: #000;
|
|
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: #d1d1d1;
|
|
Kite |
521c84 |
color: #000;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.tab-flat:selected,
|
|
konero |
b95603 |
#TopBarTab::tab:selected,
|
|
konero |
b95603 |
#TabBarContainer QTabBar::tab:selected {
|
|
Kite |
521c84 |
background-color: #DBDBDB;
|
|
shun-iwasawa |
a1cc39 |
color: #000;
|
|
Kite |
521c84 |
border-bottom-color: #DBDBDB;
|
|
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 {
|
|
Kite |
521c84 |
background-color: #c4c4c4;
|
|
konero |
b95603 |
border: 1 solid #a8a8a8;
|
|
Kite |
521c84 |
color: #000;
|
|
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: #d1d1d1;
|
|
Kite |
521c84 |
color: #000;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
konero |
b95603 |
.tab-round:selected,
|
|
konero |
b95603 |
QTabBar::tab:selected {
|
|
Kite |
521c84 |
background-color: #DBDBDB;
|
|
shun-iwasawa |
a1cc39 |
border-top-right-radius: 2;
|
|
shun-iwasawa |
a1cc39 |
border-top-left-radius: 2;
|
|
Kite |
521c84 |
border-bottom-color: #DBDBDB;
|
|
shun-iwasawa |
a1cc39 |
color: #000;
|
|
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"] {
|
|
Kite |
521c84 |
background-color: #DBDBDB;
|
|
shun-iwasawa |
a1cc39 |
color: #000;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
caf3c6 |
QWidget:disabled,
|
|
shun-iwasawa |
caf3c6 |
QTextEdit[readOnly="true"]:disabled {
|
|
Kite |
521c84 |
color: rgba(0, 0, 0, 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: #000;
|
|
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 {
|
|
konero |
b95603 |
background-color: #5b5b5b;
|
|
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 {
|
|
konero |
b95603 |
background-color: #5b5b5b;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Topbar
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
#TopBar {
|
|
Kite |
521c84 |
background: #DBDBDB;
|
|
shun-iwasawa |
a1cc39 |
border: 0;
|
|
Kite |
521c84 |
border-bottom: 1 solid #a8a8a8;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#TopBar #EditToolLockButton {
|
|
Kite |
521c84 |
background: #DBDBDB;
|
|
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 {
|
|
Kite |
521c84 |
background-color: #DBDBDB;
|
|
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 {
|
|
Kite |
521c84 |
background-color: #DBDBDB;
|
|
shun-iwasawa |
a1cc39 |
border: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QMenuBar::item {
|
|
Kite |
521c84 |
background-color: #DBDBDB;
|
|
Kite |
521c84 |
border-left: 1 solid #DBDBDB;
|
|
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: #b5b5b5;
|
|
shun-iwasawa |
a1cc39 |
color: #000;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QMenuBar::item:pressed {
|
|
Kite |
521c84 |
background-color: #a0c1dd;
|
|
Kite |
521c84 |
color: #000;
|
|
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 {
|
|
Kite |
521c84 |
border-top: 1 solid #a3a3a3;
|
|
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: #a0c1dd;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#TopBarTab::tab:first {
|
|
konero |
b95603 |
border-left: 1 solid #a3a3a3;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#TopBarTab QToolButton {
|
|
Kite |
521c84 |
border-left: 2 solid #a8a8a8;
|
|
Kite |
521c84 |
border-top: 1 solid #a8a8a8;
|
|
Kite |
521c84 |
border-right: 1 solid #a8a8a8;
|
|
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 {
|
|
Kite |
521c84 |
background-color: #DBDBDB;
|
|
Kite |
521c84 |
border: 1 solid #a8a8a8;
|
|
shun-iwasawa |
a1cc39 |
color: #000;
|
|
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 {
|
|
Kite |
521c84 |
background-color: #a0c1dd;
|
|
Kite |
521c84 |
color: #000;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QMenu::item:checked {
|
|
shun-iwasawa |
a1cc39 |
color: #000;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QMenu::item:checked:selected {
|
|
Kite |
521c84 |
background-color: #a0c1dd;
|
|
Kite |
521c84 |
color: #000;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QMenu::item:disabled {
|
|
shun-iwasawa |
a1cc39 |
background: none;
|
|
Kite |
521c84 |
color: rgba(0, 0, 0, 0.4);
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QMenu::item:disabled:selected {
|
|
Kite |
521c84 |
color: rgba(0, 0, 0, 0.4);
|
|
shun-iwasawa |
a1cc39 |
/* fix for disabled indicator */
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QMenu::separator {
|
|
Kite |
521c84 |
border-top: 1 solid rgba(0, 0, 0, 0.171);
|
|
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('../Default/imgs/black/none');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QMenu::icon:checked {
|
|
Kite |
521c84 |
background-color: #a0c1dd;
|
|
Kite |
521c84 |
border: 1 solid #7aa8d0;
|
|
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 {
|
|
Kite |
521c84 |
background-color: #c4c4c4;
|
|
Kite |
521c84 |
border-bottom: 1px solid #ababab;
|
|
Kite |
521c84 |
height: 18;
|
|
Kite |
521c84 |
min-height: 18;
|
|
Kite |
521c84 |
qproperty-TitleColor: rgba(0, 0, 0, 0.5);
|
|
Kite |
521c84 |
qproperty-ActiveTitleColor: #000;
|
|
shun-iwasawa |
a1cc39 |
qproperty-BorderPixmap: url('none');
|
|
shun-iwasawa |
a1cc39 |
qproperty-ActiveBorderPixmap: url('../Default/imgs/black/none');
|
|
shun-iwasawa |
a1cc39 |
qproperty-FloatBorderPixmap: url('none');
|
|
shun-iwasawa |
a1cc39 |
qproperty-FloatActiveBorderPixmap: url('../Default/imgs/black/none');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
Kite |
521c84 |
TPanelTitleBarButton {
|
|
Kite |
521c84 |
qproperty-PressedColor: #82add2;
|
|
Kite |
521c84 |
qproperty-FreezeColor: #e0625c;
|
|
Kite |
521c84 |
qproperty-PreviewColor: #2cb856;
|
|
Kite |
521c84 |
qproperty-OverColor: #919191;
|
|
Kite |
521c84 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Scrollbars
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
QAbstractScrollArea::corner {
|
|
Kite |
d70a4f |
background-color: #dbdbdb;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QScrollBar {
|
|
Kite |
d70a4f |
background-color: #dbdbdb;
|
|
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 |
d70a4f |
border: 0 solid #b5b5b5;
|
|
Kite |
521c84 |
border-radius: 4;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::handle:horizontal:hover,
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::handle:vertical:hover {
|
|
Kite |
d70a4f |
background-color: #a5a5a5;
|
|
Kite |
d70a4f |
border-color: #a5a5a5;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::handle:horizontal:pressed,
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::handle:vertical:pressed {
|
|
Kite |
d70a4f |
background-color: #969696;
|
|
Kite |
d70a4f |
border-color: #969696;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::handle:horizontal {
|
|
Kite |
d70a4f |
background-color: #b5b5b5;
|
|
Kite |
521c84 |
margin: 3 16;
|
|
shun-iwasawa |
a1cc39 |
min-width: 20;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QScrollBar::handle:vertical {
|
|
Kite |
d70a4f |
background-color: #b5b5b5;
|
|
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;
|
|
Kite |
d70a4f |
background-color: #dbdbdb;
|
|
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;
|
|
Kite |
d70a4f |
background-color: #dbdbdb;
|
|
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;
|
|
Kite |
d70a4f |
background-color: #dbdbdb;
|
|
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;
|
|
Kite |
d70a4f |
background-color: #dbdbdb;
|
|
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('../Default/imgs/black/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('../Default/imgs/black/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('../Default/imgs/black/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('../Default/imgs/black/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 #a8a8a8;
|
|
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 #a8a8a8;
|
|
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('../Default/imgs/black/toolbar_extension_horizontal.png');
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
QToolButton#qt_toolbar_ext_button:hover {
|
|
Kite |
521c84 |
background-color: #d3d3d3;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
QToolButton#qt_toolbar_ext_button:pressed {
|
|
Kite |
521c84 |
background-color: #b5b5b5;
|
|
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: #c7c7c7;
|
|
Kite |
521c84 |
border: 0 solid #a8a8a8;
|
|
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: #d3d3d3;
|
|
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: #8f8f8f;
|
|
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 #a8a8a8;
|
|
shun-iwasawa |
a1cc39 |
image: url('../Default/imgs/black/scroll-left.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#ScrollRightButton {
|
|
Kite |
521c84 |
border-left: 1 solid #a8a8a8;
|
|
shun-iwasawa |
a1cc39 |
margin-left: 3;
|
|
shun-iwasawa |
a1cc39 |
image: url('../Default/imgs/black/scroll-right.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#ScrollUpButton {
|
|
shun-iwasawa |
a1cc39 |
image: url('../Default/imgs/black/scroll-up.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#ScrollDownButton {
|
|
shun-iwasawa |
a1cc39 |
image: url('../Default/imgs/black/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: #b5b5b5;
|
|
Kite |
521c84 |
border-color: #a0a0a0;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#keyFrameNavigator #KeyPartial {
|
|
Kite |
521c84 |
background-color: #f8a145;
|
|
Kite |
521c84 |
border: 1 solid #cf6e08;
|
|
Kite |
521c84 |
image: url('');
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#keyFrameNavigator #KeyPartial:hover {
|
|
Kite |
521c84 |
background-color: #faba76;
|
|
Kite |
521c84 |
border-color: #cf6e08;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#keyFrameNavigator #KeyTotal {
|
|
Kite |
521c84 |
background-color: #f8a145;
|
|
Kite |
521c84 |
border: 1 solid #cf6e08;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#keyFrameNavigator #KeyTotal:hover {
|
|
Kite |
521c84 |
background-color: #faba76;
|
|
Kite |
521c84 |
border-color: #cf6e08;
|
|
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: #DBDBDB;
|
|
Kite |
521c84 |
border-radius: 0;
|
|
Kite |
521c84 |
border: 1 solid #a8a8a8;
|
|
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: #a8a8a8;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
QTabBar QToolButton:disabled {
|
|
Kite |
521c84 |
color: rgba(0, 0, 0, 0.4);
|
|
shun-iwasawa |
a1cc39 |
}
|
|
konero |
b95603 |
#TabBarContainer {
|
|
konero |
b95603 |
background-color: #c4c4c4;
|
|
konero |
b95603 |
qproperty-BottomAboveLineColor: #c4c4c4;
|
|
konero |
b95603 |
qproperty-BottomBelowLineColor: #a8a8a8;
|
|
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: #cecece;
|
|
Kite |
521c84 |
alternate-background-color: #c4c4c4;
|
|
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 {
|
|
Kite |
521c84 |
background-color: #a0c1dd;
|
|
Kite |
521c84 |
color: #000;
|
|
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('../Default/imgs/black/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('../Default/imgs/black/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('../Default/imgs/black/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('../Default/imgs/black/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('../Default/imgs/black/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('../Default/imgs/black/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('../Default/imgs/black/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: #cecece;
|
|
Kite |
521c84 |
alternate-background-color: #c4c4c4;
|
|
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: #c7c7c7;
|
|
Kite |
521c84 |
border: 1 solid #a0a0a0;
|
|
Jeremy Bullock |
ed3888 |
border-radius: 2;
|
|
Kite |
521c84 |
color: #0d0d0d;
|
|
Jeremy Bullock |
ed3888 |
margin: 0;
|
|
Jeremy Bullock |
ed3888 |
padding: 0;
|
|
Jeremy Bullock |
ed3888 |
}
|
|
Jeremy Bullock |
ed3888 |
#toolOptionsPanel QPushButton:hover {
|
|
Kite |
521c84 |
background-color: #d3d3d3;
|
|
Kite |
521c84 |
border-color: #a0a0a0;
|
|
Kite |
521c84 |
color: #0d0d0d;
|
|
Jeremy Bullock |
ed3888 |
}
|
|
Jeremy Bullock |
ed3888 |
#toolOptionsPanel QPushButton:pressed {
|
|
Kite |
521c84 |
background-color: #8f8f8f;
|
|
Kite |
521c84 |
border-color: #7a7a7a;
|
|
Kite |
521c84 |
color: #0d0d0d;
|
|
Jeremy Bullock |
ed3888 |
}
|
|
Jeremy Bullock |
ed3888 |
#toolOptionsPanel QPushButton:checked {
|
|
Kite |
521c84 |
background-color: #b5b5b5;
|
|
Kite |
521c84 |
border-color: #8e8e8e;
|
|
Kite |
521c84 |
color: #000;
|
|
Jeremy Bullock |
ed3888 |
}
|
|
Jeremy Bullock |
ed3888 |
#toolOptionsPanel QPushButton:checked:hover {
|
|
Kite |
521c84 |
background-color: #c9c9c9;
|
|
Jeremy Bullock |
ed3888 |
}
|
|
Jeremy Bullock |
ed3888 |
#toolOptionsPanel QPushButton:checked:hover:pressed {
|
|
Kite |
521c84 |
background: #bcbcbc;
|
|
Jeremy Bullock |
ed3888 |
}
|
|
Jeremy Bullock |
ed3888 |
#toolOptionsPanel QPushButton:disabled {
|
|
Kite |
521c84 |
background-color: #d1d1d1;
|
|
Kite |
521c84 |
border-color: #b7b7b7;
|
|
Kite |
521c84 |
color: rgba(0, 0, 0, 0.4);
|
|
Jeremy Bullock |
ed3888 |
}
|
|
Jeremy Bullock |
ed3888 |
/* -----------------------------------------------------------------------------
|
|
konero |
b95603 |
QHeaderView
|
|
konero |
b95603 |
----------------------------------------------------------------------------- */
|
|
konero |
b95603 |
QHeaderView::section {
|
|
konero |
b95603 |
background-color: #cecece;
|
|
konero |
b95603 |
border: 1 solid #a8a8a8;
|
|
konero |
b95603 |
padding-left: 4;
|
|
konero |
b95603 |
margin-left: -1;
|
|
konero |
b95603 |
margin-top: -1;
|
|
konero |
b95603 |
}
|
|
konero |
b95603 |
QTreeWidget {
|
|
konero |
b95603 |
background-color: #e3e3e3;
|
|
konero |
b95603 |
border: 1 solid #a8a8a8;
|
|
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: #c7c7c7;
|
|
Kite |
521c84 |
border-color: #a0a0a0;
|
|
Kite |
521c84 |
border-width: 1;
|
|
Kite |
521c84 |
border-style: solid;
|
|
shun-iwasawa |
a1cc39 |
border-radius: 2;
|
|
Kite |
521c84 |
color: #0d0d0d;
|
|
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: #d3d3d3;
|
|
Kite |
521c84 |
border-color: #a0a0a0;
|
|
Kite |
521c84 |
color: #0d0d0d;
|
|
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: #8f8f8f;
|
|
Kite |
521c84 |
border-color: #7a7a7a;
|
|
Kite |
521c84 |
color: #0d0d0d;
|
|
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: #b5b5b5;
|
|
Kite |
521c84 |
border-color: #8e8e8e;
|
|
Kite |
521c84 |
color: #000;
|
|
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: #c9c9c9;
|
|
Kite |
521c84 |
border-color: #bcbcbc;
|
|
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: #bcbcbc;
|
|
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 {
|
|
Kite |
521c84 |
background-color: #d1d1d1;
|
|
Kite |
521c84 |
border-color: #b7b7b7;
|
|
Kite |
521c84 |
color: rgba(0, 0, 0, 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: #000;
|
|
Kite |
521c84 |
background-color: #f4f4f4;
|
|
Kite |
521c84 |
border-color: #a8a8a8;
|
|
shun-iwasawa |
a1cc39 |
padding: 1 0 1 3;
|
|
Kite |
521c84 |
selection-background-color: #a0c1dd;
|
|
Kite |
521c84 |
selection-color: #000;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.ComboBox:hover,
|
|
shun-iwasawa |
a1cc39 |
QComboBox:hover {
|
|
Kite |
521c84 |
background-color: #d3d3d3;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.ComboBox:hover:editable,
|
|
shun-iwasawa |
a1cc39 |
QComboBox:hover:editable {
|
|
Kite |
521c84 |
background-color: #f4f4f4;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.ComboBox:checked,
|
|
shun-iwasawa |
a1cc39 |
QComboBox:checked {
|
|
Kite |
521c84 |
border-color: #3e92d9;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
.ComboBox:focus,
|
|
Kite |
521c84 |
QComboBox:focus {
|
|
Kite |
521c84 |
border-color: #3e92d9;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.ComboBox::drop-down,
|
|
shun-iwasawa |
a1cc39 |
QComboBox::drop-down {
|
|
shun-iwasawa |
a1cc39 |
border: 0;
|
|
shun-iwasawa |
a1cc39 |
image: url('../Default/imgs/black/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: #c7c7c7;
|
|
Kite |
521c84 |
border-left: 1 solid #a0a0a0;
|
|
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: #d3d3d3;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.ComboBox::drop-down:hover:editable,
|
|
shun-iwasawa |
a1cc39 |
QComboBox::drop-down:hover:editable {
|
|
Kite |
521c84 |
background-color: #d3d3d3;
|
|
Kite |
521c84 |
border-color: #a0a0a0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.ComboBox::drop-down:disabled,
|
|
shun-iwasawa |
a1cc39 |
QComboBox::drop-down:disabled {
|
|
shun-iwasawa |
a1cc39 |
image: url('../Default/imgs/black/combo_downarrow_disabled.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.ComboBox::drop-down:disabled:editable,
|
|
shun-iwasawa |
a1cc39 |
QComboBox::drop-down:disabled:editable {
|
|
Kite |
521c84 |
background-color: #d1d1d1;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.ComboBox QAbstractItemView,
|
|
shun-iwasawa |
a1cc39 |
QComboBox QAbstractItemView {
|
|
Kite |
521c84 |
background-color: #DBDBDB;
|
|
Kite |
521c84 |
border: 1 solid #a8a8a8;
|
|
Kite |
521c84 |
selection-background-color: #a0c1dd;
|
|
Kite |
521c84 |
selection-color: #000;
|
|
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 {
|
|
Kite |
521c84 |
background-color: #f4f4f4;
|
|
Kite |
521c84 |
border: 1 solid #a8a8a8;
|
|
shun-iwasawa |
a1cc39 |
border-radius: 2;
|
|
shun-iwasawa |
a1cc39 |
color: #000;
|
|
Kite |
521c84 |
selection-background-color: #a0c1dd;
|
|
Kite |
521c84 |
selection-color: #000;
|
|
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 {
|
|
Kite |
521c84 |
background-color: #f4f4f4;
|
|
Kite |
521c84 |
border-color: #3e92d9;
|
|
shun-iwasawa |
a1cc39 |
color: #000;
|
|
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 {
|
|
konero |
b95603 |
background-color: #e5e5e5;
|
|
Kite |
521c84 |
border-color: #c2c2c2;
|
|
Kite |
521c84 |
color: rgba(0, 0, 0, 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: #DBDBDB;
|
|
shun-iwasawa |
caf3c6 |
color: #000;
|
|
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: #000;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.CheckBox:hover,
|
|
shun-iwasawa |
a1cc39 |
QCheckBox:hover {
|
|
Kite |
521c84 |
color: #000;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.CheckBox:disabled,
|
|
shun-iwasawa |
a1cc39 |
QCheckBox:disabled {
|
|
Kite |
521c84 |
color: rgba(0, 0, 0, 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 {
|
|
Kite |
521c84 |
background-color: #f4f4f4;
|
|
Kite |
521c84 |
border: 1 solid #a8a8a8;
|
|
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 {
|
|
Kite |
521c84 |
background-color: #c6daea;
|
|
Kite |
521c84 |
border-color: #757575;
|
|
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 {
|
|
Kite |
521c84 |
background-color: rgba(0, 0, 0, 0.8);
|
|
Kite |
521c84 |
border-color: rgba(0, 0, 0, 0.8);
|
|
shun-iwasawa |
a1cc39 |
image: url('../Default/imgs/black/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 {
|
|
Kite |
521c84 |
background-color: #5b5b5b;
|
|
Kite |
521c84 |
border-color: #5b5b5b;
|
|
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 {
|
|
Kite |
521c84 |
background-color: #c2c2c2;
|
|
Kite |
521c84 |
border-color: #b5b5b5;
|
|
shun-iwasawa |
a1cc39 |
image: url('../Default/imgs/black/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 {
|
|
Kite |
521c84 |
background-color: rgba(0, 0, 0, 0.8);
|
|
Kite |
521c84 |
border-color: rgba(0, 0, 0, 0.8);
|
|
shun-iwasawa |
a1cc39 |
image: url('../Default/imgs/black/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 {
|
|
Kite |
521c84 |
background-color: #c2c2c2;
|
|
Kite |
521c84 |
border-color: #b5b5b5;
|
|
shun-iwasawa |
a1cc39 |
image: url('../Default/imgs/black/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 {
|
|
Kite |
521c84 |
background-color: #DBDBDB;
|
|
shun-iwasawa |
a1cc39 |
border-color: rgba(0, 0, 0, 0.11);
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
Kite |
521c84 |
RadioButton
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
.RadioButton,
|
|
shun-iwasawa |
a1cc39 |
QRadioButton {
|
|
shun-iwasawa |
a1cc39 |
color: #000;
|
|
shun-iwasawa |
a1cc39 |
padding: 0;
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.RadioButton:hover,
|
|
shun-iwasawa |
a1cc39 |
QRadioButton:hover {
|
|
Kite |
521c84 |
color: #000;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.RadioButton:checked,
|
|
shun-iwasawa |
a1cc39 |
QRadioButton:checked {
|
|
shun-iwasawa |
a1cc39 |
color: #000;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.RadioButton:disabled,
|
|
shun-iwasawa |
a1cc39 |
QRadioButton:disabled {
|
|
Kite |
521c84 |
color: rgba(0, 0, 0, 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('../Default/imgs/black/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('../Default/imgs/black/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('../Default/imgs/black/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('../Default/imgs/black/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('../Default/imgs/black/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 {
|
|
Kite |
521c84 |
color: #000;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.GroupBox::title:disabled,
|
|
shun-iwasawa |
a1cc39 |
QGroupBox::title:disabled {
|
|
Kite |
521c84 |
color: rgba(0, 0, 0, 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 {
|
|
Kite |
521c84 |
color: rgba(0, 0, 0, 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;
|
|
Kite |
521c84 |
background-image: url('../Default/imgs/black/slider-groove_light.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 {
|
|
Kite |
521c84 |
background-image: url('../Default/imgs/black/slider-groove_disabled_light.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.Slider::handle:horizontal,
|
|
shun-iwasawa |
a1cc39 |
QSlider::handle:horizontal {
|
|
shun-iwasawa |
a1cc39 |
margin: -2 0;
|
|
shun-iwasawa |
692990 |
width: 10;
|
|
Kite |
521c84 |
image: url('../Default/imgs/black/slider-handle_light.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
.Slider::handle:horizontal:disabled,
|
|
shun-iwasawa |
a1cc39 |
QSlider::handle:horizontal:disabled {
|
|
Kite |
521c84 |
image: url('../Default/imgs/black/slider-handle_disabled_light.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
692990 |
.Slider::handle:vertical,
|
|
shun-iwasawa |
692990 |
QSlider::handle:vertical {
|
|
andeon |
ed2678 |
margin: 0 -2;
|
|
shun-iwasawa |
692990 |
height: 10;
|
|
shun-iwasawa |
692990 |
image: url('../Default/imgs/black/slider-v-handle_light.svg');
|
|
shun-iwasawa |
692990 |
}
|
|
shun-iwasawa |
692990 |
.Slider::handle:vertical:disabled,
|
|
shun-iwasawa |
692990 |
QSlider::handle:vertical:disabled {
|
|
shun-iwasawa |
692990 |
image: url('../Default/imgs/black/slider-v-handle_disabled_light.svg');
|
|
shun-iwasawa |
692990 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Double Slider
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
#IntPairField,
|
|
shun-iwasawa |
a1cc39 |
#DoublePairField {
|
|
Kite |
521c84 |
qproperty-LightLineColor: #828282;
|
|
Kite |
521c84 |
qproperty-LightLineEdgeColor: #828282;
|
|
Kite |
521c84 |
qproperty-DarkLineColor: #828282;
|
|
Kite |
521c84 |
qproperty-MiddleLineColor: #828282;
|
|
Kite |
521c84 |
qproperty-HandleLeftPixmap: url("../Default/imgs/black/slider-handle_light.svg");
|
|
Kite |
521c84 |
qproperty-HandleRightPixmap: url("../Default/imgs/black/slider-handle_light.svg");
|
|
Kite |
521c84 |
qproperty-HandleLeftGrayPixmap: url("../Default/imgs/black/slider-handle_disabled_light.svg");
|
|
Kite |
521c84 |
qproperty-HandleRightGrayPixmap: url("../Default/imgs/black/slider-handle_disabled_light.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;
|
|
Kite |
521c84 |
background-color: #c2c2c2;
|
|
Kite |
521c84 |
border: 1 solid #a8a8a8;
|
|
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 #a8a8a8;
|
|
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: #000000;
|
|
konero |
6be91a |
qproperty-ScrollerBGColor: #c7c7c7;
|
|
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: #cecece;
|
|
Kite |
521c84 |
alternate-background-color: #cecece;
|
|
Kite |
521c84 |
border: 1 solid #a8a8a8;
|
|
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: #dbdbdb;
|
|
shun-iwasawa |
a1cc39 |
qproperty-TextColor: #000;
|
|
Kite |
521c84 |
qproperty-AlternateBackground: #e3e3e3;
|
|
Kite |
521c84 |
qproperty-SelectedTextColor: #000;
|
|
shun-iwasawa |
a1cc39 |
qproperty-FolderTextColor: #001686;
|
|
Kite |
521c84 |
qproperty-SelectedItemBackground: #a0c1dd;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
Kite |
521c84 |
DvItemViewerTitleBar {
|
|
Kite |
521c84 |
qproperty-ColColor: #cecece;
|
|
Kite |
521c84 |
qproperty-ColSortedColor: #cecece;
|
|
Kite |
521c84 |
qproperty-ColTextColor: #000;
|
|
Kite |
521c84 |
qproperty-ColBorderColor: #a8a8a8;
|
|
Kite |
521c84 |
}
|
|
Kite |
d70a4f |
#FileBrowser {
|
|
Kite |
521c84 |
background-color: #DBDBDB;
|
|
Kite |
521c84 |
}
|
|
Kite |
d70a4f |
#FileBrowser QLabel {
|
|
Kite |
521c84 |
background-color: transparent;
|
|
Kite |
521c84 |
}
|
|
Kite |
d70a4f |
#FileBrowser QToolBar {
|
|
Kite |
521c84 |
background-color: #DBDBDB;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
Kite |
d70a4f |
#FileBrowser #castFrame {
|
|
Kite |
521c84 |
border-top: 1 solid #a8a8a8;
|
|
Kite |
521c84 |
border-right: 1 solid #a8a8a8;
|
|
Kite |
521c84 |
border-bottom: 1 solid #a8a8a8;
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
StyledTreeView {
|
|
shun-iwasawa |
a1cc39 |
qproperty-TextColor: #000;
|
|
Kite |
521c84 |
qproperty-SelectedTextColor: #000;
|
|
Kite |
521c84 |
qproperty-SelectedItemBackground: #a0c1dd;
|
|
shun-iwasawa |
a1cc39 |
qproperty-FolderTextColor: #001686;
|
|
Kite |
521c84 |
qproperty-SelectedFolderTextColor: #000;
|
|
Kite |
521c84 |
alternate-background-color: #c4c4c4;
|
|
Kite |
521c84 |
background-color: #cecece;
|
|
Kite |
521c84 |
border: 1 solid #a8a8a8;
|
|
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 #a8a8a8;
|
|
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 #a8a8a8;
|
|
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: #DBDBDB;
|
|
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 {
|
|
Kite |
521c84 |
background-color: #DBDBDB;
|
|
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: #000;
|
|
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('../Default/imgs/black/lock.svg');
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#CameraSettingsRadioButton::indicator:unchecked:hover {
|
|
Kite |
521c84 |
image: url('../Default/imgs/black/lock_over.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#CameraSettingsRadioButton::indicator:checked {
|
|
Kite |
521c84 |
background-color: #e0625c;
|
|
Kite |
521c84 |
border-color: #b42922;
|
|
shun-iwasawa |
a1cc39 |
image: url('../Default/imgs/black/lock_on.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#CameraSettingsRadioButton::indicator:checked:hover {
|
|
Kite |
521c84 |
background-color: #eca09c;
|
|
Kite |
521c84 |
border-color: #b42922;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#CameraSettingsDPI {
|
|
shun-iwasawa |
a1cc39 |
color: #000000;
|
|
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: #000000;
|
|
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 {
|
|
Kite |
521c84 |
background-color: #ffffff;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#MatchLineButton:checked {
|
|
Kite |
521c84 |
background-color: #ffffff;
|
|
Kite |
521c84 |
border: 2 solid #a0c1dd;
|
|
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 #a8a8a8;
|
|
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 {
|
|
Kite |
521c84 |
background: #f4f4f4;
|
|
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: #000000;
|
|
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 #a8a8a8;
|
|
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 {
|
|
Kite |
521c84 |
qproperty-BGColor: #DBDBDB;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
justburner |
981d46 |
#StyleChooserPage {
|
|
justburner |
981d46 |
qproperty-CommonChipBoxColor: #c0c0c0;
|
|
konero |
e47e80 |
qproperty-PinnedChipBoxColor: #607080;
|
|
justburner |
981d46 |
qproperty-SolidChipBoxColor: #e49080;
|
|
konero |
e47e80 |
qproperty-SelectedChipBoxColor: black;
|
|
justburner |
981d46 |
qproperty-SelectedChipBox2Color: #c7ca32;
|
|
konero |
e47e80 |
}
|
|
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('../Default/imgs/black/scroll-right.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#colorSliderSubButton {
|
|
shun-iwasawa |
a1cc39 |
image: url('../Default/imgs/black/scroll-left.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#PlainColorPageParts {
|
|
Kite |
521c84 |
border-bottom: 1 solid #a8a8a8;
|
|
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: #000;
|
|
konero |
b95603 |
qproperty-SelectedBorderColor: #697C9E;
|
|
konero |
b95603 |
qproperty-NumpadShortcutBgColor: rgba(0, 68, 255, 0.15);
|
|
konero |
b95603 |
qproperty-NumpadShortcutBorderColor: black;
|
|
Kite |
521c84 |
qproperty-SeparatorColor: #a8a8a8;
|
|
Kite |
521c84 |
qproperty-CurrentCellColor: rgba(160, 193, 221, 0.5);
|
|
Kite |
521c84 |
qproperty-SelectedCellColor: #a0c1dd;
|
|
Kite |
521c84 |
qproperty-ListNumpadShortcutBorderColor: #696969;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#PaletteLockButton {
|
|
shun-iwasawa |
a1cc39 |
border-radius: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#PaletteLockButton:checked {
|
|
Kite |
521c84 |
background-color: #e0625c;
|
|
Kite |
521c84 |
border-color: #b42922;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#PaletteLockButton:checked:hover {
|
|
Kite |
521c84 |
background-color: #eca09c;
|
|
Kite |
521c84 |
border-color: #b42922;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
Kite |
5cb633 |
#PltPageViewerScrollArea {
|
|
Kite |
5cb633 |
border-bottom: 1px solid #a8a8a8;
|
|
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 {
|
|
Kite |
521c84 |
background-color: #DBDBDB;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QDialog #dialogButtonFrame {
|
|
konero |
b95603 |
background-color: #d1d1d1;
|
|
Kite |
521c84 |
border-top: 1 solid #a8a8a8;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QDialog #dialogButtonFrame QPushButton {
|
|
Kite |
521c84 |
border-color: #a0a0a0;
|
|
shun-iwasawa |
a1cc39 |
outline: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QDialog #dialogButtonFrame QPushButton:focus {
|
|
Kite |
521c84 |
background-color: #acc3d6;
|
|
Kite |
521c84 |
border-color: #89aac6;
|
|
Kite |
521c84 |
color: #0d0d0d;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QDialog #dialogButtonFrame QPushButton:focus:hover {
|
|
Kite |
521c84 |
background-color: #c7d7e4;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
QDialog #dialogButtonFrame QPushButton:focus:pressed {
|
|
Kite |
521c84 |
background-color: #8f8f8f;
|
|
Kite |
521c84 |
border-color: #7a7a7a;
|
|
Kite |
521c84 |
color: #0d0d0d;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Scene Settings
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
#SceneSettings QLabel {
|
|
shun-iwasawa |
a1cc39 |
color: #000000;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Preferences
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
Kite |
39a8a5 |
#PreferencesPopup QListWidget,
|
|
Kite |
39a8a5 |
#OutputSettingsPopup QListWidget {
|
|
Kite |
521c84 |
background-color: #cecece;
|
|
Kite |
521c84 |
alternate-background-color: #cecece;
|
|
Kite |
521c84 |
border: 1 solid #a8a8a8;
|
|
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: #b5b5b5;
|
|
shun-iwasawa |
a1cc39 |
color: #000;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
Kite |
39a8a5 |
#PreferencesPopup QListWidget::item:selected,
|
|
Kite |
39a8a5 |
#OutputSettingsPopup QListWidget::item:selected {
|
|
Kite |
521c84 |
background-color: #a0c1dd;
|
|
Kite |
521c84 |
color: #000;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Keyboard Shortcuts
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
#ShortcutTree {
|
|
Kite |
521c84 |
border: 1 solid #a8a8a8;
|
|
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: #000000;
|
|
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('../Default/imgs/black/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(207, 93, 93, 0.82);
|
|
shun-iwasawa |
fc0d80 |
}
|
|
shun-iwasawa |
fc0d80 |
#FrameFormatBoxOutput {
|
|
shun-iwasawa |
fc0d80 |
border-color: rgba(93, 93, 207, 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: #000;
|
|
Kite |
521c84 |
qproperty-VerticalLineColor: rgba(0, 0, 0, 0.15);
|
|
Kite |
d70a4f |
qproperty-LevelColumnColor: #a1cea1;
|
|
Kite |
521c84 |
qproperty-VectorColumnColor: #d3cf9a;
|
|
Kite |
521c84 |
qproperty-ChildColumnColor: #cca3cc;
|
|
Kite |
521c84 |
qproperty-FullcolorColumnColor: #b0cbdd;
|
|
Kite |
521c84 |
qproperty-FxColumnColor: #ceb694;
|
|
Kite |
521c84 |
qproperty-PaletteColumnColor: #a9d4ca;
|
|
Kite |
521c84 |
qproperty-MeshColumnColor: #b8a2cf;
|
|
Kite |
521c84 |
qproperty-ReferenceColumnColor: #c2c2c2;
|
|
Kite |
521c84 |
qproperty-TableColor: #cbcbe4;
|
|
Kite |
521c84 |
qproperty-ActiveCameraColor: #b7dbfc;
|
|
Kite |
521c84 |
qproperty-OtherCameraColor: #9ad9e2;
|
|
Kite |
521c84 |
qproperty-GroupColor: #94bee5;
|
|
Kite |
521c84 |
qproperty-PegColor: #dfb081;
|
|
Kite |
521c84 |
qproperty-SplineColor: #a4ee37;
|
|
Kite |
521c84 |
qproperty-ActiveOutputColor: #b7dbfc;
|
|
Kite |
521c84 |
qproperty-OtherOutputColor: #9ad9e2;
|
|
Kite |
521c84 |
qproperty-XsheetColor: #cbcbe4;
|
|
shun-iwasawa |
a8fd67 |
qproperty-PassThroughColor: #e7dfdf;
|
|
Kite |
521c84 |
qproperty-NormalFxColor: #b1c2d7;
|
|
Kite |
521c84 |
qproperty-MacroFxColor: #d7b0cc;
|
|
Kite |
521c84 |
qproperty-ImageAdjustFxColor: #c1bedc;
|
|
Kite |
521c84 |
qproperty-LayerBlendingFxColor: #93c3ce;
|
|
Kite |
521c84 |
qproperty-MatteFxColor: #deadad;
|
|
Kite |
521c84 |
qproperty-SchematicPreviewButtonBgOnColor: #e9e97f;
|
|
Kite |
521c84 |
qproperty-SchematicPreviewButtonOnImage: url('../Default/imgs/black/schematic_preview_on.svg');
|
|
Kite |
521c84 |
qproperty-SchematicPreviewButtonBgOffColor: #c2c2c2;
|
|
Kite |
521c84 |
qproperty-SchematicPreviewButtonOffImage: url('../Default/imgs/black/schematic_preview_off.svg');
|
|
Kite |
521c84 |
qproperty-SchematicCamstandButtonBgOnColor: #ffa683;
|
|
Kite |
521c84 |
qproperty-SchematicCamstandButtonOnImage: url('../Default/imgs/black/schematic_table_on.svg');
|
|
Kite |
521c84 |
qproperty-SchematicCamstandButtonTranspImage: url('../Default/imgs/black/schematic_table_transp.svg');
|
|
Kite |
521c84 |
qproperty-SchematicCamstandButtonBgOffColor: #c2c2c2;
|
|
Kite |
521c84 |
qproperty-SchematicCamstandButtonOffImage: url('../Default/imgs/black/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 {
|
|
Kite |
521c84 |
background-color: #DBDBDB;
|
|
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 {
|
|
Kite |
521c84 |
background-color: #808080;
|
|
Kite |
521c84 |
border-bottom: 1 solid #a8a8a8;
|
|
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 #a8a8a8;
|
|
Kite |
521c84 |
min-height: 19;
|
|
shun-iwasawa |
a1cc39 |
padding: 3 0;
|
|
Kite |
521c84 |
border-top: 1 solid #a8a8a8;
|
|
Kite |
521c84 |
border-left: 1 solid #a8a8a8;
|
|
Kite |
521c84 |
border-right: 1 solid #a8a8a8;
|
|
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 {
|
|
Kite |
521c84 |
color: #000;
|
|
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: #d3d3d3;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
4c05e2 |
ChannelBar {
|
|
shun-iwasawa |
4c05e2 |
qproperty-TextColor: #000;
|
|
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: #f3e281;
|
|
Kite |
521c84 |
qproperty-KeyBorderModifiedColor: #99850f;
|
|
Kite |
521c84 |
qproperty-KeyOnColor: #f8a145;
|
|
Kite |
521c84 |
qproperty-KeyBorderOnColor: #cf6e08;
|
|
Kite |
521c84 |
qproperty-KeyInbetweenColor: #e6dbb6;
|
|
Kite |
521c84 |
qproperty-KeyBorderInbetweenColor: #9b8435;
|
|
Kite |
521c84 |
qproperty-KeyHighlightColor: rgba(255, 255, 255, 0.3);
|
|
Kite |
521c84 |
qproperty-KeyBorderHighlightColor: #a0a0a0;
|
|
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 {
|
|
Kite |
521c84 |
background-color: #c4c4c4;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
/* -----------------------------------------------------------------------------
|
|
shun-iwasawa |
a1cc39 |
Task Viewer
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
#TaskSheetItemLabel {
|
|
shun-iwasawa |
a1cc39 |
color: #000;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#Tasks QToolBar {
|
|
Kite |
521c84 |
border-bottom: 1 solid #a8a8a8;
|
|
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('../Default/imgs/black/toolbar_extension_vertical.png');
|
|
Kite |
521c84 |
padding-bottom: 1;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#ToolBar QToolButton#qt_toolbar_ext_button:hover {
|
|
Kite |
521c84 |
background-color: #d3d3d3;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#ToolBar QToolButton#qt_toolbar_ext_button:pressed {
|
|
Kite |
521c84 |
background-color: #8f8f8f;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#expandButton:checked {
|
|
Kite |
521c84 |
background-color: transparent;
|
|
Kite |
521c84 |
border-color: transparent;
|
|
Kite |
521c84 |
color: #000;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#expandButton:checked:hover {
|
|
Kite |
521c84 |
background-color: #b5b5b5;
|
|
Kite |
521c84 |
border-color: #a0a0a0;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#expandButton:checked:pressed {
|
|
Kite |
521c84 |
background-color: #8f8f8f;
|
|
Kite |
521c84 |
border-color: #7a7a7a;
|
|
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 #ababab;
|
|
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('../Default/imgs/black/lock.svg');
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#EditToolLockButton::indicator:unchecked:hover {
|
|
Kite |
521c84 |
image: url('../Default/imgs/black/lock_over.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#EditToolLockButton::indicator:checked {
|
|
Kite |
521c84 |
background-color: #e0625c;
|
|
Kite |
521c84 |
border-color: #b42922;
|
|
shun-iwasawa |
a1cc39 |
image: url('../Default/imgs/black/lock_on.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#EditToolLockButton::indicator:checked:hover {
|
|
Kite |
521c84 |
background-color: #eca09c;
|
|
Kite |
521c84 |
border-color: #b42922;
|
|
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('../Default/imgs/black/combo_downarrow.svg');
|
|
shun-iwasawa |
a1cc39 |
width: 10;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
PopupButton::menu-indicator:hover {
|
|
shun-iwasawa |
a1cc39 |
image: url('../Default/imgs/black/combo_downarrow.svg');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
PopupButton::menu-indicator:disabled {
|
|
shun-iwasawa |
a1cc39 |
image: url('../Default/imgs/black/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 #a8a8a8;
|
|
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 #ababab;
|
|
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 #a8a8a8;
|
|
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('../Default/imgs/black/toolbar_extension_horizontal.png');
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#ComboViewerToolOptions {
|
|
Kite |
521c84 |
border-bottom: 1 solid #a8a8a8;
|
|
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 #a8a8a8;
|
|
Kite |
521c84 |
border-bottom: 1 solid #a8a8a8;
|
|
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: #a8a8a8;
|
|
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;
|
|
Kite |
521c84 |
background-image: url('../Default/imgs/black/slider-groove_light.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: #c7c7c7;
|
|
Kite |
521c84 |
border: 1 solid #a0a0a0;
|
|
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: #c7c7c7;
|
|
Kite |
521c84 |
border: 1 solid #a0a0a0;
|
|
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 {
|
|
Kite |
521c84 |
background-color: #c2c2c2;
|
|
Kite |
521c84 |
border: 1 solid #8f8f8f;
|
|
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: #f4f4f4;
|
|
Kite |
521c84 |
}
|
|
shun-iwasawa |
a1cc39 |
FlipSlider {
|
|
shun-iwasawa |
a1cc39 |
qproperty-PBHeight: 15;
|
|
Kite |
521c84 |
qproperty-PBOverlay: url('../Default/imgs/black/flipslider_light.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;
|
|
Kite |
521c84 |
qproperty-PBMarker: url('../Default/imgs/black/flipmarker_light.svg');
|
|
shun-iwasawa |
a1cc39 |
qproperty-PBMarkerMarginLeft: 3;
|
|
shun-iwasawa |
a1cc39 |
qproperty-PBMarkerMarginRight: 3;
|
|
Kite |
521c84 |
qproperty-notStartedColor: #c33c3c;
|
|
konero |
b95603 |
qproperty-startedColor: #1ec044;
|
|
Kite |
521c84 |
qproperty-baseColor: #c2c2c2;
|
|
Kite |
521c84 |
qproperty-finishedColor: #c2c2c2;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
Ruler {
|
|
Kite |
521c84 |
qproperty-ParentBGColor: #DBDBDB;
|
|
Kite |
521c84 |
qproperty-ScaleColor: rgba(0, 0, 0, 0.7);
|
|
Kite |
521c84 |
qproperty-HandleColor: black;
|
|
Kite |
521c84 |
qproperty-HandleDragColor: red;
|
|
Kite |
521c84 |
qproperty-BorderColor: rgba(168, 168, 168, 0.7);
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#RulerToolOptionValues {
|
|
Kite |
521c84 |
color: #5b5b5b;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#enableBlankFrameButton {
|
|
Kite |
521c84 |
background-color: transparent;
|
|
Kite |
521c84 |
border-color: transparent;
|
|
Kite |
521c84 |
color: rgba(0, 0, 0, 0.4);
|
|
Kite |
521c84 |
padding: 0;
|
|
Kite |
521c84 |
font-weight: bold;
|
|
Kite |
521c84 |
}
|
|
Kite |
521c84 |
#enableBlankFrameButton:checked {
|
|
Kite |
521c84 |
border-width: 2px;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
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: #DBDBDB;
|
|
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: #f4f4f4;
|
|
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 #a8a8a8;
|
|
Kite |
521c84 |
}
|
|
shun-iwasawa |
a1cc39 |
/* XSheet Spreadsheet
|
|
shun-iwasawa |
a1cc39 |
----------------------------------------------------------------------------- */
|
|
shun-iwasawa |
a1cc39 |
XsheetViewer {
|
|
shun-iwasawa |
a1cc39 |
qproperty-TextColor: #000;
|
|
Kite |
521c84 |
qproperty-ErrorTextColor: #c01111;
|
|
shun-iwasawa |
aebc0b |
qproperty-SelectedTextColor: #000;
|
|
shun-iwasawa |
aebc0b |
qproperty-CurrentFrameTextColor: #000;
|
|
konero |
6be91a |
qproperty-BGColor: #cecece;
|
|
Kite |
521c84 |
qproperty-LightLineColor: rgba(0, 0, 0, 0.15);
|
|
Kite |
521c84 |
qproperty-MarkerLineColor: rgba(0, 0, 0, 0.3);
|
|
shun-iwasawa |
aebc0b |
qproperty-SecMarkerLineColor: rgba(0, 0, 0, 0.5);
|
|
shun-iwasawa |
aebc0b |
qproperty-SelectedMarkerLineColor: rgba(0, 0, 0, 0.3);
|
|
Kite |
521c84 |
qproperty-VerticalLineColor: rgba(0, 0, 0, 0.15);
|
|
Kite |
521c84 |
qproperty-VerticalLineHeadColor: rgba(0, 0, 0, 0.3);
|
|
Kite |
521c84 |
qproperty-PreviewFrameTextColor: #2d42b9;
|
|
Kite |
521c84 |
qproperty-CurrentRowBgColor: rgba(123, 174, 217, 0.7);
|
|
Kite |
521c84 |
qproperty-OnionSkinAreaBgColor: #c2c2c2;
|
|
Kite |
521c84 |
qproperty-CellFocusColor: #000;
|
|
Kite |
521c84 |
qproperty-ColumnIconLineColor: #707070;
|
|
Kite |
521c84 |
qproperty-EmptyColumnHeadColor: #DBDBDB;
|
|
Kite |
521c84 |
qproperty-ColumnHeadPastelizer: rgba(0, 0, 0, 0);
|
|
Kite |
521c84 |
qproperty-SelectedColumnHead: rgba(0, 0, 0, 0.15);
|
|
Kite |
521c84 |
qproperty-PlayRangeColor: #DBDBDB;
|
|
Kite |
521c84 |
qproperty-FoldedColumnBGColor: #a8a8a8;
|
|
Kite |
521c84 |
qproperty-FoldedColumnLineColor: #757575;
|
|
Kite |
521c84 |
qproperty-EmptyCellColor: #c2c2c2;
|
|
Kite |
521c84 |
qproperty-NotEmptyColumnColor: #cecece;
|
|
Kite |
521c84 |
qproperty-SelectedEmptyCellColor: rgba(146, 153, 158, 0.5);
|
|
Kite |
d70a4f |
qproperty-LevelColumnColor: #a1cea1;
|
|
Kite |
d70a4f |
qproperty-LevelColumnBorderColor: #77ab77;
|
|
Kite |
d70a4f |
qproperty-SelectedLevelColumnColor: #94bba2;
|
|
Kite |
521c84 |
qproperty-VectorColumnColor: #d3cf9a;
|
|
Kite |
521c84 |
qproperty-VectorColumnBorderColor: #b3ae6e;
|
|
Kite |
521c84 |
qproperty-SelectedVectorColumnColor: #b7bc9e;
|
|
Kite |
521c84 |
qproperty-ChildColumnColor: #cca3cc;
|
|
Kite |
521c84 |
qproperty-ChildColumnBorderColor: #a87ba8;
|
|
Kite |
521c84 |
qproperty-SelectedChildColumnColor: #b29dc0;
|
|
Kite |
521c84 |
qproperty-FullcolorColumnColor: #b0cbdd;
|
|
Kite |
521c84 |
qproperty-FullcolorColumnBorderColor: #82a6be;
|
|
Kite |
521c84 |
qproperty-SelectedFullcolorColumnColor: #9fb9cc;
|
|
Kite |
521c84 |
qproperty-FxColumnColor: #ceb694;
|
|
Kite |
521c84 |
qproperty-FxColumnBorderColor: #ad9169;
|
|
Kite |
521c84 |
qproperty-SelectedFxColumnColor: #b4ab99;
|
|
Kite |
521c84 |
qproperty-ReferenceColumnColor: #c2c2c2;
|
|
Kite |
521c84 |
qproperty-ReferenceColumnBorderColor: #9c9c9c;
|
|
Kite |
521c84 |
qproperty-SelectedReferenceColumnColor: #abb3b9;
|
|
Kite |
521c84 |
qproperty-PaletteColumnColor: #a9d4ca;
|
|
Kite |
521c84 |
qproperty-PaletteColumnBorderColor: #7eb2a6;
|
|
Kite |
521c84 |
qproperty-SelectedPaletteColumnColor: #9abfbf;
|
|
Kite |
521c84 |
qproperty-MeshColumnColor: #b8a2cf;
|
|
Kite |
521c84 |
qproperty-MeshColumnBorderColor: #9278ac;
|
|
Kite |
521c84 |
qproperty-SelectedMeshColumnColor: #a49dc2;
|
|
Kite |
521c84 |
qproperty-SoundTextColumnColor: #c2c2c2;
|
|
Kite |
521c84 |
qproperty-SoundTextColumnBorderColor: #9c9c9c;
|
|
Kite |
521c84 |
qproperty-SelectedSoundTextColumnColor: #abb3b9;
|
|
Kite |
521c84 |
qproperty-SoundColumnColor: #aad6d6;
|
|
Kite |
521c84 |
qproperty-SoundColumnBorderColor: #7eb5b5;
|
|
Kite |
521c84 |
qproperty-SelectedSoundColumnColor: #9bc1c7;
|
|
shun-iwasawa |
a1cc39 |
qproperty-SoundColumnHlColor: #f5ffe6;
|
|
Kite |
521c84 |
qproperty-SoundColumnTrackColor: rgba(0, 0, 0, 0.8);
|
|
justburner |
c2d6ed |
qproperty-ActiveCameraColor: #b7dbfc;
|
|
shun-iwasawa |
7a5a14 |
qproperty-SelectedActiveCameraColor: #a4c4e1;
|
|
justburner |
c2d6ed |
qproperty-OtherCameraColor: #9ad9e2;
|
|
shun-iwasawa |
7a5a14 |
qproperty-SelectedOtherCameraColor: #90c3cf;
|
|
Kite |
521c84 |
qproperty-LightLightBGColor: #c2c2c2;
|
|
Kite |
521c84 |
qproperty-LightBGColor: #ffffff;
|
|
Kite |
521c84 |
qproperty-DarkBGColor: #ffffff;
|
|
Kite |
521c84 |
qproperty-DarkLineColor: #ffffff;
|
|
shun-iwasawa |
7a5a14 |
qproperty-TableColor: #cbcbe4;
|
|
shun-iwasawa |
7a5a14 |
qproperty-PegColor: #dfb081;
|
|
Kite |
521c84 |
qproperty-TimelineIconLineColor: rgba(0, 0, 0, 0.144);
|
|
shun-iwasawa |
a1cc39 |
qproperty-XsheetColumnNameBgColor: rgba(0, 0, 0, 0);
|
|
Kite |
521c84 |
qproperty-XsheetDragBarHighlightColor: rgba(255, 255, 255, 0.15);
|
|
Kite |
521c84 |
qproperty-XsheetPreviewButtonBgOnColor: #e9e97f;
|
|
shun-iwasawa |
a1cc39 |
qproperty-XsheetPreviewButtonOnImage: url('../Default/imgs/black/x_prev_eye_on.svg');
|
|
Kite |
521c84 |
qproperty-XsheetPreviewButtonBgOffColor: transparent;
|
|
shun-iwasawa |
a1cc39 |
qproperty-XsheetPreviewButtonOffImage: url('../Default/imgs/black/x_prev_eye_off.svg');
|
|
Kite |
521c84 |
qproperty-XsheetCamstandButtonBgOnColor: #ffa683;
|
|
shun-iwasawa |
a1cc39 |
qproperty-XsheetCamstandButtonOnImage: url('../Default/imgs/black/x_table_view_on.svg');
|
|
shun-iwasawa |
a1cc39 |
qproperty-XsheetCamstandButtonTranspImage: url('../Default/imgs/black/x_table_view_transp.svg');
|
|
Kite |
521c84 |
qproperty-XsheetCamstandButtonBgOffColor: transparent;
|
|
shun-iwasawa |
a1cc39 |
qproperty-XsheetCamstandButtonOffImage: url('../Default/imgs/black/x_table_view_off.svg');
|
|
Kite |
521c84 |
qproperty-XsheetLockButtonBgOnColor: rgba(255, 255, 255, 0.6);
|
|
shun-iwasawa |
a1cc39 |
qproperty-XsheetLockButtonOnImage: url('../Default/imgs/black/x_lock_on.svg');
|
|
Kite |
521c84 |
qproperty-XsheetLockButtonBgOffColor: transparent;
|
|
shun-iwasawa |
a1cc39 |
qproperty-XsheetLockButtonOffImage: url('../Default/imgs/black/x_lock_off.svg');
|
|
shun-iwasawa |
a1cc39 |
qproperty-XsheetConfigButtonBgColor: rgba(255, 255, 255, 0);
|
|
shun-iwasawa |
a1cc39 |
qproperty-XsheetConfigButtonImage: url('../Default/imgs/black/x_config.svg');
|
|
Kite |
521c84 |
qproperty-FrameRangeMarkerLineColor: rgba(0, 0, 0, 0.3);
|
|
shun-iwasawa |
7c3c0a |
qproperty-CurrentTimeIndicatorColor: #ff0000;
|
|
Kite |
521c84 |
qproperty-TimelinePreviewButtonBgOnColor: #DBDBDB;
|
|
Kite |
521c84 |
qproperty-TimelinePreviewButtonOnImage: url('../Default/imgs/black/preview_small.svg');
|
|
Kite |
521c84 |
qproperty-TimelinePreviewButtonBgOffColor: #DBDBDB;
|
|
Kite |
521c84 |
qproperty-TimelinePreviewButtonOffImage: url('none');
|
|
Kite |
521c84 |
qproperty-TimelineCamstandButtonBgOnColor: #DBDBDB;
|
|
Kite |
521c84 |
qproperty-TimelineCamstandButtonOnImage: url('../Default/imgs/black/table_small.svg');
|
|
Kite |
521c84 |
qproperty-TimelineCamstandButtonTranspImage: url('../Default/imgs/black/trans_small.svg');
|
|
Kite |
521c84 |
qproperty-TimelineCamstandButtonBgOffColor: #DBDBDB;
|
|
Kite |
521c84 |
qproperty-TimelineCamstandButtonOffImage: url('none');
|
|
Kite |
521c84 |
qproperty-TimelineLockButtonBgOnColor: #DBDBDB;
|
|
Kite |
521c84 |
qproperty-TimelineLockButtonOnImage: url('../Default/imgs/black/lock_on_small.svg');
|
|
Kite |
521c84 |
qproperty-TimelineLockButtonBgOffColor: #DBDBDB;
|
|
Kite |
521c84 |
qproperty-TimelineLockButtonOffImage: url('none');
|
|
Kite |
521c84 |
qproperty-TimelineConfigButtonBgColor: #DBDBDB;
|
|
shun-iwasawa |
a1cc39 |
qproperty-TimelineConfigButtonImage: url('../Default/imgs/black/timeline_config.svg');
|
|
shun-iwasawa |
a1cc39 |
qproperty-LayerHeaderPreviewImage: url('../Default/imgs/black/layer_header_prev_eye.svg');
|
|
shun-iwasawa |
a1cc39 |
qproperty-LayerHeaderPreviewOverImage: url('../Default/imgs/black/layer_header_prev_eye_over.svg');
|
|
shun-iwasawa |
a1cc39 |
qproperty-LayerHeaderCamstandImage: url('../Default/imgs/black/layer_header_table_view.svg');
|
|
shun-iwasawa |
a1cc39 |
qproperty-LayerHeaderCamstandOverImage: url('../Default/imgs/black/layer_header_table_view_over.svg');
|
|
Kite |
521c84 |
qproperty-LayerHeaderLockImage: url('../Default/imgs/black/layer_lock_on.svg');
|
|
Kite |
521c84 |
qproperty-LayerHeaderLockOverImage: url('../Default/imgs/black/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 #a8a8a8;
|
|
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 #a8a8a8;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
FunctionTreeView {
|
|
shun-iwasawa |
a1cc39 |
qproperty-TextColor: #000;
|
|
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.15);
|
|
shun-iwasawa |
caf3c6 |
}
|
|
shun-iwasawa |
caf3c6 |
#ScrollCellArea {
|
|
shun-iwasawa |
caf3c6 |
border-left: 1 solid rgba(0, 0, 0, 0.15);
|
|
shun-iwasawa |
caf3c6 |
}
|
|
shun-iwasawa |
caf3c6 |
#ScrollColumnArea {
|
|
shun-iwasawa |
caf3c6 |
padding-left: 2;
|
|
shun-iwasawa |
caf3c6 |
}
|
|
shun-iwasawa |
a1cc39 |
FunctionPanel {
|
|
konero |
e47e80 |
qproperty-BGColor: #828282;
|
|
konero |
e47e80 |
qproperty-ValueLineColor: #787878;
|
|
konero |
e47e80 |
qproperty-FrameLineColor: #6d6d6d;
|
|
Kite |
521c84 |
qproperty-OtherCurvesColor: #dadada;
|
|
Kite |
521c84 |
qproperty-RulerBackground: #c2c2c2;
|
|
shun-iwasawa |
a1cc39 |
qproperty-TextColor: #000;
|
|
Kite |
521c84 |
qproperty-SubColor: #fff;
|
|
Kite |
521c84 |
qproperty-SelectedColor: #ffe033;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
SpreadsheetViewer {
|
|
Kite |
521c84 |
qproperty-LightLightBGColor: #c2c2c2;
|
|
Kite |
521c84 |
qproperty-CurrentRowBgColor: rgba(123, 174, 217, 0.7);
|
|
Kite |
521c84 |
qproperty-LightLineColor: rgba(0, 0, 0, 0.15);
|
|
Kite |
521c84 |
qproperty-MarkerLineColor: rgba(0, 0, 0, 0.3);
|
|
shun-iwasawa |
aebc0b |
qproperty-SecMarkerLineColor: rgba(0, 0, 0, 0.5);
|
|
Kite |
521c84 |
qproperty-BGColor: #cecece;
|
|
Kite |
521c84 |
qproperty-VerticalLineColor: rgba(0, 0, 0, 0.15);
|
|
Kite |
521c84 |
qproperty-KeyFrameColor: #edaa64;
|
|
Kite |
521c84 |
qproperty-KeyFrameBorderColor: #bb6a16;
|
|
Kite |
521c84 |
qproperty-SelectedKeyFrameColor: #c9a278;
|
|
shun-iwasawa |
4a3868 |
qproperty-IgnoredKeyFrameColor: #cb5765;
|
|
shun-iwasawa |
4a3868 |
qproperty-SelectedIgnoredKeyFrameColor: #eb96ad;
|
|
Kite |
521c84 |
qproperty-InBetweenColor: #e2dbcc;
|
|
Kite |
521c84 |
qproperty-InBetweenBorderColor: #ac9f82;
|
|
Kite |
521c84 |
qproperty-SelectedInBetweenColor: #c2c4c0;
|
|
shun-iwasawa |
4a3868 |
qproperty-IgnoredInBetweenColor: #c29c92;
|
|
shun-iwasawa |
4a3868 |
qproperty-SelectedIgnoredInBetweenColor: #ab9898;
|
|
Kite |
521c84 |
qproperty-SelectedEmptyColor: rgba(146, 153, 158, 0.5);
|
|
Kite |
521c84 |
qproperty-SelectedSceneRangeEmptyColor: rgba(146, 153, 158, 0.5);
|
|
shun-iwasawa |
a1cc39 |
qproperty-TextColor: #000;
|
|
shun-iwasawa |
aebc0b |
qproperty-CurrentRowTextColor: #000;
|
|
konero |
b95603 |
qproperty-ColumnHeaderBorderColor: #5b5b5b;
|
|
shun-iwasawa |
a1cc39 |
}
|
|
shun-iwasawa |
a1cc39 |
#ExpressionField {
|
|
shun-iwasawa |
a1cc39 |
background-color: #ffffff;
|
|
Kite |
521c84 |
border: 1 solid #c6c6c6;
|
|
shun-iwasawa |
a1cc39 |
margin: 0;
|
|
shun-iwasawa |
a1cc39 |
}
|