「SublimeText3の初期設定」の版間の差分

編集の要約なし
101行目: 101行目:
==== 参考 ====
==== 参考 ====
<pre>
<pre>
/* Body */
html { font-family:sans-serif; font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body{
body{
   color:#4d4d4c;
   color:#4d4d4c;
   font: 12px/24px "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
   font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
  *font-family: "MS Pゴシック", "Lucida Sans Unicode", sans-serif;
   font-size:12px;
   font-size:12px;
   line-height:1.5em;
   line-height:1.5em;
114行目: 116行目:
   outline: 1300px solid #f8f8f8;
   outline: 1300px solid #f8f8f8;
}
}
/* Headers */
h1,h2,h3,h4,h5,h6 {
  font-weight:normal;
  color:#333;
  line-height: 1.7;
  position: relative;
}
h1,h2{ border-bottom: 1px solid #ddd; font-weight: bold;}
h4,h5,h6{ font-weight: bold; }
h1 { font-size:2.0em; }
h2 { font-size:1.8em; border-bottom:1px solid #eee; padding-bottom: 5px; }
h3 { font-size:1.5em; }
h4 { font-size:1.2em; }
h5 { font-size:1.0em; }
h6 { font-size:0.9em; }
</pre>
</pre>