All elements that Scripturizer adds have clean CSS classes in order to make it easy for you to match the look with your site's template.
Tool Tip example:
.tooltip {
max-width: 30em;
text-align: left;
padding: 0.5em;
margin: 0;
background-color: #333;
color: #FFF
}
Box displayed after [show/hide] click is clicked:
.scripturizer_showhide {
display: none;
padding: 1em;
border-style: solid ;
border-color: DarkGrey;
border-width: 1px;
}
Open in new window icon:
.scripturizer_newwindow {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 5px;
border: 0px;
}
Initial vision and Perl module: Dean Peters
Additional Credits For Perl version: Jonathan Fox Jason Rust Joseph Markey [Brian A Thomas] (http://www.brianathomas.com/archives/2005/01/17/editing-scripturizer/) Rob Hulson
Port to PHP for Wordpress Glen Davis
WordPress Documentation Chip Bennett
Maintaining Code v1.5-1.7: Laurence O'Donnell v1.8: Peter V Cook
JavaScript: show/hide link is modified from this script ToolTip for Prototype by Jonathan Weiss




