diff options
author | Jayaram R Pai | 2014-09-19 12:17:07 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-09-19 12:18:24 +0530 |
commit | 7c325833ecab8f77a53aba503cb5597e94de6294 (patch) | |
tree | 5e03e351a8de55cf957419759e956ac20b39de2d /static/website/css/main.css | |
parent | 6bc4ead40fc40ae1e7f8ad37627e0e976a97b072 (diff) | |
download | scipy2014-7c325833ecab8f77a53aba503cb5597e94de6294.tar.gz scipy2014-7c325833ecab8f77a53aba503cb5597e94de6294.tar.bz2 scipy2014-7c325833ecab8f77a53aba503cb5597e94de6294.zip |
added background pattern
Diffstat (limited to 'static/website/css/main.css')
-rw-r--r-- | static/website/css/main.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css index 351f024..f3c89d9 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -6,17 +6,18 @@ font-family: 'EB Garamond', serif; } body { - background: #f3f1ea; + background-color: #f3f1ea; + background-image: url('../images/ecailles.png'); } #page-wrapper { width: 960px; margin: 25px auto 10px; padding: 0 0 35px 0; background: #ffffff; - -webkit-box-shadow: 0 0 7px #7a7a7a; - -moz-box-shadow: 0 0 7px #7a7a7a; - -o-box-shadow: 0 0 7px #7a7a7a; - box-shadow: 0 0 7px #7a7a7a; + -webkit-box-shadow: 0 0 10px 2px #cccccc; + -moz-box-shadow: 0 0 10px 2px #cccccc; + -o-box-shadow: 0 0 10px 2px #cccccc; + box-shadow: 0 0 10px 2px #cccccc; /*remove later*/ min-height: 700px; } |