artery_music2.css

来自「不错的个人网站」· CSS 代码 · 共 18 行

CSS
18
字号
a,a:link  { color: #7D7D7D; text-decoration: none; }
a:visited { color: #7D7D7D; text-decoration: none; }
a:active  { color: #7D7D7D; text-decoration: none; }
a:hover   { color: #1D4C9A; text-decoration: none; }

body      { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
            
            background-repeat: repeat;
            background-attachment: fixed;
            background-position: center top;
            cursor: crosshair; }

body      { font-family: 'Tahoma','Verdana','Arial'; font-size: 9pt; color: silver; }

td        { font-family: 'Tahoma','Verdana','Arial'; font-size: 9pt; color: #1D4C9A; }


//

⌨️ 快捷键说明

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