Welcome to Gaia! ::

How do you like the new tutorial???

Excellent! 0.38426737544534 38.4% [ 6795 ]
Good! 0.1130464287734 11.3% [ 1999 ]
Okay 0.088333427585817 8.8% [ 1562 ]
Not so bad :( 0.033195724707346 3.3% [ 587 ]
Horrible :( :( :( 0.059379064638353 5.9% [ 1050 ]
:ninja: .......GOLD!!! 0.32177797884974 32.2% [ 5690 ]
Total Votes:[ 17683 ]
clawdog's avatar
  • 150
  • 100
  • 100
also when ever I type in a code it doesn't work and it's making me mad > sad
Knight Yoshi's avatar
  • 300
  • 200
LipstickTM


Change it from Classic-"Classic" to Classic-"Custom", drop menu above your CSS override box on your profile preference page, same goes for GaiaTools, buttom of the editor side select the Custom option.
Knight Yoshi's avatar
  • 300
  • 200
clawdog
also when ever I type in a code it doesn't work and it's making me mad > sad


Are you using the right selectors? This is doesn't have Current profile selectors, kinda the wrong thread :<
clawdog's avatar
  • 150
  • 100
  • 100
clawdog's avatar
  • 150
  • 100
  • 100
OH I SEE NOW THANKS i was using custom.LOL pew
Knight Yoshi
You use to be able to hide it, you still can technically, but its more hassle than its worth. the devs removed the ID tag that paragraph element use to have :<

Also remove your signature before it gets reported and disabled. It's way over the file size limit: 100,000 bytes. Your's 496,640 bytes.

      Thank you, I've already had it fixed forgot to mention that.
      And thank you for the information, I've taken it down, even though I've had this signature up for 1 year. 4laugh
Kidan Zombifield's avatar
  • 200
  • 200
  • 200
er mind if i asked how to make your profile right in the center .. i'm bad at this profile stuff

i need help please ?
Knight Yoshi's avatar
  • 300
  • 200
Kidan Zombifield
er mind if i asked how to make your profile right in the center .. i'm bad at this profile stuff

i need help please ?


Depends on the profile, but the main idea is you take the parent element set a width, then use margin to center it.
Whoot! Finally, I figured out the damned friends section & finished the code. THANK. YOU.
Now all I have to do is figure out the contact information. xD I'll figure it out in a little while~
Knight Yoshi's avatar
  • 300
  • 200
Poison Parody
Whoot! Finally, I figured out the damned friends section & finished the code. THANK. YOU.
Now all I have to do is figure out the contact information. xD I'll figure it out in a little while~


#profile #bar { declaration block }
#profile #bar addButton { declaration block }
#profile #bar msgButton { declaration block }
#profile #bar tradeButton { declaration block }
#profile #bar ignoreButton { declaration block }
xcrimsonlegendx's avatar
  • 150
  • 300
  • 300
I'm having issues replacing the buttons on my profile, the default classic ones for the Grunny theme. I've remade all of the buttons as I want them but I can't figure out the code to replace them properly.User Image
Knight Yoshi
#profile #bar { declaration block }
#profile #bar addButton { declaration block }
#profile #bar msgButton { declaration block }
#profile #bar tradeButton { declaration block }
#profile #bar ignoreButton { declaration block }

emotion_kirakira

Thank you very much. C:
Knight Yoshi's avatar
  • 300
  • 200
xcrimsonlegendx
I'm having issues replacing the buttons on my profile, the default classic ones for the Grunny theme. I've remade all of the buttons as I want them but I can't figure out the code to replace them properly.User Image


CSS properties are in the thread, click the image link in signature for and go to positioning post.
I just thought I should suggest this:

When defining a font, if the font's name has more than one word, you must write: 'font name' (such as: 'Times New Roman' or 'Arial Unicode MS'), whereas if it's name only has one word, you don't need it (such as: Verdana or Tahoma).
Also: it is suggested, because a font does not show if it is not installed on the computer, to add a specification at the end to the type of font. For instance, I would write:

    font-family: Arial, Verdana, sans-serif;

So the computer automatically switches to a font in that family. (If my sources are correct, those families are: serif, sans-serif, cursive, fantasy and monospace.) Why I say this: because people don't necessarily have fonts installed, even if they are part of a "safe list".
I know it gets technical here (for people who don't know what these families mean). I'm not even sure what "fantasy" fonts are (or novelty, I think, but that still sort of leaves me a little stumped). But serif, sans-serif and monospace are easy to define =D

This is just a precision and you can totally ignore it! I just thought it could be good to add =]
Knight Yoshi's avatar
  • 300
  • 200
Mayelle
I just thought I should suggest this:

When defining a font, if the font's name has more than one word, you must write: 'font name' (such as: 'Times New Roman' or 'Arial Unicode MS'), whereas if it's name only has one word, you don't need it (such as: Verdana or Tahoma).
Also: it is suggested, because a font does not show if it is not installed on the computer, to add a specification at the end to the type of font. For instance, I would write:

    font-family: Arial, Verdana, sans-serif;

So the computer automatically switches to a font in that family. (If my sources are correct, those families are: serif, sans-serif, cursive, fantasy and monospace.) Why I say this: because people don't necessarily have fonts installed, even if they are part of a "safe list".
I know it gets technical here (for people who don't know what these families mean). I'm not even sure what "fantasy" fonts are (or novelty, I think, but that still sort of leaves me a little stumped). But serif, sans-serif and monospace are easy to define =D

This is just a precision and you can totally ignore it! I just thought it could be good to add =]


The reason the names that have more than one word for the name need quotes is because it is called a string, strings need a start and stop point.
For a list of web safe fonts go to: http://www.w3schools.com/cssref/css_websafe_fonts.asp
However with CSS3's @font-face rule developers do not have to use standard fonts, and can define they're own fonts.

Example:
@font-face {
font-family: some-name;
src: url('Sansation_Light.ttf'),
url('Sansation_Light.eot'); /* IE */
}

http://www.w3schools.com/cssref/css3_pr_font-face_rule.asp

Quick Reply

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