summaryrefslogtreecommitdiff
path: root/css/sally.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-11-22 14:47:43 -0500
committerJules Laplace <jules@okfoc.us>2014-11-22 14:47:43 -0500
commitb4d19e469b3de98778002ac97814c6b647cba113 (patch)
treeab4d0f8ad5d33588a8287530971880f1889da5cd /css/sally.css
parentdd8a053f9845d4adeb8540f24d1e8d46def35ad3 (diff)
better chara input
Diffstat (limited to 'css/sally.css')
-rw-r--r--css/sally.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/css/sally.css b/css/sally.css
index e5b5ed7..238fdab 100644
--- a/css/sally.css
+++ b/css/sally.css
@@ -1,6 +1,5 @@
-body {
+textarea,input[type=text],body {
margin:0;
- background-color: #000000 !important;
font-family: 'FixedsysExcelsior301Regular';
font-size: 12pt;
font-weight: 100;
@@ -8,7 +7,9 @@ body {
color:#6d6b6d;
-webkit-font-smoothing: antialiased !important;
}
-
+body {
+ background-color: #000000 !important;
+}
@font-face {
font-family: 'FixedsysExcelsior301Regular';
src: url('../fonts/fsex300-webfont.eot');
@@ -31,6 +32,9 @@ a:link, a:visited {text-decoration: none; color: #3b3740}
width:auto;
padding:4px;
background-color: #000000;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ user-select: none;
}
.rapper {
white-space:pre-wrap;