⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 chat.css

📁 asp.net +AJAX无刷新聊天室
💻 CSS
字号:
body{
	margin-top: 10px;
	font-size: 12px;
	font-family: Trebuchet MS, Helvetica;
	line-height:140%;
	text-align: center;
}
hr {
	height: 1px;
	width: 97%;
	border: 1px solid #4260BF;
}
A:link {COLOR: #4260BF; text-decoration: none}
A:visited {color: #4260BF; text-decoration: none}
A:active {COLOR: #4260BF; text-decoration: none}
A:hover {COLOR: #4260BF; TEXT-DECORATION: underline}
.s14{font-size: 16px;}
.fcolor{color: #4260BF;}
.info{color: #c0c0c0;}
h1{	font-size: 22px;color: #4260BF;}
h5{	font-size: 13px;color: #4260BF;}

input{border: 1px #4260BF solid;}
select{border: 1px #4260BF solid;}
input.button{font-weight: bold;	background-color: white;color: #4260BF;}
#Screen {
    position:absolute;
    z-index: 9998;
    top: 0px;
    left: 0px;
    background: #000000;
    filter: alpha(Opacity=50);
	display:none;
}
#Message {
    position: absolute;
    z-index: 9999;
	margin-left:340px;
	margin-top:180px; 
	width:300px;
	display:none;
    
}

⌨️ 快捷键说明

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