css.css

来自「本源代码为终点小说连载系统 v1.15 Build 0430 SQL清风修改版,」· CSS 代码 · 共 68 行

CSS
68
字号
body,td,th {
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body {
	background-color:#EFF1EF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	SCROLLBAR-FACE-COLOR: #f6f6f6;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #cccccc; 
	SCROLLBAR-3DLIGHT-COLOR: #cccccc; 
	SCROLLBAR-ARROW-COLOR: #330000; 
	SCROLLBAR-TRACK-COLOR: #f6f6f6; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
	TEXT-DECORATION: none
}
a {
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	border: none;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.inde {
	border: 1 solid #808080;
}
.form {
	border: 1 solid #808080;
	font-size: 12.5px;
	font-family:"宋体", "Arial", "MS Sans Serif";
	background-color: #FFFFFF;
	filter: Shadow(Color=#000000, Direction=1);
}
textarea {
	border: 1 solid #808080;
	font-size: 12.5px;
	font-family:"宋体", "Arial", "MS Sans Serif";
	background-color: #FFFFFF;
	filter: Shadow(Color=#000000, Direction=1);
}

input.button,button{font-family:"宋体", "Arial", "MS Sans Serif";border: 1 solid #808080;

color:#112255;height:21px;border-width:1;background: url(images/btnback.gif);BORDER-LEFT-COLOR: #eeeef8;BORDER-TOP-COLOR: #eeeef8;
}
.bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

⌨️ 快捷键说明

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