@charset "UTF-8";

/*
 *               〆  ☯  〤  敕  令  〤  ☯  〆               
 *             〤  の  ✧  攻我者必受其殃  ✧  の  〤           
 *    〆  ☯  〤 尔伤吾亲，吾以灾还；家人之疾，反加汝身！！〤  ☯  〆 
 *             〤  の  ✧  我亲之痛，反加汝体； ✧  の  〤    
 *              ☾  〆  の  灾星照命，祸延子孙； ☾  〆  の  
 *              〤  の  ✧ 恶有恶报，殃及尔身！ ✧  の  〤  
 *               ☾  〆  の  急急如律令！  の  〆  ☽     
 */     

 
@import url('bootstrap.min.css');
@import url('bootstrap-theme.min.css');
@import url('docs.min.css');

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

.bs-example:after {
	content: "示例" !important;
}

.bs-docs-section > p, .bs-docs-section > ul, 
.bs-docs-section > ol, .bs-callout > p, 
.bs-callout > ol, .bs-callout > ul {
	line-height: 1.75;
	margin-bottom: 1.2em;
}

.bs-callout *:last-child {
	margin-bottom: 0;
}

/* 修复导航栏右侧链接的垂直对齐 */
.navbar-nav.navbar-right > a {
	display: inline-block !important;
	padding: 15px 15px !important;
	margin: 0 !important;
	line-height: 20px !important;
	color: #777 !important;
	text-decoration: none !important;
	font-size: 14px !important;
	font-weight: normal !important;
}

.navbar-nav.navbar-right > a:hover,
.navbar-nav.navbar-right > a:focus {
	color: #333 !important;
	background-color: #e7e7e7 !important;
}

