author | František Kučera <franta-hg@frantovo.cz> |
Sun, 20 Jun 2010 14:46:47 +0200 | |
changeset 145 | 0efefbf5f8b6 |
parent 142 | 44ef544460ca |
child 149 | 8238cdb4113a |
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 #horniPruh h1 a {
111 color: black;
112 }
114 .podnik h2 a {
115 color: black;
116 }
118 .podnik {
119 border-top: 1px dashed silver;
120 }
122 fieldset {
123 border: none;
124 }
126 form {
127 text-align: right;
128 max-width: 400px;
129 }
131 input, textarea, select {
132 width:200px;
133 margin-left: 2px;
134 }
136 #formularKomentuj input, #formularKomentuj textarea, #formularKomentuj select {
137 width:300px;
138 }
140 #formularKomentuj form {
141 float: left;
142 }
144 #formularKomentuj .vystup {
145 margin-left: 400px;
146 }
148 .chybovaHlaska {
149 background-image: url('grafika/chyba.png');
150 background-repeat: no-repeat;
151 background-position: 8px 8px;
152 min-height: 33px;
153 padding-top: 15px;
154 padding-left: 50px;
155 margin-top: 10px;
156 margin-bottom: 10px;
157 border: 2px solid orange;
158 background-color: #ffc65e;
159 }
161 .informacniHlaska {
162 background-image: url('grafika/info.png');
163 background-repeat: no-repeat;
164 background-position: 8px 8px;
165 min-height: 33px;
166 padding-top: 15px;
167 padding-left: 50px;
168 margin-top: 10px;
169 margin-bottom: 10px;
170 border: 2px solid #99ccff;
171 background-color: #bfdfff;
172 }
174 .registraceKontrolaUdaju {
175 color: gray;
176 }
178 .podnik .adresa {
179 float: left;
180 width: 500px;
181 }
182 .podnik .hlasovani {
183 float: left;
184 width: 200px;
185 height: 280px;
186 padding-top: 16px;
187 margin-right: 20px;
188 }
190 .podnik .hlasovani object {
191 overflow: hidden;
192 width: 200px;
193 height: 200px;
194 }
196 .podnik .fotky {
197 float: left;
198 width: 200px;
199 height: 280px;
200 }
202 .podnik .fotky img {
203 border: none;
204 }
206 .podnik {
207 clear: both;
208 }
210 .cistic {
211 clear: both;
212 }
214 .slider_prev {
215 background-image: url('grafika/fotkyPodnikuPredchozi.png');
216 width: 32px;
217 height: 32px;
218 text-indent: 1000px;
219 }
221 .slider_next {
222 background-image: url('grafika/fotkyPodnikuDalsi.png');
223 width: 32px;
224 height: 32px;
225 text-indent: 1000px;
226 }
228 .komentare {
229 border-top: 1px dashed silver;
230 margin-bottom: 8px;
231 }
233 .komentar {
234 border-top: 1px solid #e7e6e6;
235 }
237 .komentar h4 {
238 font-size: medium;
239 font-weight: bold;
240 margin-top: 8px;
241 margin-bottom: 0px;
242 }
244 .komentar p {
245 margin-top: 8px;
246 margin-bottom: 8px;
247 }