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