Welcome to Gaia! ::

Reply Meri & Kimi's Inc.
The Chatterbox: Where business is busy. Goto Page: [] [<<] [<<] [<] 1 2 3 ... 2282 2283 2284 2285 2286 2287 ... 6124 6125 6126 6127 [>] [>>] [>>] [»|]

Quick Reply

Enter both words below, separated by a space:

Can't read the text? Click here

Submit

Midnight3476

PostPosted: Fri Nov 11, 2005 11:53 am


I'm not sure what if any image i should use, i keep looking at my profile and thinking it would look cluttered gonk ...What do you think? sweatdrop

(oh ignore the borders around the avatars if you do go look, i'm experimenting with borders) heart
PostPosted: Fri Nov 11, 2005 11:58 am


for my comments, the only part that is an image is the tail part. i coded the colors for the other part..

here is my code for my comment boxes:

.caption
{
border: 2px solid #AE9422;
background: #012155;
color: #AE9422;

}
caption2
{
border: 2px solid #AE9422;
background: #2E2E2E;
color: #AE9422;
}

this changes the colors.. the first color is my gold border. the bg color are the blue and grey bg colors, and the third color is text color

.caption:before,.caption2:before
{
display: none;
}
.caption:after,.caption2:after
{
display: none;
}

this make my corners square


.caption .message
{
background: url(http://img.photobucket.com/albums/v435/Care_e/left_comment.png) top left no-repeat;
}

.caption2 .message
{
background: url(http://img.photobucket.com/albums/v435/Care_e/right_comment.png) top right no-repeat;
}


this added my own tail to the comment text boxes


hope this helps a bit ^^;;

Care_e

Friendly Friend


Midnight3476

PostPosted: Fri Nov 11, 2005 12:03 pm


Care_e Thank you so much, you have just saved me lots of work ^_^
heart

Oh emi, I forgot to ask but i doing a little Ms Paint shoulder shot of your Oc Misty, is it? I was bored and saw you'r sig sweatdrop
PostPosted: Fri Nov 11, 2005 12:08 pm


User Image
If I wanted to replace the gaian headers with my own, what should I do? confused

Aiko Destiny

Icy Knight

10,400 Points
  • Snowball Hero 200
  • Caroling Champ 100
  • Frozen Solid 200

Unknown Variable
Crew

Familiar Citizen

PostPosted: Fri Nov 11, 2005 12:10 pm


Aiko:
#details h2
{
background: url(' IMG ') top left no-repeat;
}

Use that code, and replace IMG with your header image. You can swap #details h2 with #comments h2, #journal h2, #about h2, et cetera. :3
PostPosted: Fri Nov 11, 2005 12:12 pm


Unknown Variable
Aiko:
#details h2
{
background: url(' IMG ') top left no-repeat;
}

Use that code, and replace IMG with your header image. You can swap #details h2 with #comments h2, #journal h2, #about h2, et cetera. :3


*luffs even more*

Aiko Destiny

Icy Knight

10,400 Points
  • Snowball Hero 200
  • Caroling Champ 100
  • Frozen Solid 200

Unknown Variable
Crew

Familiar Citizen

PostPosted: Fri Nov 11, 2005 12:15 pm


rofl heart
PostPosted: Fri Nov 11, 2005 12:18 pm


Midnight3476
Care_e Thank you so much, you have just saved me lots of work ^_^
heart

Oh emi, I forgot to ask but i doing a little Ms Paint shoulder shot of your Oc Misty, is it? I was bored and saw you'r sig sweatdrop


Forgot to ask what? o-o And Thanks :3

*kicks her profile* Must decide on theme T~T

Emi

Shy Explorer

8,425 Points
  • Generous 100
  • Bunny Spotter 50
  • Bunny Hoarder 150

bp56

Dangerous Sex Symbol

7,000 Points
  • Beta Citizen 0
  • Beta Contributor 0
  • Beta Explorer 0
PostPosted: Fri Nov 11, 2005 12:23 pm


I cant figure out the backgrounds so I will just leave it in classic with my edit and call it done
PostPosted: Fri Nov 11, 2005 12:34 pm


Another thing I can't figure out: how can I change the size, colour and position of my username? I'd like to have it dark green to match the headers confused

Aiko Destiny

Icy Knight

10,400 Points
  • Snowball Hero 200
  • Caroling Champ 100
  • Frozen Solid 200

Midnight3476

PostPosted: Fri Nov 11, 2005 12:38 pm


Emi
Midnight3476
Care_e Thank you so much, you have just saved me lots of work ^_^
heart

Oh emi, I forgot to ask but i doing a little Ms Paint shoulder shot of your Oc Misty, is it? I was bored and saw you'r sig sweatdrop


Forgot to ask what? o-o And Thanks :3

*kicks her profile* Must decide on theme T~T


If i was ok to draw one... sweatdrop

Here: its only a 100x100 image and a head shot, jsut something i do they only take me about 15-10 mins

User Image
PostPosted: Fri Nov 11, 2005 12:38 pm


Question for Kimi:

Okay, I'm doing my order way ahead of time.

You said five bases. Well...say I have a base that has a wig...would it be partially considered the same base if I had that but with an outfit on? Or is that two different bases?

Like for example...I've got a base of my avi with a wig. Then, I have an edit of that same avi, but with a maternity dress. I want to get a hand on belly edit, and have already used the base with the wig before in the order...but would those two be considered the same, or different bases? sweatdrop

I'm glad I realized that when I was doing my order... sweatdrop

Taylor_Calastadd

1,750 Points
  • Window Shopper 100
  • Treasure Hunter 100
  • Dressed Up 200

Unknown Variable
Crew

Familiar Citizen

PostPosted: Fri Nov 11, 2005 12:41 pm


Aiko: First, let's start you off in the right section of code.
#profile h2
{

}


You'll put your settings in those curly braces. First, to change the size, you'd use "font-size: 12px;" To change the color, you'd use "color: #123456;" And to change the position, you'd use "text-indent 250px;"

So for example, say you wanted the text to be size 14, a dark blue color, and you wanted to push the letters 100 pixels to the right. You'd use this code:
#profile h2
{
font-size: 14px;
color: #000055;
text-indent: 100px;
}


Just change the values to what you'd like them to be. The font size, the hex color code, and the indent value for pixels. :3
PostPosted: Fri Nov 11, 2005 12:43 pm


Taylor: As a general point, if the bases you're submitting are in any way different at all, then they're different bases. 3nodding I realize you asked Kimi, but I figured I'd toss an answer in.~

Unknown Variable
Crew

Familiar Citizen


Emi

Shy Explorer

8,425 Points
  • Generous 100
  • Bunny Spotter 50
  • Bunny Hoarder 150
PostPosted: Fri Nov 11, 2005 12:45 pm


Midnight3476
Emi
Midnight3476
Care_e Thank you so much, you have just saved me lots of work ^_^
heart

Oh emi, I forgot to ask but i doing a little Ms Paint shoulder shot of your Oc Misty, is it? I was bored and saw you'r sig sweatdrop


Forgot to ask what? o-o And Thanks :3

*kicks her profile* Must decide on theme T~T


If i was ok to draw one... sweatdrop

Here: its only a 100x100 image and a head shot, jsut something i do they only take me about 15-10 mins

User Image


Of course it would :3 Why wouldn't it be? XD

It's great ^^ Thanks.

Okay people, which theme should I pick? @-@

1. Something to Show off my fangirlness (Problems: I'd have to combine lots of images and probably have to research for some)
2. Something to show off my obsession with something (Problems: I'd need lots of permission XD)
3. Something pink (Problems: Can't think of something graphicy to go with it)
4. Something like my deadjournal layout. (Problems: Would take a while and with me pretty much stuck wearing blue on Gaia cause all their pink clothes suck, I really wouldn't want more blue cause people really are starting to get the idea my favorite color is blue >_>)
5. Something with one of my OCs (Problems: Would have to comission new piece of art to fit for everything)
6. Something with a bunch or all of my OCs (Problems: Again with all the combining images @-@)
Reply
Meri & Kimi's Inc.

Goto Page: [] [<<] [<<] [<] 1 2 3 ... 2282 2283 2284 2285 2286 2287 ... 6124 6125 6126 6127 [>] [>>] [>>] [»|]
 
Manage Your Items
Other Stuff
Get GCash
Offers
Get Items
More Items
Where Everyone Hangs Out
Other Community Areas
Virtual Spaces
Fun Stuff
Gaia's Games
Mini-Games
Play with GCash
Play with Platinum