Compare commits
11 commits
2a292ade9b
...
b551325737
Author | SHA1 | Date | |
---|---|---|---|
|
b551325737 | ||
|
05931a77d3 | ||
|
05bae2330d | ||
|
e1a7947473 | ||
|
11de8fe068 | ||
|
c71306264b | ||
|
324cd85a02 | ||
|
d14b3167df | ||
|
513d05d8b0 | ||
|
5183db5829 | ||
|
601d7968db |
1
.envrc
Normal file
|
@ -0,0 +1 @@
|
|||
use nix
|
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
.direnv
|
||||
.DS_Store
|
||||
rsync.sh
|
||||
*.swp
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
/client/*
|
||||
.DS_Store
|
||||
/.git/*
|
||||
*.rdb
|
|
@ -69,8 +69,7 @@ Some customisation options
|
|||
Header Bar
|
||||
==========
|
||||
|
||||
In `config.js` set `headerBarUrl` to a json url containing :
|
||||
|
||||
Set the argument `--headerBarUrl` with an URL pointing to a JSON with the following structure :
|
||||
|
||||
```json
|
||||
[
|
||||
|
@ -82,7 +81,7 @@ In `config.js` set `headerBarUrl` to a json url containing :
|
|||
Logo
|
||||
====
|
||||
|
||||
In `config.js` set `logoUrl` to an image url
|
||||
Set the argument `--logoUrl` with an URL pointing to your logo.
|
||||
|
||||
license
|
||||
-------
|
||||
|
|
BIN
bun.lockb
Executable file
Before Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 200 KiB |
Before Width: | Height: | Size: 247 B |
Before Width: | Height: | Size: 272 KiB |
Before Width: | Height: | Size: 190 KiB |
Before Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 106 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 225 KiB |
Before Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 85 KiB |
|
@ -1,75 +0,0 @@
|
|||
.card {
|
||||
width: 230px;
|
||||
height: 152px;
|
||||
xpadding: 5px; float: left;
|
||||
xmargin: 0 10px 10px 0;
|
||||
font-size: .9em;
|
||||
|
||||
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
|
||||
top: 460px;
|
||||
left: 0px;
|
||||
|
||||
display: block;
|
||||
}
|
||||
|
||||
.pink {
|
||||
}
|
||||
|
||||
.yellow {
|
||||
}
|
||||
|
||||
.blue {
|
||||
}
|
||||
|
||||
.green {
|
||||
}
|
||||
|
||||
.card-image {
|
||||
position: absolute;
|
||||
xtop: -10;
|
||||
left: -3px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
z-index: -1000;
|
||||
}
|
||||
|
||||
.content {
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
width: 158px;
|
||||
height: 88px;
|
||||
margin: 5px 23px 0px 34px;
|
||||
|
||||
font-family: 'ubuntumedium', Verdana, Geneva, Tahoma, sans-serif;
|
||||
font-size: 18px;
|
||||
letter-spacing: 0px;
|
||||
|
||||
xtext-shadow: 0px 0px 1px #444;
|
||||
|
||||
opacity: 1;
|
||||
|
||||
color: black;
|
||||
text-align: center;
|
||||
padding-top: 18px;
|
||||
xline-height: 16px;
|
||||
|
||||
xopacity: .8;
|
||||
|
||||
}
|
||||
|
||||
.filler {
|
||||
margin-right: 34px;
|
||||
margin-bottom: 42px;
|
||||
margin-left: 25px;
|
||||
}
|
||||
|
||||
.stickertarget {
|
||||
position: absolute;
|
||||
}
|
4
client/css/font-awesome.min.css
vendored
Before Width: | Height: | Size: 180 B |
Before Width: | Height: | Size: 178 B |
Before Width: | Height: | Size: 120 B |
Before Width: | Height: | Size: 105 B |
Before Width: | Height: | Size: 111 B |
Before Width: | Height: | Size: 110 B |
Before Width: | Height: | Size: 119 B |
Before Width: | Height: | Size: 101 B |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 4.3 KiB |
|
@ -1,68 +0,0 @@
|
|||
.card {
|
||||
width: 100px;
|
||||
height: 50px;
|
||||
xpadding: 5px; float: left;
|
||||
xmargin: 0 10px 10px 0;
|
||||
font-size: .9em;
|
||||
|
||||
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
|
||||
top: 100px;
|
||||
left: 0px;
|
||||
|
||||
display: block;
|
||||
|
||||
xborder: solid rgba(92, 157, 181,0.5) 3px;
|
||||
background-color: #ECDC96;
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ECDC96), color-stop(100%,#EAD272));
|
||||
|
||||
}
|
||||
|
||||
.pink {
|
||||
}
|
||||
|
||||
.yellow {
|
||||
}
|
||||
|
||||
.blue {
|
||||
}
|
||||
|
||||
.green {
|
||||
}
|
||||
|
||||
.card-image {
|
||||
position: absolute;
|
||||
xtop: -10;
|
||||
xleft: -50;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
z-index: -1000;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.content {
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
xwidth: 70%;
|
||||
height: 90px;
|
||||
xmargin: 5px 20px 0px 30px;
|
||||
|
||||
font-family: 'ubuntumedium', Verdana, Geneva, Tahoma, sans-serif;
|
||||
font-size: 12px;
|
||||
letter-spacing: 0px;
|
||||
|
||||
xtext-shadow: 0px 0px 1px #444;
|
||||
|
||||
opacity: 1;
|
||||
|
||||
color: black;
|
||||
text-align: center;
|
||||
padding-top: 0px;
|
||||
|
||||
}
|
|
@ -1,92 +0,0 @@
|
|||
.card {
|
||||
width: 115px;
|
||||
height: 76px;
|
||||
xpadding: 5px; float: left;
|
||||
xmargin: 0 10px 10px 0;
|
||||
font-size: .9em;
|
||||
|
||||
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
|
||||
top: 460px;
|
||||
left: 0px;
|
||||
|
||||
display: block;
|
||||
|
||||
}
|
||||
|
||||
.pink {
|
||||
}
|
||||
|
||||
.yellow {
|
||||
}
|
||||
|
||||
.blue {
|
||||
}
|
||||
|
||||
.green {
|
||||
}
|
||||
|
||||
.card-image {
|
||||
position: absolute;
|
||||
xtop: -10;
|
||||
xleft: -50;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
z-index: -1000;
|
||||
}
|
||||
|
||||
.content {
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
width: 79px;
|
||||
height: 45px;
|
||||
margin: 1px 10px 0px 19px;
|
||||
|
||||
font-family: 'ubuntumedium', Verdana, Geneva, Tahoma, sans-serif;
|
||||
font-size: 10px;
|
||||
letter-spacing: 0px;
|
||||
line-height: 9px;
|
||||
|
||||
xtext-shadow: 0px 0px 1px #444;
|
||||
|
||||
opacity: 1;
|
||||
|
||||
color: #333;
|
||||
text-align: center;
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
|
||||
.filler {
|
||||
margin-right: 12px;
|
||||
margin-bottom: 19px;
|
||||
margin-left: 19px;
|
||||
}
|
||||
|
||||
|
||||
.xcontent {
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
width: 79px;
|
||||
height: 45px;
|
||||
margin: 0px 10px 0px 19px;
|
||||
|
||||
font-family: 'ubuntulight', Verdana, Geneva, Tahoma, sans-serif;
|
||||
xfont-size: 10px;
|
||||
letter-spacing: 0px;
|
||||
line-height: 8px;
|
||||
|
||||
xtext-shadow: 0px 0px 1px #444;
|
||||
|
||||
opacity: 1;
|
||||
|
||||
color: #333;
|
||||
text-align: center;
|
||||
padding-top: 8px;
|
||||
}
|
Before Width: | Height: | Size: 107 KiB |
Before Width: | Height: | Size: 404 B |
BIN
client/images/backgrounds/ardoise.jpg
Normal file
After Width: | Height: | Size: 713 KiB |
BIN
client/images/backgrounds/canoe.jpg
Normal file
After Width: | Height: | Size: 332 KiB |
BIN
client/images/backgrounds/ciel.jpg
Normal file
After Width: | Height: | Size: 157 KiB |
BIN
client/images/backgrounds/clouds.jpg
Normal file
After Width: | Height: | Size: 188 KiB |
BIN
client/images/backgrounds/contreplaque.jpg
Normal file
After Width: | Height: | Size: 349 KiB |
BIN
client/images/backgrounds/crab.jpg
Normal file
After Width: | Height: | Size: 418 KiB |
BIN
client/images/backgrounds/ecorces.jpg
Normal file
After Width: | Height: | Size: 896 KiB |
BIN
client/images/backgrounds/kiwi.jpg
Normal file
After Width: | Height: | Size: 397 KiB |
BIN
client/images/backgrounds/lagune.jpg
Normal file
After Width: | Height: | Size: 128 KiB |
BIN
client/images/backgrounds/muscaris.jpg
Normal file
After Width: | Height: | Size: 539 KiB |
BIN
client/images/backgrounds/nuagesoir.jpg
Normal file
After Width: | Height: | Size: 197 KiB |
BIN
client/images/backgrounds/osier.jpg
Normal file
After Width: | Height: | Size: 825 KiB |
BIN
client/images/backgrounds/planches.jpg
Normal file
After Width: | Height: | Size: 1 MiB |
BIN
client/images/backgrounds/plants.jpg
Normal file
After Width: | Height: | Size: 583 KiB |
BIN
client/images/backgrounds/straw.jpg
Normal file
After Width: | Height: | Size: 968 KiB |
BIN
client/images/backgrounds/textile.jpg
Normal file
After Width: | Height: | Size: 899 KiB |
BIN
client/images/backgrounds/trees.jpg
Normal file
After Width: | Height: | Size: 853 KiB |
BIN
client/images/backgrounds/yellow-bamboos.jpg
Normal file
After Width: | Height: | Size: 419 KiB |
Before Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.1 KiB |