//
// Default settings for the appearance of the tutorial.
// can be overridden in each page html doc, if desired.
//
// note that link colors for links in the text area are set in the dvrblite.css file, not here. Links colors for 'next' and 'previous' navigation links are set here.


setTextLayout( 'right' ); // left or right; set which side of the window is occupied by text.

// the following has no effect on text column width
setTextWidth( 0.25 ); // 0.0 - 1.0; set the percent of the window width occupied by text.

// cannot see any effect of following on height
setHeightOffset( 20 ); // pixels; set height offset to account for logos, menu bars, etc.

setTextBackground( '000000' ); // set the background color of the text area.
setTextColor( 'FFFFFF' ); // set the color of the text.
setTextFontFace( 'verdana' ); // set the font.
setTextFontSize( '1em' ); // set the font size, must include units such as px or em.
setTextFontStyle( 'normal' ); // set the font style (italic, oblique, normal).
setTextFontWeight( 'bold' ); // set the font weight (normal, bold).
//setTextAlinkColor( '0066ff' );
//setTextVlinkColor( 'ffffff' );
setJmolBackground( '000000' ); // set the Jmol background color.
setJmolColor( 'FFFFFF' ); // set the color for Jmol labels.
setJmolFontFace( 'sans' ); // set the font for Jmol.
setJmolFontSize( 12 ); // set the font size for Jmol, in pixels.
setJmolFontStyle( 'normal' ); // set the font style for Jmol (italic, oblique, normal).
setJmolFontWeight( 'bold' ); // set the font weight for Jmol (normal, bold).


setNavBackground( '000066' ); // set the background color for the navigation bar.
setNavColor( '999900' ); // set the color for navigation links.
setNavFontFace( 'courier' ); // set the font for the navigation bar.
setNavFontSize( 12 ); // set the font size for the navigation bar, in pixels.
setNavFontStyle( 'normal' ); // set the font style for the navigation bar (italic, oblique, normal).
setNavFontWeight( 'bold' ); // set the font weight for the navigation bar (normal, bold).


setNavigationBar( 'bottom', 'button' ); // location (top, bottom, off) and style (link, button) of the navigation bar.
