X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2Fweb2io%2Fstyles.css;fp=testing%2Fweb2io%2Fstyles.css;h=762063b23557e6a8cb9573fc8e3b326e575fc50f;hb=131ef1b39cd490d976012afb3bab211401f87a9d;hp=0000000000000000000000000000000000000000;hpb=2759ffe624ac76a503ce303ddb6a42ffc5023ec9;p=matches%2FMCTX3420.git diff --git a/testing/web2io/styles.css b/testing/web2io/styles.css new file mode 100644 index 0000000..762063b --- /dev/null +++ b/testing/web2io/styles.css @@ -0,0 +1,19 @@ +.graph { + box-sizing: border-box; + width: 850px; + height: 450px; + padding: 20px 15px 15px 15px; + margin: 15px auto 30px auto; + border: 1px solid #ddd; + background: #fff; + background: linear-gradient(#f6f6f6 0, #fff 50px); + background: -o-linear-gradient(#f6f6f6 0, #fff 50px); + background: -ms-linear-gradient(#f6f6f6 0, #fff 50px); + background: -moz-linear-gradient(#f6f6f6 0, #fff 50px); + background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px); + box-shadow: 0 3px 10px rgba(0,0,0,0.15); + -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1); + -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1); + -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1); + -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1); +}