- 積分
- 873
- 威望
- 873
- 金錢
- 199
- 最後登錄
- 2024-3-30
|
回復 1# zhuyilongfans
放其他頭部信息- <!--文字变大变色-->
- <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>
複製代碼 |
-
2
評分人數
-
|