From 8752354fa9b2b8c03b47b33a75e0ca95e8335d97 Mon Sep 17 00:00:00 2001 From: Julie Lala Date: Tue, 18 Aug 2015 08:41:40 -0400 Subject: check if changed before autouploading, hide filetool, other stuff.. --- css/sally.css | 1 - 1 file changed, 1 deletion(-) (limited to 'css') diff --git a/css/sally.css b/css/sally.css index 3422979..8c4dc9e 100644 --- a/css/sally.css +++ b/css/sally.css @@ -192,7 +192,6 @@ textarea { font-size:12pt; width: 37vw; height: 300px; background: #333; color: border: 1px solid #0f0; color: #0f0; width: 100%; - display: none; } #upload_button.uploading { background: transparent; -- cgit v1.2.3-70-g09d2 From 763efa0edf27ef1ed2e0a722ff1551d55f0e4f02 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 25 Aug 2015 09:51:02 -0400 Subject: gallery link --- css/sally.css | 8 ++++---- index.html | 4 +++- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'css') diff --git a/css/sally.css b/css/sally.css index 8c4dc9e..f360b0c 100644 --- a/css/sally.css +++ b/css/sally.css @@ -22,10 +22,10 @@ body { } a {display: block} -a:link, a:visited {text-decoration: none; color: #3b3740} +a:link, a:visited {text-decoration: none; color: #6b6760} +a:hover { text-decoration: underline } -{overflow: auto;} -.faded { color: 404040; } +.faded { color: #404040; } .rapper, .block { float: left; height:auto; @@ -74,7 +74,7 @@ a:link, a:visited {text-decoration: none; color: #3b3740} background-size: 4px 4px; } } -span { min-width: 8px; line-height: 15px; display: inline-block; } +span,a { min-width: 8px; line-height: 15px; display: inline-block; } .rapper { cursor: crosshair; } body.grid span { border-right: 1px solid #444; border-bottom: 1px solid #444; } body.grid div { border-left: 1px solid #444; } diff --git a/index.html b/index.html index 2653185..bf3504b 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,9 @@ webcam load save - new
+ new + gallery +
-- cgit v1.2.3-70-g09d2