New account registration is temporarily disabled.

I NEED A CSS CODE

Posts

Pages: 1
I want to just copy and paste one into my profile. The color I want is pink.

Do not direct me to the tutorial, I am not wasting an hour of my life learning it.
Marrend
Guardian of the Description Thread
21806
The color of what? The text? That seems like such a terrible, terrible idea.
Seriously? Just copy and paste the basic "Common Game Profile Modifications" they have on there and edit it the way you the want it (it helps to look up what codes you need and all that before hand; really if you want your profile to look the way you want you should be the one to put it together, unless you're working in a team)
Oh boy, here we go. I will now ask of something even simpler. I want a background. I don't give two damns what color it is. As explained, I am not wasting an hour of my life reading a tutorial.
Can you not use google? For not wanting to "waste an hour" reading the tutorial you really don't seem to mind wasting time waiting on others to try to do the work for you, which in the long run would just take a lot longer, especially since they can't read your mind.
Here, just so that you (hopefully) won't complain, here's an image site you can sift through, along with some more useful CSS background codes (and don't yell at me for it being another tutorial; believe me, these are useful to know. Just quickly glance through, find the one you want the background to do and copy it in; that's what I did when I added my background in)
I'd rather wait days than just do it myself. Here, go to this link and copy the CSS for me. http://bgrepeat.com/bg_128-218

Pardon me but I've got a date with a Coca Cola. Plus I sorta gotta poop, so my hands are full.
I can't; this is the step in the process where it's all on you (so if you're lazy with it, it's your fault) I wouldn't have access to where it needs to be pasted to, anyway, so there's not much point. (it wouldn't kill you to learn something new)
I've been staring at this thing for an hour now, don't know what to do. I'm tried downloading it. I pasted the CSS code onto the profile but it does nothing. This is madness.
Here, if you copy and paste this in it should give you the pink background you were looking for. I know it might seem like a lot, but there's several elements you can edit on a game page, so sometimes it results in more code than you might expect.

 #body {
background: #f75b68;
}
#navigation {
background: #f75b68;
}
#game_frame {
background: #f75b68;
transform:rotate(180deg);
-moz-transform:rotate(180deg);
-webkit-transform:rotate(180deg);
-o-transform:rotate(180deg);
-ms-transform:rotate(180deg);
}
div.contents.message {
background: #f75b68;
}
#main_column {
background: #f75b68;
}

I hope that helps!
edit: got beat to it; oh well, you should be happy, now.
I tried pasting it in. I got the pink background but the game profile turned upside down. Smallhobbit, you're up next.
The upside-down effect is normal. It should slowly rotate back into place over the next few days.
haha You got what you paid for, with the results tailored to your demeanor.
 #body {
background: #f75b68;
}
#navigation {
background: #f75b68;
}
#game_frame {
background: #f75b68;
}
div.contents.message {
background: #f75b68;
}
#main_column {
background: #f75b68;
}

That should fix it. Please remember to be polite in asking in the future and perhaps make an attempt at figuring something out before asking next time, okay? ^.^

The #f75b68 can be changed with another hex value (google can help you find em) if you'd like to change colours. Basically, taking the default CSS that is in the tutorial and changing hex codes can give you a quick start - I don't know CSS for the life of me but I just do a search for certain hex numbers, change them to see what they correspond with and then change them to the colour I want. It takes a little while but I end up with a page that's at least coloured how I want it to be. ^.^
Pages: 1