Compare commits
No commits in common. "458604cd1a0015b3b0880275f3f2fdd117bf6023" and "e5a87f854ec7a63041cd7979b6b6d8b457b5e0aa" have entirely different histories.
458604cd1a
...
e5a87f854e
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pixsy"
|
name = "pixsy"
|
||||||
version = "0.72.7"
|
version = "0.72.6"
|
||||||
description = "convert images to Bitsy rooms"
|
description = "convert images to Bitsy rooms"
|
||||||
authors = ["Max Bradbury <max@tinybird.info>"]
|
authors = ["Max Bradbury <max@tinybird.info>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
@background: #57506a;
|
@background: #fff4d9;
|
||||||
@page-background: #968eb5;
|
@text: #ec6d7d;
|
||||||
@accent: #ec6d7d;
|
@accent: #a3c4ef;
|
||||||
@text: #464256;
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
@ -37,10 +36,6 @@ button {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
header * {
|
|
||||||
color: @accent;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
@ -117,8 +112,8 @@ textarea {
|
||||||
height: 80vmin;
|
height: 80vmin;
|
||||||
width: 80vmin;
|
width: 80vmin;
|
||||||
|
|
||||||
background-color: @page-background;
|
background-color: @background;
|
||||||
color: @text;
|
border: 2px solid @accent;
|
||||||
border-radius: 5vmin;
|
border-radius: 5vmin;
|
||||||
box-shadow: @accent 1vmin 1vmin;
|
box-shadow: @accent 1vmin 1vmin;
|
||||||
padding: 5vmin;
|
padding: 5vmin;
|
||||||
|
|
25
index.pug
25
index.pug
|
@ -7,18 +7,17 @@ html(lang="en-gb")
|
||||||
link(rel="stylesheet" href="includes/cropper.css")
|
link(rel="stylesheet" href="includes/cropper.css")
|
||||||
script(src="includes/cropper.min.js")
|
script(src="includes/cropper.min.js")
|
||||||
body
|
body
|
||||||
header
|
h1
|
||||||
h1
|
| pixsy
|
||||||
| pixsy
|
//img(alt="pixsy" src="includes/pixsy.png")
|
||||||
//img(alt="pixsy" src="includes/pixsy.png")
|
p.
|
||||||
p.
|
convert images to Bitsy rooms
|
||||||
convert images to Bitsy rooms
|
|
|
||||||
|
|
#[a(href="./old/") old version]
|
||||||
#[a(href="./old/") old version]
|
|
|
||||||
|
|
#[a(href="mailto:max@tinybird.info") email]
|
||||||
#[a(href="mailto:max@tinybird.info") email]
|
|
|
||||||
|
|
#[a(href="https://twitter.com/synth_ruiner") twitter]
|
||||||
#[a(href="https://twitter.com/synth_ruiner") twitter]
|
|
||||||
.pages
|
.pages
|
||||||
.page#start
|
.page#start
|
||||||
button.normal.pagination.next#new create a new bitsy game
|
button.normal.pagination.next#new create a new bitsy game
|
||||||
|
@ -81,8 +80,6 @@ html(lang="en-gb")
|
||||||
button.pagination.prev#back-to-image previous
|
button.pagination.prev#back-to-image previous
|
||||||
button.pagination.next#room-next add room
|
button.pagination.next#room-next add room
|
||||||
.page.download
|
.page.download
|
||||||
p#added
|
|
||||||
|
|
||||||
h2 download
|
h2 download
|
||||||
|
|
||||||
textarea#output(autocomplete="off")
|
textarea#output(autocomplete="off")
|
||||||
|
|
Loading…
Reference in New Issue