<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>おじさんの備忘録-番外編- &#187; Customize</title>
	<atom:link href="http://www.dxcode.com/archives/category/wordpress/customize/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dxcode.com</link>
	<description>個人的なメモ書き</description>
	<lastBuildDate>Fri, 13 Jan 2012 23:57:25 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>wp.vicune 画像の回り込み処理</title>
		<link>http://www.dxcode.com/archives/2011/03161346.html</link>
		<comments>http://www.dxcode.com/archives/2011/03161346.html#comments</comments>
		<pubDate>Wed, 16 Mar 2011 13:05:49 +0000</pubDate>
		<dc:creator>kecha</dc:creator>
				<category><![CDATA[Customize]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[カスタマイズ]]></category>
		<category><![CDATA[テーマ]]></category>

		<guid isPermaLink="false">http://www.dxcode.com/?p=1346</guid>
		<description><![CDATA[WordPressを3.1にアップした際に画像のアップロードに使用していたプラグインFlexible Uploadを停止したため、標準のアップロード機能で添付した画像の回り込み処理が機能していなかった。 その都度&#60; [...]]]></description>
			<content:encoded><![CDATA[<p>WordPressを3.1にアップした際に画像のアップロードに使用していたプラグインFlexible Uploadを停止したため、標準のアップロード機能で添付した画像の回り込み処理が機能していなかった。</p>
<p>その都度&lt;br style=&#8221;clear:both;&#8221; /&gt;を入れていたが、下記コードをcssに追加する事で問題解決。<br />
使用しているテーマはwpVicuna Ext.1.58なので1-subSkin.cssに追加。</p>
<pre>/*--------------------------------------
画像回り込み処理
---------------------------------------*/
.aligncenter {
display: block;
clear: both;
margin: 1em auto 1.5em;
}
.alignleft {
float: left;
clear: both;
margin: 1em 1.5em 1.5em 1em;
}
.alignright {
float: right;
clear: both;
margin: 1em 1em 1.5em 1.5em;
}
h2, hr {
clear: both;
}</pre>
<p>参考サイト »» <a title="[ WordPress ] 画像の回り込み用 CSS を書いてみた | Bowz::Notebook" href="http://bowz.info/2015">[ WordPress ] 画像の回り込み用 CSS を書いてみた</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dxcode.com/archives/2011/03161346.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress3.1 で wpVicuna 2.0.3 拡張版</title>
		<link>http://www.dxcode.com/archives/2011/03081326.html</link>
		<comments>http://www.dxcode.com/archives/2011/03081326.html#comments</comments>
		<pubDate>Mon, 07 Mar 2011 15:14:50 +0000</pubDate>
		<dc:creator>kecha</dc:creator>
				<category><![CDATA[Customize]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[テーマ]]></category>

		<guid isPermaLink="false">http://www.dxcode.com/?p=1326</guid>
		<description><![CDATA[Nothing Vicuna theme skin. というエラーがでて使用できない。 WordPress3.0.xでは使用可能だったので3.1になり何かが変わってしまったのでしょうね。 気に入っているテーマだけに対応さ [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1330" title="wpvicuna203" src="http://www.dxcode.com/wp-content/uploads/2011/03/wpvicuna2031.png" alt="" width="330" height="146" /><br style="clear: both;" /><br />
<strong>Nothing Vicuna theme skin.</strong> というエラーがでて使用できない。<br />
WordPress3.0.xでは使用可能だったので3.1になり何かが変わってしまったのでしょうね。<br />
気に入っているテーマだけに対応される事を望むばかり。</p>
<p>配布先 » <a title="wp.Vicuna - テーマ・テンプレート" href="http://wp.vicuna.jp/">wp.Vicuna &#8211; テーマ・テンプレート</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dxcode.com/archives/2011/03081326.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8.x ビジュアルエディタのフォント変更</title>
		<link>http://www.dxcode.com/archives/2009/10171105.html</link>
		<comments>http://www.dxcode.com/archives/2009/10171105.html#comments</comments>
		<pubDate>Sat, 17 Oct 2009 00:47:25 +0000</pubDate>
		<dc:creator>kecha</dc:creator>
				<category><![CDATA[Customize]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[アップデート]]></category>
		<category><![CDATA[ビジュアルエディタ]]></category>
		<category><![CDATA[フォント]]></category>

		<guid isPermaLink="false">http://www.dxcode.com/?p=1105</guid>
		<description><![CDATA[WordPress2.8.4にアップデートしたらビジュアルエディタ使用時のフォントが明朝体に戻っていたので再度メイリオに変更した。 ただ2.7.ｘシリーズからはファイル構成がかなり変わっていたので、下記ファイルを探すだけ [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress2.8.4にアップデートしたらビジュアルエディタ使用時のフォントが明朝体に戻っていたので再度メイリオに変更した。<br />
ただ2.7.ｘシリーズからはファイル構成がかなり変わっていたので、下記ファイルを探すだけで時間を費やしてしまった。</p>
<p>wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css<br />
74行目から</p>
<pre>body.mceContentBody {
	font: 13px/19px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	padding: 0.6em;
	margin: 0;
}

pre {
	font: 12px/18px Consolas, Monaco, "Courier New", Courier, monospace;
}</pre>
<p>変更後</p>
<pre>body.mceContentBody {
	font: 13px/19px "Meiryo", Arial, Helvetica, sans-serif;
	padding: 0.6em;
	margin: 0;
}

pre {
	font: 12px/18px "Meiryo", Arial, Helvetica, sans-serif;
}</pre>
<p>変更したもののビジュアルエディタを使用していないので意味はなし。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dxcode.com/archives/2009/10171105.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mod_deflateによるコンテンツのGzip圧縮</title>
		<link>http://www.dxcode.com/archives/2009/0317449.html</link>
		<comments>http://www.dxcode.com/archives/2009/0317449.html#comments</comments>
		<pubDate>Tue, 17 Mar 2009 14:04:33 +0000</pubDate>
		<dc:creator>kecha</dc:creator>
				<category><![CDATA[CentOS5]]></category>
		<category><![CDATA[Customize]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[最適化]]></category>

		<guid isPermaLink="false">http://www.dxcode.com/?p=449</guid>
		<description><![CDATA[mod_deflateを有効にするためにdeflate.confを作成 [root@server ~]# vi /etc/httpd/conf.d/deflate.conf &#60;Location /&#62; AddO [...]]]></description>
			<content:encoded><![CDATA[<p>mod_deflateを有効にするためにdeflate.confを作成</p>
<blockquote><p>[root@server ~]# vi /etc/httpd/conf.d/deflate.conf</p></blockquote>
<pre>
&lt;Location /&gt;
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/rdf+xml

BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
Header append Vary User-Agent env=!dont-vary
&lt;/Location&gt;
</pre>
<p>上記ファイルを有効化するためにhttpdを再起動又は再読込み</p>
<blockquote><p>[root@server ~]# /etc/rc.d/init.d/httpd restart</p></blockquote>
<p>mod_deflateの効果については下記のサイトを見た方がわかりやすい。<br />
<a title="YSlow対策でmod_deflateを利用してHTTPレスポンスをgzip圧縮 - blog.katsuma.tv" href="http://blog.katsuma.tv/2007/07/yslow_apache_mod_deflate.html">YSlow対策でmod_deflateを利用してHTTPレスポンスをgzip圧縮 &#8211; blog.katsuma.tv</a><br />
圧縮出来ているかどうか及び効果は下記サイトやYSlowで確認できる。<br />
<a title="Port80 Software »» Compression Check" href="http://www.port80software.com/surveys/top1000compression/#checkyoursite">Port80 Software »» Compression Check</a></p>
<p>当サイトの結果は77.0%の圧縮に成功し転送速度も数値上では4倍ほど速くなった。<br />
<img src="http://www.dxcode.com/wp-content/uploads/2009/03/port80_mod_deflate.gif" alt="mod_deflateによるコンテンツのGzip圧縮" width="468" height="224" class="attachment wp-att-465 " /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dxcode.com/archives/2009/0317449.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7.1にアップデート</title>
		<link>http://www.dxcode.com/archives/2009/0311336.html</link>
		<comments>http://www.dxcode.com/archives/2009/0311336.html#comments</comments>
		<pubDate>Wed, 11 Mar 2009 09:45:12 +0000</pubDate>
		<dc:creator>kecha</dc:creator>
				<category><![CDATA[Customize]]></category>
		<category><![CDATA[Memo]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[アップデート]]></category>
		<category><![CDATA[ビジュアルエディタ]]></category>
		<category><![CDATA[フォント]]></category>

		<guid isPermaLink="false">http://www.dxcode.com/?p=336</guid>
		<description><![CDATA[テスト環境では2.7リリース後すぐにインストールして遊んでいたものの、2.7.xx目玉である管理画面に違和感を覚えこのサイトに導入するのを見合わせていた。 最近ようやくその画面にも慣れてきたためアップデートしてみた。管理 [...]]]></description>
			<content:encoded><![CDATA[<p>テスト環境では2.7リリース後すぐにインストールして遊んでいたものの、2.7.xx目玉である管理画面に違和感を覚えこのサイトに導入するのを見合わせていた。<br />
最近ようやくその画面にも慣れてきたためアップデートしてみた。管理画面自体かなりカスタマイズ出来るみたいだが不要な物を２つほど非表示にしただけで殆どデフォルトでの使用。</p>
<p>ただビジュアルエディタ使用時のフォントだけは我慢できなかったのでメイリオに変更した。<br />
/wp-includes/js/tinymce/wordpress.css 54行目<br />
変更前</p>
<pre>body.mceContentBody {
	font: 13px/19px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	padding: 0.6em;
	margin: 0;
}</pre>
<p>変更後</p>
<pre>body.mceContentBody {
	font: 13px/19px "Meiryo", Arial, Helvetica, sans-serif;
	padding: 0.6em;
	margin: 0;
}</pre>
<p>結果<br />
<img class="attachment wp-att-390" src="http://www.dxcode.com/wp-content/uploads/2009/03/wp_ve2.png" alt="WordPress 2.7.xx ビジュアルエディタ" width="500" height="400" /><br />
期待通りの表示にはなったもののバージョンアップ等でアップデートすれば、その都度書き直さなくてはいけないので根本的な解決にはなっていない。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dxcode.com/archives/2009/0311336.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>サイトテーマ変更</title>
		<link>http://www.dxcode.com/archives/2008/1014134.html</link>
		<comments>http://www.dxcode.com/archives/2008/1014134.html#comments</comments>
		<pubDate>Mon, 13 Oct 2008 15:44:07 +0000</pubDate>
		<dc:creator>kecha</dc:creator>
				<category><![CDATA[Customize]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[カスタマイズ]]></category>
		<category><![CDATA[テーマ]]></category>

		<guid isPermaLink="false">http://www.dxcode.com/?p=182</guid>
		<description><![CDATA[あまり更新もしていないので意味はないかもしれませんが雰囲気だけでも変えてみました。 と言っても配布されているデフォルトのままなのでこれからのんびりとカスタマイズしていく予定です。 でもセンスがないのでこのままの方がいいか [...]]]></description>
			<content:encoded><![CDATA[<p>あまり更新もしていないので意味はないかもしれませんが雰囲気だけでも変えてみました。<br />
と言っても配布されているデフォルトのままなのでこれからのんびりとカスタマイズしていく予定です。</p>
<p>でもセンスがないのでこのままの方がいいかも・・・。</p>
<p><img src="http://www.dxcode.com/wp-content/uploads/2009/03/screenshot3.png" alt="WordPress 対応テーマwp.Vicuna" width="300" height="224" class="attachment wp-att-658 " /></p>
<p><a title="WordPress 対応テーマwp.Vicuna" href="http://wp.vicuna.jp/">WordPress 対応テーマwp.Vicuna</a><br />
<a title="拡張版 wp.Vicuna Ext" href="http://ma38su.org/projects/vicuna-ext/">拡張版 wp.Vicuna Ext</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dxcode.com/archives/2008/1014134.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Layout Changer と Fontsize Switcherを導入</title>
		<link>http://www.dxcode.com/archives/2007/121951.html</link>
		<comments>http://www.dxcode.com/archives/2007/121951.html#comments</comments>
		<pubDate>Tue, 18 Dec 2007 23:19:05 +0000</pubDate>
		<dc:creator>kecha</dc:creator>
				<category><![CDATA[Customize]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[movabletype]]></category>

		<guid isPermaLink="false">http://www.dxcode.com/archives/2007/121993.php</guid>
		<description><![CDATA[特にLayout Changerが面白そうだったのでFontsize Switcherと併せて導入してみた。 右上にあるLayoutSettingボタンをクリックすると実際に変更できます。 フォントサイズの変更も以前他の [...]]]></description>
			<content:encoded><![CDATA[<p>特にLayout Changerが面白そうだったのでFontsize Switcherと併せて導入してみた。<br />
右上にあるLayoutSettingボタンをクリックすると実際に変更できます。</p>
<p><a href="http://www.dxcode.com/wp-content/uploads/2009/03/layout_changer.gif" title="Layout Changer画面" class="highslide" onclick="return hs.expand(this)"><img src="http://www.dxcode.com/wp-content/uploads/2009/03/layout_changer.thumbnail.gif" alt="Layout Changer画面" width="180" height="300" class="attachment wp-att-607 " /></a></p>
<p>フォントサイズの変更も以前他のCMSで導入した際には文字サイズを変更したスタイルシートをそれぞれ用意してJavaScriptで切り替えるというものだったが、今回はそんな面倒な事をしなくてもサイズ指定さえすればOKだったので手間もかからなかった。</p>
<p>詳しい導入方法は開発元にあります。<br />
Fontsize Switcher&nbsp;»&nbsp;<a href="http://10coin.com/2007/11/05/122816/" title="10coin.com - フォントサイズを切り替えるJS:改2">フォントサイズを切り替えるJS:改2</a><br />
Layout Changer&nbsp;»&nbsp;<a href="http://10coin.com/products/layout-changer/" title="10coin.com - Layout Changer レイアウト変更スクリプト">Layout Changer レイアウト変更スクリプト</a></p>
<p>Layout Changer はWordPressやMovableTypeで非常に人気のあるテンプレート<a href="http://vicuna.jp/" title="CMS TEMPLATE AND SKIN">vicuna</a>専用です。</p>
<p>以下はcss等の個人的なメモ<br />
<span id="more-51"></span><br />
index.php 404.php archive.php category.php page.php search.php single.php<br />
上記７つのテンプレートの&lt;div id=&quot;header&quot;&gt;直下に下記コードを挿入</p>
<pre>
&lt;div class=&quot;functions&quot;&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;&lt;?php bloginfo(&#039;template_url&#039;); ?&gt;/fontsize-switcher.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;&lt;?php bloginfo(&#039;template_url&#039;); ?&gt;/layout-changer.js&quot;&gt;&lt;/script&gt;
&lt;/div&gt;
</pre>
<p>アドレス部分は適宜変更する必要がある。私に場合テンプレートディレクトリ直下に配置したので上記のようにしている。</p>
<p>cssも配布元さんのcssを覗いて拝借しました。 :asease: 表示位置のズレは要調整。</p>
<pre>
div#header ul#fontSizeSwitcher {
	float: left;
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
}

div#header ul#fontSizeSwitcher li {
	margin: 0 0 0 10px;
	padding: 0.2em 3px;
	float: left;
	width: 1em;
	background: #000 url(images/fontsize.gif) left top no-repeat;
	color: white;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

div#header ul#fontSizeSwitcher li:hover,
div#header ul#fontSizeSwitcher li:focus,
div#header ul#fontSizeSwitcher li.current {
	color: #ff0033;
	background: #fff url(images/fontsize_hover.gif) left top no-repeat;
}

div#header div.functions {
	float: right;
	padding-right:200px;
	margin-top: -103px;
}
</pre>
<p>これで導入は完了したものの他所のサイトでもサイズ切り替えはよく見かけるが、私の場合見づらいからと言って変更する事ってないんですよね。 :tenntenn:</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dxcode.com/archives/2007/121951.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPressが英語表記に変身</title>
		<link>http://www.dxcode.com/archives/2007/121548.html</link>
		<comments>http://www.dxcode.com/archives/2007/121548.html#comments</comments>
		<pubDate>Sat, 15 Dec 2007 04:50:48 +0000</pubDate>
		<dc:creator>kecha</dc:creator>
				<category><![CDATA[Customize]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[カスタマイズ]]></category>
		<category><![CDATA[レンタルサーバ]]></category>

		<guid isPermaLink="false">http://www.dxcode.com/archives/2007/121557.php</guid>
		<description><![CDATA[あるレンタルサーバでWordPressをインストールすべくサイトにアクセスすると表記が英語になっている。 原因はPHPのバグらしいのですが下記修正を施すことで対応。 wordpress/wp-includes/gette [...]]]></description>
			<content:encoded><![CDATA[<p>あるレンタルサーバでWordPressをインストールすべくサイトにアクセスすると表記が英語になっている。<br />
原因はPHPのバグらしいのですが下記修正を施すことで対応。</p>
<p>wordpress/wp-includes/gettext.php １１７-１２０行目（Wordpress２．３．１）<br />
＜修正前＞</p>
<pre>      if ($magic == ($MAGIC1 &#038; 0xFFFFFFFF) || $magic == ($MAGIC3 &#038; 0xFFFFFFFF)) { // to make sure it works for 64-bit platforms
         $this->BYTEORDER = 0;
      } elseif ($magic == ($MAGIC2 &#038; 0xFFFFFFFF)) {
         $this->BYTEORDER = 1;</pre>
<p>＜修正後＞</p>
<pre>      if ($magic == ($MAGIC1) || $magic == ($MAGIC3)) { // to make sure it works for 64-bit platforms
         $this->BYTEORDER = 0;
      } elseif ($magic == ($MAGIC2)) {
         $this->BYTEORDER = 1;</pre>
<p>参考記事 » <a href="http://phpbb.xwd.jp/viewtopic.php?t=1283" title="WordPress Japan :: インストール途中から英語に変わってしまいます">インストール途中から英語に変わってしまいます</a></p>
<p>これを見つけるまで何度も設定も見直しインストールを繰り返したことは言うまでもない。 :namida2:</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dxcode.com/archives/2007/121548.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>外部リンク先のみ画像を挿入</title>
		<link>http://www.dxcode.com/archives/2007/110920.html</link>
		<comments>http://www.dxcode.com/archives/2007/110920.html#comments</comments>
		<pubDate>Fri, 09 Nov 2007 01:50:05 +0000</pubDate>
		<dc:creator>kecha</dc:creator>
				<category><![CDATA[Customize]]></category>
		<category><![CDATA[外部リンク]]></category>
		<category><![CDATA[画像]]></category>

		<guid isPermaLink="false">http://www.dxcode.com/archives/2007/110942.php</guid>
		<description><![CDATA[記事の中にあるサイト外に出るリンクのみにイメージをつけるというもの。 a[href^="http:"]:after, a[href^="https:"]:after { content: url(images/icon/ [...]]]></description>
			<content:encoded><![CDATA[<p>記事の中にあるサイト外に出るリンクのみにイメージをつけるというもの。</p>
<pre>a[href^="http:"]:after,
a[href^="https:"]:after {
    content: url(images/icon/link_out.gif);
    margin: 0 2px;
}

a[href^="http://example.com"]:after {
    content:"";
    margin: 0;
}</pre>
<p>上記コードをcssに追加するだけ。<br />
<strong>after</strong>を<strong>before</strong>に置き換えればイメージを前に挿入できる。<br />
もちろん挿入するイメージのパスや自サイトのアドレスは要調整。</p>
<p>今回のイメージは海外の下記サイトから頂きました。<br />
<a href="http://www.web-toolbox.net/imagedownload/">Mini-Images f&uuml;r den Webmaster, kostenlose downloads GIF JPG Webdesign</a><br />
上記アドレスから入ってSite-Nav Symboleページですが、これ以外にもシンプルですっきりしたものが多いです。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dxcode.com/archives/2007/110920.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ビジュアルエディタのフォントを変更</title>
		<link>http://www.dxcode.com/archives/2007/10106.html</link>
		<comments>http://www.dxcode.com/archives/2007/10106.html#comments</comments>
		<pubDate>Wed, 10 Oct 2007 03:59:59 +0000</pubDate>
		<dc:creator>kecha</dc:creator>
				<category><![CDATA[Customize]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[カスタマイズ]]></category>
		<category><![CDATA[ビジュアルエディタ]]></category>
		<category><![CDATA[フォント]]></category>

		<guid isPermaLink="false">http://www.dxcode.com/archives/2007/10107.php</guid>
		<description><![CDATA[WordPressに標準で装備されているビジュアルエディタTinyMceの記事投稿画面のフォントはデフォルトの状態ではTimes New Romanになっている為、日本語を打ち込んだ際は少々違和感がある。 wp-incl [...]]]></description>
			<content:encoded><![CDATA[<p>WordPressに標準で装備されているビジュアルエディタTinyMceの記事投稿画面のフォントはデフォルトの状態ではTimes New Romanになっている為、日本語を打ち込んだ際は少々違和感がある。</p>
<p>wp-includes/js/tinymce/plugins/wordpress.cssの28行目にフォントを設定する箇所があるのでお好みに変更すれば問題は解決。</p>
<pre>
body {
background: #fff;
font: 1em/1.3em Georgia, “Times New Roman“, Times, serif;
padding: .5em;
}</pre>
<p>修正後</p>
<pre>
body {
background: #fff;
font: 1em/1.3em Georgia, “MS UI Gothic“, Times, serif;
padding: .5em;
}</pre>
<p><a href="http://www.dxcode.com/wp-content/uploads/2009/03/tinymce_font.gif" title="TinyMceのフォント変更後" class="highslide" onclick="return hs.expand(this)"><img src="http://www.dxcode.com/wp-content/uploads/2009/03/tinymce_font.thumbnail.gif" alt="TinyMceのフォント変更後" width="450" height="225" class="attachment wp-att-547 " /></a></p>
<p>参考記事 &gt;&gt; <a href="http://d.halfmoon.jp/s/53" rel="bookmark" title="ビジュアルエディタのフォントの大きさ">ビジュアルエディタのフォントの大きさ</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dxcode.com/archives/2007/10106.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

