Nominatim/website/css/details.css

50 lines
572 B
CSS

h1 {
margin: 10px 0;
padding-left: 8px;
}
h2 {
font-size: 2em;
padding-left: 8px;
}
h3 {
font-size: 1.5em;
padding-left: 8px;
}
.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;
}