mycss.css

来自「一个很好的班级同学录」· CSS 代码 · 共 14 行

CSS
14
字号
a.font9link:link {  color: #0066FF; font-size: 9pt; text-decoration: none}
a.font9link:hover { color: #0066FF ; text-decoration: underline; font-size: 9pt}
a.font9link:visited { color: #003399; font-size: 9pt; text-decoration: none}
a.font9link:active { color: #0066FF ; font-size: 9pt; text-decoration: none}
.font9 {  font-size: 9pt; color: #FFFFFF; text-decoration: none; line-height: 22px}
.font9Black { font-size: 9pt; color: #000066; text-decoration: none; line-height: 22px }
.font7Black { font-size: 7pt; color: #000066; text-decoration: none; line-height: 22px }
.font12Black { font-size: 12pt; color: #000066; text-decoration: none; line-height: 28px}

a.Bfont9link:link {  color: #000066; font-size: 9pt; text-decoration: none}
a.Bfont9link:hover { color: #003366; text-decoration: underline; font-size: 9pt}
a.Bfont9link:visited { color: #000000; font-size: 9pt; text-decoration: none}
a.Bfont9link:active { color: #0066FF ; font-size: 9pt; text-decoration: none}

⌨️ 快捷键说明

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