145 lines
2.7 KiB
Plaintext
145 lines
2.7 KiB
Plaintext
|
QPalette{background:#F5F5F5;}*{outline:0px;color:#000000;}
|
||
|
|
||
|
QFrame {
|
||
|
background: #2E86C1;
|
||
|
border-top-left-radius:10px;
|
||
|
border-top-right-radius:10px;
|
||
|
}
|
||
|
|
||
|
QFrame#titleFrame{
|
||
|
border-bottom: 1 solid #76448A;
|
||
|
}
|
||
|
|
||
|
QLabel#sys_title {
|
||
|
color: #F4F6F6;
|
||
|
}
|
||
|
|
||
|
QPushButton#sys_close {
|
||
|
max-width:48px;
|
||
|
min-width:48px;
|
||
|
max-height:28px;
|
||
|
min-height:28px;
|
||
|
border: none;
|
||
|
background: transparent;
|
||
|
image: url(:/res/sys_close.png);
|
||
|
}
|
||
|
|
||
|
QPushButton#sys_min {
|
||
|
max-width:48px;
|
||
|
min-width:48px;
|
||
|
max-height:28px;
|
||
|
min-height:28px;
|
||
|
border: none;
|
||
|
background: transparent;
|
||
|
image: url(:/res/sys_min.png);
|
||
|
}
|
||
|
|
||
|
QPushButton#sys_max {
|
||
|
max-width:48px;
|
||
|
min-width:48px;
|
||
|
max-height:28px;
|
||
|
min-height:28px;
|
||
|
border: none;
|
||
|
background: transparent;
|
||
|
image: url(:/res/sys_max.png);
|
||
|
}
|
||
|
|
||
|
QPushButton#sys_restore {
|
||
|
max-width:48px;
|
||
|
min-width:48px;
|
||
|
max-height:28px;
|
||
|
min-height:28px;
|
||
|
border: none;
|
||
|
background: transparent;
|
||
|
image: url(:/res/sys_restore.png);
|
||
|
}
|
||
|
|
||
|
QToolButton#sys_skin {
|
||
|
max-width:48px;
|
||
|
min-width:48px;
|
||
|
max-height:28px;
|
||
|
min-height:28px;
|
||
|
border: none;
|
||
|
image: url(:/res/sys_down.png);
|
||
|
}
|
||
|
|
||
|
QToolButton#sys_skin::menu-indicator {
|
||
|
image: none;
|
||
|
}
|
||
|
|
||
|
QPushButton#sys_close::hover, QPushButton#sys_close::pressed,
|
||
|
QPushButton#sys_min::hover, QPushButton#sys_min::pressed,
|
||
|
QPushButton#sys_max::hover, QPushButton#sys_max::pressed,
|
||
|
QPushButton#sys_restore::hover, QPushButton#sys_restore::pressed,
|
||
|
QToolButton#sys_skin::hover, QToolButton#sys_skin::pressed {
|
||
|
background: #38C0C0C0;
|
||
|
border: 1 solid #C0C0C0;
|
||
|
}
|
||
|
|
||
|
QToolButton#sys_skin::checked {
|
||
|
image: url(:/res/sys_up.png);
|
||
|
background: #38C0C0C0;
|
||
|
border: 1 solid #C0C0C0;
|
||
|
}
|
||
|
QToolButton#sys_skin::unchecked {
|
||
|
image: url(:/res/sys_dwon.png);
|
||
|
background: #38C0C0C0;
|
||
|
border: 1 solid #C0C0C0;
|
||
|
}
|
||
|
|
||
|
|
||
|
QTabWidget::pane{
|
||
|
border:1 solid #5D6D7E;
|
||
|
}
|
||
|
|
||
|
QTabWidget::tab-bar {
|
||
|
left: 1px;
|
||
|
}
|
||
|
|
||
|
QTabBar::tab {
|
||
|
background: #212F3C;
|
||
|
color:#7F8997;
|
||
|
min-width: 60px;
|
||
|
min-height: 25px;
|
||
|
padding: 2px;
|
||
|
}
|
||
|
|
||
|
QTabBar::tab:selected{
|
||
|
border: 2 solid #5D6D7E;
|
||
|
border-bottom: none;
|
||
|
border-top-left-radius: 5px;
|
||
|
border-top-right-radius: 5px;
|
||
|
color:#D6DBDF;
|
||
|
}
|
||
|
|
||
|
QToolButton {
|
||
|
background: transparent;
|
||
|
}
|
||
|
|
||
|
QToolButton:hover {
|
||
|
background: #85929E ;
|
||
|
border: 1 solid #D6DBDF;
|
||
|
}
|
||
|
|
||
|
QWidget#FileManagerMenu > QToolButton {
|
||
|
qproperty-toolButtonStyle:ToolButtonTextUnderIcon;
|
||
|
qproperty-iconSize: 32px 32px;
|
||
|
font-size: 12px;
|
||
|
border-style:inset;
|
||
|
border:0px solid #E5E5E5;
|
||
|
min-height: 60px;
|
||
|
min-width: 60px;
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
QWidget#FileManagerMenu > QToolButton#menu_new_file {
|
||
|
qproperty-icon: url(:/res/default/menu_new_file.png);
|
||
|
}
|
||
|
QWidget#FileManagerMenu > QToolButton#menu_open_file {
|
||
|
qproperty-icon: url(:/res/default/menu_open_file.png);
|
||
|
}
|
||
|
|
||
|
QWidget#view_display {
|
||
|
background:white;
|
||
|
}
|