forked from OpenHack/openhack.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
200 lines (194 loc) · 6 KB
/
index.css
File metadata and controls
200 lines (194 loc) · 6 KB
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
body {
font-family: Helvetica, Arial, sans-serif;
color: #555555;
position: relative;
background: #ddd;
padding: 0 !important; }
h1, h2, h3, h4, h5, h6 {
font-family: 'Raleway', Arial, sans-serif;
color: #09784a; }
a {
color: #69b373; }
.jumbotron {
padding: 0 5%;
background: #69b373 url("/images/green-gradient.png") repeat-x right bottom;
display: block; }
@media (max-width: 767px) {
.jumbotron {
background-size: 37px; } }
@media (max-width: 480px) {
.jumbotron {
background-size: 25px; } }
.jumbotron h1 {
font-size: 90px; }
@media (max-width: 767px) {
.jumbotron h1 {
font-size: 50px; } }
@media (max-width: 480px) {
.jumbotron h1 {
font-size: 38px; } }
.jumbotron h1 a {
display: block;
background: url("/images/logo-green.png") no-repeat center left;
padding-left: 130px;
color: #93f0cb;
text-decoration: none;
text-shadow: 0 -1px 0 white, 0 3px 4px #09784a;
line-height: 1.5; }
@media (max-width: 767px) {
.jumbotron h1 a {
line-height: 1.7;
padding-left: 90px;
background-size: 70px; } }
@media (max-width: 480px) {
.jumbotron h1 a {
padding-left: 65px;
background-size: 52px; } }
#google_map {
display: none; }
#google_map.js {
display: block;
height: 350px;
margin-bottom: 20px;
border: 1px solid #bbb;
box-shadow: 0 1px 0 white; }
.wrapper {
padding: 10px 5% 20px 5%;
border-top: solid 1px white;
border-bottom: solid 1px #c3c3c3;
background: #f3f3f3 url("/images/white-gradient.png") repeat-x left top; }
.wrapper h2 {
font-weight: normal;
font-size: 40px;
margin: 10px 0; }
@media (max-width: 480px) {
.wrapper h2 {
font-size: 30px; } }
.wrapper h3 {
font-weight: bold;
font-size: 20px;
margin-bottom: 10px;
padding-top: 2px;
border-top: 1px solid white;
box-shadow: 0 -1px 0 #cccccc;
text-transform: uppercase;
letter-spacing: 3px; }
.wrapper #menu_wrapper {
margin-bottom: 20px; }
.wrapper #menu_wrapper #menu {
overflow: hidden; }
.wrapper #menu_wrapper h2 {
margin-left: 10px;
color: #777; }
.wrapper #menu_wrapper ul {
list-style: none;
border: 1px solid #e0e0e0;
border-radius: 10px;
overflow: hidden;
background-color: white;
margin: 0;
box-shadow: 0 1px 0 white; }
.wrapper #menu_wrapper ul li {
font-size: 18px;
margin: 0; }
.wrapper #menu_wrapper ul li a {
display: block;
padding: 5px 25px 5px 10px;
text-decoration: none;
border-top: 1px solid #e0e0e0;
background: transparent url("/images/city-arrow.png") no-repeat right center; }
@media (max-width: 767px) {
.wrapper #menu_wrapper ul li a {
padding-top: 7px;
padding-bottom: 7px; } }
.wrapper #menu_wrapper ul li a:hover, .wrapper #menu_wrapper ul li a.highlight {
background-color: #69b373;
background-image: url("/images/city-arrow-hover.png"), url("/images/green-gradient.png");
background-repeat: no-repeat, repeat-x;
background-position: right center, left bottom;
color: white;
border-top-color: #69b373; }
.wrapper #menu_wrapper ul li a:active {
background-color: #69b373;
background-image: url("/images/city-arrow-hover.png"), url("/images/green-gradient.png");
background-repeat: no-repeat, repeat-x;
background-position: right center, left top; }
.wrapper #menu_wrapper ul li:first-child a {
border: none; }
@media (max-width: 767px) {
.wrapper #menu_wrapper #menu.js {
height: 0; }
.wrapper #menu_wrapper h2 {
color: white;
font-weight: bold;
font-size: 24px;
text-transform: uppercase;
letter-spacing: 3px;
margin: 0;
border: 1px solid #999;
border-radius: 10px;
padding: 5px 10px 5px 40px;
cursor: pointer;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
box-shadow: 0 1px 0 #fff;
background-color: #bbb;
background-image: url("/images/menu-dropdown.png"), url("/images/menu-gradient.png");
background-position: 10px center, left bottom;
background-repeat: no-repeat, repeat-x;
background-size: 18px, auto; } }
@media (max-width: 767px) {
.wrapper #menu_wrapper.show_menu #menu {
height: auto; }
.wrapper #menu_wrapper.show_menu h2 {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
box-shadow: none; }
.wrapper #menu_wrapper.show_menu ul {
border-top-left-radius: 0;
border-top-right-radius: 0; } }
.wrapper .main p, .wrapper .main li {
font-size: 15px;
line-height: 21px; }
.wrapper .main p {
margin: 0 0 20px 25px; }
.wrapper .main ul, .wrapper .main ol {
margin-left: 42px; }
.wrapper .main li {
margin: 10px 0; }
.wrapper .main img {
max-width: 100%; }
.wrapper .main code {
border: 1px solid #aaa;
background: white;
padding: 1px 3px;
border-radius: 4px;
white-space: nowrap; }
.wrapper .main .map_label {
position: relative; }
.wrapper .main .map_label div {
position: absolute;
width: 300px;
height: auto;
left: -150px;
top: -58px; }
.wrapper .main .map_label p {
margin: 0 auto;
line-height: 1.2;
text-align: center;
white-space: nowrap; }
.wrapper .main .map_label p span {
display: inline-block;
padding: 4px 10px;
background: #333333 url("/images/map-label-gradient.png") repeat-x right top;
color: #fff;
font-size: 11px;
font-weight: bold;
border-radius: 6px; }
.footer {
margin: 5px 5%; }
.footer ul li {
display: inline-block;
margin: 3px 20px 3px 0;
color: #666; }
.footer ul li a {
color: #09784a; }