forked from seanlebeck/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
base.css
180 lines (161 loc) · 6.06 KB
/
base.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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
.location_select .navbar-fixed-top {
margin-bottom: 0 !important;
}
.location_select body[type="map"] {padding-top: 40px}
#mapsvg-other-cont {
#mapsvg-other .alert{
margin: 0;
}
.location_select .help-block {
font-size: 13px;
color: #999;
}
.location_select .form-horizontal .btn-group + .help-block,
.location_select .form-horizontal .btn + .help-block,
.location_select .form-horizontal input + .help-block,
.location_select .form-horizontal select + .help-block,
.location_select .form-horizontal textarea + .help-block {
margin-top: 8px !important;
}
.location_select pre[type="map"] {
padding-bottom: 0px;
padding-left: 20px;
padding-top: 20px;
}
.location_select .jumbotron {
position: relative;
padding: 40px 0;
color: #fff;
text-align: center;
text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
background: #111;
background: -moz-linear-gradient(45deg, #111 0%, #6d3353 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#111), color-stop(100%,#6d3353));
background: -webkit-linear-gradient(45deg, #111 0%,#6d3353 100%);
background: -o-linear-gradient(45deg, #111 0%,#6d3353 100%);
background: -ms-linear-gradient(45deg, #111 0%,#6d3353 100%);
background: linear-gradient(45deg, #111 0%,#6d3353 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#6d3353',GradientType=1 );
*/
-webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
-moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}
@media
(max-width: 767px) {
.location_select .jumbotron {
margin: 0 -20px;
}
}
.location_select .jumbotron h1 {
font-size: 80px;
font-weight: bold;
letter-spacing: -1px;
line-height: 1;
}
.location_select .jumbotron p {
font-size: 24px;
font-weight: 300;
line-height: 1.25;
margin-bottom: 30px;
}
/* Link styles (used on .masthead-links as well) */
.location_select .jumbotron a {
color: #fff;
color: rgba(255,255,255,.5);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.location_select .jumbotron a:hover {
color: #fff;
text-shadow: 0 0 10px rgba(255,255,255,.25);
}
/* Download button */
.location_select .masthead .btn {
padding: 19px 24px;
font-size: 24px;
font-weight: 200;
color: #fff; /* redeclare to override the `.jumbotron a` */
border: 0;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.location_select .masthead .btn:hover {
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
}
.location_select .masthead .btn:active {
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
}
/* Pattern overlay
------------------------- */
.location_select .jumbotron .container {
position: relative;
z-index: 2;
}
.location_select .jumbotron:after {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: .4;
}
.location_select .masthead {
padding: 70px 0 80px;
margin-bottom: 0;
color: #fff;
}
.location_select .masthead h1 {
font-size: 120px;
line-height: 1;
letter-spacing: -2px;
}
.location_select .masthead p {
font-size: 40px;
font-weight: 200;
line-height: 1.25;
}
.location_select .masthead-links {
margin: 0;
list-style: none;
}
.location_select .masthead-links li {
display: inline;
padding: 0 10px;
color: rgba(255,255,255,.25);
}
.location_select .bs-docs-social {
padding: 15px 0;
text-align: center;
background-color: #f5f5f5;
border-top: 1px solid #fff;
border-bottom: 1px solid #ddd;
}
/* Quick links on Home */
.location_select .bs-docs-social-buttons {
margin-left: 0;
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.location_select .bs-docs-social-buttons li {
display: inline-block;
padding: 5px 8px;
line-height: 1;
*display: inline;
*zoom: 1;
}