Welcome to Gaia! ::

Did the "visual aid" help you?

Yes. 0.85948026948989 85.9% [ 1786 ]
No. 0.14051973051011 14.1% [ 292 ]
Total Votes:[ 2078 ]
<< < 1 2 ... 55 56 57 58 59 60 61 62 ... 69 70 71 > >>
Okay, I'm back again, and thank you for the help before.
I feel like a retard since I haven't done CSS coding in 5 months and you gotta get used to it.
Uhh, so, I've tried changing the extended profile body to an image of my own, I've specified the height, and changed the border to 0px, but the GAIA image still remains, and I don't know what to do, so I figured I'd ask for help.

#extendedProfileBody #header h1 {border:0px;
backround-image:('http://i639.photobucket.com/albums/uu114/12nran/Graphics/profileheader-1.jpg')
width: 599px;
height:314px;
border: 0px;}
Small question: Is there a specific selector for the background of the #about section? I'm trying to make the background of it a bit transparent.
If you want to make the background of the "#about" section transparent, you want to set the background property on the "#about" selector to a value of "transparent". =)
I have a white line on my profile. How do I remove it?
Brink Kale
If you want to make the background of the "#about" section transparent, you want to set the background property on the "#about" selector to a value of "transparent". =)


I'm sorry, I wasn't being very clear. I'm trying to change the opacity of the background for the about section without making the entire section opaque, meaning that I want to exclude the scrollbar and the actual typed content (the text) of the about from being opaque.
In that case you would set the rgba of the "#about" section. Please note that Internet Explorer does not support the use of rgba in C.S.S. First three values can be between 0 - 255 the final value turns the opacity up / down according to a value between 0.0 and 1.0 ( 0.1 , 0.5 etc).

Example:

Code
#about {
background: rgba(255, 0, 255, 1);
}
MommaFushigi's avatar
  • 100
  • 300
  • 100
C o n g r a t u l a t i o n s!


You have been recommended in the Thread Resource Center! What does this mean? This thread is a favorite to someone on Gaia, and they recommend it to other Gaians!

Here is a copy of the recommendation:
THIS THREAD DESERVES SOME DISTINCTION!:
TITLE OF THREAD: VISUAL ✿ Old School Beginner Guide
LINKIE: http://www.gaiaonline.com/forum/profile-discussion/visual-old-school-beginner-guide/t.24095883/
I RECOMMEND IT BECAUSE: Great "old school" profile guide. Also known as the "classic" profile.
User Image

Thank you so much for the guide, it really helped. c:User Image
User Image
how do i make the youtube player small?
Eksdee
how do i make the youtube player small?


#multimedia {height: 25px; width: 30px;}

#multimedia embed, #multimedia object {height: 25px; width: 30px;}

C:
feenicks_ftw
Eksdee
how do i make the youtube player small?


#multimedia {height: 25px; width: 30px;}

#multimedia embed, #multimedia object {height: 25px; width: 30px;}

C:

ok thanks blaugh
question again sweatdrop
how do i center everything lol
sorry im really a noob on making profiles sweatdrop
Eksdee
question again sweatdrop
how do i center everything lol
sorry im really a noob on making profiles sweatdrop

#site {margin-left: auto; margin-right: auto;}

Quick Reply

Submit
Manage Your Items
Other Stuff
Get Items
Get Gaia Cash
Where Everyone Hangs Out
Other Community Areas
Virtual Spaces
Fun Stuff