mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-23 21:54:10 +03:00
61 lines
758 B
CSS
61 lines
758 B
CSS
h1 {
|
|
margin: 10px 0;
|
|
padding-left: 8px;
|
|
}
|
|
h2 {
|
|
font-size: 2em;
|
|
padding-left: 8px;
|
|
background-color: white;
|
|
}
|
|
h3 {
|
|
font-size: 1.5em;
|
|
padding-left: 8px;
|
|
}
|
|
|
|
tr.all-columns {
|
|
background-color: white !important;
|
|
border: none;
|
|
}
|
|
tr.all-columns td {
|
|
border-top: none !important;
|
|
padding-left: 0 !important;
|
|
}
|
|
|
|
.table {
|
|
width: 100%;
|
|
}
|
|
.table td {
|
|
font-size: 0.9em;
|
|
}
|
|
.table>thead>tr>td, .table>tbody>tr>td {
|
|
padding: 2px 8px;
|
|
}
|
|
.name{
|
|
font-weight: bold;
|
|
}
|
|
.notused{
|
|
color:#ddd;
|
|
}
|
|
.noname{
|
|
color:#800;
|
|
}
|
|
#map {
|
|
width:100%;
|
|
height:300px;
|
|
border: 1px solid #666;
|
|
}
|
|
#mapicon {
|
|
margin: 10px 0;
|
|
}
|
|
|
|
footer {
|
|
text-align: center;
|
|
padding: 2em 0;
|
|
font-size: 0.8em;
|
|
clear: both;
|
|
color: #333;
|
|
}
|
|
|
|
footer p {
|
|
margin: 1em;
|
|
} |