author | František Kučera <franta-hg@frantovo.cz> |
Sat, 19 Dec 2009 16:10:23 +0100 | |
changeset 1 | 84c9d9f6d6ce |
parent 0 | 2c454c74b93d |
permissions | -rw-r--r-- |
1 body {
2 background-color: grey;
3 font-family: sans-serif;
4 }
6 h1 {
7 display: none;
8 }
10 #logo {
11 background-image: url('logo.png');
12 position: fixed;
13 width: 128px;
14 height: 128px;
15 left: 10px;
16 top: 100px;
17 }
19 #ramecek {
20 background-image: url('ramecek.png');
21 background-repeat: no-repeat;
22 position: fixed;
23 width: 616px;
24 height: 216px;
25 left: 100px;
26 top: 60px;
27 padding-left: 20px;
28 }
30 fieldset {
31 border: none;
32 }
34 input {
35 background-image: url('input.png');
36 background-repeat: no-repeat;
37 border: none;
38 width: 550px;
39 height: 32px;
40 padding-left: 8px;
41 padding-top: 4px;
42 font-size: 20px;
43 }
45 button {
46 background-image: url('ulozit.png');
47 background-color: transparent;
48 border: none;
49 width: 64px;
50 height: 64px;
51 position: relative;
52 left: 480px;
53 }