#main_window { background-image: url(background-1024x768.png); background-position: bottom; background-repeat: repeat-x; } #work_area { background-image: url(g22503.png); background-position: top left; background-repeat: none; background-origin: border; background-clip: padding; border-style: none; padding-left: 0px; padding-top: 50px; padding-right: 110px; padding-bottom: 80px; } QDWidget { border-style: solid; border-width: 5px; } QWidget { color: white; } #steps { background-image: url(rect2174.png); background-position: top right; background-repeat: none; background-origin: border; background-clip: padding; border-style: none; padding-left: 20px; padding-top: 10px; margin-top: 60px; margin-left: 10px; min-width: 195px; max-width: 195px; } QPushButton { color: black; } QTextBrowser { color: black; } .current-step-name { font: bold 10pt; } .todo-step-status { qproperty-pixmap: url(step-todo.png); max-width: 14px; min-width: 14px; } .done-step-status { qproperty-pixmap: url(step-done.png); max-width: 14px; min-width: 14px; } .current-step-status { qproperty-pixmap: url(step-current.png); max-width: 14px; min-width: 14px; } .steps_heading { font: bold; color: black; margin-bottom: 7px; font-size: 11pt; } #DialogIcon { max-width: 0px; margin: 0px; } #DialogHeading { font-size: 20px; padding: 12pt; color: white; font-style: bold; margin: 0px; } .Contents QWidget { color: black; }