Overview#
Style customizations added to templates/default/*.css#
pre { white-space: pre; margin: 1em 2em 1em 2em; background: #f0f0f0; border: 1px dotted #3c78b5; overflow: auto; }
/* Here's a nice style you can use to put comment boxes on pages. It's used on some pages. */ div.commentbox { float:right; width: 20%; border-style: inset; background: #f0f0f0; font-size: 80%; padding: 4px; margin-left: 4px; } .commentbox ul, .commentbox ol { padding-left: 1em; margin-left: 4px; } /* To make centering easier */ .center { text-align: center; } .center table { margin-left: auto; margin-right: auto; text-align: left; }
Inline CSS definitions are supported on wikipages starting with JSPWiki version 2.1.38.