
////////////////////////////////////////////////////////////////////
//                                                                //
//                         Theme: Default                         //
//  Comic Update Box (CUB) script copyright Chuck Morrison, 2002  //
//                                                                //
////////////////////////////////////////////////////////////////////

// Title of Box
boxtitle = "The Comic Update Box";   // Don't like the title? Change it!

// Box Appearance
outline = "#000000";                  // Color of comic update box outline
outsize = "1";                        // Size of the comic update box outline
header = "#990000";                   // Color of the header
body = "#ffffff";                     // Color of comic update area
hrcolor = "#996633";                  // Color of horizontal rule
hrsize = "2";                         // Size of horizontal rule
footer = "#990000";                   // Color of the footer

// Font Colors
titlecolor = "#ffffff";               // Color of title font
datecolor = "#000000";                // Color of date font
comicolor = "";                       // Color of comic title font (overrides link color setting)
authcolor = "#006699";                // Color of author font
copycolor = "#000000";                // Color of copyright font
clinkcolor = "#000000";               // Color of copyright link font (overrides link color setting)

// Comic Title Link Colors -- Style Sheet Settings
novisit = "#0066cc";                  // Color of CUB unvisited links (comic title/copyright)
visited = "#000066";                  // Color of CUB visited links (comic title/copyright)
hover = "";                           // Color of CUB links when mouse hovers over them

// Comic Title Link Decoration -- Style Sheet Settings
linkdec = "none";                     // Decoration of CUB unvisited links
visdec = "none";                      // Decoration of CUB visited links
hoverdec = "underline";               // Decoration of CUB links when mouse hovers over them

// Font Sizes
titlesize = "3";                      // Size of title font
datesize = "2";                       // Size of date font
comicsize = "2";                      // Size of comic title font
authsize = "1";                       // Size of author font
copysize = "1";                       // Size of copyright font

// Font Faces (list your preferred font first)
titlefont = "verdana, tahoma, arial"; // Font face of title
datefont = "verdana, tahoma, arial";  // Font face of date
comicfont = "verdana, tahoma, arial"; // Font face of comic title
authfont = "verdana, tahoma, arial";  // Font face of author
copyfont = "tahoma, arial";           // Font face of copyright text

// Font Styles
tstylebeg = "<b>";                    // Title font style start tag
tstylend ="</b>";                     // Title font style end tag
dstylebeg = "<i>";                    // Date font style start tag
dstylend = "</i>";                    // Date font style end tag
comstylebeg = "<b>";                  // Online comic font style start tag
comstylend = "</b>";                  // Online comic font style end tag
astylebeg = "<b>";                    // Author font style start tag
astylend = "</b>";                    // Author font style end tag
copstylebeg = "";                     // Copyright font style start tag (default = blank)
copstylend = "";                      // Copyright font style end tag (default = blank)