Mercurial > hg > Members > nobuyasu > Consensus
changeset 103:1b44197d02ef draft
mofidied body css
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 17 Mar 2013 01:55:59 +0900 |
parents | 8d8e6c2bfec2 |
children | 88c16240c78a |
files | public/viewer/viewer_white.html |
diffstat | 1 files changed, 17 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/public/viewer/viewer_white.html Sun Mar 17 01:43:50 2013 +0900 +++ b/public/viewer/viewer_white.html Sun Mar 17 01:55:59 2013 +0900 @@ -17,17 +17,22 @@ <script type="text/javascript" src='treeArrangement.js'></script> <style> -div.header{ - position:absolute; - left:0;top:0; - z-index:5; - height:50px; - width:100%; - background:#223; - background:-moz-linear-gradient(top,#002,#223); - background:-webkit-gradient(linear,left top,left bottom,from(#002),to(#223)); - color:silver; - font-size:40px; +body { + background-color:#fff; + background:-moz-linear-gradient(top,#fff,#ccf); + background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#ccf)); +} +div.header { + position:absolute; + left:0;top:0; + z-index:5; + height:50px; + width:100%; + background:#ddd; + background:-moz-linear-gradient(top,#fff,#ddd); + background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#ddd)); + color:silver; + font-size:40px; } div.graphNode { position:absolute; @@ -40,6 +45,7 @@ overflow:hidden; cursor:pointer; border-color:"blue"; +} </style> <div class='header'>