diff options
| author | sostler <sbostler@gmail.com> | 2010-01-04 22:26:17 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-01-04 22:26:17 -0500 |
| commit | 74d42eb1245a90231459971b42cb5f831746e8cc (patch) | |
| tree | 9a73d32b7738600be364319728f2856ee7445710 /static/profile.css | |
| parent | 450f4d7978578e9c263af522587cbf611c38a5b6 (diff) | |
| parent | 9653de82a4c5ffd3380659ee35f8558d739316c4 (diff) | |
Merge branch 'master' of ssh://sostler@dump.fm/home/dumpfmprod/prod/
Diffstat (limited to 'static/profile.css')
| -rw-r--r-- | static/profile.css | 124 |
1 files changed, 76 insertions, 48 deletions
diff --git a/static/profile.css b/static/profile.css index dec02ae..4b9e2b4 100644 --- a/static/profile.css +++ b/static/profile.css @@ -3,14 +3,14 @@ padding: 20px; width: 180px; position:absolute; - top:0px; - right:35; - margin-top:15px; + top:17px; + left:560; + margin-top:9px; background-color:#f5f5f5; - background-image:url(/static/spex.ppng); + background-image:url(/static/spexx.png); border:solid 1px #999; text-overflow: ellipsis-word; - background-position:center; + background-position:top; z-index:999; min-height:600px; border-top-left-radius:5px; @@ -25,47 +25,92 @@ -webkit-border-bottom-right-radius:5px; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; - box-shadow: 3px 4px 10px #c8cbce; --webkit-box-shadow: 3px 4px 10px #c8cbce; --moz-box-shadow: 3px 3px 10px #c8cbce; + box-shadow: -3px 4px 10px #c8cbce; +-webkit-box-shadow: -3px 4px 10px #c8cbce; +-moz-box-shadow: -10px -3px 10px #c8cbce; line-height:1.6; } #chatrap{ - top: 10px; -min-width:800px; + width:600 ; + margin-left: auto ; + margin-right: auto ; - position:relative; - -width:100%; } +#pnav{position:absolute; +background:#fff; +height:25px; +padding-left:11; +font-size:20px; +margin-top:-28; +background-image:url(/static/bgnav.jpg); +background-position:top; +font-weight:bold; +width:260; +text-align:left; +border:1px solid #087cff; +left:-70; +letter-spacing:2px; + border-top-left-radius:5px; + border-top-right-radius:5px; + -webkit-border-top-left-radius:5px; + -webkit-border-top-right-radius:5px; + -moz-border-radius-topleft:5px; + -moz-border-radius-topright:5px; + border-bottom-left-radius:5px; + border-bottom-right-radius:5px; + -webkit-border-bottom-left-radius:5px; + -webkit-border-bottom-right-radius:5px; + -moz-border-radius-bottomleft:5px; + -moz-border-radius-bottomright:5px; + box-shadow: 3px 4px 10px #c8cbce; +-webkit-box-shadow: 3px 4px 10px #c8cbce; +-moz-box-shadow: 15px 15px 10px #c8cbce; +} +#pnav a { + font-size: 12px; + color: #000; +} +pnav a:link { + text-decoration: none; +color:fff; +} +a:visited { + text-decoration: none; + color: #000; +} +#pnav a:hover { + text-decoration: none; + color: #f0e; +} +a:active { + text-decoration: none; + color: #000; +} #footer { text-align:center; - position:absolute; + position:relative; width:100%; - bottom:0px; + bottom:-30px; +line-height:3.8; font-size:12px; - font-family:"Times New Roman", Times, serif; - background-image:url(/static/footer.pg); - background-repeat:repeat-x; - background-position:top; - height:30px; - color: #333; - line-height: 2; +word-spacing:8px; +height:28px; + color: #000; + } #log { position:absolute; - width:100%; + top:50px; margin-right:5px; - - padding-top: 15px; + padding-top: 25px; min-height: 800px; @@ -92,34 +137,17 @@ width:100%; text-overflow: ellipsis-word; padding: 15px; font-family: Arial, Helvetica, sans-serif; - -margin-right:35; - - - font-size: 12px; text-transform: uppercase; - - line-height:15px; background-color:#fff; - border-top-left-radius:5px; - border-top-right-radius:5px; - -webkit-border-top-left-radius:5px; - -webkit-border-top-right-radius:5px; - -moz-border-radius-topleft:5px; - -moz-border-radius-topright:5px; - border-bottom-left-radius:5px; - border-bottom-right-radius:5px; - -webkit-border-bottom-left-radius:5px; - -webkit-border-bottom-right-radius:5px; - -moz-border-radius-bottomleft:5px; - -moz-border-radius-bottomright:5px; - +border:1px solid #999; +margin-top:-2; z-index:4; +width:600; line-height:20px; text-align: left; - margin-left:35; + } .editable { @@ -150,7 +178,7 @@ margin-right:35; letter-spacing:-1px; color:#087cff; height:48px; - font-size:33px; + font-size:20px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-transform:capitalize; @@ -189,7 +217,7 @@ color:#087cff; } body,td,th { font-family: Arial, Helvetica, sans-serif; - overflow-x:hidden; + }@charset "UTF-8"; /* CSS Document */ |
