map example name
Create Map
//------------------------------------------style.css---------------------------------//
body {
font-family: Roboto, Helvetica, sans-serif;
margin: 0;
background-color: #eee;
}
a {
text-decoration: none;
}
.site-title {
margin: 0;
padding: 10px 20px;
font-size: 30px;
font-weight: 100;
background-color: #DC143C;
color: #fff;
}
.navbar {
background-color: #fff;
font-size: 18px;
line-height: 22px;
}
.navlist {
margin: 0 0 0 20px;
padding: 0;
}
.navitem {
display: inline-block;
}
a {
color: #343434;
}
a:hover,
a:focus {
color: #319df6;
}
a:focus {
outline: none;
}
.navlink a {
padding: 8px 10px;
display: inline-block;
}
.navlink.active {
box-shadow: inset 0 -3px #319df6;
}
.navbar-search {
float: right;
margin-right: 20px;
padding: 0;
line-height: 38px;
}
#navbar-search-input {
padding: 4px;
font-size: 16px;
background-color: #eee;
border: 1px solid #dadada;
border-radius: 2px;
}
#navbar-search-input:focus {
outline: none;
background-color: #fff;
}
#navbar-search-button {
margin-left: -5px;
font-size: 16px;
background: none;
border: none;
color: #343434;
cursor: pointer;
}
#navbar-search-button:hover {
color: #319df6;
}
#navbar-search-button:focus {
color: #319df6;
outline: none;
}
.container {
margin: 50px 10%;
display: flex;
flex-wrap: wrap;
}
.map {
flex: 0 1 28%;
display: flex;
margin: 2px;
padding: 20px;
border: 1px solid #dadada;
border-radius: 2px;
background-color: #fff;
}
.icon {
font-size: 24px;
}
.content {
flex: 1 1 80%;
margin-left: 10px;
}
.content p {
margin: 0;
}
.content .attribution {
margin-top: 8px;
text-align: right;
font-weight: bold;
}
#create-button {
position: fixed;
right: 30px;
bottom: 30px;
height: 60px;
width: 60px;
border: none;
border-radius: 30px;
font-size: 30px;
background-color: #ff1010;
color: #fff;
cursor: pointer;
box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
}
#create-button:hover,
#create-button:focus {
right: 27px;
bottom: 27px;
height: 66px;
width: 66px;
border-radius: 33px;
font-size: 36px;
background-color: #319df6;
}
#create-button:focus {
outline: none;
}
#modal-backdrop {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1000;
background-color: rgba(0, 0, 0, 0.85);
}
#create-modal {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1010;
overflow: scroll;
}
.hidden {
display: none;
}
.modal-dialog {
width: auto;
max-width: 600px;
min-width: 350px;
min-height: 300px;
margin: 40px auto;
background-color: #fff;
border-radius: 15px;
}
.modal-header {
position: relative;
padding: 10px 20px;
}
.modal-header h3 {
margin: 0;
font-size: 28px;
}
.modal-close-button {
position: absolute;
right: 10px;
top: 5px;
font-size: 24px;
border: none;
background: none;
padding: 0;
cursor: pointer;
}
.modal-body {
padding: 20px;
}
.input-element {
display: flex;
align-items: center;
font-size: 20px;
margin: 10px 0;
}
.input-element label {
font-weight: 600;
flex: 1 75px;
margin-right: 10px;
}
.input-element input,
.input-element textarea {
flex: 6 200px;
padding: 8px;
font-size: 20px;
border: 1px solid #aaa;
}
.input-element textarea {
min-height: 64px;
}
.modal-footer {
display: flex;
justify-content: flex-end;
padding: 10px 10px 20px 10px;
}
.modal-footer button {
font-size: 20px;
background-color: #fff;
color: #333;
border: 1px solid #333;
border-radius: 5px;
padding: 10px;
margin-right: 20px;
cursor: pointer;
}
.modal-footer .modal-cancel-button:hover {
background-color: #eee;
}
.modal-footer .modal-accept-button {
background-color: #319df6;
color: #fff;
}
.modal-footer .modal-accept-button:hover {
background-color: #087dde;
}
.error-container {
margin-top: 50px;
text-align: center;
}
.error-container h2 {
margin: 10px;
font-size: 96px;
font-weight: 100;
}
.error-container h3 {
margin: 10px 0;
font-size: 36px;
font-weight: 400;
}
.aboutPage{
border-color:black;
border-style: solid;
border-width: 2px;
background-color: #b4b4b4;
margin:10px;
}
#expandImage:hover{
color: #ADFF2F;
}
