forked from abushoaib99/Web-Tamplete-using-HTML-CSS-JS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
353 lines (338 loc) · 5.14 KB
/
style.css
File metadata and controls
353 lines (338 loc) · 5.14 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
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
340
341
342
343
344
345
346
347
348
349
350
351
352
353
*{
margin: 0;
padding: 0;
outline: 0;
}
body{
background: url(images/background.png) repeat fixed 0 0 #fff;
font-family: arial;
font-size: 16px;
line-height: 20px;
color: #000;
}
.templete{
width: 960px;
margin: 0 auto;
}
.contemplete{
width: 928px;
margin: 0 auto;
}
.clear{
overflow: hidden;
}
input[type='text'],input[type='email']{
width: 300px;
padding: 5px;
margin-bottom: 5px;
border: 1px solid #CFC6B6;
border-radius: 3px;
}
input[type='submit']{
background: #b7801c;
border: 1px solid #E6AF4B;
padding: 1px 10px;
font-size: 20px;
color: #fff;
cursor: pointer;
}
input[type='submit']:hover{
background: #FEF5E6;
color: #000;
}
textarea{
width: 300px;
padding: 5px;
height: 110px;
margin-bottom: 10px;
border: 1px solid #CFC6B6;
}
.headersection{
color: #fff;
background: #BB7F18;
}
.logo{
width: 430px;
float: left;
}
.logo img{
float: left;
padding-left: 20px;
padding-bottom: 10px;
padding-top: 10px;
margin-right: 15px;
width: 70px;
}
.logo h2{
margin-top: 25px;
font-size: 30px;
margin-bottom: 10px;
color: #fff;
text-shadow: 0px 2px 0px #666;
}
.logo p{}
.myicon{
width: 280px;
margin: 0 auto;
}
.myicon i{
font-size: 200px;
color: #333;
border: 1px solid #CA932F;
padding: 0 25px;
}
.social{
width: 210px;
padding-top: 25px;
float: right;
margin-top: 15px;
margin-right: 15px;
}
.social a{
font-size: 30px;
color: #fff;
background: #AD6D0A;
padding: 2px 10px;
border-radius: 2px;
}
.social a:hover{
background: #fff;
color: #333;
}
.social img{
width: 40px;
}
.navsection{
background: #EBAF48;
color: #fff;
min-height: 40px;
}
.navsection ul{
margin: 0;
padding: 0;
}
.navsection ul li{
border-left: 1px solid #fdc662;
border-right: 1px solid #c18a26;
display: block;
float: left;
position: relative;
}
.navsection ul li a{
display: block;
color: #fff;
font-size: 20px;
font-weight: bold;
padding: 10px;
text-decoration: none;
transition: .5s;
}
.navsection ul li a:hover{
background: #000;
color: #fff;
transition: .35s;
}
.navsection ul li ul{
position: absolute;
left: -999999px;
z-index: 70;
}
.navsection ul li:hover ul{
left: 0;
}
.navsection ul li ul li{
background: #E6AF4B;
width: 180px;
border-bottom: 1px solid #CA932F;
border-left: 0px;
border-right: 0px;
}
.navsection ul li ul li a{}
#active{
background: #BB7F18;
}
.slidersection{
box-shadow: 0 8px 10px -2px;
}
.contentsection{
background: #fff;
border: 1px solid #CA932F;
padding: 15px;
}
.maincontent{
background: #FEF4E5;
float: left;
width: 604px;
border: 1px solid #ded4c5;
margin: 0 15px 15px 0;
padding: 8px 15px;
}
.about{}
.samepost{}
.samepost h2,.about h2,.contact h2{
border-bottom: 2px solid #E6AF54;
font-size: 25px;
margin-bottom: 10px;
padding: 10px;
color: #AC7612;
font-weight: bold;
}
.samepost img,.about img{
float: left;
width: 250px;
height: 150px;
margin-right: 10px;
background: #fff;
padding: 5px;
border: 1px solid #9B999A;
}
.samepost p,.about p{
font-size: 16px;
line-height: 22px;
text-align: justify;
}
.relatedpost{}
.relatedpost h2{
background: #E6AF4B;
color: #000 !important;
border-bottom: 2px solid #b7801c !important;
}
.relatedpost img{
width: 185px;
height: 100px;
margin-bottom: 10px;
}
.relatedpost img:hover{
opacity: 0.5;
}
.readmore{
float: right;
margin-top: 10px;
}
.readmore a{
text-decoration: none;
background: #fff;
display: block;
padding: 4px 8px;
font-size: 16px;
color: #333;
border: 1px solid #9B999A;
border-radius: 3px;
}
.readmore a:hover{
color: #E16525
}
.sidebar{
width: 255px;
border: 1px solid #ded4c6;
background: #fef4e5;
float: right;
margin-bottom: 15px;
padding: 10px;
}
.samesidebar{
margin-top: 10px;
}
.samesidebar h2{
background: #EBAF48;
border-bottom: 2px solid #B58836;
color: #333;
margin-bottom: 8px;
padding: 10px;
}
.samesidebar ul{
padding: 0;
margin: 0;
list-style: none;
}
.samesidebar ul li{
border-bottom: 1px dashed #e9c05c;
font-size: 16px;
padding: 5px 8px 5px 0;
}
.samesidebar ul li: last-child{
border-bottom: 0px;
}
.samesidebar ul li a{
text-decoration: none;
color: #814a00;
}
.samesidebar ul li a:hover{
color: #DF5C25;
}
.samesidebar p{
margin-bottom: 10px;
}
.footersection{
height: 90px;
background: #BB7F18;
text-align: center;
}
.fixedicon{
position: fixed;
left: 20px;
top: 175px;
width: 50px;
}
.fixedicon img{
width: 40px;
}
/*Example items*/
.items{
width: 400px;
height: 250px;
margin: 0px auto;
position: relative;
overflow: hidden;
}
.items img{
width: 400px;
height: 250px;
}
.shadow{
background: rgba(0,0,0,.6);
height: 100%;
width: 100%;
position: absolute;
top: -100%;
transition: .8s;
}
.items:hover .shadow{
top: 0;
}
.shadow h2{
margin-top: 120px;
color: #fff;
margin-left: 105px;
}
/*more css3*/
.photo{
width: 300px;
height: 200px;
margin: 100px auto;
}
.photo img{
width: 300px;
height: 200px;
transition: 2s;
}
.photo:hover img{
/*transform: rotate(360deg);*/
/*transform: scale(1.5);*/
/*transform: skew(30deg);*/
/*transform: translate(100px);*/
transform: translateY(100px);
}
.googlemp{}
#map{
width: 100%;
height: 300px;
}
.myconter{
background: #BB7F18;
color: #000;
font-size: 50px;
text-align: center;
padding: 50px;
font-weight: bold;
}