File: main.css

package info (click to toggle)
modestmaps-js 3.3.6%2Bds2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,184 kB
  • ctags: 1,465
  • sloc: makefile: 58
file content (206 lines) | stat: -rw-r--r-- 3,817 bytes parent folder | download | duplicates (2)
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206

body {
  font-size: 14px;
  line-height: 22px;
  font-family: Helvetica Neue, Helvetica, Arial;
  background: #f4f4f4 url(docs/images/background.png);
}

#toc {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif !important;
  background: #fff;
  position: fixed;
  top: 0; left: 0; bottom: 0;
  width: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 15px 0 30px 30px;
  border-right: 1px solid #bbb;
  box-shadow: 0 0 20px #ccc; -webkit-box-shadow: 0 0 20px #ccc; -moz-box-shadow: 0 0 20px #ccc;
}
  #toc h1 {
    color: black;
    font-size: inherit;
    line-height: inherit;
    font-weight: bold;
    margin: 0;
  }
  #toc .version {
      margin: 0;
  }
  #toc h2 {
    color: black;
    font-size: inherit;
    line-height: inherit;
    font-weight: bold;
    margin: 15px 0 0 0;
  }
    #toc .version {
      font-size: 10px;
      font-weight: normal;
    }

  #toc ul {
    font-size: 11px;
    line-height: 14px;
    margin: 5px 0 0 0;
    padding-left: 16px;
    list-style-type: disc;
    font-family: Lucida Grande;
  }
    #toc ul li {
      cursor: pointer;
      margin: 0 0 3px 0;
    }
      #toc ul li a {
        text-decoration: none;
        color: black;
      }
        #toc ul li a:hover {
          text-decoration: underline;
        }

#content {
  position: relative;
  width: 550px;
  margin: 40px 0 50px 260px;
}

div.run {
  position: absolute;
  right: 15px;
  width: 26px; height: 18px;
  background: url('docs/images/arrows.png') no-repeat -26px 0;
}
  div.run:active {
    background-position: -51px 0;
  }

p, div.container ul {
  margin: 0 0 25px 0;
  width: 550px;
}
  p.warning {
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
  }
  div.container ul {
    list-style: circle;
    padding-left: 15px;
    font-size: 13px;
    line-height: 18px;
  }
    div.container ul li {
      margin-bottom: 10px;
    }
    div.container ul.small {
      font-size: 12px;
    }
a, a:visited {
  color: #444;
}
a:active, a:hover {
  color: #000;
}

a img {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 20px 0 5px 0;
}
  h2 {
    font-size: 22px;
  }
b.header {
  font-size: 18px;
  line-height: 35px;
}
span.alias {
  font-size: 14px;
  font-style: italic;
  margin-left: 20px;
}
table {
  margin: 15px 0 0; padding: 0;
}
  tr, td {
    margin: 0; padding: 0;
  }
    td {
      padding: 0px 15px 5px 0;
    }
code, pre, tt {
  font-family: Monaco, Consolas, "Lucida Console", monospace;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  font-style: normal;
  padding: 0px 3px;
  background: #fff;
  border: 1px solid #ddd;
}
  pre {
    font-size: 12px;
    padding: 2px 0 2px 15px;
    border: 0;
    border-left: 4px solid #bbb;
    margin: 0px 0 25px;
  }

  pre code {
      border: 0;
      padding: 0;
      background: none;
  }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 640px),
      only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 640px),
      only screen and (min-device-pixel-ratio: 1.5) and (max-width: 640px) {
  img {
    max-width: 290px;
  }
  div#sidebar {
    -webkit-overflow-scrolling: initial;
    position: relative;
    width: 90%;
    height: 120px;
    left: 0;
    top: -7px;
    padding: 10px 0 10px 30px;
    border: 0;
  }
  img#logo {
    width: auto; 
    height: auto;
  }
  div.container {
    margin: 0;
    width: 100%;
  }
  p, div.container ul {
    max-width: 98%;
    overflow-x: scroll;
  }
  table {
    position: relative;
  }
    tr:first-child td {
      padding-bottom: 25px;
    }
    td.text {
      padding: 0;
      position: absolute;
      left: 0;
      top: 48px;
    }
    tr:last-child td.text {
      top: 122px;
    }
  pre {
    overflow: scroll;
  }
}