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