QPalette{background:#444444;}*{outline:0px;color:#DCDCDC;} QWidget[form="true"] { background: #444444; border:1px solid #242424; border-radius:0px; } QWidget[form="title"] QLabel{ border-radius:0px; color:#DCDCDC; background:none; border-style:none; } QWidget[form="channel"] QLabel{ border-radius:0px; color:#DCDCDC; background:none; border-style:none; font-size: 16px; } QWidget[form="title"],QWidget[nav="left"],QWidget[nav="top"] QAbstractButton{ border-style:none; border-radius:0px; padding:5px; color:#DCDCDC; background:qlineargradient(spread:pad,x1:0,y1:0,x2:0,y2:1,stop:0 #484848,stop:1 #383838); } QWidget[nav="top"] QAbstractButton:hover,QWidget[nav="top"] QAbstractButton:pressed{ border-style:solid; border-width:0px 0px 2px 0px; padding:4px 4px 2px 4px; border-color:#00BB9E; background:qlineargradient(spread:pad,x1:0,y1:0,x2:0,y2:1,stop:0 #646464,stop:1 #525252); } QPushButton#btnMenuMin,QPushButton#btnMenuClose{ border-radius:3px; color:#DCDCDC; padding:3px; margin:0px; background:none; border-style:none; } QPushButton#btnMenuMin:hover{ color:#FFFFFF; margin:1px 1px 2px 1px; background-color:rgba(51,127,209,230); } QPushButton#btnMenuClose:hover, QPushButton#closeButt:hover{ color:#FFFFFF; margin:1px 1px 2px 1px; background-color:rgba(238,0,0,128); } QWidget#data QSpinBox#delay { background-color: #2f3542; height: 30px; border:1px solid #57606f; border-radius:4px; } QWidget[form="channel"] QPushButton{ border-radius:4px; padding:5px; color:#DCDCDC; background: #57606f; } QWidget[form="channel"] QPushButton:hover{ background: #a4b0be; } QScrollBar:vertical { width:8px; background:rgba(0,0,0,0%); margin:0px,0px,0px,0px; padding-top:12px; padding-bottom:12px; } QScrollBar::handle:vertical { width:8px; background:rgba(0,0,0,25%); border-radius:4px; min-height:20; } QScrollBar::handle:vertical:hover { width:8px; background:rgba(0,0,0,50%); border-radius:4px; min-height:20; } QScrollBar::add-line:vertical { height:12px;width:12px; border-image:url(:/css/images/add_bottom.png); subcontrol-position:bottom; } QScrollBar::sub-line:vertical { height:12px;width:12px; border-image:url(:/css/images/add_top.png); subcontrol-position:top; } QScrollBar::add-line:vertical:hover { height:12px;width:12px; border-image:url(:/css/images/add_bottom.png); subcontrol-position:bottom; } QScrollBar::sub-line:vertical:hover { height:12px;width:12px; border-image:url(:/css/images/add_top.png); subcontrol-position:top; } QScrollBar::add-page:vertical,QScrollBar::sub-page:vertical { background:rgba(0,0,0,10%); border-radius:4px; } QMessageBox { background-color: #666666; border-radius: 3px; width: 300px; height: 300px; } QMessageBox QLabel#qt_msgbox_label { /* textLabel */ color: rgba(255, 255, 255, 1); font: 16px "Microsoft YaHei"; background-color: transparent; } QMessageBox QPushButton { background-color: rgb(47, 53, 66); }