main.css

来自「一个制作计划书的小程序」· CSS 代码 · 共 39 行

CSS
39
字号
<style type="text/css">
A:link {
TEXT-DECORATION: none}
A:visited {
TEXT-DECORATION: none}
A:hover {
text-decoration: underline}
A:active {
TEXT-DECORATION: none}

.black10 {  font-size: 9pt; color: #000000; line-height: normal; text-decoration: none}
.white10 {  font-size: 10pt; color: #FFFFFF; line-height: 15pt}
.wordblack9 {  font-size: 9pt; color: #000000; line-height: 12pt}
.wordblack10 {  font-size: 10pt; color: #000000}
.wordwhite9 {  font-size: 9pt; color: #FFFFFF}
.wordblack14 { font-size: 14px; color: #000000; text-decoration: none}
.wordblack14b { font-size: 14px; color: #000000; text-decoration: none; font-weight: bolder}
.word14 { font-size: 14px; color: #000000; text-decoration: none} 
.black10bold { font-size: 10pt; line-height: 16px}
.title {  font-size: 14px; font-weight: bolder; color: #000033; text-decoration: none}
.linkred {  font-size: 10pt; color: #CC0000; text-decoration: none}
.linkred {  font-size: 10pt; color: #CC0000; text-decoration: none}
.black10tall {  font-size: 10pt; line-height: 22px; color: #000000; text-decoration: none}
.table01 td{width:67.8px;height:16px;background-color:#336699;color:#FFFFFF;padding-top:2px;letter-spacing:3px;}
.table01 td a{width:67.8px;height:16px;background-color:#336699;color:#FFFFFF;padding-top:2px;letter-spacing:3px;}
.table01 td a:hover{background-color:#FFFFFF;color:#000000;}
</style>



.black11 {  font-size: 11pt; color: #000000; text-decoration: none}
.blue14 {  font-size: 14px; color: #003399; text-decoration: none}
.black01kai {  font-family: "楷体_GB2312"; font-size: 14px; text-decoration: none; color: #000000; font-weight: bold}
.title18 {
	font-family: "楷体_GB2312";
	font-size: 18pt;
	font-weight: bold;
}

⌨️ 快捷键说明

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