-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
103 lines (103 loc) · 2.36 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
body{
padding-top: 30px;
padding-bottom: 30px;
background-color: #ccc;
font-family:Lato,sans-serif !important;
}
.container{
background-color: #fff;
padding: 30px;
box-shadow: 8px 8px #777;
}
#map{
width: 100%;
height: 330px;
}
#map img{
max-width: 8000px;
}
#searchbar{
position: absolute;
left: 60px;
top: 10px;
z-index: 99;
}
#searchbar > .btn{
margin-bottom: 11px;
}
.centered{
text-align: center;
}
.logo{
max-width:180px;
}
.greenovate-green{
background: rgb( 161, 179, 27 );
}
.greenovate-cyan{
background: rgb( 77, 158, 235 );
/* rgb( 70, 235, 145 ); */
}
.greenovate-orange{
background: rgb( 255, 99, 8 );
color: #fff;
}
.greenovate-yellow{
background: rgb( 255, 209, 0 );
}
a{
color: rgb( 77, 158, 235 );
}
.btn-success .greenovate-green{
color: #ffffff;
text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
background-color: rgb( 163, 212, 0 );
*background-color: rgb( 153, 192, 0 );
background-image: -moz-linear-gradient(top, #62c462, rgb( 153, 192, 0 ));
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(rgb( 153, 192, 0 )));
background-image: -webkit-linear-gradient(top, #62c462, rgb( 153, 192, 0 ));
background-image: -o-linear-gradient(top, #62c462, rgb( 153, 192, 0 ));
background-image: linear-gradient(to bottom, #62c462, rgb( 153, 192, 0 ));
background-repeat: repeat-x;
border-color: #51a351 rgb( 153, 192, 0 ) #387038;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff99c000', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn .greenovate-green:hover,
.btn .greenovate-green:focus,
.btn .greenovate-green:active,
.btn .greenovate-green.active,
.btn .greenovate-green.disabled,
.btn .greenovate-green[disabled] {
color: #ffffff;
background-color: #99c000;
*background-color: #99c000;
}
.btn .greenovate-green:active,
.btn .greenovate-green.active {
background-color: #99c000 \9;
}
.address{
text-transform: capitalize;
}
#adoptformtemp, #addformtemp{
display: none;
}
.form-container{
background-color: #fff;
padding: 10px;
border: 2px solid #000;
z-index: 999;
}
.form-container button{
margin-left: 8px;
}
.adopted{
padding: 5px;
text-align: center;
width: 100px;
}
.capitalized{
text-transform: capitalize;
}