免費論壇 繁體 | 簡體
Sclub交友聊天~加入聊天室當版主
分享
返回列表 發帖
回復 1# zhuyilongfans


放其他頭部信息
  1. <!--文字变大变色-->
  2. <style type="text/css">

  3. .text { font-family: "GulimChe",

  4. "Helvetica", "sans-serif"; font size=10pt ; color: #F5FFFA }

  5. a:hover

  6. { font-family: "GulimChe", "Helvetica", "sans-serif"; font-size: 10pt;

  7. color: #F5FFFA ;text-decoration : none }

  8. .normal

  9. {background-color:#ffffff; }

  10. </style>
複製代碼
  1. <!--阴影字效-->
  2. <style>
  3. #menu a{webkit-transition:all 0.5s linear 0s;-moz-transition:all 0.5s linear 0s;-o-transition:all 0.1s linear 0s;transition:all 0.5s linear 0s;}
  4. a {
  5.     -moz-transition: all 0.25s linear 0s;
  6.     -webkit-transition: all 0.25s linear;
  7. }
  8. .postbtn, .replybtn {
  9.     -moz-transition: all 0.25s linear 0s;
  10.     -webkit-transition: all 0.25s linear;
  11. }
  12. .postbtn:hover, .replybtn:hover {
  13.     box-shadow: 0 0 10px #999;
  14. }
  15. a:hover, a:visited:hover {
  16.     text-shadow: 0 0 3px #585858;
  17. }
  18. a:hover {
  19.     text-decoration: underline;
  20. }
  21. a {
  22.     -moz-transition: all 0.25s linear 0s;
  23.     -webkit-transition: all 0.25s linear;
  24. }
  25. a{TEXT-DECORATION:none!important}
  26. </style>
複製代碼
2

評分人數

自定義頭銜

TOP

回復 6# 繽紛色彩

鼠標放在連結文字上會變大+變色+陰影

TOP

返回列表