new.css

来自「一个有用的东西 希望大家喜欢 谢谢大家对本站的支持」· CSS 代码 · 共 25 行

CSS
25
字号
<style>
<!--
A:link {COLOR: 3f6b02; FONT-SIZE: 9pt; TEXT-DECORATION:underline} 
A:visited {COLOR: #3f6b02; FONT-SIZE: 9pt; TEXT-DECORATION: underline} 
A:active {COLOR: #3f6b02; FONT-SIZE: 9pt; TEXT-DECORATION: underline} 
A:hover {COLOR: #ff0000; TEXT-DECORATION: underline} 
TD {FONT-SIZE: 9pt} 
body {FONT-SIZE: 9pt}
.b	         { font-size: 10pt}
.c	         { font-size: 11pt}
.button1 { height: 21px; background-color: #cfcfcf; font-size: 9pt; color: #000000; border: 1px solid; border-color: #ffffff #555555 #555555 #ffffff}
b:link       { color: 000000; text-decoration: underline }
b:visited    { color: 000000; text-decoration: underline }
b:active     { color: red; text-decoration: underline }
b:hover      { color: red; text-decoration: underline }
b:link       { color: 000000; text-decoration: underline }
a:visited    { color: 000000; text-decoration: underline }
a:active     { color: red; text-decoration: underline }
a:hover      { color: red; text-decoration: underline }
.x:link      { color: ffffff; text-decoration: none }
.x:visited   { color: ffffff; text-decoration: none }
.x:active    { color: ffffff; text-decoration: none }
.x:hover     { color: red;text-decoration:underline}
-->
</style>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?