Mostly Harmless

Legacy:Wookee/CSS

From Unreal Wiki, The Unreal Engine Documentation Site
< Legacy:Wookee
Revision as of 10:48, 26 November 2003 by Mychaeel (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

HTML code generated by Wookee uses the following CSS attributes:

HTML Description Wookee Markup Sample

thin horizontal bar ----

thick horizontal bar ----

to

indented paragraphs :: indented text
</code>
|whitespace-indented, verbatim paragraphs
|<tt>  $foo = "bar"</tt>
|-
|<code><table class="paratable"></code>
|table without border
|<code>{|

|-
|first
|second
|}
</code>
|-
|<code><table class="paratable-border"></code>
|table with border
|<code>{|

|-
|first
|second 
|}
</code>
|-
|<code><em class="em1"></code> ''to'' <br /><code><em class="em3"></code>
|emphasized text
|<code>'''important'''</code>
|}