diff options
| author | Scott Ostler <sostler@ubuntu.(none)> | 2009-12-15 22:09:02 -0500 |
|---|---|---|
| committer | Scott Ostler <sostler@ubuntu.(none)> | 2009-12-15 22:09:02 -0500 |
| commit | 5a8312ca25868679df1acb3b3fc208482460ee0e (patch) | |
| tree | ea10033604aad870d3eb1fe849a47999919d7164 /static/dump.css | |
| parent | 3e3015be26c5d73a864a693e9694b5dee26e8a31 (diff) | |
New design
Diffstat (limited to 'static/dump.css')
| -rw-r--r-- | static/dump.css | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/static/dump.css b/static/dump.css new file mode 100644 index 0000000..95e3196 --- /dev/null +++ b/static/dump.css @@ -0,0 +1,103 @@ +@charset "UTF-8"; +/* CSS Document */ + + a:link { + text-decoration: none; + + } + a:visited { + text-decoration: none; + border: 0px; + } + a:hover { + text-decoration: none; + border: 0px; + } + a:active { + text-decoration: none; + border: 0px; + } + img{border: 0px;} + #apDiv7 { + position:absolute; + left:151px; + top:-106px; + width:351px; + height:66px; + z-index:4; + font-weight: bold; + line-height: 18px; + font-size: 14px; + } + #apDiv8 { + position:absolute; + left:964px; + top:131px; + width:416px; + height:140px; + z-index:4; + } +#rapper { + position:relative; + + width:800px; + margin: 0px auto -1px auto; + top:0px; + + z-index:1; + opacity:0.9; + +} +#top { + position:absolute; + left:0px; + top:0px; + width:100%; + height:32px; + z-index:2; + background-color: #CCC; +} + +#bottom { + position:absolute; + left:0px; + bottom:0px; + width:100%; + height:10px; + z-index:1; + font-size: 10px; + line-height: 5px; +} + + +#bg { + position:absolute; + left:0px; + top:0px; + width:100%; + height:100%; + z-index:2; + background-image:url(grad2.jpg); +} +body { + background-image: url(/static/bg5.png); + background-repeat: repeat-x; +} +#plane { + position:fixed; + top:9px; + right:0px; + width:100%; + height:100%; + z-index:1; + background-image: url(/static/cloudbg2.png); + background-repeat: no-repeat; + background-position:center; + -moz-opacity: 0.6; +filter:alpha(opacity=60); + /* CSS3 standard */ + opacity:0.6; + + +} + |
