diff options
| author | Jules Laplace <jules@okfoc.us> | 2013-03-03 12:43:38 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2013-03-03 12:43:38 -0500 |
| commit | f0e19d5b5962a143d7955cf16bf3714eb4de6a2c (patch) | |
| tree | 1dfda99c8adc6860f1eaa210a642d261464ba0ef /public | |
| parent | 0f384052418447aa342b38c8df3b6a8a48c245ae (diff) | |
new bg
Diffstat (limited to 'public')
| -rw-r--r-- | public/css/drawdrawdraw.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/public/css/drawdrawdraw.css b/public/css/drawdrawdraw.css index b2fc47c..6d2ed12 100644 --- a/public/css/drawdrawdraw.css +++ b/public/css/drawdrawdraw.css @@ -4,6 +4,16 @@ html,body { padding: 0; margin: 0; width: 100%; height: 100%; background: #fcfaf5; } +body { + background: #e2e2e2; + background: -moz-linear-gradient(top, #e2e2e2 0%, #fefefe 0%, #eaeaea 35%, #e0e0e0 100%); + background: -webkit-linear-gradient(top, #e2e2e2 0%,#fefefe 0%,#eaeaea 35%,#e0e0e0 100%); + background: -o-linear-gradient(top, #e2e2e2 0%,#fefefe 0%,#eaeaea 35%,#e0e0e0 100%); + background: -ms-linear-gradient(top, #e2e2e2 0%,#fefefe 0%,#eaeaea 35%,#e0e0e0 100%); + background: linear-gradient(to bottom, #e2e2e2 0%,#fefefe 0%,#eaeaea 35%,#e0e0e0 100%); +} + + ::-webkit-scrollbar { width: 4px; } |
