boodebr sandbox App Engine samples and tutorials from boodebr.org


Recently Edited
StyleSheet edit
AutoContent, 19 April 2008 (created 19 April 2008)
Tags: -rss
Define local styles here. Styles defined here will override those in css/wikklytext.css

Remember to prefix all classnames with wikkly-

For example:
div.wikkly-mydiv { ... }
.wikkly-mystyle { ... }


These would be referenced in your wikitext like {{mydiv{...  and {{mystyle{... 

/* Place your styles here as regular CSS */

img.wikkly-outline {
    border: 2px solid #cccccc;
    border-collapse: collapse;
}