mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-24 06:22:08 +03:00
47 lines
503 B
CSS
47 lines
503 B
CSS
body {
|
|
margin-top: 1em;
|
|
font-size: 1.2em;
|
|
}
|
|
h1 {
|
|
margin: 30px 0;
|
|
}
|
|
h2 {
|
|
font-size: 2em;
|
|
margin-top: 4em;
|
|
}
|
|
h3 {
|
|
font-size: 1.5em;
|
|
}
|
|
.table {
|
|
/*width: auto;*/
|
|
max-width: 800px;
|
|
}
|
|
.name{
|
|
font-weight: bold;
|
|
}
|
|
.notused{
|
|
color:#ddd;
|
|
}
|
|
.noname{
|
|
color:#800;
|
|
}
|
|
#map {
|
|
width:100%;
|
|
height:500px;
|
|
border: 1px solid #666;
|
|
}
|
|
#mapicon {
|
|
margin: 30px 0;
|
|
}
|
|
|
|
footer {
|
|
text-align: center;
|
|
padding: 2em 0;
|
|
font-size: 0.8em;
|
|
clear: both;
|
|
color: #333;
|
|
}
|
|
|
|
footer p {
|
|
margin: 1em;
|
|
} |