Elephant allows passing CSS attributes to Wiki tags and Wmacros. The way this is done differs.
CSS is an extensive specification. You may like to see CSS at W3C. Starters might prefer LEARN & USE.
Most Wmacros accept the parameter style with standard CCS as value.
segment is no longer governed by container positioning and can overlap other content.
@w{segment(style="width:150px;height:50px;position:absolute;top:1px;right:1px")}
Top/right
@w{/segment}
Wiki tags have their own CSS way of writing attributes. Main differences are:
style, attributes treated as CSS.class, href and others, are treated as HTML attributes.[div(width:150px,height:50px,position:absolute,top:1px,right:1px,border:1px solid silver,padding:0.5em,class:rounded)] Top/right [/div]