Update html-plain writer.
[docutils.git] / sandbox / stylesheets / transition-stars.css
blob09700fe34bfec68d1f9795bacc4b2e15d093243b
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 */
7 /* :Id: $Id$ */
9 /* Style sheet for use with Docutils */
11 /* You can use this style as a template for customising the transition */
12 /* element. */
14 /* Extends the standard docutils style sheet */
15 /* @import url("html4css1.css"); */
17 /* :: */
19 hr.docutils {
20 /* make the hrule invisible but enable replacement string */
21 border-width: 0px;
22 /* set the spacing */
23 padding: 1.5ex;
24 /* margin: 1.5ex; */ /* alternatie to padding */
25 /* influence the horizontal alignment of the replacment text */
26 width: 30ex;
29 /* Replacement string for the transition element */
31 /* :: */
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 */
36 hr.docutils:before {
37 content:"*    *    *"; /* uses non-breaking spaces */