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