diff options
Diffstat (limited to 'static/profile.css')
| -rwxr-xr-x | static/profile.css | 76 |
1 files changed, 44 insertions, 32 deletions
diff --git a/static/profile.css b/static/profile.css index f3a2714..8aaafa8 100755 --- a/static/profile.css +++ b/static/profile.css @@ -22,7 +22,9 @@ background-color:#fff; margin-left:auto; margin-right: auto ; - +#cats{ +background-image:url(/static/dumpcats2.png); +} @@ -242,52 +244,61 @@ color:#087cff; #newuser - {height:100%; - - 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: 15px 15px 10px #c8cbce; --webkit-box-shadow: 15px 15px 10px #c8cbce; --moz-box-shadow: 5px 5px 100px #c8cbce; + { + border-top-left-radius:15px; + border-top-right-radius:15px; + -webkit-border-top-left-radius:15px; + -webkit-border-top-right-radius:15px; + -moz-border-radius-topleft:15px; + -moz-border-radius-topright:15px; + border-bottom-left-radius:15px; + border-bottom-right-radius:15px; + -webkit-border-bottom-left-radius:15px; + -webkit-border-bottom-right-radius:15px; + -moz-border-radius-bottomleft:15px; + -moz-border-radius-bottomright:15px; + box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde; + -webkit-box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde; + -moz-box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde; padding:20; -color:#; line-height:1.5; +height:380; 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:70} - #newuser a{font-size:20; -line-height:2; + background-image:url(/static/dumpcats2.png); +margin-left:40} + #newuser a{font-size:28; +line-height:3; + text-shadow: 1px 1px 1px #000; letter-spacing:-1; color:#f0e; + } -#newuser h1{font-size:40; +#newuser h1{font-size:20; letter-spacing:-2; +color:#fff; +text-indent:250; text-shadow: 1px 1px 1px #000; +display:none; +text-transform:uppercase; + +} +#newuser h3{font-size:18; +letter-spacing:-1; color:#000; -text-indent:-5; -text-align:left;font-family:serif; + text-shadow: 1px 1px 1px #ccc; +text-transform:uppercase; + } -#newuser h2{font-size:52; +#newuser h2{font-size:35; margin-top:-10; -color:#fff; +color:#000; + text-shadow: 0px 2px px #f0e; text-transform:lowercase; -letter-spacing:-5; +letter-spacing:5; text-align:center; } @@ -303,7 +314,8 @@ body,td,th { background-color:#ffffee; background-image:url(/static/chanbg.png); background-repeat:repeat-x; - background-position:top; + background-position:1 10; +background-attachment:fixed; margin: 0; |
