# Name: soft_07.xbp # Version: 1.0 #------------------------------------------------------------------- # Frame design and xbp file prepared by Gordon Dodge #------------------------------------------------------------------- # This frame is inspired by one of the designs produced by # Gallery Constructor - see http://www.through-the-lens.net # Add a 3-pixel border blending from black to transparent at # the outer edge of the image. filter1.class=XBorderFilter filter1.boWidth=3 filter1.boCol=white,black filter1.boTrans=40,20 filter1.boBlend=true # Add a 20-pixel yellow frame. filter2.class=XBorderFilter filter2.frWidth=20 filter2.frCol=#FFFDCC # Add 3-pixel border blending from white to black. filter3.class=XBorderFilter filter3.boWidth=3 filter3.boCol=black,#FFFDCC filter3.boTrans=20,40 filter3.boBlend=true # Add faint shadow to inside of blue frame. # To change this frame color, substitute a different bgCol filter4.class=XBorderFilter filter4.shWidth=8 filter4.shExX=8 filter4.shExY=8 filter4.shCol=black filter4.shTrans=50 filter4.shDrop=soft filter4.bgCol=#B89367 # Extend blue frame another 20-pixels # If you used a different bgCol above, then also change # the frCol here to agree # If you want the frame to have the same dimension on all sides # remove the frWidthN and frWidthS properties filter5.class=XBorderFilter filter5.frWidth=10 # filter5.frWidthN=20 # filter5.frWidthS=20 filter5.frCol=#B89367 # Add a white band and a black band and clip the tan frame. filter6.class=XBorderFilter filter6.frCol=white,black filter6.frTrans=0,70 filter6.frWidth=2,1 filter6.frBlend=false filter6.clip=20 filter6.shWidth=10 filter6.shExX=10 filter6.shExY=10 # filter6.shCol=black filter6.shCol=$styleNegativeBackgroundColor filter6.shTrans=40 filter6.shDrop=soft filter6.bgOffX=100 # filter6.bgCol=#9F7F59 filter6.bgCol=$styleBackgroundColor filter6.bgFile=$styleBackgroundFile