]> icculus.org git repositories - duncan/yast2-qt4.git/blob - theme/style.qss
restoring the green - do not set the style by default though
[duncan/yast2-qt4.git] / theme / style.qss
1 /* Background: wizard background-1024x768.png */
2 /* Background: work_area g22503.png */
3 /* Background: steps rect2174.png */
4
5 #work_area {
6    border-style: none;
7    margin-top: 50px;
8    margin-right: 110px;
9    margin-bottom: 80px;
10    margin-left: 0px;
11 }
12
13 QDWidget { border-style: solid; border-width: 5px;  }
14
15 QWidget { color: white; }
16
17 #steps 
18 {
19    border-style: none;
20    padding-left: 20px;
21    padding-top: 10px;
22    margin-top: 60px;
23    margin-left: 10px;
24    margin-bottom: 100px;
25    min-width: 195px;
26    max-width: 195px;
27 }
28
29 QPushButton {
30     color: black;
31 }
32
33 QTextBrowser {
34     color: black;
35 }
36
37 .current-step-name {
38    font: bold 10pt;
39 }
40
41 .todo-step-status {
42    qproperty-pixmap: url(step-todo.png);
43    max-width: 14px;
44    min-width: 14px;
45 }
46
47 .done-step-status {
48    qproperty-pixmap: url(step-done.png);
49    max-width: 14px;
50    min-width: 14px;
51 }
52
53 .current-step-status {
54    qproperty-pixmap: url(step-current.png);
55    max-width: 14px;
56    min-width: 14px;
57 }
58
59 .steps_heading {
60    font: bold;  
61    color: black;
62    margin-bottom: 7px;
63    font-size: 11pt;
64 }
65
66 #DialogIcon { max-width: 0px; margin: 0px; }
67 #DialogHeading { 
68   font-size: 20px; 
69   padding: 12pt;
70   color: white;
71   font-style: bold;
72   margin: 0px;
73 }
74
75 .Contents QWidget { color: black; } 
76