css.css

来自「Shang Blog 1.1.0 Final 版发布,这次对长久以来未更新的Sh」· CSS 代码 · 共 69 行

CSS
69
字号
.left {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: DBCAAE;

}
.body
{
	font-size: 12px;
	clip: rect(0px auto auto auto);
	background-color: DBCAAE;
}
.article {
	font-size: 12px;
    background-image: url(../images/title_bg.gif);
}

A:link
{
	color: black;
	text-decoration: none;
	font-size: 12px;
}
A:hover
{
	color: red;
	text-decoration: none;
	font-size: 12px;
}
A:active
{
	color:Black;
	text-decoration: none;
	font-size: 12px;
}

A:visited
{
	text-decoration: none;
	font-size: 12px;
	color: #000000;

}
.input
{
	border-right: #003333 1px solid;
	border-top: #003333 1px solid;
	margin: 0px;
	border-left: #003333 1px solid;
	border-bottom: #003333 1px solid;
	background-color: #99ccff;
}
content
{
	font-size: 12px;
	color: black;
}

title
{
	font-weight: bold;
	font-size: 12px;
	color: red;
}
.table {
	font-size: 12px;
}

⌨️ 快捷键说明

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