# Name: oval_03.xbp # Version: 1.0 #------------------------------------------------------------------- # Frame design and xbp file prepared by Gordon Dodge #------------------------------------------------------------------- # Create the inside edge of the mat (color matches the wood frame) # Clip the image into an oval shape. # Frame with a parchment mat. filter1.class=XBorderFilter filter1.frWidth=1 filter1.frCol=#491517 filter1.clip=1000 filter1.bgFile=images/parchment_01.gif # Extend the parchment mat 10-pixels beyond the oval window. filter2.class=XBorderFilter filter2.frWidth=10 filter2.frTrans=100 filter2.bgFile=images/parchment_01.gif # Add an outside edge to the parchment mat. # Add north and west inside edges of wood frame in shadow filter3.class=XBorderFilter filter3.frWidth=1 filter3.frCol=#491517 filter3.shWidth=5 filter3.shDir=NW filter3.shCol=black filter3.shTrans=30 filter3.shDrop=hard filter3.bgFile=images/wood_02.jpg # Add south and east inside edges of the wood frame # with white highlights, filter4.class=XBorderFilter filter4.shWidth=5 filter4.shDir=SE filter4.shCol=white filter4.shTrans=30 filter4.shDrop=hard filter4.bgFile=images/wood_02.jpg # Add a front edge and 15-pixel width of mahogany wood frame. filter5.class=XBorderFilter filter5.frWidth=15,1 filter5.frCol=#491517 filter5.frTrans=100,0 filter5.bgFile=images/wood_02.jpg # Add a drop shadow (background shifted 100 pixels to avoid left # border showing if used with the Glacer style background) filter6.class=XBorderFilter filter6.shWidth=10 # filter6.shCol=#646060 filter6.shCol=$styleNegativeBackgroundColor filter6.shTrans=10 filter6.shDrop=soft filter6.bgOffX=100 filter6.bgCol=$styleBackgroundColor filter6.bgFile=$styleBackgroundFile