Compare commits
No commits in common. "b5513257374487765250860456fbcaf895eb02b6" and "2a292ade9beeef0639b28332ba291b0b7e85b25f" have entirely different histories.
b551325737
...
2a292ade9b
1
.envrc
|
@ -1 +0,0 @@
|
|||
use nix
|
1
.gitignore
vendored
|
@ -1,4 +1,3 @@
|
|||
.direnv
|
||||
.DS_Store
|
||||
rsync.sh
|
||||
*.swp
|
||||
|
|
4
.nodemonignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
/client/*
|
||||
.DS_Store
|
||||
/.git/*
|
||||
*.rdb
|
|
@ -69,7 +69,8 @@ Some customisation options
|
|||
Header Bar
|
||||
==========
|
||||
|
||||
Set the argument `--headerBarUrl` with an URL pointing to a JSON with the following structure :
|
||||
In `config.js` set `headerBarUrl` to a json url containing :
|
||||
|
||||
|
||||
```json
|
||||
[
|
||||
|
@ -81,7 +82,7 @@ Set the argument `--headerBarUrl` with an URL pointing to a JSON with the follo
|
|||
Logo
|
||||
====
|
||||
|
||||
Set the argument `--logoUrl` with an URL pointing to your logo.
|
||||
In `config.js` set `logoUrl` to an image url
|
||||
|
||||
license
|
||||
-------
|
||||
|
|
BIN
bun.lockb
BIN
client/css/bg/45degreee_fabric.png
Normal file
After Width: | Height: | Size: 79 KiB |
BIN
client/css/bg/bright_squares.png
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
client/css/bg/cardboard.png
Normal file
After Width: | Height: | Size: 200 KiB |
BIN
client/css/bg/circles.png
Normal file
After Width: | Height: | Size: 247 B |
BIN
client/css/bg/concrete_wall_2.png
Normal file
After Width: | Height: | Size: 272 KiB |
BIN
client/css/bg/concrete_wall_2_2.png
Normal file
After Width: | Height: | Size: 190 KiB |
BIN
client/css/bg/concrete_wall_3.png
Normal file
After Width: | Height: | Size: 61 KiB |
BIN
client/css/bg/grunge_wall.png
Normal file
After Width: | Height: | Size: 106 KiB |
BIN
client/css/bg/noisy.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
client/css/bg/paper_3.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
client/css/bg/rockywall.png
Normal file
After Width: | Height: | Size: 101 KiB |
BIN
client/css/bg/scribbles2.png
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
client/css/bg/soft_wallpaper.png
Normal file
After Width: | Height: | Size: 225 KiB |
BIN
client/css/bg/stucco.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
client/css/bg/whitey.png
Normal file
After Width: | Height: | Size: 85 KiB |
75
client/css/bigcards.css
Normal file
|
@ -0,0 +1,75 @@
|
|||
.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
Normal file
BIN
client/css/images/ui-bg_flat_0_aaaaaa_40x100.png
Executable file
After Width: | Height: | Size: 180 B |
BIN
client/css/images/ui-bg_flat_75_ffffff_40x100.png
Executable file
After Width: | Height: | Size: 178 B |
BIN
client/css/images/ui-bg_glass_55_fbf9ee_1x400.png
Executable file
After Width: | Height: | Size: 120 B |
BIN
client/css/images/ui-bg_glass_65_ffffff_1x400.png
Executable file
After Width: | Height: | Size: 105 B |
BIN
client/css/images/ui-bg_glass_75_dadada_1x400.png
Executable file
After Width: | Height: | Size: 111 B |
BIN
client/css/images/ui-bg_glass_75_e6e6e6_1x400.png
Executable file
After Width: | Height: | Size: 110 B |
BIN
client/css/images/ui-bg_glass_95_fef1ec_1x400.png
Executable file
After Width: | Height: | Size: 119 B |
BIN
client/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png
Executable file
After Width: | Height: | Size: 101 B |
BIN
client/css/images/ui-icons_222222_256x240.png
Executable file
After Width: | Height: | Size: 4.3 KiB |
BIN
client/css/images/ui-icons_2e83ff_256x240.png
Executable file
After Width: | Height: | Size: 4.3 KiB |
BIN
client/css/images/ui-icons_454545_256x240.png
Executable file
After Width: | Height: | Size: 4.3 KiB |
BIN
client/css/images/ui-icons_888888_256x240.png
Executable file
After Width: | Height: | Size: 4.3 KiB |
BIN
client/css/images/ui-icons_cd0a0a_256x240.png
Executable file
After Width: | Height: | Size: 4.3 KiB |
68
client/css/nocards.css
Normal file
|
@ -0,0 +1,68 @@
|
|||
.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;
|
||||
|
||||
}
|
92
client/css/smallcards.css
Normal file
|
@ -0,0 +1,92 @@
|
|||
.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;
|
||||
}
|
1489
client/css/style.css
BIN
client/images/DSC_7093.jpg
Normal file
After Width: | Height: | Size: 107 KiB |
BIN
client/images/ajax-loader.gif
Normal file
After Width: | Height: | Size: 404 B |
Before Width: | Height: | Size: 713 KiB |
Before Width: | Height: | Size: 332 KiB |
Before Width: | Height: | Size: 157 KiB |
Before Width: | Height: | Size: 188 KiB |
Before Width: | Height: | Size: 349 KiB |
Before Width: | Height: | Size: 418 KiB |
Before Width: | Height: | Size: 896 KiB |
Before Width: | Height: | Size: 397 KiB |
Before Width: | Height: | Size: 128 KiB |
Before Width: | Height: | Size: 539 KiB |
Before Width: | Height: | Size: 197 KiB |
Before Width: | Height: | Size: 825 KiB |
Before Width: | Height: | Size: 1 MiB |
Before Width: | Height: | Size: 583 KiB |
Before Width: | Height: | Size: 968 KiB |
Before Width: | Height: | Size: 899 KiB |
Before Width: | Height: | Size: 853 KiB |
Before Width: | Height: | Size: 419 KiB |
BIN
client/images/blue-card.png
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
client/images/eraser.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
client/images/green-card.png
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
client/images/icons/cc/black/png/2x2_grid_icon&16.png
Executable file
After Width: | Height: | Size: 3.3 KiB |
BIN
client/images/icons/cc/black/png/2x2_grid_icon&24.png
Executable file
After Width: | Height: | Size: 3.4 KiB |
BIN
client/images/icons/cc/black/png/2x2_grid_icon&32.png
Executable file
After Width: | Height: | Size: 3.4 KiB |
BIN
client/images/icons/cc/black/png/2x2_grid_icon&48.png
Executable file
After Width: | Height: | Size: 3.5 KiB |
BIN
client/images/icons/cc/black/png/3x3_grid_2_icon&16.png
Executable file
After Width: | Height: | Size: 3.4 KiB |
BIN
client/images/icons/cc/black/png/3x3_grid_2_icon&24.png
Executable file
After Width: | Height: | Size: 3.5 KiB |
BIN
client/images/icons/cc/black/png/3x3_grid_2_icon&32.png
Executable file
After Width: | Height: | Size: 3.5 KiB |
BIN
client/images/icons/cc/black/png/3x3_grid_2_icon&48.png
Executable file
After Width: | Height: | Size: 3.5 KiB |
BIN
client/images/icons/cc/black/png/3x3_grid_icon&16.png
Executable file
After Width: | Height: | Size: 3.4 KiB |
BIN
client/images/icons/cc/black/png/3x3_grid_icon&24.png
Executable file
After Width: | Height: | Size: 3.6 KiB |
BIN
client/images/icons/cc/black/png/3x3_grid_icon&32.png
Executable file
After Width: | Height: | Size: 3.5 KiB |
BIN
client/images/icons/cc/black/png/3x3_grid_icon&48.png
Executable file
After Width: | Height: | Size: 3.6 KiB |
BIN
client/images/icons/cc/black/png/air_signal_icon&16.png
Executable file
After Width: | Height: | Size: 3.4 KiB |
BIN
client/images/icons/cc/black/png/air_signal_icon&24.png
Executable file
After Width: | Height: | Size: 3.6 KiB |
BIN
client/images/icons/cc/black/png/air_signal_icon&32.png
Executable file
After Width: | Height: | Size: 3.6 KiB |
BIN
client/images/icons/cc/black/png/air_signal_icon&48.png
Executable file
After Width: | Height: | Size: 3.7 KiB |
BIN
client/images/icons/cc/black/png/align_center_icon&16.png
Executable file
After Width: | Height: | Size: 3.3 KiB |
BIN
client/images/icons/cc/black/png/align_center_icon&24.png
Executable file
After Width: | Height: | Size: 3.4 KiB |
BIN
client/images/icons/cc/black/png/align_center_icon&32.png
Executable file
After Width: | Height: | Size: 3.4 KiB |
BIN
client/images/icons/cc/black/png/align_center_icon&48.png
Executable file
After Width: | Height: | Size: 3.5 KiB |
BIN
client/images/icons/cc/black/png/align_just_icon&16.png
Executable file
After Width: | Height: | Size: 3.3 KiB |
BIN
client/images/icons/cc/black/png/align_just_icon&24.png
Executable file
After Width: | Height: | Size: 3.3 KiB |
BIN
client/images/icons/cc/black/png/align_just_icon&32.png
Executable file
After Width: | Height: | Size: 3.4 KiB |
BIN
client/images/icons/cc/black/png/align_just_icon&48.png
Executable file
After Width: | Height: | Size: 3.4 KiB |
BIN
client/images/icons/cc/black/png/align_left_icon&16.png
Executable file
After Width: | Height: | Size: 3.3 KiB |
BIN
client/images/icons/cc/black/png/align_left_icon&24.png
Executable file
After Width: | Height: | Size: 3.3 KiB |
BIN
client/images/icons/cc/black/png/align_left_icon&32.png
Executable file
After Width: | Height: | Size: 3.4 KiB |
BIN
client/images/icons/cc/black/png/align_left_icon&48.png
Executable file
After Width: | Height: | Size: 3.5 KiB |
BIN
client/images/icons/cc/black/png/align_right_icon&16.png
Executable file
After Width: | Height: | Size: 3.3 KiB |
BIN
client/images/icons/cc/black/png/align_right_icon&24.png
Executable file
After Width: | Height: | Size: 3.3 KiB |
BIN
client/images/icons/cc/black/png/align_right_icon&32.png
Executable file
After Width: | Height: | Size: 3.4 KiB |
BIN
client/images/icons/cc/black/png/align_right_icon&48.png
Executable file
After Width: | Height: | Size: 3.5 KiB |
BIN
client/images/icons/cc/black/png/app_window&16.png
Executable file
After Width: | Height: | Size: 3 KiB |
BIN
client/images/icons/cc/black/png/app_window&24.png
Executable file
After Width: | Height: | Size: 3.1 KiB |
BIN
client/images/icons/cc/black/png/app_window&32.png
Executable file
After Width: | Height: | Size: 3.1 KiB |
BIN
client/images/icons/cc/black/png/app_window&48.png
Executable file
After Width: | Height: | Size: 3.2 KiB |
BIN
client/images/icons/cc/black/png/app_window_black&16.png
Executable file
After Width: | Height: | Size: 3 KiB |
BIN
client/images/icons/cc/black/png/app_window_black&24.png
Executable file
After Width: | Height: | Size: 3.1 KiB |
BIN
client/images/icons/cc/black/png/app_window_black&32.png
Executable file
After Width: | Height: | Size: 3.1 KiB |