source: extensions/netinstall/trunk/loader.css @ 3291

Last change on this file since 3291 was 3033, checked in by patdenice, 15 years ago
  • Fix display bug on litle screen.
  • Replace png files by jpg files
File size: 2.1 KB
Line 
1html, body {
2  min-height: 100%;
3}
4
5*, :focus, :active, input:active, a:active, input:focus, a:focus {
6  outline-color: -moz-use-text-color;
7  outline-style: none;
8  outline-width: 0;
9}
10
11a {
12  border-width: 0;
13  text-decoration: none;
14  color: #FF7700;
15}
16
17body {
18  background: #111111 url(images/bottom-left-bg.jpg) no-repeat fixed left bottom;
19  color: #666666;
20  margin: 0;
21  padding: 0;
22  min-width: 60em;
23  font-family: Univers,Helvetica,Optima,"Bitstream Vera Sans",sans-serif;
24  font-size: 0.8em;
25  text-align: center;
26}
27
28#headbranch {
29  background: transparent url(images/top-left-bg.jpg) no-repeat scroll left top;
30  height: 240px;
31  left: 0;
32  margin: 0;
33  padding: 0;
34  position: absolute;
35  top: 0;
36  width: 233px;
37  z-index: -1;
38}
39
40#theHeader {
41  background: transparent url(images/piwigo_logo_sombre_214x100.png) no-repeat scroll 245px top;
42  margin: 0;
43  min-height: 105px;
44  padding: 0;
45}
46
47#content {
48  background: #222222 url(images/fillet.png) repeat-x scroll left top;
49  margin: auto;
50  margin-top: 9px;
51  text-align: left;
52  width: 800px;
53  padding: 25px;
54  z-index: 99;
55  color: #666666;
56}
57
58#footer {
59  width: 800px;
60  margin: auto;
61  text-align: right;
62  margin-top: 15px;
63}
64
65h2 {
66  color: #666666;
67  font-weight: bold;
68  letter-spacing: 2px;
69  text-align: right;
70  text-transform: none;
71  width: 54%;
72  display: block;
73  font-size: 28px;
74  height: 104px;
75  margin: 0 20px;
76  overflow: hidden;
77  padding: 0;
78  position: absolute;
79  right: 0;
80  top: 0;
81}
82
83h3 {
84  font-size: 15px;
85  font-weight: bold;
86}
87
88select, input {
89  border: 1px solid #666666;
90  background-color: #444444;
91  color: #999999;
92  font-size: 1em;
93  margin: 0;
94}
95
96input[type="submit"] {
97  text-align: center;
98  background-color: #222222;
99  border-color: #FF3363;
100  color: #FF3363;
101}
102
103input[type="submit"]:hover {
104  cursor: pointer;
105  color: #999;
106  border-color: #666;
107}
108
109label {
110  color: #ff3363
111}
112
113.destination {
114  text-align: center;
115  margin-top: 2em;
116  font-weight: bold;
117}
118
119.language {
120  margin-left: 1.5em;
121  margin-bottom: 2em;
122}
123
124.button {
125  text-align: center;
126  margin-top: 2em;
127}
128
129.msg {
130  padding: 3px 35px;
131}
132
133.notice {
134  color: #f70;
135}
136
137.warning {
138  color: #f30;
139}
Note: See TracBrowser for help on using the repository browser.