-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
147 lines (128 loc) · 2.35 KB
/
Copy pathstyle.css
File metadata and controls
147 lines (128 loc) · 2.35 KB
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
@media (max-width: 990px) {
.category {width: 80%; margin: 10px 10%;}
body {zoom: 2;}
#header {zoom: 0.5;}
}
@media (min-width: 991px) {
.category {width: 410px; margin: 10px;}
}
body {
background: url(img/bg.jpg);
margin: 0;
}
#header {
background: url(img/header.png);
background-size: cover;
background-position: top;
height: 785px;
}
#header p {
text-align: center;
font-size: 40px;
margin: 10px auto;
background-color: white;
float: none;
opacity: 0.8;
position: absolute;
top: 300px;
}
#timokatalogos {
overflow: auto;
margin-bottom: 50px;
}
.category {
border: 4px solid #426645;
border-radius: 10px;
float: left;
background: #ddccac;
height: auto;
max-height: 40px;
overflow: hidden;
transition-duration: 1500ms;
-webkit-transition-duration: 1500ms;
}
.category:hover {
max-height: 1000px;
}
.categoryName {
text-align: center;
height: 40px;
width: 100%;
font-size: 32px;
font-weight: bold;
margin: -4px 0 0px -4px;
border: 4px solid #426645;
border-radius: 10px;
color: #582a21;
}
.contentUL {
font-size: 24px;
}
h2 {
margin: 5px 0;
font-size: 44px;
position: relative;
}
#where {
clear: both;
overflow: auto;
height: 600px;
}
.innerHead {
position: relative;
z-index: 5;
background: #426645;
color: #DECDB0;
width: 100%;
text-align: center;
overflow: hidden;
box-shadow: 0px -10px 10px 2px #426645;
margin-top: 20px;
}
.innerHead p {
font-size: 22px;
position: relative;
}
#where iframe {
position: relative;
z-index: 2;
}
.overlay {
background: transparent;
position: relative;
width: 100%;
height: 450px;
top: 450px;
margin-top: -450px;
z-index: 3;
}
#more {
position:relative;
text-align: center;
background: #426645;
color: #d9ebf7;
box-shadow: 0px -10px 10px 2px #426645;
margin: -15px 0 20px;
width: 100%;
z-index: 4;
}
#more iframe {
max-width: 960px;
}
footer {
text-align: center;
margin: 10px auto;
width: 100%;
}
footer a {
text-decoration: none;
text-align: center;
width: 213px;
margin: 10px auto;
font-size: 20px;
font-family: Tahoma, sans-serif;
line-height: 1em;
color: #ffffff;
font-weight: bold;
text-shadow: 0px 0px 0 rgb(214,214,214),1px 1px 0 rgb(190,190,190),2px 2px 0 rgb(167,167,167), 3px 3px 0 rgb(144,144,144),4px 4px 3px rgba(0,0,0,0.6),4px 4px 1px rgba(0,0,0,0.5),0px 0px 3px rgba(0,0,0,.2);
}