Lines Matching full:css
25 ### Step 2: Add CSS Classes
27 You will need to define the appropriate CSS classes with appropriate rules.
28 The CSS rules either need to be defined in or linked from the header of your
29 HTML templates. Pygments can generate CSS rules for you. Just run the following
33 pygmentize -S default -f html -a .codehilite > styles.css
37 set the value of the `-a` option to that class name. The CSS rules will be
38 written to the `styles.css` file which you can copy to your site and link from
55 GitHub user [richeland] has provided a number of different [CSS style
58 [`css_class`](#css_class) option when using richeland's CSS styles. However, the
59 Python-Markdown project makes no guarantee that richeland's CSS styles will
61 compatibility, you should generate the CSS rules from your own installation
65 [rich]: https://github.com/richleland/pygments-css
66 [preview]: https://richleland.github.io/pygments-css/
133 using Pygments' default CSS styles, emphasized lines have a yellow background.
206 …An alias to Pygments `cssclass` formatter option. Set CSS class name for the wrapper `<div>` tag. …
214 CSS styles must be provided by the end user.
217 Use inline styles instead of CSS classes. Defaults to `False`.