A return to the norm
This commit is contained in:
@@ -95,8 +95,8 @@
|
|||||||
{{template "page_top" .}}
|
{{template "page_top" .}}
|
||||||
|
|
||||||
<picture>
|
<picture>
|
||||||
<source media="(max-width: 800px)" srcset="/res/img/header_orbitron_santa.png">
|
<source media="(max-width: 800px)" srcset="/res/img/header_orbitron.png">
|
||||||
<img class="header_image" src="/res/img/header_orbitron_wide_santa.png" alt="Header image">
|
<img class="header_image" src="/res/img/header_orbitron_wide.png" alt="Header image">
|
||||||
</picture>
|
</picture>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
@@ -528,14 +528,7 @@ const keyboard_event = evt => {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
/* background-color: var(--layer_2_color); */
|
background-color: var(--layer_2_color);
|
||||||
background: repeating-linear-gradient(
|
|
||||||
315deg,
|
|
||||||
#034215 0px,
|
|
||||||
#034215 20px,
|
|
||||||
#430303 20px,
|
|
||||||
#430303 40px
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Headerbar (row 1) */
|
/* Headerbar (row 1) */
|
||||||
@@ -621,7 +614,7 @@ const keyboard_event = evt => {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
transition: left 0.5s, right 0.5s;
|
transition: left 0.5s, right 0.5s;
|
||||||
/* background-color: var(--layer_2_color); */
|
background-color: var(--layer_2_color);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
.toolbar.toolbar_visible { left: 0; }
|
.toolbar.toolbar_visible { left: 0; }
|
||||||
|
@@ -36,8 +36,7 @@ func userStyle(r *http.Request) pixeldrainStyleSheet {
|
|||||||
case "default":
|
case "default":
|
||||||
fallthrough // use default case
|
fallthrough // use default case
|
||||||
default:
|
default:
|
||||||
// return defaultPixeldrainStyle
|
return defaultPixeldrainStyle
|
||||||
return maroonStyle
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user