RML StyleSheets
From FreeSpace Wiki
Librocket RML references | |
---|---|
Elements | |
Documents | |
Images | |
Style Sheets | |
Forms | |
Controls | |
Data Display | |
Templates | |
Events |
Styles can be included in an RML document in three ways: included from an external style sheet, declared in the header, or declared inline inside a specific tag.
Contents
External Style Sheets
Style sheets are included from an external source with the <link> tag. See Link Elements.
Header Style Information
RCSS can be included directly inside the header, with the <style> tag.
- No attributes
Inline Style Declaration
RCSS can be declared directly inside an element with the style attribute.
Attributes
style
This attribute specifies a list of RCSS properties to be applied to the current element.