QMainWindow { background-image: url(:/resource/SSJ-100.png); background-position: center; } QPushButton { background-color: rgb(203,228,255); border-style: outset; border-radius: 3px; font-family: "Calibri"; font: 16px; color: rgb(45,84,130); } QPushButton:disabled { background-color: lightGray; color: gray } QLineEdit { border-style: outset; border-radius: 3px; } QProgressBar { border: 2px solid rgb(45,84,130); border-radius: 12px; color: black; font-family: "Calibri"; font: 15px bold; text-align: center; } QProgressBar::chunk { border-radius: 10px; background-color: rgb(151,176,201); } QCheckBox { font-family:"Calibri"; font: 16px; color: white; } QLabel { font-family: "Calibri"; font: 17px; color: white; } QLabel#languageTitle { font-family: "Calibri"; color: white; } QLabel#notificationLabel { font: 20px; } QPushButton#displayView { border: 4px solid rgb(45,84,130); border-radius: 5px; background-color: white; } QPushButton#displayView:checked { background-color: rgb(151,176,201); } QPushButton#displayView:disabled { background-color: rgb(151,176,201); color:rgb(45,84,130); } QPushButton#linkButton { background-color: rgba(0,0,0,0); font-family: "Calibri"; color:blue; }