style.css

来自「单服务台排队系统仿真程序.该程序采用的是事件调度法」· CSS 代码 · 共 77 行

CSS
77
字号
body {
	background-color: buttonface;
	font-size: 14px;
	font-family: verdana, arial, sans-serif;
	color: #333;
	line-height: 20px;
	margin: 0;
	padding: 0
	}

#header {
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
	height: 40px;
	margin: 0;
	margin-bottom: 15px;
	}

#setting, #about, #statics, #help {
	visibility: hidden;
	position: absolute;
	
	background-color: buttonface;
	border: 1px solid #333;
	}

#setting { width: 350px; height: 100px; }
#about { width: 350px; height: 193px; }
#statics { width: 350px; height: 233px; }
#help { width: 350px; height: 333px; }

#settingTitle, #aboutTitle, #staticsTitle, #helpTitle {
	border-bottom: 1px solid #A7A6AA;
	background-color: activecaption;
	color: captiontext;
	font-weight: bold;
	width: 100%;
	height: 20px;
	}

#settingMain, #aboutMain, #staticsMain { margin-left: 1px }

#controlpane { text-align: center }

#result { width: 100%; }

#footer {
	padding: 10px;
	text-align: right;
	height: 30px;
	}

textarea {
	overflow: scroll;
	word-wrap: normal;
	}

br { display: block }

.button {
	margin-top: 1px;
	margin-bottom: 1px;
	}

a, a:link, a:visited	{ color: #333; text-decoration: none; }
a:active, a:hover		{ color: #444; text-decoration: underline; }

.param { 
	font-size: 12px;
	text-decoration: underline
	}
.note {
	font-size: 12px;
	padding-left:20px
	}

⌨️ 快捷键说明

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