-
Notifications
You must be signed in to change notification settings - Fork 0
/
maps-and-schedules.css
141 lines (106 loc) · 1.74 KB
/
maps-and-schedules.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
/***** hannahs markupt *****/
/* Some global rules */
/* Add border to anything with boxed class */
.boxed {
border:1px solid #CCCCCC;
}
/* Basic column and headers */
#schedules-container {
width: 100%;
}
#schedules-container .header {
width: 100%;
height: 50px;
margin: 15px 25px 0px;
}
#schedules-container .column {
width: 50%;
float: left;
}
/* Boxes in the columns - background and layout */
.column-box {
background-color: #F6F3EC;
}
#right-column .column-box {
margin: 0px 14px 14px 7px;
}
#left-column .column-box {
margin: 0px 7px 14px 14px;
}
#regional-routes {
}
#inland-routes {
}
#coastal-routes {
}
#map {
background: url('images/schedules-map/map-base.jpg') no-repeat ;
}
#connections {
}
/* Content inside of the column boxes */
.box-header {
width: 90.1%;
font-size: 22px;
padding: 15px 5% 15px 5%;
background: #E2E0DA;
margin: 0 0 10px 0 ;
}
.ms-circ {
width: 55px;
float: left;
}
.ms-desc {
float: left;
width: 280px;
}
.box-row-item {
margin-top: 10px;
}
.box-header a {
font-size: 10px;
}
.box-chunk {
width: 90%;
margin: 5px 15px;
}
.box-chunk .box-row {
width: 90%;
}
.box-chunk .chunk-divider {
width: 100%;
height: 20px;
background-color: #424242;
margin-bottom: 10px;
}
.chunk-divider .divider-text {
margin: 0px 10px;
color: white;
font-weight: bold;
font-size: 17px;
}
/* Box row types */
.box-row div {
}
.box-row .two-col1 {
width: 25%;
}
.box-row .two-col2 {
width: 75%;
}
.box-row .three-col1 {
width: 30%;
}
.box-row .three-col2 {
width: 20%;
}
.box-row .three-col3 {
width: 50%;
}
/* Little tweak for connections box */
#connections div {
width: 90%;
}
.ms-region {
font-weight: bold;
}