-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgreen.css
110 lines (99 loc) · 2.05 KB
/
green.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
body{ background-color:#fef6f4;}
img{
max-width:100%;
height:auto;
}
#map{
width:650px;
height:750px
}
p1{
float:right;
}
h2{
text-align:center;
}
.topnav{
overflow: hidden;
background: rgba(0, 0, 0, 0.5);
color: #f1f1f1;
position: -webkit-sticky;
position: sticky;
top: 0;
}
c{ color:grey;
}
ul.topnav {
list-style-type: none;
margin: 0;
padding:0;
overflow: hidden;
background-color: #333;
}
container .para{ color:black;}
ul.topnav li {float: left;
text-align:justify;}
ul.topnav li a {
display: block;
color: white;
text-align: center;
padding: 15px 20px;
text-decoration: none;
}
ul.topnav li a:hover:not(.active) {background-color: #4CAF50 ;}
ul.topnav li a.active {background-color: #4CAF50;}
ul.topnav li.right {float: center;}
@media screen and (max-width: 600px){
ul.topnav li.right,
ul.topnav li {float: none;}
width:100%;
}
.swipe{
overflow:auto;
white-space:nowrap;
}
.side{
float:right;
}
.contain{
padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto
}hr.style{
height: 50px;
border-style: solid;
border-color: #8c8b8b;
border-width: 1px 0 0 0;
border-radius: 100px;
}
hr.style:before {
display: block;
content: "";
height: 30px;
margin-top: -31px;
border-style: solid;
border-color: #8c8b8b;
border-width: 0 0 1px 0;
border-radius: 100px;
}
hr.style14 {
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}
h5{
display:inline;
text-shadow: 1px 1px blue;
}
.footer{
background-color:black;
color:white;
padding-top:30px;
padding-bottom:30px;
letter-spacing: 1px;
}
.footer_credit
{ padding:5px;
text-align:center;
}