QMainWindow#MainWindow{ background-image: url(:/Static/background.png); background-color: rgba(0, 0, 0, 128); } QWidget#MonitorTag{ background-color: #1D82D2; border-radius: 5px; border: 3px solid; border-color: #1E6C92; } QWidget#filterWidget{ background-color: #1B2838; border-radius: 10px; border: 3px solid; border-color: #1C526A; } QWidget#scrollArea, QWidget#fillWidget{ background-color: transparent; border: none; } QLabel{ color: #DDDDE9; font-family: Microsoft YaHei; font-weight: bold; font-size: 18px; } QLabel#nameLabel{ font-size: 20px; } QLabel#infoLabel{ font-size: 23px; } QComboBox{ font-family: Microsoft YaHei; font-weight: bold; border: none; background-color: transparent; color: white; } QComboBox::drop-down{ subcontrol-origin: padding; subcontrol-position: top right; width: 25px; border:none; image: url(:/Static/down.png) } QPushButton#ClearanceButton, QPushButton#FlangeButton, QPushButton#GyroscopeButton, QPushButton#minButton, QPushButton#closeButton{ border: none; font-family: Microsoft YaHei; font-weight: bold; } QPushButton#monitorButton, QPushButton#flangeButton, QPushButton#clearanceButton, QPushButton#gyroscopeButton{ color: white; background-color: rgba(16,68,105, 0%); /*border-radius: 5px;*/ /*border: 3px solid;*/ /*border-color: #115C8E;*/ height: 30px; font-family: Microsoft YaHei; font-weight: bold; font-size: 20px; } QPushButton#monitorButton:checked, QPushButton#flangeButton:checked, QPushButton#clearanceButton:checked, QPushButton#gyroscopeButton:checked{ color: white; background-color: rgba(16,68,105, 0%); border-radius: 0px; border-bottom: 3px solid; border-color: #1D82D2; height: 30px; width: 50px; font-family: Microsoft YaHei; font-weight: bold; font-size: 20px; } QPushButton#monitorButton:hover, QPushButton#flangeButton:hover, QPushButton#clearanceButton:hover, QPushButton#gyroscopeButton:hover{ color: white; background-color: rgba(16,68,105, 0%); border-radius: 0px; border-bottom: 3px solid; border-color: #FFFFFF; height: 30px; width: 50px; font-family: Microsoft YaHei; font-weight: bold; font-size: 20px; } QPushButton#normalButton, QPushButton#standbyButton, QPushButton#hutdownButton, QPushButton#failureButton, QPushButton#runButton, QPushButton#interruptedButton{ background-color: rgba(16,68,105, 0%); color: white; height: 35px; border: none; border-radius: 5px; font-family: Microsoft YaHei; font-weight: bold; font-size: 20px; } QPushButton#normalButton:hover, QPushButton#standbyButton:hover, QPushButton#hutdownButton:hover, QPushButton#failureButton:hover, QPushButton#runButton:hover, QPushButton#interruptedButton:hover{ color: #2277EF; background-color: #F7F7F7; solid #2277EF; } QPushButton#normalButton:checked, QPushButton#standbyButton:checked, QPushButton#hutdownButton:checked, QPushButton#failureButton:checked, QPushButton#runButton:checked, QPushButton#interruptedButton:checked{ background-color: #F5F5F6; color: #2277EF; solid #2277EF; } QListView#deviceList, QListView#flangeList{ border: 3px solid; background-color: #214055; color: white; border-radius: 10px; border-color: #175E88; font-family: Microsoft YaHei; font-size: 20px; } QGridLayout#monitorLayout{ background-color: #214055; } QScrollBar::vertical{ width:10px; background:rgba(37,85,105,100%); padding-top:9px; padding-bottom:9px; } QScrollBar::handle:vertical{ width:20px; border-image:url(:/Static/scrollBar.png); margin:0px,0px,0px,0px; } QScrollBar::handle:vertical:hover{ width:18px; background:rgba(69, 178, 255,100%); border-radius:4px; min-height:20; } QScrollBar::add-line:vertical{ height:0px; width:18px; subcontrol-position:bottom; background:rgba(69, 178, 255,100%); } QScrollBar::sub-line:vertical{ height:0px; width:18px; subcontrol-position:top; background:rgba(69, 178, 255,100%); } QScrollBar::add-page:vertical,QScrollBar::sub-page:vertical{ background:rgba(37,85,105,100%); }