diff options
Diffstat (limited to 'static/profile.css')
| -rwxr-xr-x | static/profile.css | 56 |
1 files changed, 41 insertions, 15 deletions
diff --git a/static/profile.css b/static/profile.css index f146e60..0c6c71e 100755 --- a/static/profile.css +++ b/static/profile.css @@ -199,7 +199,6 @@ margin-top:20; } .editable { color: #0AA; - width:250px; } .editing { color: #F0F; @@ -207,19 +206,29 @@ margin-top:20; div#avatar { overflow: hidden; text-overflow: ellipsis; - max-width: 160px; - padding-bottom:40px; + + padding-bottom:20px; } - #contact { - max-width: 200px; - + #contact { + + text-overflow: ellipsis-word; } #bio { - max-width: 200px; + text-overflow: ellipsis-word; } + + input.inplace_field { + width: 100%; + } + + textarea.inplace_field { + width: 100%; + height: 50px; + } + h2 { letter-spacing:-1px; @@ -253,7 +262,7 @@ color:#087cff; #newuser - {height:400px; + {height:100%; border-top-left-radius:5px; border-top-right-radius:5px; @@ -269,22 +278,39 @@ color:#087cff; -moz-border-radius-bottomright:5px; box-shadow: 15px 15px 10px #c8cbce; -webkit-box-shadow: 15px 15px 10px #c8cbce; --moz-box-shadow: 5px 5px 10px #c8cbce; +-moz-box-shadow: 5px 5px 100px #c8cbce; padding:20; color:#; line-height:1.5; -margin-top:-80px; +margin-top:-100px; width:600; background:#EEF2FF url(/static/fade-blue.png) top center repeat-x; background-repeat:repeat-x; background-position:top; -margin-left:40} - #newuser a:link{text-size:30px;} -#newuser h1{font-size:30; +margin-left:70} + + #newuser a{font-size:20; +line-height:2; + +letter-spacing:-1; +color:#f0e; + +} + +#newuser h1{font-size:40; letter-spacing:-2; -color:f0e; +color:#000; +text-indent:-5; +text-align:left;font-family:serif; } - +#newuser h2{font-size:52; +margin-top:-10; +color:#fff; +text-transform:lowercase; +letter-spacing:-5; +text-align:center; + +} #date{ font-size:60%; } |
