]> git.sur5r.net Git - bacula/bacula/blob - gui/baculum/themes/Baculum-v1/wizard.css
98a99d9daf127020b7c457e77b6bd6526e2738ee
[bacula/bacula] / gui / baculum / themes / Baculum-v1 / wizard.css
1 .wizard {
2         margin: 50px auto;
3         height: 547px;
4         width: 752px;
5         font-family: Arial;
6         color: white;
7  }
8  
9 .steps {
10         padding: 8px 20px;
11         min-height: 435px;
12         background-image: url('wizard-content.png');
13         background-repeat: repeat-y;
14  }
15
16 .steps-bar {
17         background-image: url('step-bar.png');
18         background-repeat: no-repeat;
19  }
20  
21 .navigation {
22         text-align: center;
23         padding: 5px 0;
24         background-image: url('wizard-bottom.png');
25         background-repeat: no-repeat;
26  }
27  
28 .step {
29         float: left;
30         height: 45px;
31         width: 124px;
32         font-size: 13pt;
33         text-align: center;
34  }
35  
36 .step div{
37         margin: 12px 15px 12px 0;
38  }
39  
40 .step-normal,  .step-active,  .step-prev-active, .step-first-active, .step-first-next-active {
41         background-repeat: no-repeat;
42         background-position: right center;
43  }
44  
45   .step-first {
46         width: 126px;
47         background-image: url('step-first.png');
48  }
49  
50  .step-first-active {
51         width: 126px;
52         background-image: url('step-first-active.png');
53  }
54  
55  .step-first-next-active{
56         width: 126px;
57         background-image: url('step-first-next-active.png');
58  }
59
60 .step-last {
61         width: 130px;
62         background-image: url('step-last.png');
63  }
64
65  .step-last-active {
66         width: 130px;
67         background-image: url('step-last-active.png');
68  }
69  
70  .step-last-next-active{
71         width: 130px;
72         background-image: url('step-last-next-active.png');
73  }
74
75 .step-normal, .step-prev-active {
76         background-image: url('step.png');
77  }
78  
79 .step-active{
80         background-image: url('step-active.png');
81  }
82  
83 .step-prev-active {
84         background-image: url('step-prev-active.png');
85  }
86  
87 #licence {
88         width: 650px;
89         height: 300px;
90         overflow: auto;
91         border: 1px solid gray;
92         margin: auto;
93         padding: 5px;
94 }
95  
96 #title {
97         clear: left;
98         font-size: 14px;
99         font-weight: bold;
100         background-image: url('wizard-header.png');
101         background-repeat: no-repeat;
102         padding: 4px;
103 }
104  
105 #licence-agree {
106         width: 670px;
107         margin: 10px auto;
108 }
109
110 #restore-browser {
111         width: 100%;
112         height: 100%;
113 }
114
115 #restore-browser-files {
116         width: 315px;
117         height: 434px;
118 }
119
120 #restore-browser-files, #restore-browser-versions, #restore-browser-selected {
121         overflow: auto;
122         width: 339px;
123         background-color: white;
124         -webkit-border-radius: 4px;
125         -moz-border-radius: 4px;
126         border-radius: 4px;
127         padding: 4px;
128         -moz-user-select: -moz-none;
129         -webkit-user-select: none;
130         -ms-user-select: none;
131 }
132
133 #restore-browser-files {
134         height: 430px;
135 }
136
137 #restore-browser-versions {
138         height: 206px;
139 }
140
141 #restore-browser-selected {
142         height: 206px;
143 }
144
145 #restore-browser-files-loading {
146         position: absolute;
147         z-index: 10;
148         width: 347px;
149         height: 438px;
150         border-radius: 4px;
151         background: rgba(182,182,182,0.7) url('progress.gif') no-repeat center center;
152 }
153
154 .file-browser-watermark {
155         padding: 64px 10px;
156         text-align: center;
157         font-size: 21px;
158         color: rgb(185, 184, 184);
159 }
160
161 div.button-cancel {
162         float: right;
163         margin-right: 28px
164 }
165
166 div.button-prev-next {
167         margin-left: 84px
168 }
169
170 a.link {
171         color: #3f4449;
172         font-weight: bold;
173         text-decoration: none;
174 }
175
176 a.link:hover {
177         text-decoration: underline;
178 }