author | František Kučera <franta-hg@frantovo.cz> |
Tue, 06 Apr 2010 02:38:47 +0200 | |
changeset 96 | 9f6225d83611 |
parent 83 | 6767606d6342 |
child 106 | 6209f3d550c5 |
permissions | -rw-r--r-- |
1 body {
2 color: black;
3 background-color: white;
4 font-family: sans-serif;
5 text-align: center;
6 }
8 a {
9 text-decoration: none;
10 }
12 .body {
13 width: 1000px;
14 text-align: left;
15 margin: 0 auto;
16 }
18 #horniPruh {
19 width: 1000px;
20 border: 1px solid silver;
21 background-color: #e6e6e6;
22 }
24 #horniPruh h1 {
25 margin-left: 10px;
26 }
28 #nabidka {
29 width: 980px;
30 border: 1px solid silver;
31 margin-top: 4px;
32 margin-bottom: 4px;
33 padding-top: 2px;
34 padding-left: 10px;
35 padding-right: 10px;
36 background-image: url('grafika/pozadi-nabidky.png');
37 height: 23px;
38 display: block;
39 }
41 #nabidka li {
42 display: inline;
43 font-size: 14px;
44 margin-left: 12px;
45 }
47 #nabidka li a {
48 color: black;
49 text-decoration: none;
50 }
51 #nabidka li a:hover {
52 color: orange;
53 }
55 #prihlasenyUzivatel {
56 color: gray;
57 }
59 #prepinaniJazyku {
60 position: relative;
61 left: 910px;
62 top: -29px;
63 width: 90px;
64 margin: 0px;
65 padding: 0px;
66 }
68 #prepinaniJazyku a {
69 margin-left: 4px;
70 }
72 #prepinaniJazyku img {
73 border: none;
74 }
76 #obsah {
77 width: 980px;
78 border: 1px solid silver;
79 margin-top: -28px;
80 margin-bottom: 4px;
81 padding-left: 10px;
82 padding-right: 10px;
83 }
85 #paticka {
86 width: 1000px;
87 border: 1px solid silver;
88 background-color: #e6e6e6;
89 font-size: smaller;
90 padding-top: 3px;
91 padding-bottom: 3px;
92 text-align: center;
93 }
95 table {
96 border: 1px solid gray;
97 border-collapse: collapse;
98 }
100 td {
101 border: 1px solid gray;
102 padding: 2px 4px;
103 }
105 thead {
106 background-color: silver;
107 font-weight: bold;
108 }
110 .podnik h2 a {
111 color: black;
112 }
114 .podnik {
115 border-top: 1px dashed silver;
116 }
118 fieldset {
119 border: none;
120 }
122 form {
123 text-align: right;
124 max-width: 400px;
125 }
127 input {
128 width:200px;
129 margin-left: 2px;
130 }
132 .chybovaHlaska {
133 background-image: url('grafika/chyba.png');
134 background-repeat: no-repeat;
135 background-position: 8px 8px;
136 min-height: 33px;
137 padding-top: 15px;
138 padding-left: 50px;
139 margin-top: 10px;
140 margin-bottom: 10px;
141 border: 2px solid orange;
142 background-color: #ffc65e;
143 }
145 .informacniHlaska {
146 background-image: url('grafika/info.png');
147 background-repeat: no-repeat;
148 background-position: 8px 8px;
149 min-height: 33px;
150 padding-top: 15px;
151 padding-left: 50px;
152 margin-top: 10px;
153 margin-bottom: 10px;
154 border: 2px solid #99ccff;
155 background-color: #bfdfff;
156 }
158 .registraceKontrolaUdaju {
159 color: gray;
160 }
162 .podnik .adresa {
163 float: left;
164 width: 500px;
165 }
166 .podnik .hlasovani {
167 float: left;
168 width: 280px;
169 height: 280px;
170 }
172 .podnik .fotky {
173 float: left;
174 width: 200px;
175 height: 280px;
176 }
178 .podnik .fotky img {
179 border: none;
180 }
182 .podnik {
183 clear: both;
184 }
186 .cistic {
187 clear: both;
188 }
190 .slider_prev {
191 background-image: url('grafika/fotkyPodnikuPredchozi.png');
192 width: 32px;
193 height: 32px;
194 text-indent: 1000px;
195 }
197 .slider_next {
198 background-image: url('grafika/fotkyPodnikuDalsi.png');
199 width: 32px;
200 height: 32px;
201 text-indent: 1000px;
202 }