This repository was archived by the owner on Oct 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
339 lines (333 loc) · 6.32 KB
/
styles.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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
@font-face {
font-family: raleway;
src: url(graphics/font/Raleway-Regular.ttf) format('truetype');
}
.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome, Edge, Opera and Firefox */
}
body {
background-image: url(graphics/background-web.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: right top;
background-attachment: scroll;
font-size: 1.6em;
font-family: raleway;
}
nav {
width: 100%;
transition: background 0.5s ease-in-out, border 0.5s ease-in-out;
border-radius:6px 6px 0px 0px;
font-family: raleway;
font-size: 1.3em;
}
nav:hover {
background-color: white;
border-top: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
}
nav:hover a#a-special {
color: black;
}
nav:hover ~ #c{
border-radius: 0px 0px 6px 6px;
}
li a{
text-decoration: none!important;
color: Black;
transition: color 0.47s ease-in-out, font-size 0.47s, padding 1.5s;
}
a#a-special {
}
li a:focus{
padding: 0px;
margin: 0px;
font-size: 1.1em;
font-weight: bold;
}
li a:hover{
padding: 0px;
margin: 0px;
font-size: 1.1em;
font-weight: bold;
}
li {
padding-bottom: 18px;
}
nav ul{
list-style-type: none;
margin: auto;
text-align: left;
}
nav li{
display: inline;
text-align: center;
padding: 10px;
margin: auto;
}
.mainli{
font-size: 2.2em;
}
.leftli{
margin: auto auto auto 27%;
}
div {
text-align: center;
}
footer {
text-align: center;
}
hr {
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
p {
text-align: justify;
margin: auto;
padding-left: 10%;
padding-right: 10%;
padding-bottom: 10px;
padding-top: 10px;
font-family: raleway;
}
header {
width: 100%;
height: 120px;
margin: auto;
text-align: center;
}
article {
text-align: center;
margin: auto;
}
section {
text-align: center;
background-color: white;
padding: 5px;
border-radius: 6px;
transition: border-radius 0.7s;
height: 70%;
font-size: 1.1em;
height: 700px;
border: 1px solid black;
}
img#index_icon{
transition: opacity 0.2s, border 0.1s;
}
img#index_icon:hover{
opacity: 0.7;
border: solid 3px black;
}
h2 {
font-size: 3.8em;
font-family: raleway;
text-align: center;
}
h3 {
font-weight: bold;
font-family: raleway;
font-size: 2em;
}
h4 {
font-size: 1.2em;
text-align: left;
font-family: raleway;
}
/*.imgli {
margin: auto;
padding-left: 13%;
}*/
@media screen and (min-width: 801px){
.sideNavHide {
display: none;
}
.mainNavHide{
display: initial;
}
#headerCol{
height: 75px;
}
}
@media screen and (max-width: 800px) {
h2{
font-size: 2em;
}
nav ul{
list-style-type: none;
margin: auto;
text-align: left;
}
nav li{
display: inline;
text-align: center;
padding: 10px;
margin: auto;
}
.leftli{
margin: auto;
}
.mainli{
font-size: 1.5em;
margin: auto;
padding: auto;
}
body{
font-size: 1em;
}
.sideNavHide{
display: initial;
}
.mainNavHide{
display: none;
}
#headerCol{
height: auto;
}
}
.sidenav {
height: 100%; /* 100% Full-height */
width: 0; /* 0 width - change this with JavaScript */
position: fixed; /* Stay in place */
z-index: 1; /* Stay on top */
top: 0; /* Stay at the top */
left: 0;
background-color: #111; /* Black*/
overflow-x: hidden; /* Disable horizontal scroll */
padding-top: 60px; /* Place content 60px from the top */
transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
/* The navigation menu links */
.sidenav a {
padding: 8px 8px 8px 15px;
text-decoration: none;
font-size: 25px;
color: white;
display: block;
transition: 0.3s;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
/*color: #f1f1f1;*/
text-decoration: underline;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 50px;
margin-left: 50px;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
transition: margin-left .5s;
padding: 20px;
}
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
/*
table#tbl1 {
border: 1px solid black;
width:80%;
border-collapse: collapse;
margin-left: 10%;
text-align: center;
}
table#tbl1 th, td, tr {
border: 1px solid black;
text-align: center;
}
table#tbl1 tr:nth-child(even) {
background-color: #f2f2f2;
}*/
.tbl1 {
border: 1px solid black;
width:80%;
border-collapse: collapse;
margin-left: 10%;
text-aligh: center;
}
.tbl1 th, td, tr {
border: 1px solid black;
text-aligh: center;
}
.tbl1 tr:nth-child(even) {
background-color: #f2f2f2;
}
input {
width: 10%;
}
.kontaktBox {
width: 100%;
}
table#tbl-k {
border: 0px;
align: center;
margin-left: 36%;
border-collapse: collapse;
width: 30%;
border: none;
}
table#product-table {
border: none;
width: 80%;
margin-left: auto;
margin-right: auto;
margin-top: 2%;
margin-bottom: 5%;
}
table#product-table th,td,tr {
border: none;
}
table#product-table tr {
border-bottom: none;
}
.module-border-wrap {
}
td#productName{
width: 40%;
text-align: right;
padding-right: 1%;
}
.textBox {
width: 100%;
}
/*td#textBox {
width: 7%;
}
td#productPrices {
text-align: left;
padding-left: 1%;
}
td#maxNaOS {
text-align: center;
}*/
td#outOfStock {
text-align: left;
padding-left: 32%;
}
th#nabidka{
text-align: center;
}
th#admin{
text-align: center;
}
/*td#stock{
text-align: center;
}*/
@media print {
.pagebreak { page-break-after: always; }
}
.pagebreak{
page-break-before: always;
}