123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- <?xml version="1.0" encoding="utf-8" ?>
- <Styles>
-
-
-
-
- <Style name="Marker: Yellow" element="span">
- <Style name="background-color" value="Yellow" />
- </Style>
- <Style name="Marker: Green" element="span">
- <Style name="background-color" value="Lime" />
- </Style>
- <Style name="Big" element="big" />
- <Style name="Small" element="small" />
- <Style name="Typewriter" element="tt" />
- <Style name="Computer Code" element="code" />
- <Style name="Keyboard Phrase" element="kbd" />
- <Style name="Sample Text" element="samp" />
- <Style name="Variable" element="var" />
- <Style name="Deleted Text" element="del" />
- <Style name="Inserted Text" element="ins" />
- <Style name="Cited Work" element="cite" />
- <Style name="Inline Quotation" element="q" />
- <Style name="Language: RTL" element="span">
- <Attribute name="dir" value="rtl" />
- </Style>
- <Style name="Language: LTR" element="span">
- <Attribute name="dir" value="ltr" />
- </Style>
- <Style name="Language: RTL Strong" element="bdo">
- <Attribute name="dir" value="rtl" />
- </Style>
- <Style name="Language: LTR Strong" element="bdo">
- <Attribute name="dir" value="ltr" />
- </Style>
-
- <Style name="Image on Left" element="img">
- <Attribute name="style" value="padding: 5px; margin-right: 5px" />
- <Attribute name="border" value="2" />
- <Attribute name="align" value="left" />
- </Style>
- <Style name="Image on Right" element="img">
- <Attribute name="style" value="padding: 5px; margin-left: 5px" />
- <Attribute name="border" value="2" />
- <Attribute name="align" value="right" />
- </Style>
- </Styles>
|