Welcome to mirror list, hosted at ThFree Co, Russian Federation.

wikitravel-header.html « crawler - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 220d15f254309ac3730ee5d5c371241e69f65793 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
    <script type="text/javascript">
		function tg(id) {
			if (document.getElementById('section-'+id).style.display == 'block') {
				document.getElementById('section-'+id).style.display = 'none';
				document.getElementById('button-'+id).innerHTML = 'Show';
			} else {
				document.getElementById('section-'+id).style.display = 'block';
				document.getElementById('button-'+id).innerHTML = 'Hide';
        /*
				if (document.getElementById('section-'+id).innerHTML.replace(/^\s+|\s+$/g,'') == '') {
					document.getElementById('section-'+id).innerHTML = 'No content yet';
				}
        */
			}
		}
    </script>
    <style type="text/css">
    body {
      background:#ccc;
      margin:0;
      font-family:helvetica;
      -webkit-text-size-adjust:none;
    }
    form {
        margin:0;
    }
    div#content {
        margin:6px;
        padding:6px;
        border:1px solid #777;
        background-color:#fff;
        -webkit-border-radius:6px;
        -moz-border-radius:6px;
        -webkit-box-shadow:rgba(0,0,0,.3) 1px 1px 3px;
        font-size:0.9em;
        line-height:1.4em;
    }
    div#content h1, div#content h2 {
        margin:0;
        border-bottom:solid 1px #aaa;
        font-size:1.7em;
        line-height:1.4em;
        clear:both;
        overflow:auto;
    }
    div#content h2 {
        font-size:22px;
        margin-top:12px;
    }
    div#content h2 button {
        float:right;
    }
    div#bodyContent > div {
        margin:6px 0;
    }
    div {
        clear:both;
    }
    div#siteNotice, div.printfooter, div.magnify {
        display:none;
    }
    div#p-toc {
        display:none;
    }
    span.subpages {
        display:block;
        background-color:#e6e6e6;
        padding:8px;
        -webkit-border-radius:6px;
        -moz-border-radius:6px;
    }
    ul.wt-toc {
        list-style:none;
        margin:10px 0;
        padding:0;
    }
    ul.wt-toc ul {
        margin:0 18px;
    }
    ul.wt-toc-compact {
        display:none;
    }
    img, object {
        border:none;
        max-width:280px;
        height:auto;
    }
    ul {
        margin:10px 0px 10px -18px;
    }
    div.thumbinner {
        padding:6px;
        margin:6px 0 0 0;
        border:1px solid #777;
        background-color:#e6e6e6;
        -webkit-border-radius:6px;
        -moz-border-radius:6px;
        -webkit-box-shadow:rgba(0,0,0,.3) 1px 1px 3px;
        font-size:12px;
        display:table;
    }
    div.loadHide {
        display:none;
    }
    </style>
  </head>
  <body>