350 lines
6.1 KiB
Plaintext
350 lines
6.1 KiB
Plaintext
/* QPalette{background-color: rgb(63, 60, 55);} */
|
|
|
|
QWidget#Widget{
|
|
background-color: rgb(63, 60, 55);
|
|
border: none;
|
|
border: 1px solid rgb(63, 60, 55);
|
|
border-radius: 15px;
|
|
}
|
|
|
|
QFrame#frmTop > QLabel{
|
|
font-family: 'Microsoft YaHei UI';
|
|
color: white;
|
|
}
|
|
|
|
QFrame#frmTop > QPushButton {
|
|
color: white;
|
|
}
|
|
|
|
QPushButton#btnClose:hover {
|
|
color:#F15140;
|
|
}
|
|
|
|
QPushButton#btnClose:pressed {
|
|
background-color: rgb(63, 60, 55);
|
|
border: none;
|
|
}
|
|
|
|
QPushButton#btnMin:hover {
|
|
color: #407AB4;
|
|
}
|
|
|
|
QPushButton#btnMin:pressed {
|
|
background-color: rgb(63, 60, 55);
|
|
border: none;
|
|
}
|
|
|
|
QFrame#frame > QPushButton {
|
|
font-family: 'Microsoft YaHei UI';
|
|
font-size: 15px;
|
|
color: white;
|
|
}
|
|
|
|
QPushButton#btnPageUpload {
|
|
text-align: left;
|
|
}
|
|
|
|
QPushButton#btnPageUpload:hover {
|
|
color: #409EFF;
|
|
/* border: none; */
|
|
/* border-left: 2px solid #407AB4; */
|
|
}
|
|
|
|
QPushButton#btnPageUpload:checked {
|
|
border: none;
|
|
border-right: 4px solid #409EFF;
|
|
color: #409EFF;
|
|
}
|
|
|
|
QPushButton#btnPageUpload:pressed {
|
|
background-color: rgb(63, 60, 55);
|
|
border: none;
|
|
}
|
|
|
|
QPushButton#btnPageAlbum {
|
|
text-align: left;
|
|
}
|
|
|
|
QPushButton#btnPageAlbum:hover {
|
|
color: #409EFF;
|
|
}
|
|
|
|
QPushButton#btnPageAlbum:checked {
|
|
border: none;
|
|
border-right: 4px solid #409EFF;
|
|
color: #409EFF;
|
|
}
|
|
|
|
QPushButton#btnPageAlbum:pressed {
|
|
background-color: rgb(63, 60, 55);
|
|
border: none;
|
|
}
|
|
|
|
QPushButton#btnPageSetting {
|
|
text-align: left;
|
|
}
|
|
|
|
QPushButton#btnPageSetting:hover {
|
|
color: #409EFF;
|
|
}
|
|
|
|
QPushButton#btnPageSetting:checked {
|
|
border: none;
|
|
border-right: 4px solid #409EFF;
|
|
color: #409EFF;
|
|
}
|
|
|
|
QPushButton#btnPageSetting:pressed {
|
|
background-color: rgb(63, 60, 55);
|
|
border: none;
|
|
}
|
|
|
|
|
|
/* 上传区 */
|
|
QFrame#frmUpload {
|
|
border-radius: 15px;
|
|
border: 2px dashed white;
|
|
}
|
|
|
|
QFrame#frmUpload:hover {
|
|
border-radius: 15px;
|
|
border: 2px dashed #A4D8FA;
|
|
background-color: #5E6B71;
|
|
}
|
|
|
|
/* 右键菜单 */
|
|
QMenu {
|
|
border: none;
|
|
}
|
|
|
|
QAction {
|
|
border: none;
|
|
}
|
|
|
|
QMessageBox > QLabel {
|
|
color: black;
|
|
}
|
|
|
|
QMessageBox > QToolButton {
|
|
color: black;
|
|
}
|
|
|
|
QMessageBox > QAbstractButton {
|
|
color: black;
|
|
}
|
|
|
|
/* 设置界面 */
|
|
QWidget#FrmSetting > QLabel {
|
|
font-family: 'Microsoft YaHei UI';
|
|
color: white;
|
|
}
|
|
|
|
QWidget#FrmSetting > QPushButton {
|
|
border-radius: 10px;
|
|
border: none;
|
|
background-color: #409EFF;
|
|
font-family: 'Microsoft YaHei UI';
|
|
font-size: 15px;
|
|
color: white;
|
|
}
|
|
|
|
QPushButton#btnServer:hover {
|
|
background-color: #79BBFF;
|
|
}
|
|
|
|
QPushButton#btnServer:pressed {
|
|
background-color: #337ECC;
|
|
}
|
|
|
|
/* server设置 */
|
|
QWidget#ServerSetting {
|
|
|
|
/* border: 1px solid white;
|
|
border-radius: 8px;
|
|
background-color: white; */
|
|
/* background-color: rgb(63, 60, 55);
|
|
border: none;
|
|
border: 1px solid rgb(63, 60, 55);
|
|
border-radius: 15px; */
|
|
}
|
|
|
|
QWidget#ServerSetting > QLineEdit {
|
|
border-radius: 8px;
|
|
}
|
|
|
|
QWidget#ServerSetting > QPushButton#btnOk {
|
|
font-family: 'Microsoft YaHei UI';
|
|
background-color: #66B1FF;
|
|
border: 2px solid #66B1FF;
|
|
border-radius: 10px;;
|
|
color: white;
|
|
|
|
font-size: 15px;
|
|
}
|
|
|
|
QWidget#ServerSetting > QPushButton#btnOk:hover {
|
|
background-color: #79BBFF;
|
|
}
|
|
|
|
QWidget#ServerSetting > QPushButton#btnOk:pressed {
|
|
background-color: #337ECC;
|
|
}
|
|
|
|
QWidget#ServerSetting > QPushButton#btnCencel {
|
|
font-family: 'Microsoft YaHei UI';
|
|
background-color: white;
|
|
border: 2px solid #DCDFE6;
|
|
border-radius: 10px;
|
|
color: black;
|
|
font-size: 15px;
|
|
}
|
|
|
|
QWidget#ServerSetting > QLabel {
|
|
font-family: 'Microsoft YaHei UI';
|
|
color: black;
|
|
}
|
|
|
|
QWidget#ServerSetting > QLineEdit {
|
|
font-family: 'Microsoft YaHei UI';
|
|
border: 2px solid #DCDFE6;
|
|
background-color: white;
|
|
color: black;
|
|
}
|
|
|
|
QWidget#FrmUpload > QPushButton {
|
|
font-family: 'Microsoft YaHei UI';
|
|
border: 1px solid 5E6B71;
|
|
color: #5E6B71;
|
|
background-color: white;
|
|
}
|
|
|
|
QWidget#FrmUpload > QLabel#labFastUpload {
|
|
color: white;
|
|
font-size: 15px;
|
|
}
|
|
|
|
QWidget#FrmUpload > QLabel#labLinkType {
|
|
color: white;
|
|
font-size: 15px;
|
|
}
|
|
|
|
QPushButton#btnMarkdown {
|
|
border-top-left-radius: 10px;
|
|
border-bottom-left-radius: 10px;
|
|
}
|
|
|
|
QPushButton#btnUBB {
|
|
border-top-right-radius: 10px;
|
|
border-bottom-right-radius: 10px;
|
|
}
|
|
|
|
QPushButton#btnHTML {
|
|
color: #5E6B71;
|
|
background-color: white;
|
|
}
|
|
|
|
QPushButton#btnUrl {
|
|
color: #5E6B71;
|
|
background-color: white;
|
|
}
|
|
|
|
QPushButton#btnHTML:checked {
|
|
color: #409EFF;
|
|
}
|
|
QPushButton#btnMarkdown:checked {
|
|
color: #409EFF;
|
|
}
|
|
QPushButton#btnUBB:checked {
|
|
color: #409EFF;
|
|
}
|
|
QPushButton#btnUrl:checked {
|
|
color: #409EFF;
|
|
}
|
|
|
|
QWidget#FrmUpload > QPushButton#btnFastUpload {
|
|
border-radius: 10px;
|
|
border: 1px solid #409EFF;
|
|
background-color: #409EFF;
|
|
font-family: 'Microsoft YaHei UI';
|
|
font-size: 15px;
|
|
color: white;
|
|
}
|
|
|
|
QWidget#FrmUpload > QPushButton#btnFastUpload:hover {
|
|
background-color: #79BBFF;
|
|
}
|
|
|
|
QWidget#FrmUpload > QPushButton#btnFastUpload:pressed {
|
|
border: none;
|
|
background-color: #337ECC;
|
|
}
|
|
|
|
QWidget#FrmUpload > QLabel#labTitle {
|
|
color: white;
|
|
font-size: 30px;
|
|
}
|
|
|
|
QProgressBar {
|
|
border: 2px solid #3A3A3A;
|
|
border-radius: 5px;
|
|
background-color: #D3D3D3;
|
|
}
|
|
|
|
QProgressBar::chunk {
|
|
background-color: #1E90FF;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
QCheckBox {
|
|
spacing: 0px;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
|
|
QCheckBox::indicator {
|
|
width: 18px;
|
|
height: 18px;
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked {
|
|
image: url(:/qrc/image/checkbox_unchecked.png)
|
|
}
|
|
|
|
QCheckBox::indicator:checked {
|
|
image: url(:/qrc/image/checkbox_checked.png)
|
|
}
|
|
|
|
QCheckBox::indicator:indeterminate {
|
|
image: url(:/qrc/image/checkbox_parcial.png)
|
|
}
|
|
|
|
QComboBox QAbstractItemView {
|
|
|
|
border-style: none;
|
|
border-radius: 10px;
|
|
outline: 0;
|
|
}
|
|
|
|
QComboBox QAbstractItemView::item {
|
|
padding: 0px;
|
|
margin: 0px;
|
|
border-style: none;
|
|
}
|
|
|
|
QComboBox QAbstractItemView::item:selected {
|
|
padding: 0px;
|
|
margin: 0px;
|
|
border-style: none;
|
|
color: black;
|
|
background-color: #F5F7FA;
|
|
}
|
|
|
|
QComboBox QAbstractItemView::item:hover {
|
|
padding: 0px;
|
|
margin: 0px;
|
|
background-color: #F5F7FA;
|
|
color: black;
|
|
border-style: none;
|
|
}
|
|
|