Skip to content

Commit 39f0bb8

Browse files
author
6eau
committed
color tweeking, default to nyan mode, do not show welcome/aboutbox by default
1 parent af3aeee commit 39f0bb8

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

css/layout.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ header{
3232
font-size: 14px;
3333
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
3434

35-
background: #00a3d3;
35+
background: #0000d3;
3636
border-bottom: 1px solid #009bc9;
3737

3838
}
@@ -56,7 +56,7 @@ header h1{
5656
}
5757

5858
#grey-section h3{
59-
color: #00a3d3;
59+
color: #0000d3;
6060
}
6161

6262
#grey-section .badge{

css/main.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ body {
9393
-ms-transition: all 0.4s ease-in-out;
9494
-o-transition: all 0.4s ease-in-out;
9595
transition: all 0.4s ease-in-out;
96-
fill: #00a3d3;
96+
fill: #0000d3;
9797
}
9898

9999
#timebox {
@@ -147,7 +147,7 @@ body {
147147
z-index: 99;
148148
width: 100%;
149149
height: 100%;
150-
background: #00A3D3;
150+
background: #0000D3;
151151
}
152152
#loading img {
153153
position: absolute;
@@ -313,10 +313,10 @@ header .search form input[type='submit'] {
313313
border-left: 5px solid #fff;
314314
}
315315
#main .row.selected {
316-
border-left: 5px solid #00A3D3;
316+
border-left: 5px solid #0000D3;
317317
}
318318
#main .row:hover .header {
319-
border-left: 5px solid #00A3D3;
319+
border-left: 5px solid #0000D3;
320320
}
321321

322322
#main .row:hover .data {
@@ -373,7 +373,7 @@ header .search form input[type='submit'] {
373373
-ms-transform: rotate(-90deg);
374374
-o-transform: rotate(-90deg);
375375
transform: rotate(-90deg);
376-
color: #00a3d3;
376+
color: #0000d3;
377377
}
378378
.row.active .header .arrow {
379379
-webkit-transform: rotate(-180deg);
@@ -487,7 +487,7 @@ header .search form input[type='submit'] {
487487
}
488488
#main .row .data a {
489489
text-decoration: none;
490-
color: #00A3D3;
490+
color: #0000D3;
491491
}
492492
#main .data dl > dt.receivers {
493493
font-size: 12px;
@@ -579,8 +579,8 @@ header .search form input[type='submit'] {
579579
width: 0px;
580580
position: absolute;
581581
border-radius: 20px;
582-
-webkit-box-shadow: inset 0 1px 2px #33B5E5, inset 0 12px 3px 2px #00A3D3;
583-
box-shadow: inset 0 1px 2px #33B5E5, inset 0 12px 3px 2px #00A3D3;
582+
-webkit-box-shadow: inset 0 1px 2px #33B5E5, inset 0 12px 3px 2px #0000D3;
583+
box-shadow: inset 0 1px 2px #33B5E5, inset 0 12px 3px 2px #0000D3;
584584
background-color: #33B5E5;
585585
}
586586
.switch.on:before {
@@ -668,8 +668,8 @@ header .search form input[type='submit'] {
668668
width: 0px;
669669
position: absolute;
670670
border-radius: 20px;
671-
-webkit-box-shadow: inset 0 1px 2px #33B5E5, inset 0 12px 3px 2px #00A3D3;
672-
box-shadow: inset 0 1px 2px #33B5E5, inset 0 12px 3px 2px #00A3D3;
671+
-webkit-box-shadow: inset 0 1px 2px #33B5E5, inset 0 12px 3px 2px #0000D3;
672+
box-shadow: inset 0 1px 2px #33B5E5, inset 0 12px 3px 2px #0000D3;
673673
background-color: #33B5E5;
674674
}
675675
.switchyn.on:before {
@@ -864,7 +864,7 @@ header .search form input[type='submit'] {
864864
left: 0px;
865865
height: 20px;
866866
padding: 3px 5px;
867-
background: #00a3d3;
867+
background: #0000d3;
868868
z-index: 20;
869869
font-weight: bold;
870870
font-size: 11px;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<div id="loading">
2828
<div>
2929
<img src="img/sondehub_logo.png" />
30-
<img src="img/splash/splash-wide.png" style="transform: translate(-50%,170%);"/>
30+
<!-- <img src="img/splash/splash-wide.png" style="transform: translate(-50%,170%);"/> -->
3131
<div class="bar" style="display: none"><div class="complete"></div></div>
3232
</div>
3333
</div>

js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function lhash_update(history_step) {
3636
}
3737

3838
// other vars
39-
if(wvar.nyan) {
39+
if(wvar.nyan || 1) { // Force nyan mode! B-)
4040
hash += "&nyan=1";
4141
}
4242

js/mobile.css

Whitespace-only changes.

js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ function load() {
10561056
});
10571057

10581058
// if we there is enough screen space open aboutbox on startup
1059-
if(!is_mobile && !offline.get('opt_nowelcome') && $(window).width() > 900) $('.nav li.about').click();
1059+
//if(!is_mobile && !offline.get('opt_nowelcome') && $(window).width() > 900) $('.nav li.about').click();
10601060

10611061
}, 500);
10621062
}

0 commit comments

Comments
 (0)