找回密码
 入住遨海湾
搜索
网站解决方案专享优惠-3折上云
查看: 1129|回复: 0

巧用CSS制作艺术字

[复制链接]
发表于 2007-1-25 16:59:00 | 显示全部楼层 |阅读模式

登录后查才能浏览下载更多咨询,有问题联系QQ:3283999

您需要 登录 才可以下载或查看,没有账号?入住遨海湾

×

<style type="text/css">
<!--
.title_1 { font-family: "Verdana"; font-size: 12px; color: #E1E4EC; width: 100%; filter: DropShadow(Color=#213C63, OffX=1, OffY=1)}

.text { font-family: "Verdana"; font-size: 12px; line-height: 16px; color: #666699; text-decoration: none}

.unnamed1 { filter: DropShadow(Color=#FFFFFF, OffX=1, OffY=1)}
-->
</style>

<table width="500" border="0" cellspacing="1" cellpadding="0" bgcolor="#8C96B5" align="center">
 <tr>
  <td bgcolor="#FFFFFF">
   <table bordercolordark=#ffffff width="100%"
   bordercolorlight=#000000 border=0 cellspacing="1" cellpadding="0">
    <tr bgcolor="#8C96B5">
     <td colspan=2 bgcolor="#8C96B5" width="100%" height="16">
      <div align="center" class="title_1">..:: 巧用CSS制作艺术字 ::..</div>
     </td>
    </tr>
   </table>
  </td>
 </tr>

 <tr>
  <td bgcolor="#E1E4EC">
   <table width="100%" border="0" cellspacing="8" cellpadding="0" class="unnamed1">
    <tr>
     <td class="text">如果灵活应用CSS各种滤镜的特点并加以组合,我们可以得到许多意想不到的效果。这是一些效果示范,供各位参考。</td>
    </tr>
   </table>
  </td>
 </tr>
 <tr>
  <td bgcolor="#E1E4EC">
   <table width="100%" border="0" cellspacing="8" cellpadding="0" class="unnamed1">
    <tr>
     <td class="text">
      <table align=center border=0 width="200" height="50">
       <tr>
        <td style="FILTER: blur(direction=135,strength=8)" align="center"><font face="黑体" color="#8C96B5" size="6"><b><i>E流设计</i></b></font></td>
       </tr>
      </table>
      <br>
      用blur滤镜做出的效果,代码如下:<br>
      <b>FILTER: blur(direction=135,strength=8)</b></td>
    </tr>
   </table>
  </td>
 </tr>
 <tr>
  <td bgcolor="#E1E4EC">
   <table width="100%" border="0" cellspacing="8" cellpadding="0" class="unnamed1">
    <tr>
     <td class="text">
      <table align=center border=0 width="200" height="50">
       <tr>
        <td style="FILTER: dropshadow(color=#B4BBCF,offx=6,offy=6,positive=1)" align="center"><font face="黑体" color="#8C96B5" size="6"><b><i>E流设计</i></b></font></td>
       </tr>
      </table>
      <br>
      用dropshadow滤镜做出的效果,代码如下:<br>
      <b>FILTER: dropshadow(color=#B4BBCF,offx=6,offy=6,positive=1)</b></td>
    </tr>
   </table>
  </td>
 </tr>
 <tr>
  <td bgcolor="#E1E4EC">
   <table width="100%" border="0" cellspacing="8" cellpadding="0" class="unnamed1">
    <tr>
     <td class="text">
      <table align=center border=0 width="200" height="50">
       <tr>
        <td style="FILTER: glow(color=#B4BBCF,strength=5)" align="center"><font face="黑体" color="#8C96B5" size="6"><b><i>E流设计</i></b></font></td>
       </tr>
      </table>
      <br>
      用glow滤镜做出的效果,代码如下:<br>
      <b>FILTER: glow(color=#B4BBCF,strength=5)</b></td>
    </tr>
   </table>
  </td>
 </tr>
 <tr>
  <td bgcolor="#E1E4EC">
   <table width="100%" border="0" cellspacing="8" cellpadding="0" class="unnamed1">
    <tr>
     <td class="text">
      <table align=center border=0 width="200" height="50">
       <tr>
        <td style="FILTER: alpha(opacity=100,finishiopacity=0,style=1)shadow(color=#8C96B5,direction=135)" align="center"><font face="黑体" color="#8C96B5" size="6"><b><i>E流设计</i></b></font></td>
       </tr>
      </table>
      <br>
      这个效果用到了两种滤镜:shadow和alpha,代码如下:<br>
      <b>FILTER: alpha(opacity=100,finishiopacity=0,style=1)<br>
      shadow(color=#8C96B5,direction=135)</b> </td>
    </tr>
   </table>
  </td>
 </tr>
 <tr>
  <td bgcolor="#E1E4EC">
   <table width="100%" border="0" cellspacing="8" cellpadding="0" class="unnamed1">
    <tr>
     <td class="text">
      <table align=center border=0 width="200" height="50">
       <tr>
        <td style="FILTER: mask(color=#E1E4EC)shadow(color=#8C96B5,direction=135)chroma(color=#E1E4EC)" align="center"><font face="黑体" color="#8C96B5" size="6"><b><i>E流设计</i></b></font></td>
       </tr>
      </table>
      <br>
      这个效果也用到两个滤镜mask和shadow,代码如下:<br>
      <b>FILTER: mask(color=#E1E4EC)<br>
      shadow(color=#8C96B5,direction=135)chroma(color=#E1E4EC)</b><br>
      <br>
      注意:mask的颜色要和网页背景色一致,字体的颜色由shadow决定。</td>
    </tr>
   </table>
  </td>
 </tr>
 <tr>
  <td bgcolor="#E1E4EC">
   <table width="100%" border="0" cellspacing="8" cellpadding="0" class="unnamed1">
    <tr>
     <td class="text">
      <table align=center border=0 width="200" height="50">
       <tr>
        <td style="FILTER: mask(color=#E1E4EC)dropshadow(color=#B4BBCF,offx=-3,offy=-3,positive=1)chroma(color=#E1E4EC)" align="center"><font face="黑体" color="#8C96B5" size="6"><b><i>E流设计</i></b></font></td>
       </tr>
      </table>
      <br>
      如果说上面的效果是阴文的话,那么这个效果的应该算是阳文了,用两个滤镜实现mask和dropshadow,注意mask的颜色要和网页背景色一致,或者把mask和chroma成对使用,也可达到同样效果。代码如下:<br>
      <b>FILTER: mask(color=#E1E4EC)<br>
      dropshadow(color=#B4BBCF,offx=-3,offy=-3,positive=1)<br>
      chroma(color=#E1E4EC)"</b> </td>
    </tr>
   </table>
  </td>
 </tr>
 <tr>
  <td bgcolor="#E1E4EC">
   <table width="100%" border="0" cellspacing="8" cellpadding="0" class="unnamed1">
    <tr>
     <td class="text">
      <table align=center border=0 width="200" height="50">
       <tr>
        <td style="FILTER: glow(color=#8C96B5,strength=2)shadow(color=#B4BBCF,direction=135)" align="center"><font face="黑体" color=#E1E4EC size=6><b><i>E流设计</i></b></font></td>
       </tr>
      </table>
      <br>
      用glow滤镜可以做空心字,方法是将字体颜色设置为背景色,再将glow滤镜的strenght的值设置为1或2即可。这个效果的代码如下:<br>
      <b>FILTER: glow(color=#8C96B5,strength=2)<br>
      shadow(color=#B4BBCF,direction=135)</b> </td>
    </tr>
   </table>
  </td>
 </tr>
 <tr>
  <td bgcolor="#E1E4EC">
   <table width="100%" border="0" cellspacing="8" cellpadding="0">
    <tr>
     <td class="text">
      <table height=150 width=200 align=center
      background="http://www.e-flowing.com/1/bg_1.jpg" border=0>
       <tr>
        <td style="FILTER: mask(color=#E1E4EC)shadow(color=#B4BBCF,direction=135)chroma(color=#E1E4EC)" align="center"><font face="黑体" color=#8C96B5 size=6><b><i>E流设计</i></b></font></td>
       </tr>
      </table>
      <br>
      <br>
      <table height=150 width=200 align=center background="http://www.e-flowing.com/1/bg_2.jpg" border=0>
       <tr>
        <td style="FILTER: glow(strength=1)mask(color=#B4BBCF)chroma(color=#B4BBCF)" align="center" height=54><font face="黑体" color=#8C96B5 size=6><b><i>E流设计</i></b></font></td>
       </tr>
      </table>
      <br>
      <br>
      <table height=150 width=200 align=center background="http://www.e-flowing.com/1/bg_3.jpg" border=0>
       <tr>
        <td style="FILTER: mask(color=#E1E4EC)dropshadow(color=#B4BBCF,offx=-3,offy=-3,positive=1)chroma(color=#E1E4EC)" align="center" height=54><font face="黑体" color=#8C96B5 size=6><b><i>E流设计</i></b></font></td>
       </tr>
      </table>
     </td>
    </tr>
    <tr>
     <td class="unnamed1"><font class="text">如果背景采用图片,为了能达到满意的效果需要将mask和chroma组合使用,这样能使字体感觉是透明的,让背景透出来。<br>
      <br>
      上面列出的效果前者的代码是:<br>
      <b>FILTER: mask(color=#E1E4EC)<br>
shadow(color=#B4BBCF,direction=135)<br>
chroma(color=#E1E4EC)</b><br>
      注意:字体的颜色由shadow决定,mask和chroma的颜色要相同,色彩任意。<br>
      <br>
      中间的代码是:<br>
      <b>FILTER: glow(strength=1)<br>
mask(color=#B4BBCF)<br>
chroma(color=#B4BBCF)</b><br>
      注意:mask和chroma的颜色相同,这个颜色决定了字体的颜色。<br>
      <br>
      后者的代码是:<br>
      <b>FILTER: mask(color=#E1E4EC)<br>
dropshadow(color=#B4BBCF,offx=-3,offy=-3,positive=1)<br>
chroma(color=#E1E4EC)</b><br>
      注意:mask和chroma的颜色相同,色彩由dropshadow决定。</font></td>
    </tr>
   </table>
  </td>
 </tr>
 <tr>
  <td bgcolor="#E1E4EC">
   <table width="100%" border="0" cellspacing="8" cellpadding="0">
    <tr>
     <td class="text">
      <table height=150 cellspacing=0 cellpadding=0 width=480 align=center background="http://www.e-flowing.com/1/bg_1.jpg" border=0>
       <tr>
        <td style="FILTER: glow(strength=4)mask(color=#E1E4EC)" height=109 align="center" valign="middle"><font face="Verdana" color="#8C96B5" size="6"><i><b>WELCOME
         TO<br>
         <A HREF="http://WWW.E-FLOWING.COM</b></i></font></td>" TARGET=_blank>WWW.E-FLOWING.COM</b></i></font></td></A>
       </tr>
      </table>
     </td>
    </tr>
    <tr>
     <td class="unnamed1"><font class="text">这个效果的代码:<br>
      <b>FILTER: glow(strength=4)mask(color=#E1E4EC)</b></font></td>
    </tr>
   </table>
  </td>
 </tr>
 </table>

..:: 巧用CSS制作艺术字 ::..
如果灵活应用CSS各种滤镜的特点并加以组合,我们可以得到许多意想不到的效果。这是一些效果示范,供各位参考。
E流设计

用blur滤镜做出的效果,代码如下:
FILTER: blur(direction=135,strength=8)
E流设计

用dropshadow滤镜做出的效果,代码如下:
FILTER: dropshadow(color=#B4BBCF,offx=6,offy=6,positive=1)
E流设计

用glow滤镜做出的效果,代码如下:
FILTER: glow(color=#B4BBCF,strength=5)
E流设计

这个效果用到了两种滤镜:shadow和alpha,代码如下:
FILTER: alpha(opacity=100,finishiopacity=0,style=1)
shadow(color=#8C96B5,direction=135)
7 v# s/ }1 z* ?
E流设计

这个效果也用到两个滤镜mask和shadow,代码如下:
FILTER: mask(color=#E1E4EC)
shadow(color=#8C96B5,direction=135)chroma(color=#E1E4EC)


注意:mask的颜色要和网页背景色一致,字体的颜色由shadow决定。
E流设计

如果说上面的效果是阴文的话,那么这个效果的应该算是阳文了,用两个滤镜实现mask和dropshadow,注意mask的颜色要和网页背景色一致,或者把mask和chroma成对使用,也可达到同样效果。代码如下:
FILTER: mask(color=#E1E4EC)
dropshadow(color=#B4BBCF,offx=-3,offy=-3,positive=1)
chroma(color=#E1E4EC)"
( Z* [! s2 A1 b
E流设计

用glow滤镜可以做空心字,方法是将字体颜色设置为背景色,再将glow滤镜的strenght的值设置为1或2即可。这个效果的代码如下:
FILTER: glow(color=#8C96B5,strength=2)
shadow(color=#B4BBCF,direction=135)
7 {& M. F3 J9 d. y
E流设计


E流设计


E流设计
如果背景采用图片,为了能达到满意的效果需要将mask和chroma组合使用,这样能使字体感觉是透明的,让背景透出来。

上面列出的效果前者的代码是:
FILTER: mask(color=#E1E4EC)
shadow(color=#B4BBCF,direction=135)
chroma(color=#E1E4EC)

注意:字体的颜色由shadow决定,mask和chroma的颜色要相同,色彩任意。

中间的代码是:
FILTER: glow(strength=1)
mask(color=#B4BBCF)
chroma(color=#B4BBCF)

注意:mask和chroma的颜色相同,这个颜色决定了字体的颜色。

后者的代码是:
FILTER: mask(color=#E1E4EC)
dropshadow(color=#B4BBCF,offx=-3,offy=-3,positive=1)
chroma(color=#E1E4EC)

注意:mask和chroma的颜色相同,色彩由dropshadow决定。
WELCOME TO
WWW.E-FLOWING.COM
这个效果的代码:
FILTER: glow(strength=4)mask(color=#E1E4EC)
遨海湾-心灵的港湾 www.aosea.com
您需要登录后才可以回帖 登录 | 入住遨海湾

本版积分规则

网站解决方案专享优惠-3折上云

QQ|手机版|小黑屋|遨海湾超级社区

GMT+8, 2024-11-22 00:07

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表