author | František Kučera <franta-hg@frantovo.cz> |
Tue, 23 Mar 2010 09:15:48 +0100 | |
changeset 78 | 77d86ffbf55b |
parent 68 | df5aedafb826 |
child 83 | 6767606d6342 |
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 .registraceKontrolaUdaju {
146 color: gray;
147 }
149 .podnik .adresa {
150 float: left;
151 width: 500px;
152 }
153 .podnik .hlasovani {
154 float: left;
155 width: 280px;
156 height: 280px;
157 }
159 .podnik .fotky {
160 float: left;
161 width: 200px;
162 height: 280px;
163 }
165 .podnik .fotky img {
166 border: none;
167 }
169 .podnik {
170 clear: both;
171 }
173 .cistic {
174 clear: both;
175 }
177 .slider_prev {
178 background-image: url('grafika/fotkyPodnikuPredchozi.png');
179 width: 32px;
180 height: 32px;
181 text-indent: 1000px;
182 }
184 .slider_next {
185 background-image: url('grafika/fotkyPodnikuDalsi.png');
186 width: 32px;
187 height: 32px;
188 text-indent: 1000px;
189 }