summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/index.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-09-10 14:58:03 -0400
committerJules Laplace <jules@okfoc.us>2015-09-10 14:58:03 -0400
commitd73a4b1c5a2540077607dcc4001acbae85980ae4 (patch)
treec30089f1742f9430bb18679dc6664157a5dc66f4 /StoneIsland/www/css/index.css
parent124e6c0a8d9577b4a30e0b265f5c23d637c41966 (diff)
app skeleton
Diffstat (limited to 'StoneIsland/www/css/index.css')
-rw-r--r--StoneIsland/www/css/index.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/StoneIsland/www/css/index.css b/StoneIsland/www/css/index.css
new file mode 100644
index 00000000..a0b5f2b1
--- /dev/null
+++ b/StoneIsland/www/css/index.css
@@ -0,0 +1,15 @@
+* {
+ -webkit-tap-highlight-color: rgba(0,0,0,0);
+}
+body, html {
+ height:100%; width:100%; margin:0px; padding:0px;
+}
+body {
+ -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
+ -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
+ -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
+ background: white;
+ font-family: 'HelveticaNeue-Light', 'HelveticaNeue', sans-serif;
+ font-size: 12px;
+}
+