/*
Theme Name:ystandard
Theme URI: http://ystandard.net
Author: yosiakatsuki
Author URI: http://yosiakatsuki.net
Description:サイト高速化、Google PageSpeed Insightsでの高得点獲得に重点を置きながら、比較的カスタマイズしやすい形を目指したテーマ
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
  子テーマ作るときにぶつかって面倒だから何も入れていませんが、CSS自体は読み込まれます。
  サイト独自のスタイルの記述（カスタマイズ）にご利用ください。（オリジナルのスタイルを上書きできます）

  テーマで使用しているオリジナルのスタイルシートは./css/ディレクトリにあります。
    ./css/ys-firstview.css : インライン読み込みさせるスタイル（ファーストビューに関わる部分）
    ./css/ys-style.css  : ファーストビュー以外のスタイル
*/
.entry-title {
font-weight:bold;
}
h2 {
font-weight:bold;
}
.entry-content h1 {
font-weight:bold;
}
.entry-content h2 {
border-bottom:1px solid #ccc;
margin: 0 0 1.0em;
}
.entry-content h3 {
margin:0 0 0.8em;
}

pre code {
font-size:0.9em;
}

a.sample_link {
display:inline-block;background-color:#1b7ccf;color:#fff;padding:0.6em 0.8em;
box-shadow:inset 0 -3em 3em rgba(0,0,0,0.1),0 0  0 2px rgb(255,255,255), 0.3em 0.3em 1em rgba(0,0,0,0.3);
}

.entry-content img {
border:1px solid #999;
}
#content {color:#000;}
