Styling with CSS
CSS or Cascading Style Sheets are what the web uses to style a web page. It is a rule-based language that specifies how elements should look or be presented in a web browser.
To style skin elements, you can use an external CSS file, use the skin’s embedded stylesheet, or directly add the styles.
If using an external CSS file, add this to the skin’s properties and use the classes in the element’s settings.
The skin’s embedded stylesheet is sufficient for many projects in that you can add your CSS directly to the skin.
Finally, if you have just a few skin elements that need styling, you can add the styles to the element’s settings.
Check out the following tutorials to get familiar with using CSS.
- Adding Fonts
- Embedded Fonts (offline fonts)
- Create Buttons with Text Boxes
- Create a PopUp Image with Expanding Text
- Create Animated Hotspot Icons