diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-11 02:48:57 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-11 02:48:57 -0400 |
| commit | 3b502423fc5bb2ed22051c465e8384f3e44519cc (patch) | |
| tree | b57e1239727103b91be45f0c968b6d037811801b /static/css/index.css | |
| parent | 9baa796668784cd6068f06a4aeafd23610999447 (diff) | |
sostler PROD commit
Diffstat (limited to 'static/css/index.css')
| -rw-r--r-- | static/css/index.css | 45 |
1 files changed, 44 insertions, 1 deletions
diff --git a/static/css/index.css b/static/css/index.css index 680fe8a..24a28da 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -5,13 +5,56 @@ body { background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x; background-repeat:repeat-x; background-position:top; - margin:6%; + +} +#content{ +margin:6%; } #preload { position: absolute; left: 0px; top: 0px; } + +#panel { + padding: 10px 10px 10px 10px; + height: 600; + margin: 0 auto 0 auto; + display: none; + +} +.slide { margin: 0 auto 0 auto; + margin: 0; + padding: 0; +border-top:1px solid #ccc; + +color:black; +} +.btn-slide { + + text-align: center; + width: 144px; margin: 0 auto 0 auto; + height: 0px; + padding: 5px 10px 0 0; + margin: 0 auto; + display: block; + +font-size:42%; + text-decoration: none; + text-align: center; + -webkit-border-bottom-left-radius:5px; + -webkit-border-bottom-right-radius:5px; + -moz-border-radius-bottomleft:5px; + -moz-border-radius-bottomright:5px; + +width:150; + +} + +.active { + background-position: right 12px; +} + #main { width:460px; margin: 0 auto 0 auto; |
