]> git.openstreetmap.org Git - nominatim.git/blob - website/css/details.css
allow nginx to serve files without php extensions
[nominatim.git] / website / css / details.css
1 h1 {
2   margin: 10px 0;
3   padding-left: 8px;
4 }
5 h1 small a {
6   font-size: 0.5em;
7   white-space: nowrap;
8 }
9 h2 {
10   font-size: 2em;
11   padding-left: 8px;
12   background-color: white;
13 }
14 h3 {
15   font-size: 1.5em;
16   padding-left: 8px;
17 }
18
19 tr.all-columns {
20   background-color: white !important; 
21   border: none;
22 }
23 tr.all-columns td {
24   border-top: none !important;
25   padding-left: 0 !important;
26 }
27
28 .table {
29   width: 100%;
30 }
31 .table td {
32   font-size: 0.9em;
33 }
34 .table>thead>tr>td, .table>tbody>tr>td {
35   padding: 2px 8px;
36 }
37 .name{
38   font-weight: bold;
39 }
40 .notused{
41   color:#ddd;
42 }
43 .noname{
44   color:#800;
45 }
46 #map {
47   width:100%;
48   height:300px;
49   border: 1px solid #666;
50 }
51 #mapicon {
52   margin: 10px 0;
53 }
54
55 footer {
56   text-align: center;  
57   padding: 2em 0;
58   font-size: 0.8em;
59   clear: both;
60   color: #333;
61 }
62
63 footer p {
64   margin: 1em;
65 }