]> icculus.org git repositories - duncan/yast2-qt4.git/blob - theme/style.qss
9e8738f02d67a54b905fe8e8cbc4f9e9fae746d0
[duncan/yast2-qt4.git] / theme / style.qss
1 /* Background: main_window 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    min-width: 195px;
25    max-width: 195px;
26 }
27
28 QPushButton {
29     color: black;
30 }
31
32 QTextBrowser {
33     color: black;
34 }
35
36 .current-step-name {
37    font: bold 10pt;
38 }
39
40 .todo-step-status {
41    qproperty-pixmap: url(step-todo.png);
42    max-width: 14px;
43    min-width: 14px;
44 }
45
46 .done-step-status {
47    qproperty-pixmap: url(step-done.png);
48    max-width: 14px;
49    min-width: 14px;
50 }
51
52 .current-step-status {
53    qproperty-pixmap: url(step-current.png);
54    max-width: 14px;
55    min-width: 14px;
56 }
57
58 .steps_heading {
59    font: bold;  
60    color: black;
61    margin-bottom: 7px;
62    font-size: 11pt;
63 }
64
65 #DialogIcon { max-width: 0px; margin: 0px; }
66 #DialogHeading { 
67   font-size: 20px; 
68   padding: 12pt;
69   color: white;
70   font-style: bold;
71   margin: 0px;
72 }
73
74 .Contents QWidget { color: black; } 
75