123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286 |
- /* 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;
- }
|