created: 20131205160532119 modified: 20131205160549129 tags: WikiText [[How to apply custom styles]] title: Styles and Classes in WikiText type: text/vnd.tiddlywiki caption: Styles and Classes Content can be wrapped in `@@`double at signs`@@` to apply specified CSS styles or classes to it. There are multiple ways to use this syntax, as presented below. Inline content wrapped in `@@`double at signs`@@` without specifying style or class will be assigned the `.tc-inline-style` and displayed as highlighted text. The foreground and background colours of the highlighted text are defined as `highlight-background` and `highlight-foreground` in the current palette. <> Style attributes, e.g. `color`, each followed by `;` semicolon can be introduced immediately after the opening `@@`. <> Similarly a style can be applied to a multiline content: <> A class may be applied to a multiline content only: <> Multiple classes and styles can be used together: <>