style.css

来自「BBS论坛的开发和设计」· CSS 代码 · 共 56 行

CSS
56
字号
body {
	font-size: 9pt;
	SCROLLBAR-HIGHLIGHT-COLOR: buttonface;
	SCROLLBAR-SHADOW-COLOR: buttonface;
	SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
	SCROLLBAR-TRACK-COLOR: #eeeeee;
	SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;
	background-color: #F9F3EE;}
a:link {
	font-size: 9pt;
	color: #000000;
	text-decoration: none;}
a:visited {
	font-size: 9pt;
	color: #000000;
	text-decoration: none;}
a:hover {
	font-size: 9pt;
	color: #FF0000;
	text-decoration: underline;}
td {font-size: 9pt;}
INPUT {
	BORDER-TOP-WIDTH: 1px; 
	PADDING-RIGHT: 1px; 
	PADDING-LEFT: 1px;
	BORDER-LEFT-WIDTH: 1px; 
	FONT-SIZE: 9pt; 
	BORDER-LEFT-COLOR: #cccccc; 
	BORDER-BOTTOM-WIDTH: 1px;
	BORDER-BOTTOM-COLOR: #cccccc; 
	PADDING-BOTTOM: 1px; 
	BORDER-TOP-COLOR: #cccccc; 
	PADDING-TOP: 1px; 
	HEIGHT: 18px; 
	BORDER-RIGHT-WIDTH: 1px;
	BORDER-RIGHT-COLOR: #cccccc}
.table {width: 95%;
	background-color: #663333;}
.table-title {background-color: #CC9966;}
.table-light {background-color: #E2C7AB;}
.table-dark {background-color: #EBDAC7;}
.table-noColor {width: 95%;}
.Menu-table {
	width: 95%;
	border: 1px solid #552546;
	text-align: left;
	height: 26px;
	background-color: #CC9966;
	letter-spacing: 1px;
	text-indent: 5pt;
}
.path-table {width: 95%;
	background-color: #E2C7AB;
         border: 1px solid #000000;
	height: 26px;
	text-indent: 3pt;}

⌨️ 快捷键说明

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