-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
103 lines (99 loc) · 2.75 KB
/
main.css
File metadata and controls
103 lines (99 loc) · 2.75 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
#forma {
margin: auto;
text-align: center;
width: 60%;
margin-top: 50px;
}
#city {
height: 50px;
width: 300px;
font-size: 32px;
border: none;
border-radius: 0;
}
#search {
height: 52px;
font-size: 32px;
color: white;
border-radius: 0;
padding-top: 0px;
text-align: center;
border: none;
background: rgba(0,0,0,0.51);
background: -moz-linear-gradient(top, rgba(0,0,0,0.31) 0%, rgba(0,0,0,0.6) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.31)), color-stop(100%, rgba(0,0,0,0.6)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.31) 0%, rgba(0,0,0,0.6) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.31) 0%, rgba(0,0,0,0.6) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.31) 0%, rgba(0,0,0,0.6) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.31) 0%, rgba(0,0,0,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
#show_info1 {
margin: 0;
text-align: center;
}
#show_info2 {
padding-left: 80px;
}
body {
background-image: url(http://www.inurture.co.in/wp-content/uploads/2015/11/Blurred_Background_3.jpg);
background-position: top center;
width: 100%;
}
.title {
color: white;
font-size: 50px;
padding-bottom: 20px;
}
.desc {
color: white;
font-size: 30px;
padding-bottom: 15px;
}
.desc2 {
color: white;
font-size: 26px;
padding-bottom: 15px;
}
.stil_temp {
color: white;
font-size: 55px;
margin-bottom: -10px;
}
.min {
color: white;
font-size: 20px;
}
* {
font-family: 'Open Sans Condensed', sans-serif;
}
#show_info1, #show_info2, #map {
background: rgba(0,0,0,0.51);
background: -moz-linear-gradient(top, rgba(0,0,0,0.31) 0%, rgba(0,0,0,0.6) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.31)), color-stop(100%, rgba(0,0,0,0.6)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.31) 0%, rgba(0,0,0,0.6) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.31) 0%, rgba(0,0,0,0.6) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.31) 0%, rgba(0,0,0,0.6) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.31) 0%, rgba(0,0,0,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
margin-top: 30px;
width: 48%;
display: none;
height: 300px;
}
#map {
height: 100%;
}
#show_info1, #show_info2 {
margin-right: 10px;
}
.time {
color: white;
font-size: 20px;
padding-bottom: -70px;
padding-left: 10px;
}
.suntime, {
margin-top: 30px;
margin-bottom: 20px;
}