# Name: elaborate_02.xbp # Version: 1.0 #------------------------------------------------------------------- # Frame design and xbp file prepared by Gordon Dodge #------------------------------------------------------------------- # Add a 3-pixel white frame around image. filter1.class=XBorderFilter filter1.frWidth=3 filter1.frCol=#ffffff # Add a 3-pixel shadow to the N and W inside edges of the mat. filter2.class=XBorderFilter filter2.shWidth=3 filter2.shDir=NW filter2.shCol=black filter2.shTrans=10 filter2.shDrop=hard filter2.bgFile=images/eos_cdw30.gif # Add a 3-pixel highlight to the E and S inside edges of the mat. filter3.class=XBorderFilter filter3.shWidth=3 filter3.shDir=SE filter3.shCol=gray filter3.shTrans=10 filter3.shDrop=soft filter3.bgFile=images/eos_cdw30.gif # Add a 5-pixel mat. filter4.class=XBorderFilter filter4.frWidth=5 filter4.frTrans=100 filter4.bgFile=images/eos_cdw30.gif # Add a 3-pixel color inlay into mat filter5.class=XBorderFilter filter5.frWidth=3 filter5.frTrans=100 filter5.bgFile=images/eos_mosaic9.gif # Add a 6-pixel mat. filter6.class=XBorderFilter filter6.frWidth=6 filter6.frTrans=100 filter6.bgFile=images/eos_cdw30.gif # Add a 4-pixel shadow to the N and W inside edges of the frame. filter7.class=XBorderFilter filter7.shWidth=4 filter7.shDir=NW filter7.shCol=black filter7.shTrans=30 filter7.shDrop=hard filter7.bgFile=images/eos_mosaic15.gif # Add a 4-pixel highlight to the E and S inside edges of the frame. filter8.class=XBorderFilter filter8.shWidth=4 filter8.shDir=SE filter8.shCol=white filter8.shTrans=2 filter8.shDrop=soft filter8.bgFile=images/eos_mosaic15.gif # Add a 1-pixel front edge to the frame. filter9.class=XBorderFilter filter9.frWidth=1 filter9.frCol=#000000 # Add a 12-pixel patterned frame. filter10.class=XBorderFilter filter10.frWidth=12 filter10.frTrans=100 filter10.bgFile=images/eos_mosaic15.gif # Add a drop shadow (background shifted 100 pixels to avoid left # border showing if used with the Glacer style background) filter11.class=XBorderFilter filter11.shWidth=10 # filter11.shCol=#646060 filter11.shCol=$styleNegativeBackgroundColor filter11.shTrans=10 filter11.shDrop=soft filter11.bgOffX=100 filter11.bgCol=$styleBackgroundColor filter11.bgFile=$styleBackgroundFile #------------------------------------------------------------------- # Note: the tiled gif files used in this frame are from # the following web site: http://www.eosdev.com # This web site has a HUGE collection of lovely web graphics. #-------------------------------------------------------------------