Commit 6355da5a authored by Andrey Cherepanov's avatar Andrey Cherepanov

Use School theme for alterator-browser-qt

parent edf764aa
/* Customize any plain widget that is a child of a QMainWindow. */ /* Customize any plain widget that is a child of a QMainWindow. */
/* Main area */
.AWizardFace { .AWizardFace {
border-style: none; border-style: none;
background-image: url(:/design/bg.png); background-image: url(:/design/bg.png);
background-color: rgb(167,228,255);
background-position: top left; background-position: top left;
background-repeat: no-repeat background-repeat: no-repeat;
}
.AWizardFace #wizardface_title_text {
color: rgb(30,144,255);
} }
.ACenterFace { .ACenterFace {
...@@ -21,64 +24,26 @@ QLineEdit { ...@@ -21,64 +24,26 @@ QLineEdit {
lineedit-password-character: 9679; lineedit-password-character: 9679;
} }
AWizardFace QLineEdit { /* Customize tooltips. */
border: 2px inset gray; QToolTip {
} background-color: rgb(200,200,255);
border-color: darkslategray;
/* White color for labels: 100% for title text and 80% for other labels */ border-width: 1px;
AWizardFace QLabel { border-style: solid;
color: rgba(255, 255, 255, 80%); padding: 3px;
} font: bold;
border-radius: 3px;
QCheckBox, QRadioButton { opacity: 200;
color: black;
}
AWizardFace QCheckBox:checked, AWizardFace QCheckBox:unchecked, AWizardFace QCheckBox:indeterminate {
color: rgba(255, 255, 255, 80%);
}
AWizardFace QRadioButton:checked, AWizardFace QRadioButton:unchecked, AWizardFace QRadioButton:indeterminate {
color: rgba(255, 255, 255, 80%);
}
/* Sections */
AWizardFace AGroupBox {
border: 1px solid rgba(255, 255, 255, 0%);
}
AWizardFace AGroupBox::title {
color: #F8E97C;
font: bold;
}
QCheckBox:hover, QRadioButton:hover {
background: none;
}
/* Fix side effect on transparent background */
QCheckBox:indicator:hover, QRadioButton:indicator:hover {
margin-left: 1px;
}
/* Step title */
QLabel#wizardface_title_text {
color: white;
}
/* Popup dialogs and message boxes with warnings and errors */
MessageBox {
background-color: rgba(235, 235, 235, 100%);
border: 5px solid #d7d7d7;
} }
AGridBox { QProgressBar {
background-color: transparent; background: white;
border: 0px; border: 1px solid #B8B2AD;
} }
/* Installation steps list QProgressBar::chunk {
AWizardFaceStepList { background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1,
background-color: rgba(235, 235, 235, 10%); stop: 0 #648fb6,
stop: 1 #6f9fca) url(:/design/progress-cleanlooks.png);
border: 1px solid #46647f;
} }
*/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment