# Name: border_03.xbp # Version: 1.0 #------------------------------------------------------------------- # Frame design and xbp file prepared by Gordon Dodge #------------------------------------------------------------------- # Feather the edges back 15 pixels inside the image, # blending to a dark gray color. filter1.class=XBorderFilter filter1.boWidth=15 filter1.boTrans=20,100 filter1.boBlend=true filter1.boCol=#2c2c2c # Add a 1-pixel darker frame to the outside of the image. filter2.class=XBorderFilter filter2.frWidth=1 filter2.frCol=#202020 # Add a drop shadow (background shifted 100 pixels to avoid left # border showing if used with Glacer style background) filter3.class=XBorderFilter filter3.shWidth=10 # filter3.shCol=#646060 filter3.shCol=$styleNegativeBackgroundColor filter3.shTrans=10 filter3.shDrop=soft filter3.bgOffX=100 filter3.bgCol=$styleBackgroundColor filter3.bgFile=$styleBackgroundFile