]> icculus.org git repositories - duncan/yast2-qt4.git/blob - theme/style.qss
merging in the first half of the branch - not compiling
[duncan/yast2-qt4.git] / theme / style.qss
1 /* Hintergrund: background-$RESULTION */
2
3 .YQWizard {
4    pbackground-image: url(bottom-gradient.png);  
5    background-image: url(background-1024x768.png);
6    background-position: bottom;
7    background-repeat: repeat-x;
8 }
9
10 QDWidget { border-style: solid; border-width: 5px;  } 
11
12 QWidget { color: white; }
13
14 /* We provide a min-width and min-height for push buttons
15    so that they look elegant regardless of the width of the text. */
16 QPushButton {
17     padding: 3px;
18     margin-left: 20px;
19     min-width: 9ex;
20     min-height: 2.5ex;
21     color: black;
22 }
23
24 QTextBrowser {
25     color: black;
26 }
27
28 /* Increase the padding, so the text is shifted when the button is
29    pressed. */
30 QPushButton:pressed {
31     padding-left: 5px;
32     padding-top: 5px;
33     background-color: #d0d67c;
34 }
35
36 /* Nice to have the background color change when hovered. */
37 QRadioButton:hover, QCheckBox:hover {
38     background-color: wheat;
39 }
40
41 .todo {
42    qproperty-pixmap: url(step-todo.png);
43    max-width: 14px;
44    min-width: 14px;
45 }
46
47 .done {
48    qproperty-pixmap: url(step-done.png);
49    max-width: 14px;
50    min-width: 14px;
51 }
52
53 .current {
54    qproperty-pixmap: url(step-current.png);
55    max-width: 14px;
56    min-width: 14px;
57 }
58
59 .steps_heading {
60    font: bold;  
61    font-size: 14pt;
62 }
63
64 #DialogIcon {}
65 #DialogHeading { 
66   font-size: 20px; 
67   padding: 12pt;
68 }
69