style.css
来自「这是一个用ASP加SQL做的新闻网站,里面有不少的新闻可以浏览,共享的.」· CSS 代码 · 共 11 行
CSS
11 行
A:link {text-decoration: none; font-size:9pt}
A:visited {text-decoration: none; font-size:9pt}
A:active {text-decoration: none; font-size:9pt}
A:hover {text-decoration:underline;color:red}
body,table {font-size: 9pt}
tr,td{font-size:9pt}
.input { background-color: #FFFFFF; vertical-align: baseline; border: 1px #000000 solid}
.input1 { background-color: #CCCCCC; vertical-align: baseline; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.shadowme { filter: DropShadow(Color=#333333, OffX=1, OffY=1, Positive=5)}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?