/*
Theme Name:Hueman Child
Template:hueman
*/

@import url("../hueman/style.css");

/* 广告底色样式 */
.entry ins { background: #FFF }

/* 文章字体样式 */
.entry p {font-weight: normal; font-size: 15px;}

/* 表格默认样式 */
.entry table { margin-bottom: 1.5em; width: 100%; text-align: center; }
.entry table tr.alt { background: none; }
.entry table td { border: 1px solid #E1E1E1; padding: 5px; vertical-align: middle; font-weight: normal; font-size: 15px; }
.entry table th { background: #F1F1F1; font-weight: bold; border: 1px solid #E1E1E1; padding: 5px 10px; vertical-align:middle; font-size: 15px; }

body{ font-weight: normal; }

/* 字体 */
* {font-family:
	-apple-system, 
	BlinkMacSystemFont,
	"Segoe UI",
	"Roboto",
	"Oxygen",
	"Ubuntu",
	"Cantarell",
	"Fira Sans",
	"Droid Sans",
	"Helvetica Neue",
	sans-serif
}

/* 主标题栏样式 */
table.style-box-a td{
	border-width: 0 4px 0 0;
	border-color: #fff;
	text-align: left;
	font-weight: bold;
	padding-right: 0px;
	color: #fff;
	background: #69a8bb;
}

table.style-box-a a{
	color: #fff;
}

/* 次标题栏样式 */
table.style-box-b td{
	border-width: 0 4px 0 0;
	border-color: #fff;
	text-align: left;
	font-weight: bold;
	padding-right: 0px;
	color: #fff;
	background: #bbb;
}

table.style-box-b a{
	color: #fff;
}

/* 小标题样式 */
.style-title{
	color: #69a8bb;
	font-weight: bold;
}

/* 汇总页表格样式 */
table.style-box-chara{
	width: auto;
}
table.style-box-chara th{
	width: 100px;
}

table.style-box-wep{
	width: auto;
}
table.style-box-wep th{
	width: 116px;
}

/* 侧边栏样式 */
.style-side{
	font-weight: normal;
	font-size: 15px;
	color: #5d5d5d;
	margin: 6px 0;
}

.style-side li{
	font-weight: normal;
	font-size: 15px;
	color: #444;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-bottom: 0;
	border-bottom: 0px;
}

.style-side a{
	color: #444;
}

.style-side a:hover{
	color: #68a0b4;
}

/* 剧情表格 */
.bmjh_storyi{width: 20%;}
table.bmjh_story{width:100%;}
table.bmjh_story td{border: 0px; text-align: left; vertical-align: top;}

/* 标签 */
table.bmjh_label{
	width:0px;
}
table.bmjh_label tr th{
	border-right:5px solid #FFF;
	border-bottom:5px solid #FFF;
	border-left:0px;
	border-top:0px;
}

/* 评论区显示登入 */
.logged-in-as,.comment-notes {display: inline; }

/* 缩略图样式 */
.post-thumbnail img {width:auto; }

/* 评论区显示背景图片 */
/* textarea#comment {
    background-repeat: no-repeat;
			background-position: right bottom;
    background-image: url("http://bmjhwiki.oss-cn-shanghai.aliyuncs.com/wp/2018/01/herupu_1072.png");
} */

.article-A{ font-weight: bold; }
.article-B{ font-weight: bold; color: #00796B; }
.article-C{ font-weight: bold; color: #303F9F; }
.article-D{ font-weight: bold; color: #795548; }
.article-E{ font-weight: bold; color: #388E3C; }
.article-F{ font-weight: bold; color: #870024; }
.article-title{ font-weight: bold; text-align: center; }

/* 剧情表格样式 */
table.style-story tr th{
	width: 80px;
	border: 0px;
	vertical-align: top;
	background: none;
}
table.style-story tr td{
	border: 0px;
	text-align: left;
	vertical-align: top;
}

/* 剧情表格样式2024 */
table.style-story2024 tr th{
	width: 80px;
	border: 0px;
	vertical-align: top;
	background: none;
}
table.style-story2024 tr td{
	border: 0px;
	text-align: left;
	vertical-align: top;
}
.style-story2024-name {
	font-weight: bold;
}

.style-story2024-emo {
	width: 50px;
   height: 50px;
}

.style-story2024-bg {
	width: 400px;
}

.style-story2024-ill {
	width: 100%;
	position: absolute;
}

.style-story2024-ills {
	position: relative;
   width: 400px;
   height: 260px;
}


th.style-story2024-memory,
td.style-story2024-memory{
	filter: brightness(0.9) sepia(0.6);
   background: #fff8f3 !important;
}


.style-link a:visited{ color: #2A7186 }
.style-link a:link{ font-weight: bold }

/* 搜索框样式 */
.themeform input[type=search]{
	background: #fff;
	border: 2px solid #ddd;
	color: #777;
	padding: 7px 8px 7px 8px;
	width: 100%;
}

.themeform input[type=search]:focus{
	border-color: #ccc;
	color: #444;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	outline: 0px;
}

/* 选择框禁用样式 */
.themeform select:disabled{
	opacity: 0.4;
}

/* 信息框样式 */
table.msgbox { width:100%; }
table.msgbox td { text-align: left; padding-left:10px; background: #F1F1F1; }

/* 历史技能样式 */
table.historical-skill { width:100%; }
table.historical-skill td { text-align: left; padding-left:10px; background: #F1F1F1; }

/* 角色检索技能样式 */
.datatable_skill_title { font-weight: bold; }
.datatable_skill_content { background: #F1F1F1; margin-top: 3px; margin-bottom: 3px; }

/* 武器检索图片样式 */
.datatable_picture_weapon { width: 100px; 	padding-top: 5px; padding-bottom: 5px;}
.datatable_picture_weapon_show { width: 130px; }
.datatable_weapon_show{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4; 
	overflow: hidden;
}
.datatable_picture_weapon_show_after { display: none; }

/* 饰品检索样式 */
.table-acs-activity { font-weight: bold; color: #69a8bb; display: none; }
.table-acs-name-jp { font-weight: bold; display: inline; margin-right: 20px; }
.table-acs-name-cn { font-weight: bold; display: inline; display: none; }
.table-acs-character-jp { font-weight: bold; display: inline; display: none; margin-right: 20px; }
.table-acs-character-cn { font-weight: bold; display: inline; display: none; }
.table-acs-skill-content img { margin-bottom: 5px; margin-right: 5px; }

.my-table-checkbox :checked + label { width: 17px; height:17px; border-radius:2px; border: 1px solid #d7d7d7; }




/* 表情检索样式 */
.table-stamp-character { font-weight: bold;  }
.table-stamp-content-cn {  }
.table-stamp-content-jp {  }

.datatable_picture_weapon_show_after { display: none; }