Upgrade origin-src to google transit feed 1.2.6
[bus.git] / origin-src / style.css
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
html { overflow: hidden; }
 
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
 
body { margin: 5px; }
 
#content {
  position: relative;
  margin-top: 5px;
}
 
#map-wrapper {
  position: relative;
  height: 100%;
  width: auto;
  left: 0;
  top: 0;
  z-index: 100;
}
   
#map {
  position: relative;
  height: 100%;
  width: auto;
  border: 1px solid #aaa;
}
 
#sidebar-wrapper {
  position: absolute;
  height: 100%;
  width: 220px;
  top: 0;
  border: 1px solid #aaa;
  overflow: auto;
  z-index: 300;
}
 
#sidebar {
  position: relative;
  width: auto;
  padding: 4px;
  overflow: hidden;
}
 
#topbar {
  position: relative;
  padding: 2px;
  border: 1px solid #aaa;
  margin: 0;
}
 
#topbar h1 {
  white-space: nowrap;
  overflow: hidden;
  font-size: 14pt;
  font-weight: bold;
  font-face:
  margin: 0;
}
 
 
body.sidebar-right #map-wrapper { margin-right: 229px; }
body.sidebar-right #sidebar-wrapper { right: 0; }
 
body.sidebar-left #map { margin-left: 229px; }
body.sidebar-left #sidebar { left: 0; }
 
body.nosidebar #map { margin: 0; }
body.nosidebar #sidebar { display: none; }
 
#bottombar {
  position: relative;
  padding: 2px;
  border: 1px solid #aaa;
  margin-top: 5px;
  display: none;
}
 
/* holly hack for IE to get position:bottom right
   see: http://www.positioniseverything.net/abs_relbugs.html
 \*/
* html #topbar { height: 1px; }
/* */
 
body {
  font-family:helvetica,arial,sans, sans-serif;
}
h1 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
h2 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
h3 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.tooltip {
  white-space: nowrap;
  padding: 2px;
  color: black;
  font-size: 12px;
  background-color: white;
  border: 1px solid black;
  cursor: pointer;
  filter:alpha(opacity=60); 
  -moz-opacity: 0.6; 
  opacity: 0.6; 
}
#routeList {
  border: 1px solid black;
  overflow: auto;
}
.shortName {
  font-size: bigger;
  font-weight: bold;
}
.routeChoice,.tripChoice,.routeChoiceSelected,.tripChoiceSelected {
  white-space: nowrap;
  cursor: pointer;
  padding: 0px 2px;
  color: black;
  line-height: 1.4em;
  font-size: smaller;
  overflow: hidden;
}
.tripChoice {
  color: blue;
}
.routeChoiceSelected,.tripChoiceSelected {
  background-color: blue;
  color: white;
}
.tripSection {
  padding-left: 0px;
  font-size: 10pt;
  background-color: lightblue;
}
.patternSection {
  margin-left: 8px;
  padding-left: 2px;
  border-bottom: 1px solid grey;
}
.unusualPattern {
  background-color: #aaa;
  color: #444;
}
/* Following styles are used by location_editor.py */
#edit {
  visibility: hidden;
  float: right;
  font-size: 80%;
}
#edit form {
  display: inline;
}