/*
 Theme Name:   Twenty Twelve
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentytwelve
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

/*callout-boxes.css*/
.callout {
  padding: 1em 3em 1em 3.7em;
  margin-bottom: 1.5em;
  overflow: auto;
  position: relative;
  border-width: 0 0 0 5px;
  border-style: solid;
  min-width: 170px;
}
.callout p {
  margin-bottom: 0.6em !important;
  margin-top: 0.5em !important;
}
.callout p ~ p {
  margin-top: 1em;
}
.callout:before {
  content: "";
  font-family: "dashicons";
  position: absolute;
  font-size: 2em;
  top: 0.5em;
  left: 0.5em;
}
.callout .screen-reader-text + br {
  display: none;
}

.callout-info     { background: #e5f5fa; border-color: #00a0d2; }
.callout-tip      { background: #eff7ed; border-color: #64b450; }
.callout-alert    { background: #fff8e5; border-color: #ffb900; }
.callout-tutorial { background: #f2f0f7; border-color: #826eb4; }
.callout-warning  { background: #fbeaea; border-color: #dc3232; }

.callout-info:before     { content: "\f348"; color: #00a0d2; }
.callout-tip:before      { content: "\f339"; color: #64b450; }
.callout-alert:before    { content: "\f227"; color: #ffb900; }
.callout-tutorial:before { content: "\f308"; color: #826eb4; }
.callout-warning:before  { content: "\f153"; color: #dc3232; }

/*
 * callout callout-info
 * */
/*end callout-boxes.css*/

/*syntaxhighlighter的iim着色*/
.syntaxhighlighter .keywords-iim{color: #0000FF !important;font-weight: bold !important;}
.syntaxhighlighter .keyword-iim{color: #800000 !important;font-weight: normal !important;}
.syntaxhighlighter .value-iim{color: #8000FF !important;font-style:italic !important;}
.syntaxhighlighter .col-iim{color: #8000FF !important;}
.syntaxhighlighter .comments-iim{color: #008200 !important;}

#content .supportlist em{vertical-align:text-bottom; margin-right:2px; font-weight:bold;}
#content .supportlist img{margin: 0 2px;}

#content .is-style-default{
	border-left:4px solid #000;
	font:14px/1.42857 "Microsoft YaHei","微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif;
	background: rgb(246, 246, 246) none repeat scroll 0% 0%;
}
#content h2{
	border-bottom: 1px solid rgb(221, 221, 221);
	padding-bottom: 5px;
	margin-bottom: 15px;
}
