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

📄 topic.css

📁 LiteBlaster 是一款基于 .NET Framework 原创的 ASP.NET 论坛系统。后台程序库采用 C#/VB.NET 编写
💻 CSS
字号:
/* for topic */

/* topic status */
.topic_status_top{
	color:green;
}
.topic_status_striking{
	color:#FF00CC;
}
.topic_status_best{
	color:red;
}
.topic_status_closed{
	color:darkorange;
}
.topic_status_locked{
	color:darkorange;
}
.topic_status_hot{
	color:red;
}
.topic_status_new{
	color:blue;
}


/* posts */
.PostTable1{
	width:100%;
	text-align:left; font-weight:normal;
	border:#A3C7E2 1px solid;
	background-color:#eef6fb;
	color:#0066A7;
}
.PostTable2{
	width:100%;
	text-align:left; font-weight:normal;
	border:#8ED4AB 1px solid;
	background-color:#F4FBF7;
	color:#5A8E4A;
}
.PostTable3{
	width:100%;
	text-align:left; font-weight:normal;
	border:#FB8233 1px solid;
	background-color:#FFFFFF;
	color:#FB8639;
}

.PostTable1 a{
	color:#0066A7; text-decoration:underline;
}
.PostTable2 a{
	color:#5A8E4A; text-decoration:underline;
}
.PostTable3 a{
	color:#FB8639; text-decoration:underline;
}
.PostTable1 a:hover{
	color:#0066A7; text-decoration:none;
}
.PostTable2 a:hover{
	color:#5A8E4A; text-decoration:none;
}
.PostTable3 a:hover{
	color:#FB8639; text-decoration:none;
}

.PostHeader1{
	background:url(../Images/Post/bar1.gif) repeat-x;
	height:30px;
	font-weight:bold; font-size:14px; text-align:left;
	margin-left:10px; margin-right:10px;
}
.PostHeader2{
	background:url(../Images/Post/bar2.gif) repeat-x;
	height:30px;
	font-weight:bold; font-size:14px; text-align:left;
	margin-left:10px; margin-right:10px;
}
.PostHeader3{
	background:url(../Images/Post/bar3.gif) repeat-x;
	height:30px;
	font-weight:bold; font-size:14px; text-align:left;
	margin-left:10px; margin-right:10px;
}

.PostFloorNum1{
	color:#483D8B; font-weight:bold;
}
.PostFloorNum2{
	color:#32CD32; font-weight:bold;
}
.PostFloorNum3{
	color:#4169E1; font-weight:bold;
}

.PostSeperateLine1{
	border-top:#A3C7E2 1px solid;
	width:95%;
}
.PostSeperateLine2{
	border-top:#8ED4AB 1px solid;
	width:95%;
}
.PostSeperateLine3{
	border-top:#FB8233 1px solid;
	width:95%;
}

.PostUserInfo1{
	margin:10px;
	padding:10px;
	border:1px dotted #999FFF;
	background-color:#F5F5FF;
	font-weight:normal; color:black;
}
.PostUserInfo2{
	margin:10px;
	padding:10px;
	border:1px dotted #999FFF;
	background-color:#F5F5FF;
	font-weight:normal; color:black;
}
.PostUserInfo3{
	margin:10px;
	padding:10px;
	border:1px dotted #999FFF;
	background-color:#F5F5FF;
	font-weight:normal; color:black;
}

.PostBody1, .PostBody2, .PostBody3{
	margin:10px; padding:10px;
	border-left:1px solid #CCCCCC; border-top:1px solid #CCCCCC;
	border-right:1px solid #666666; border-bottom:1px solid #666666;
	background-color:white;
	font-weight:normal; color:black; text-align:left;
}

.PostBody1 a, .PostBody2 a, .PostBody3 a{
	color:#0099FF; font-weight:normal; text-decoration:underline;
}
.PostBody1 a:hover, .PostBody2 a:hover, .PostBody3 a:hover{
	color:#FF9966; font-weight:normal; text-decoration:none;
}
.PostBody1 ul, .PostBody2 ul, .PostBody3 ul{
	list-style-type:circle;
	text-indent:-2em;
}
.PostBody1 li, .PostBody2 li, .PostBody3 li{
	text-indent:0em;
}
.PostBody1 div, .PostBody2 div, .PostBody3 div{
	width:90%;
	padding-top:5px; padding-bottom:5px; padding-left:10px; padding-right:10px;
	text-align:left;
	clear:both;
}
.ubb_box{
	border:#A3C7E2 1px solid;
	background-color:#eef6fb;
}
.ubb_quote{
	border:#8ED4AB 1px solid;
	background-color:#F4FBF7;
}
.ubb_hide{
	border:#FB8233 1px solid;
	background-color:#FFCC99;
}

.PostBodyEdit1{
	margin:10px; padding:10px;
	border:#A3C7E2 1px solid;
	color:#0066A7;
	text-align:center;
}
.PostBodyEdit2{
	margin:10px; padding:10px;
	border:#8ED4AB 1px solid;
	color:#5A8E4A;
	text-align:center;
}
.PostBodyEdit3{
	margin:10px; padding:10px;
	border:#FB8233 1px solid;
	color:#FB8639;
	text-align:center;
}

.PostUserInfo_Invisible{
	font-weight:normal; font-style:italic; font-size:12px; color:gray;
}
.PostUserInfo_Name{
	font-weight:bold; font-size:14px; line-height:20px;
}
.PostUserInfo_Level{
	color:blue;
	line-height:20px;
}
.PostUserInfo_Title{
	color:#FF3300;
	line-height:20px;
}

.PostRemark{
	font-weight:normal; color:red; font-size:12px;
}
.PostOperations{
	font-weight:bold;
}

.UploadList{
	list-style-type:disc;
}

.FastEdit_Body{
	border:#999FFF 1px solid;
	width:90%;
}
.FastEdit_Reason{
	border:#999FFF 1px solid;
	width:50%;
}
.FastReply_Body{
	border:#999FFF 1px solid;
	width:90%;
}

.warning{
	color:red; font-style:italic; font-weight:bold;
}
.highlight{
	background-color:yellow;
	cursor:pointer;
}

#VoteExtraOptionInput{
	border:#999FFF 1px solid;
	width:150px;
}

⌨️ 快捷键说明

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