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

📄 styles.css

📁 Hmily s Guestbooks v1.0 演示:http://chichi.6to23.com/gb 功能简介: 1、用户在线留言功能。 2、管理员后台回复、删除功能。 3、QQ邮件及普通邮件回
💻 CSS
字号:
/* General Styles*/
body {
	font-size: 9pt;
	font-family: "Tahoma", "Verdana", "宋体";
	background-color: #F6F6F6;
}
table {
	font-family: "Tahoma", "Verdana", "宋体";
	color: #000000;
	font-size: 9pt;
}
a:link,a:visited {
	text-decoration: none;
	color: #000066;
        font-size: 9pt;
	font-family: "Tahoma", "Verdana", "宋体";
}
a:hover {
	color:#ff0000;
        font-size: 9pt;
	font-family: "Tahoma", "Verdana", "宋体";
}
hr {height: 1px; border: 1px solid #CCCCCC;}

/* Form Control Styles*/
input {  
	border-top-width: 1px;
	padding-right: 1px; 
	padding-left: 1px;
	border-left-width: 1px; 
	border-bottom-width: 1px; 
	border-right-width: 1px;
	padding-bottom: 1px; 
	padding-top: 1px; 
	border-left-color: #C0C0C0; 
	border-bottom-color: #C0C0C0;
	border-top-color: #C0C0C0; 
	border-right-color: #C0C0C0;
	font-family: Tahoma, Verdana, "宋体"; 
	font-size: 11px; 
	height: 19px;
	color: #000000; 
	background-color: #FFFFFF; }
textarea { 
	border-width: 1; 
	border-color: #c0c0c0; 
	background-color: #F6F6F6;
	font-family: "Tahoma", "Verdana", "宋体"; 
	font-size: 11px; 
	color: #000000; }
select { 
	font-family: Tahoma, Verdana, "宋体"; 
	font-size: 11px;  
	color: #000000; 
	background-color: #FFFFFF;
}

/* Main Text Styles*/
h3 { font-size: 18px; font-weight: bold;}
.comment-text{
	font-size: 11px;
	color: gray;
}
.highlight {text-decoration: underline;	color: red;}
.page-header { background-color: #;
	padding: 0px;
	border: 0px none;




}
.page-header a:link { color: white; font-size: 24px; font-weight: bold; text-decoration: none}
.page-header a:visited { color: white; font-size: 24px; font-weight: bold; text-decoration: none}
.page-header a:hover { color: #0000FF; font-size: 24px; font-weight: bold; text-decoration: underline}
.page-subheader {font-family: "Courier New"; font-size: 12px; font-weight: bold;
				color: #CCCCCC;}

/* Main Content Box Styles*/
.sidebar { vertical-align: top;	height: 400px; width: 180px; white-space: nowrap;}
.mainbox { vertical-align: top;}
.multipage { color: #999999 }
.multipage-current {color: #999999; font-weight: bold; text-decoration: underline}
.panel{}
.panel-title{
	color: #666666;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.panel-content{}
.calendar {  font-family: Tahoma, Verdana, "宋体"; font-size: 11px; Color: #666666; background: #FFFFFF;}
.calendar-day { color: #666666; text-align: center;}
.calendar-weekdays { color: #999999; font-weight:bold;  text-align: center;}
.calendar-today { color: #666666; border: dashed 1px #CCCCCC; background-color: #F6F6F6; text-align: center;}
.calendar-thisday { color: #666666; border: solid 1px #CCCCCC; text-align: center;}
.calendar a:link { text-decoration: none; color: #000066; }
.calendar a:visited { text-decoration: none; color: #000066; }
.calendar a:hover { text-decoration: underline; color: #0000FF; }
.textbox{ background-color: white; border: 1px dashed #CCCCCC; 
	table-layout: fixed;
	word-wrap: break-word; }
.textbox-title{	font-size: 12px; padding-left: 10px}
.textbox-content{
	padding-left: 8px;
	background-color: white;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E0E0E0;


}
.textbox-bottom {
	font-size: 11px;
	Color: #999999;
	background-color: #FFFFFF;


}
.messagebox{ border: solid 1px #CCCCCC; text-align: center; background: #FFFFFF;}
.messagebox-title{	background-color: #EFEFEF}
.messagebox-content{ height: 100px;}
.formbox{ border: solid 1px #CCCCCC; background: #FFFFFF;}
.formbox-title{ text-align: center;	background-color: #EFEFEF;}
.formbox-content{}
.formbox-rowheader { text-align: right; font-weight: bold;}
.commentbox{ background-color: white; border: 1px dashed #CCCCCC; 
	table-layout: fixed;
	word-wrap: break-word; }
.member-list{ background-color: #F6F6F6}

/* UBB Code Custom Styles*/
.ubb_code {
	font-family: "Courier New","宋体";
	background-color: #EFEFEF;
	color: #000000;
	margin: 10px;
	padding: 15px;
}
.ubb_quote {
	background-color: #FFFFFF;
	color: #666666;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.ubb_quote_title {
	font-weight: bold;
	color: #666666;
	border-bottom: 1px dashed #CCCCCC;
}
.ubb_showobj {
	background-color: #FFFFFF;
	color: #666666;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px dashed #CCCCCC;
}
.guidebox {
	text-align: center;
	background: #FFFFFF;
	border-top: 2px solid #e7e7e7;
	border-right: 2px solid #e7e7e7;
	border-bottom: 0px none;
	border-left: 2px solid #e7e7e7;

}
.panel-title-2 {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FFCC00;

}
.textbox-title-02 {
	font-size: 11px;
	padding-left: 8px;
	background-color: #FFFFFF;

}
.input-02 {
	text-decoration: underline;
	height: 69px;

}
.wordbreak {
	table-layout: fixed;
	word-wrap: break-word;
}
.textbox-title-03 {
	font-size: 12px;
	background-image: url(images/default_log_title_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	background-position: center;
	padding-left: 12px;
	padding-top: 7px;













}
.commentbox-title {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;

}
.textbox-bottom-02 {
	font-size: 11px;
	Color: #999999;
	background-color: #FFFFFF;
	padding: 6px;


}
.textbox-content-02 {
	background-color: white;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E0E0E0;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
	padding: 8px 6px 8px 10px;
	margin-left: 0px;







}
.hyperlink {
	width: 120px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-left: 6px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;

}
.textbox-2 {
background-color: white; border: 1px dashed #CCCCCC
}

⌨️ 快捷键说明

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