forked from priona-priti/FarmVani-Hackathon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyleblog.css
298 lines (291 loc) · 5.34 KB
/
styleblog.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
*{
margin: 0px;
padding: 0px;
font-family: 'Kiwi Maru', serif;
/* outline: 1px solid black; */
border: border-box;
color: black;
scroll-behavior: smooth;
}
#navbar{
display: flex;
align-items: center;
/* justify-content: space-around; */
width: 100%;
height: 10vh;
position: fixed;
font-weight: 600;
}
#navbar::before{
content: " ";
position: absolute;
background-color: #C3E5C9;
height: 14.5vh;
width: 100%;
z-index: -1;
}
.right{
width: 90%;
}
.right ul{
display: flex;
list-style: none;
align-items: center;
justify-content: space-evenly;
padding: 10px;
margin: 0px 0px 0px 18vw;
}
.right ul li{
text-align: center;
}
.right ul li a{
text-decoration: none;
padding: 2px 6px 4px 6px;
border-radius: 30px;
}
.right ul li a:hover{
padding: 6px 20px 6px 20px;
background-color: #4A8645;
color: white;
border-radius: 30px;
}
.left{
padding: 0px 0px 15px 2.5vw;
}
.left img{
height: 10vh;
width: 16vw;
}
.right ul li img{
cursor: pointer;
height: 2.5vw;
width: 2.5vw;
}
.complete-box::before{
content: " ";
position: absolute;
background-color: #E3F4E5;
height: 437%;
width: 100%;
z-index: -1;
}
.complete-box{
padding: 86px 0px 0px 0px;
height: 425vh;
}
/* search bar and heading */
.text-search{
display: flex;
justify-content: space-between;
}
.text-search .blog-heading{
width: 30%;
padding: 30px 0px 0px 50px;
}
.text-search h1{
padding-bottom: 10px;
}
.text-search .searchbar{
display: flex;
width: 29vw;
height: 7vh;
background-color: #C3E5C9;
margin: 34px 30px 0px 0px;
border-radius: 30px;
}
.text-search .searchbar img{
padding: 7px 4px 2px 9px;
height: 4.5vh;
width: 2.4vw;
}
.search-blogs{
font-weight: 600;
outline: none;
width: 88%;
border-radius: 30px;
border: none;
background-color: #C3E5C9;
}
/* section blog boxes */
.blog-boxes{
height: 330vh;
}
.box-row1{
display: flex;
align-items: center;
width: 90%;
height: 45vh;
padding-left: 40px;
gap: 50px;
}
.box-row1 .box{
display: flex;
flex-direction: column;
align-items: center;
background-color: white;
border-radius: 10px;
height: 39vh;
width: 45vh;
}
.box img{
padding-top: 10px;
height: 28vh;
width: 34vh;
}
.box a{
font-weight: 500;
font-size: .8rem;
text-decoration: none;
padding-left: 10px;
}
.blog-boxes h1{
margin: 30px 0px 0px 50px;
}
.more img{
height: 8vh;
width: 4vw;
}
/* footer with pic */
.end-pic{
display: flex;
flex-direction: column;
align-items: center;
height: 50vh;
}
.end-pic img{
height: 60vh;
width: 30vw;
}
/* footer page styling */
footer {
margin: 2vw 0px 0px 0px;
}
footer::before{
content: " ";
position: absolute;
background-color: #5c9e69;
height: 9%;
width: 100%;
z-index: -1;
}
footer h5 {
color: white;
font-size: 1.10rem;
}
.footer{
display: flex;
align-items: center;
justify-content: center;
height: 9vh;
}
.footer img{
height: 3.5vh;
width: 2vw;
padding: 3px 3.5px 0px 0px;
}
/* login/tellus/sign-up page styling */
dialog button {
margin-top: 23px;
background-color: #E3F4E5;
color:#669F77;
width: 129.875px;
height: 33.839px;
border-radius: 23.903px;
flex-shrink: 0;
border: 1px solid #669F77 ;
cursor: pointer;
}
#authDialog1 {
width: 50.38vw;
padding: 0px;
border: none;
}
dialog a {
color: white;
}
#password1 {
margin: 0px 0px 0px 105px;
}
dialog {
margin: 72px 100px 72px 350px;
background-color: #E3F4E5 ;
}
dialog .left1{
padding: 56px 23px 23px 23px;
width: 56%;
border-radius: 0px 39.77px 39.77px 0px;
background-color: #669F77 ;
}
dialog h1 {
color: white;
font-size: 2rem;
}
dialog h2 {
margin: 12px 0px 17px 0px;
color: white;
font-size: 1.05rem;
}
label {
color: white;
}
input {
margin:10px 0px 12px 0px;
border: none;
width: 15vw;
height: 29.962px;
flex-shrink: 0;
border-radius: 23.903px;
background: #D9D9D9;
}
dialog .right2 {
padding: 23px 0px 0px 0px;
}
.cross{
padding: 9px ;
height: 23px;
width: 23px
}
.farmer {
padding: 0px 0px 30px 6px;
height: 45vh;
width: 22vw;
}
dialog h3 {
text-align: center;
margin: 23px 0px 45px 37px;
font-size: 2.5rem;
}
/* style for sign up pages */
#authDialog2 {
width: 50.38vw;
/* display: flex; */
flex-direction: row;
padding: 0px;
border: none;
}
dialog .container {
display: flex;
}
.namaste {
margin: 65px 0px 125px 23px;
height: 48vh;
width: 21vw;
}
/* style for tell us more pages */
#authDialog3 {
width: 50.38vw;
flex-direction: row;
padding: 0px;
border: none;
}
.professions {
margin: 65px 0px 125px 2px;
height: 48vh;
width: 25vw;
}
#dob {
width: 12vw;
margin: 10px 0px 0px 0px;
cursor: pointer;
padding: 0px 23px 0px 23px;
}