Nominatim/website/css/details.css

61 lines
758 B
CSS
Raw Normal View History

2015-08-23 08:15:04 +03:00
h1 {
margin: 10px 0;
padding-left: 8px;
2015-08-23 08:15:04 +03:00
}
h2 {
font-size: 2em;
padding-left: 8px;
background-color: white;
2015-08-23 08:15:04 +03:00
}
h3 {
font-size: 1.5em;
padding-left: 8px;
2015-08-23 08:15:04 +03:00
}
tr.all-columns {
background-color: white !important;
border: none;
}
tr.all-columns td {
border-top: none !important;
padding-left: 0 !important;
}
2015-08-23 08:15:04 +03:00
.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 {
2015-08-23 08:15:04 +03:00
width:100%;
height:300px;
2015-08-23 08:15:04 +03:00
border: 1px solid #666;
}
#mapicon {
margin: 10px 0;
2015-08-23 08:15:04 +03:00
}
footer {
text-align: center;
padding: 2em 0;
font-size: 0.8em;
clear: both;
color: #333;
}
2015-08-23 08:15:04 +03:00
footer p {
margin: 1em;
}