Replies

Jun 4, 2012 13 years ago
Pearl
is ballin
User Avatar

Would anybody help me with coding? I tried looking at many coding guides and they have confused me. If you try to help my confused self I would be appreciated since this would be my first profile that I'm trying to code.

First thing, how would I set this to be my whole background on my profile? I also want three colums, the 1st one would be a transparent black comment box in the top left hand side with the color that is close to the word "Dashie" (I want all my wording to be that color), the second thing I also after the comment box I would like another column for a video, Then I wanted a transparent box for an about me that starts on the right of RDS (the pegasus if some people don't watch mlp) head that ends to the e in "Dashie" that is scrollable.

Please ping me. (:

Jun 5, 2012 13 years ago
Silverfish
is a survivor
User Avatar
Xingese

Seems to me it's more a request for Profile&Graphics Freebies, but ehhh.

First of all, your background picture is pretty small on my screen, do you want anything done with it or is small okay? code for bg and blue text would be body{background-color:; background-image:url(URL); background-repeat:no-repeat; color:;}

and this should make everything transparent ,.comment_table,.header,.block,.info_block{background-image:url('');background-color:transparent;border:0px} .textbox,.forminput{background-color:transparent;background-image:url('');border:1px solid ;}

Then you have to put what you want into what columns in Edit Your Profile and move the columns to be where you want {position:absolute;top: px;height: px;}

Art by p-sebae ❤️
| | -Night Mode- Shengui Guo Custom CSS [v2.0]

Looking to adopt a December 31st, 1969 glitched date pet

Jun 18, 2012 13 years ago
peanutbutterrr
User Avatar

Where do you put the codes? Excuse my noob-ness ><

Jun 18, 2012 13 years ago
Silverfish
is a survivor
User Avatar
Xingese

For user profiles Personal-->Site Preferences-->Profile :) And it has to be between <style></style> tags

Art by p-sebae ❤️
| | -Night Mode- Shengui Guo Custom CSS [v2.0]

Looking to adopt a December 31st, 1969 glitched date pet

Jun 18, 2012 13 years ago
peanutbutterrr
User Avatar

Ahh thankyou :) Also, do you know how to make the background image larger? Mine seems to be cramped in the corner and I want it to fit the whole screen

Jun 18, 2012 13 years ago
Silverfish
is a survivor
User Avatar
Xingese

You can tile it so that it repeats or resize it so that it's big enough but really blurry. I guess best would be if...you've found a big enough image? ^^;

Art by p-sebae ❤️
| | -Night Mode- Shengui Guo Custom CSS [v2.0]

Looking to adopt a December 31st, 1969 glitched date pet

Jun 18, 2012 13 years ago
peanutbutterrr
User Avatar

How do I tile it :S? And yeah, but i'm not sure how big it would have to be... Thanks though

Jun 18, 2012 13 years ago
Silverfish
is a survivor
User Avatar
Xingese

Simple. About as big as your screen.

When you have body { etc etc

remove background-repeat:no-repeat;

Art by p-sebae ❤️
| | -Night Mode- Shengui Guo Custom CSS [v2.0]

Looking to adopt a December 31st, 1969 glitched date pet

Jun 18, 2012 13 years ago
peanutbutterrr
User Avatar

Thankyou! :) :)

Please log in to reply to this topic.