# Name: simple_03.xbp # Version: 1.0 #------------------------------------------------------------------- # Frame design and xbp file prepared by Gordon Dodge #------------------------------------------------------------------- # Add a 3-pixel white frame around image. # Add a 15-pixel antique gold frame # version 1 - gold on outside of frame filter1.class=XBorderFilter filter1.frWidth=3 filter1.shWidth=15 filter1.shExX=15 filter1.shExY=15 filter1.shCol=#5f9ea0 filter1.shTrans=50 filter1.shDrop=soft filter1.bgCol=gold # Add a drop shadow (background shifted 100 pixels to avoid left # border showing if used with the Glacer style background) filter2.class=XBorderFilter filter2.shWidth=10 # filter2.shCol=#646060 filter2.shCol=$styleNegativeBackgroundColor filter2.shTrans=10 filter2.shDrop=soft filter2.bgOffX=100 filter2.bgCol=$styleBackgroundColor filter2.bgFile=$styleBackgroundFile