- 積分
- 582
- 威望
- 582
- 金錢
- 1162
- 最後登錄
- 2014-8-11
|
回復 2# 21648069
介个啊~好像最近很流行呢~
是代码弄的效果哦~
放在其他头部信息里就好~
第一个代码的颜色是可以改的~- <!--文字变大变色-->
- <style type="text/css">
- .text { font-family: "GulimChe",
- "Helvetica", "sans-serif"; font size=10pt ; color: #F5FFFA }
- a:hover
- { font-family: "GulimChe", "Helvetica", "sans-serif"; font-size: 10pt;
- color: #F5FFFA ;text-decoration : none }
- .normal
- {background-color:#ffffff; }
- </style>
複製代碼- <!--阴影字效-->
- <style>
- #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;}
- a {
- -moz-transition: all 0.25s linear 0s;
- -webkit-transition: all 0.25s linear;
- }
- .postbtn, .replybtn {
- -moz-transition: all 0.25s linear 0s;
- -webkit-transition: all 0.25s linear;
- }
- .postbtn:hover, .replybtn:hover {
- box-shadow: 0 0 10px #999;
- }
- a:hover, a:visited:hover {
- text-shadow: 0 0 3px #585858;
- }
- a:hover {
- text-decoration: underline;
- }
- a {
- -moz-transition: all 0.25s linear 0s;
- -webkit-transition: all 0.25s linear;
- }
- a{TEXT-DECORATION:none!important}
- </style>
複製代碼 |
|