1 /* transiton-stars.css: Style a Docutils transition */
2 /* :Author: Günter Milde */
3 /* :Copyright: © 2008 Günter Milde. */
4 /* Released without warranties or conditions of any kind */
5 /* under the terms of the Apache License, Version 2.0 */
6 /* http://www.apache.org/licenses/LICENSE-2.0 */
9 /* Style sheet for use with Docutils */
11 /* You can use this style as a template for customising the transition */
14 /* Extends the standard docutils style sheet */
15 /* @import url("html4css1.css"); */
20 /* make the hrule invisible but enable replacement string */
24 /* margin: 1.5ex; */ /* alternatie to padding */
25 /* influence the horizontal alignment of the replacment text */
29 /* Replacement string for the transition element */
33 /* if your html document is in UTF-8 encoding, you can use */
34 /* any Unicode string as replacement */
35 /* comment out to render transition as a blank space */
37 content:"* * *"; /* uses non-breaking spaces */