commonstyles.css

来自「一个聊天室demo~~用的是最近出来的Jaxer1.2服务器(号称是第一个完全的」· CSS 代码 · 共 74 行

CSS
74
字号
.rooms-container
{
}
.rooms-title
{
	font-size: 14pt;
}
.room-container
{
	padding: 5px;
}
.room-link
{
	text-decoration: underline;
}
.room-id
{
	font-weight: bold;
	color: blue;
}
.room-started
{
	color: teal;
}
.room-last
{
	color: brown;
}

.room-title
{
	font-weight: 900;
	padding: 5px;
}
.disabled-messages
{
	background-color: silver;
}
.enabled-messages
{
	background-color: #f6f6f6;
	overflow: auto;
}
.message-timestamp
{
	color: teal;
	font-style: italic;
}
.message-sender
{
	color: blue;
	font-weight: bold;
	font-style: italic;
}
.message-contents
{
	color: black;
}
.loginPanel
{
	border-bottom:  3px solid #B5B5DF;
	padding:5px;
}
.roomPanel
{
	padding:5px;
	background-color:#F0F0FF;
}
#messages {
	border-bottom: 3px solid #B5B5DF;
	height: 400px; 
	width: 100%;
}

⌨️ 快捷键说明

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