Skip to content

Commit beb320a

Browse files
author
jak-ing
committed
Apply blue color theme #2
1 parent a97d1aa commit beb320a

File tree

3 files changed

+52
-12
lines changed

3 files changed

+52
-12
lines changed

hackhpi_assets/style-2017.css

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,44 @@
1+
.text-colored {
2+
color: #318737;
3+
}
4+
5+
a {
6+
color: #61a236;
7+
}
8+
9+
header {
10+
background: #61a236;
11+
}
12+
13+
header.triangle:after {
14+
border-color: #318737 transparent transparent transparent;
15+
}
16+
17+
header .bg-overlay-gradient {
18+
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a8148+0,82b823+100 */
19+
background: #0a8148; /* Old browsers */
20+
background: -moz-linear-gradient(45deg, #0a8148 0%, #82b823 100%); /* FF3.6-15 */
21+
background: -webkit-linear-gradient(45deg, #0a8148 0%,#82b823 100%); /* Chrome10-25,Safari5.1-6 */
22+
background: linear-gradient(45deg, #0a8148 0%,#82b823 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
23+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a8148', endColorstr='#82b823',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
24+
width:100%;
25+
height:100%;
26+
position:absolute;
27+
z-index:10;
28+
top:0px;
29+
left:0px;
30+
opacity:0.9;
31+
}
32+
133
header .logo {
234
background:url(logo-2017.png) no-repeat center center;
335
background-size: contain;
436
}
37+
38+
footer {
39+
background: #0a8153;
40+
}
41+
42+
nav#main-nav.fixed {
43+
background: #318737;
44+
}

hackhpi_assets/style.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body {
2121
}
2222

2323
.text-colored {
24-
color:#318737;
24+
color:rgb(117, 173, 225);
2525
}
2626

2727
h1 {
@@ -67,7 +67,7 @@ h5 {
6767
}
6868

6969
a {
70-
color:#61a236;
70+
color:rgb(117, 173, 225);
7171
text-decoration: none;
7272
}
7373

@@ -92,7 +92,7 @@ a:hover {
9292
}
9393

9494
header.triangle:after {
95-
border-color: #318737 transparent transparent transparent;
95+
border-color: rgb(75, 134, 199) transparent transparent transparent;
9696
}
9797

9898

@@ -130,7 +130,7 @@ nav#main-nav {
130130
}
131131

132132
nav#main-nav.fixed {
133-
background:#318737;
133+
background:rgb(24, 103, 189);
134134
position:fixed;
135135
top:0px;
136136
}
@@ -206,7 +206,7 @@ nav#main-nav .container ul li a.live:before {
206206

207207
header {
208208
color:#fff;
209-
background:#61a236;
209+
background:rgb(117, 173, 225);
210210
position: relative;
211211
}
212212

@@ -282,10 +282,10 @@ header .container {
282282

283283
header .bg-overlay-gradient {
284284
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a8148+0,82b823+100 */
285-
background: #0a8148; /* Old browsers */
286-
background: -moz-linear-gradient(45deg, #0a8148 0%, #82b823 100%); /* FF3.6-15 */
287-
background: -webkit-linear-gradient(45deg, #0a8148 0%,#82b823 100%); /* Chrome10-25,Safari5.1-6 */
288-
background: linear-gradient(45deg, #0a8148 0%,#82b823 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
285+
background: rgb(24, 103, 189); /* Old browsers */
286+
background: -moz-linear-gradient(45deg, rgb(24, 103, 189) 0%, rgb(117, 173, 225) 100%); /* FF3.6-15 */
287+
background: -webkit-linear-gradient(45deg, rgb(24, 103, 189) 0%, rgb(117, 173, 225) 100%); /* Chrome10-25,Safari5.1-6 */
288+
background: linear-gradient(45deg, rgb(24, 103, 189) 0%, rgb(117, 173, 225) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
289289
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a8148', endColorstr='#82b823',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
290290
width:100%;
291291
height:100%;
@@ -485,7 +485,7 @@ section .row > div > * + *,
485485

486486
.btn {
487487
padding:0px 25px 0px 25px;
488-
background:#61a236;
488+
background:rgb(117, 173, 225);
489489
color:#fff;
490490
font-size:18px;
491491
border-radius:4px;
@@ -535,7 +535,7 @@ section .row > div > * + *,
535535
}
536536

537537
footer {
538-
background:#0a8153;
538+
background: rgb(24, 103, 189);
539539
color:#fff;
540540
padding:50px 0px;
541541
font-size:18px;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ <h1>Ticket Application Form</h1>
311311
<div class="col-md-12">
312312
<p>Last year there were a lot of people complaining that the ticket batches were gone to fast and so they couldn't join the hackathon even if they would have loved to do so. That's why we decided to change it this year: We're not releasing ticket batches but you can signup using the form below and we will send you a personalized invitation.</p>
313313

314-
<h3>Apply for your ticket:</h3> </div>
314+
<h3 class="text-colored">Apply for your ticket:</h3> </div>
315315
</div>
316316
</div>
317317
<div class="row">

0 commit comments

Comments
 (0)