-
Notifications
You must be signed in to change notification settings - Fork 0
/
styl.css
123 lines (107 loc) · 2.74 KB
/
styl.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
body {
font-family: sans-serif;
font-size: 12pt;
background-color: #f4f4ff;
color: #607B8B;
}
h2 { font-size: 14pt; padding-top: 2em; text-decoration:underline; font-style: italic; }
h3 { font-size: 13pt; padding-top: 2em; }
strong { font-style: normal; font-weight: bold; }
hr { display:none }
a { color:blue; text-decoration:none; }
a:hover { color:white; background: blue; text-decoration:none; }
#odkaz_katalog { color: #607B8B; background: #f4f4ff; text-decoration:none; }
#odkaz_katalog:hover { color: #607B8B; background: #f4f4ff; text-decoration:none; }
#odkaz_cenik { color: #607B8B; background: #f4f4ff; text-decoration:none; }
#odkaz_cenik:hover { color: #f4f4ff; background: #607B8B; text-decoration:none; }
#odkaz_web { color: #607B8B; background: #f4f4ff; text-decoration:underline; }
#odkaz_web:hover { color: #607B8B; background: #f4f4ff; text-decoration:none; }
#kontejner {
width: 1000px;
height: 768px;
margin : auto;
padding-left: 24px;
background-image: url(obrazky/podklad.jpg);
background-color: #f4f4ff;
background-repeat: no-repeat;
background-position: top left;
}
#menu {
color: blue;
padding-top: 110px;
text-align: left;
font-style: italic;
font-weight: bold;
border: 1px;
}
#obsah {
width: 936px;
height: 600px;
margin-top: 20px;
padding-left: 40px;
}
#obsah_vystavy {
width: 900px;
height: 600px;
/* margin-top: 20px;*/
padding-left: 40px;
background-image: url("obrazky/vystava.jpg");
background-repeat: no-repeat;
background-position: bottom right;
}
#obsah_pirat {
width: 936px;
height: 600px;
margin-top: 20px;
padding-left: 40px;
background-image: url(obrazky/pozadi_pirat.jpg);
background-color: #f4f4ff;
background-repeat: no-repeat;
background-position: center;
}
#obsah_cepice1 {
width: 936px;
height: 600px;
margin-top: 20px;
padding-left: 40px;
background-image: url(obrazky/pozadi_cepice1.jpg);
background-color: #f4f4ff;
background-repeat: no-repeat;
background-position: center;
}
#obsah_cepice2 {
width: 936px;
height: 600px;
margin-top: 20px;
padding-left: 40px;
background-image: url(obrazky/pozadi_cepice2.jpg);
background-color: #f4f4ff;
background-repeat: no-repeat;
background-position: center;
}
#obsah_hlavni {
width: 500px;
}
#obsah_novinky {
width: 280px;
height: 500px;
padding: 20px;
padding-right: 50px;
margin: 10px;
position: static;
float: right;
color: #778899;
}
#katalog {
margin: 10px;
width: 200px;
float: left;
}
#patka {
width: 1000px;
margin : auto;
text-align: center;
font-size: 10pt;
background-color: #f4f4ff;
color: #607B8B;
}