-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
116 lines (96 loc) · 1.88 KB
/
style.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
body {
background-image: url("./img/dfw2.gif");
/* min-height: 100px; */
background-size: cover;
/* background-position: center; */
background-repeat: no-repeat;
color: white;
}
.citybtn {
color: white;
}
.cityInfo {
position: relative;
top: 50px;
float: left;
}
.cardBody {
height:150px ;
width: 680px;
float: left;
border: white ;
position: relative;
opacity: .7;
background-color: black;
color: white;
margin-bottom: 2px;
border-radius: 50px;
padding: 4px;
margin-left: 15px;
padding-left: 25px;
padding-bottom: 10px;
padding-top: 10px;
border-style: thin;
margin-right: 0px;
}
.searchBody {
position: relative;
height:150px ;
opacity: .7;
background-color: black;
color: white;
border-radius: 50px;
padding: 2px;
padding-left: 0px;
width: 270px;
margin-left:0px ;
}
li {
display:block;
float:left;
padding: 1px;
padding-left: 1px;
padding-bottom: 0px;
padding-top: 0px;
margin-left: 15px;
margin-top: 0px;
}
hr.new1 {
border-top: 1px solid white;
}
.fiveday{
text-align: center;
padding: 0px;
margin-left: 50px;
margin-top: 0px;
}
.history{
height: 755px;
margin-top:75px;
padding-top:10px;
width:175px;
}
.hBTN {
background-color: black;
opacity: .8;/* Green background */
border-radius: 30px;
border: 1px solid white; /*Green border */
color: white; /* White text */
padding: 5px 25px; /* Some padding */
cursor: pointer; /* Pointer/hand icon */
width: 75%; /* Set a width if needed */
display: block; /* Make the buttons appear below each other */
margin: auto;
text-align: center;
outline:none;
border-bottom: none;
}
.btnH:hover {
background-color:lightskyblue;
color: black;
}
.cardBody:hover {
background-color:lightskyblue;
color: black;
opacity: .9;/* Green background */
}