imageFooter.type; // Type of style bracket (class, id, or element)imageFooter.prefix; // Prefix used in the style bracket ("." for classes, "#' for IDs and "" for elements)imageFooter.name; // Style Bracket nameimageFooter.file.name; // File NameimageFooter.file.type; // File Type (css)
newStyle(style, content)
Creates a new Style inside of the bracket.
string style: The style property to add.
string content: The value of the style property.