ExtendedBoxStyles
<< | Cookbook-V1 | >>
Note: The recipes here are for PmWiki versions 0.6 and 1.0 only. For PmWiki 2.0 recipes, see Cookbook.
This documentation is written assuming you have enabled the Cookbook.ExtendedWikiStylesCSS1 recipe. For the time being, the best way to see how these examples work is to view the Wiki source.
Apparently many of the extended box styles on this page are not functioning properly. They apply to boxes, so maybe I've done something wrong in my examples. I'll update this page later as I figure these attributes out.
margin-top
This is a line of normal text
This line is set with 25px top margin.
This line is set with -5pt top margin.
margin-right
This has a right-margin setting of 200px which means any long lines should get wrapped a lot sooner than they would have without this extreme margin setting.
margin-bottom
This line is set with 25px bottom margin. This is normal text appearing immediately below the previous line of text.
margin-left
This text has a 150px left-margin set. Any text that wraps accross these lines should also be wrapped with the same 150px margin.
margin
Allows you to set all of the above at one time in one line without specifying the attributes.
This line has multi margins set at follows top=5em, right=4em, bottom=3em, and left=4em.
This is some plain text in the next paragraph.
padding-top
padding-right
padding-bottom
padding-left
padding
border-top-width
border-right-width
border-bottom-width
border-left-width
border-width
border-color
border-style
border-top
border-right
border-bottom
border-left
border
width
height
float
clear
<< | ExtendedWikiStyles | >>
See also: Cookbook.ExtendedWikiStylesCSS1 pmwiki-2.4.2 -- Last modified by {{PhilRandal}}