# Name: soft_06.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 white band and black band and clip the image at a 30-pixel radius. filter1.class=XBorderFilter filter1.frCol=white,black filter1.frTrans=0,70 filter1.frWidth=2,1 filter1.frBlend=false filter1.clip=50 filter1.shWidth=7 filter1.shExX=7 filter1.shExY=7 filter1.shCol=black filter1.shTrans=40 filter1.shDrop=soft filter1.bgCol=white # Add a 20-pixel white frame. filter2.class=XBorderFilter filter2.frWidth=10 filter2.frCol=white # Add a 3-pixel border blending from white to black. filter3.class=XBorderFilter filter3.boWidth=3 filter3.boCol=black,white filter3.boTrans=20,40 filter3.boBlend=true # Add a faint shadow to the inside of the 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=maroon # 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=maroon # Add a white band and black band and clip the blue frame. filter6.class=XBorderFilter filter6.frCol=white,black filter6.frTrans=0,70 filter6.frWidth=2,1 filter6.frBlend=false filter6.clip=20 filter6.shWidth=15 filter6.shExX=15 filter6.shExY=15 # filter6.shCol=black filter6.shCol=$styleNegativeBackgroundColor filter6.shTrans=40 filter6.shDrop=soft filter6.bgOffX=100 filter6.bgCol=$styleBackgroundColor filter6.bgFile=$styleBackgroundFile