YAFLogo

JP
  • JP
  • 100% (Exalted)
  • YAF Leader Topic Starter
14 years ago
I just wonder, is there some CSS property reference by element - with a description of what you really affect by setting a certain property?

I am mainly doing trial/error testing of how it looks by changing properties like font sizes, colors and such in the themes.css file...

Some I have learned to know, some are just guesswork...


He who asks a question is a fool for five minutes. He who does not ask a question remains a fool forever. [Old Chinese Proverb]
Sponsor
pcmantinker
13 years ago
The best way to learn which classes to modify is to use Google Chrome's html inspector. I find it useful when I want to know which css classes render each part of a page. Just right click on a section and select inspect element and then it will show in the source which css class is being used for the section.

Note: You may use other html viewers to check the source, but Google Chrome's html inspector is very nice.