diff options
Diffstat (limited to 'css/sally.css')
| -rw-r--r-- | css/sally.css | 10 |
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; |
