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

編集の要約なし
編集の要約なし
 
(8人の利用者による、間の10版が非表示)
56行目: 56行目:
以下3つのプラグインで対応する。
以下3つのプラグインで対応する。


1. ConvertToUTF8
#ConvertToUTF8
2. Encoding Helper
#Encoding Helper
3. Codecs33
#Codecs33


どれも、 <code>japanize</code> と同様にインストールできる。
どれも、 <code>japanize</code> と同様にインストールできる。
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{ font-weight: bold;}
h1 { font-size:2.0em; border-bottom: 1px solid #ccc; }
h2 { font-size:1.6em; border-bottom: 1px solid #ddd; padding-bottom: 1px; }
h3 { font-size:1.4em; font-weight: bolder; }
h4 { font-size:1.2em; }
h5 { font-size:1.0em; }
h6 { font-size:0.8em; }
</pre>
</pre>