<?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>TCD016 Chill覚書 &#187; 機能</title>
	<atom:link href="http://tcd016chill.sukkiris.com/category/kinou/feed/" rel="self" type="application/rss+xml" />
	<link>http://tcd016chill.sukkiris.com</link>
	<description>超絶かわいいワードプレステンプレート</description>
	<lastBuildDate>Sun, 13 Mar 2016 14:10:41 +0000</lastBuildDate>
	<language>ja</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>画像にワクがつく！　画像キャプションを入れよう</title>
		<link>http://tcd016chill.sukkiris.com/gazou-ni-waku-gatsuku-gazou-ky/</link>
		<comments>http://tcd016chill.sukkiris.com/gazou-ni-waku-gatsuku-gazou-ky/#comments</comments>
		<pubDate>Sat, 20 Sep 2014 07:19:38 +0000</pubDate>
		<dc:creator><![CDATA[アフィぶた]]></dc:creator>
				<category><![CDATA[機能]]></category>

		<guid isPermaLink="false">http://tcd016chill.sukkiris.com/?p=178</guid>
		<description><![CDATA[文章を飾るしくみがとっても少ない、TCD016 Chill。 フツーに画像を貼り付けるとこうなる。 しかし、キ [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>文章を飾るしくみがとっても少ない、TCD016 Chill。</p>
<p>フツーに画像を貼り付けるとこうなる。</p>
<p><img class="aligncenter" style="display: inline; background-image: none;" title="" src="http://tcd016chill.sukkiris.com/wp-content/uploads/2014/09/039.jpg" alt="" width="500" height="333" border="0" /></p>
<p>しかし、キャプションをつけると、こんなふうにワクがつくんです。</p>
<div style="width: 510px" class="wp-caption alignnone"><img style="display: inline; background-image: none;" title="039" src="http://tcd016chill.sukkiris.com/wp-content/uploads/2014/09/0391.jpg" alt="039" width="500" height="333" border="0" /><p class="wp-caption-text">枠がついた！</p></div>
<p>これいいですね。画像には「キャプション」を必ず設定しましょう。</p>
]]></content:encoded>
			<wfw:commentRss>http://tcd016chill.sukkiris.com/gazou-ni-waku-gatsuku-gazou-ky/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tcd016 chill でデザイン見出し、擬似ボタン、黄色マーカーなど</title>
		<link>http://tcd016chill.sukkiris.com/mojisoushoku-no-tesuto/</link>
		<comments>http://tcd016chill.sukkiris.com/mojisoushoku-no-tesuto/#comments</comments>
		<pubDate>Tue, 16 Sep 2014 03:06:10 +0000</pubDate>
		<dc:creator><![CDATA[アフィぶた]]></dc:creator>
				<category><![CDATA[機能]]></category>

		<guid isPermaLink="false">http://tcd016chill.sukkiris.com/?p=74</guid>
		<description><![CDATA[このページでは、TCD016 Chillの色んな文字装飾を試してみたいと思います。 Chillって、何にも詳細 [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>このページでは、TCD016 Chillの色んな文字装飾を試してみたいと思います。</p>
<p>Chillって、何にも詳細ページの装飾用の仕組みないんだね。さびしすぎ！</p>
<p>と思ってたら、ちゃんとありました。どこにも解説ないけど。</p>
<h1>これはh1です。</h1>
<h2>これはh2です。</h2>
<h3>これはh3です。</h3>
<h4>これはh4です。</h4>
<h5>これはh5です。</h5>
<h6>これはh6です。</h6>
<p>通常見出しは何もデザインなし。class指定するとデザインが入るという仕組みのようです。それって一般的なこと？</p>
<p>見出しにデザイン付けたい場合はこうやります。</p>
<h4 class="news_headline2">見出し</h4>
<h3 class="news_headline1">これは見出しその１</h3>
<pre class="brush: xml; title: ; notranslate">
&lt;h3 class=&quot;news_headline1&quot;&gt;これは見出しその１&lt;/h3&gt;
</pre>
<p>ってやると出せます。</p>
<h4 class="news_headline2">これは見出しその２</h4>
<p>こちらは、</p>
<pre class="brush: xml; title: ; notranslate">
&lt;h4 class=&quot;news_headline2&quot;&gt;これは見出しその２&lt;/h4&gt;
</pre>
<h4 class="news_headline1">フォントの大きさ</h4>
<p>text70<br />
text80<br />
text90<br />
  :<br />
  :<br />
text210<br />
text220</p>
<p>ノーマルフォントの70%サイズから、220%サイズまで。</p>
<p><span class="text70">これが７０％だ</span><br />
<span class="text220">そしてこれがオレの２２０％だッ！</span></p>
<pre class="brush: xml; title: ; notranslate">
&lt;span class=&quot;text70&quot;&gt;これが７０％だ&lt;/span&gt;
&lt;span class=&quot;text220&quot;&gt;そしてこれがオレの２２０％だッ！&lt;/span&gt;
</pre>
<p>引用部分を小さくしたいとかの目的で、blockquoteとかdivとかで使うのかな。</p>
<h4 class="news_headline1">ボタン</h4>
<p><a href="#" class="button">ボタン１</a><br />
<a href="#" class="button2">ボタン２</a><br />
<a href="#" class="button3">ボタン３</a></p>
<pre class="brush: xml; title: ; notranslate">
&lt;a href=&quot;#リンク先&quot; class=&quot;button&quot;&gt;ボタン１&lt;/a&gt;
&lt;a href=&quot;#リンク先&quot; class=&quot;button2&quot;&gt;ボタン２&lt;/a&gt;
&lt;a href=&quot;#リンク先&quot; class=&quot;button3&quot;&gt;ボタン３&lt;/a&gt;
</pre>
<h4 class="news_headline1">文字色</h4>
<p><span class="red">赤色</span><br />
<span class="blue">青色</span><br />
<span class="green">緑色</span><br />
<span class="orange">オレンジ色</span><br />
<span class="yellow">黄色</span><br />
<span class="pink">ピンク</span><br />
<span class="gray">灰色</span></p>
<pre class="brush: xml; title: ; notranslate">
&lt;span class=&quot;red&quot;&gt;赤色&lt;/span&gt;
&lt;span class=&quot;blue&quot;&gt;青色&lt;/span&gt;
&lt;span class=&quot;green&quot;&gt;緑色&lt;/span&gt;
&lt;span class=&quot;orange&quot;&gt;オレンジ色&lt;/span&gt;
&lt;span class=&quot;pink&quot;&gt;ピンク&lt;/span&gt;
&lt;span class=&quot;gray&quot;&gt;灰色&lt;/span&gt;
</pre>
<h4 class="news_headline1">背景色</h4>
<p><span class="bg-yellow">背景が黄色</span><br />
<span class="bg-blue">背景が青</span><br />
<span class="bg-red">背景が赤</span></p>
<pre class="brush: xml; title: ; notranslate">
&lt;span class=&quot;bg-yellow&quot;&gt;背景が黄色&lt;/span&gt;
&lt;span class=&quot;bg-blue&quot;&gt;背景が青&lt;/span&gt;
&lt;span class=&quot;bg-red&quot;&gt;背景が赤&lt;/span&gt;
</pre>
<h4 class="news_headline1">右寄せ、左寄せ、中央寄せ</h4>
<p>align1: 中央寄せ</p>
<div class="align1">TCD016は女性っぽいイメージの<br />
テーマなんですよ。<br />
その美しさたるや、目を疑いますよ。
</div>
<p>align2:　右寄せ</p>
<div class="align2">TCD016は女性っぽいイメージの<br />
テーマなんですよ。<br />
その美しさたるや、目を疑いますよ。
</div>
<p>align3: 左寄せ</p>
<div class="align3">TCD016は女性っぽいイメージの<br />
テーマなんですよ。<br />
その美しさたるや、目を疑いますよ。
</div>
<pre class="brush: xml; title: ; notranslate">
&lt;div class=&quot;align1&quot;&gt;
TCD016は女性っぽいイメージの
テーマなんですよ。
その美しさたるや、目を疑いますよ。
&lt;/div&gt;
&lt;div class=&quot;align2&quot;&gt;
TCD016は女性っぽいイメージの
テーマなんですよ。
その美しさたるや、目を疑いますよ。
&lt;/div&gt;
&lt;div class=&quot;align3&quot;&gt;
TCD016は女性っぽいイメージの
テーマなんですよ。
その美しさたるや、目を疑いますよ。
&lt;/div&gt;
</pre>
<p>divじゃなくても、class指定に&#8221;align1&#8243;とか入れればOK。</p>
<h4 class="news_headline1">回り込み</h4>
<p>これって、class指定することあるのかな？回りこみ解除は使うかもね。</p>
<p>r-flo: 右に画像の回り込み<br />
l-flo: 左に画像の回り込み<br />
f-clear: 回り込み解除</p>
<div class="f-clear">
右に回り込み。<br />
<img class="r-flo" src="http://tcd016chill.sukkiris.com/wp-content/uploads/2014/09/007-300x199.jpg" alt="007" width="300" height="199" class="alignnone size-medium wp-image-54" /><br />
そうだ！明日からは、Chillを使ってサイトを作ろう。<br />
明日から。明日から本気だす。<br />
今日は寝ます。
</div>
<div class="f-clear">
左に画像　右に文章回り込み。<br />
<img class="l-flo" src="http://tcd016chill.sukkiris.com/wp-content/uploads/2014/09/007-300x199.jpg" alt="007" width="300" height="199" class="alignnone size-medium wp-image-54" /><br />
そうだ！明日からは、Chillを使ってサイトを作ろう。<br />
明日から。明日から本気だす。<br />
今日は寝ます。
</div>
<p><span class="f-clear"></span></p>
<pre class="brush: xml; title: ; notranslate">
&lt;div class=&quot;f-clear&quot;&gt;
右に画像　左に文章回り込み。
&lt;img class=&quot;r-flo&quot; src=&quot;http://tcd016chill.sukkiris.com/wp-content/uploads/2014/09/007-300x199.jpg&quot; alt=&quot;007&quot; width=&quot;300&quot; height=&quot;199&quot; class=&quot;alignnone size-medium wp-image-54&quot; /&gt;
そうだ！明日からは、Chillを使ってサイトを作ろう。
明日から。明日から本気だす。
今日は寝ます。
&lt;/div&gt;

&lt;div class=&quot;f-clear&quot;&gt;
左に回り込み。
&lt;img class=&quot;l-flo&quot; src=&quot;http://tcd016chill.sukkiris.com/wp-content/uploads/2014/09/007-300x199.jpg&quot; alt=&quot;007&quot; width=&quot;300&quot; height=&quot;199&quot; class=&quot;alignnone size-medium wp-image-54&quot; /&gt;
そうだ！明日からは、Chillを使ってサイトを作ろう。
明日から。明日から本気だす。
今日は寝ます。
&lt;/div&gt;
&lt;span class=&quot;f-clear&quot;&gt;&lt;/span&gt;
</pre>
<p>使い方これでいいのかな。</p>
<h4 class="news_headline1">行間指定</h4>
<p>使うのかな、これ。pタグとかのclass指定に使うと、行間が指定した大きさになる。20px～25px。</p>
<p>lh20<br />
lh21<br />
lh22<br />
lh23<br />
lh24<br />
lh25</p>
<p>ノーマル行間</p>
<p>
ほら、みてみて、行間がねぇ。<br />
こんなに、<br />
変わるんだよぉ。<br />
わかる？
</p>
<p>lh20行間</p>
<p class="lh20">
ほら、みてみて、行間がねぇ。<br />
こんなに、<br />
変わるんだよぉ。<br />
わかる？
</p>
<p>lh25行間</p>
<p class="lh25">
ほら、みてみて、行間がねぇ。<br />
こんなに、<br />
変わるんだよぉ。<br />
わかる？
</p>
<pre class="brush: xml; title: ; notranslate">
ノーマル行間
&lt;p&gt;
ほら、みてみて、行間がねぇ。
こんなに、
変わるんだよぉ。
わかる？
&lt;/p&gt;
lh20行間
&lt;p class=&quot;lh20&quot;&gt;
ほら、みてみて、行間がねぇ。
こんなに、
変わるんだよぉ。
わかる？
&lt;/p&gt;
lh25行間
&lt;p class=&quot;lh25&quot;&gt;
ほら、みてみて、行間がねぇ。
こんなに、
変わるんだよぉ。
わかる？
&lt;/p&gt;
</pre>
<p>デフォルトはすごい行間大きいね。読みやすさ重視かな。</p>
<h4 class="news_headline1">margin, pading （余白）調整</h4>
<p>余白あけたいとか、詰めたいとかいうときに使うみたい。</p>
<p>m0: マージン上下左右０<br />
mt0: マージン上側０<br />
mr0: マージン右側０<br />
mb0: マージン下側０<br />
ml0: マージン左側０</p>
<p>数字の部分は、0～80まで、5刻みで指定可能。（0,5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80)</p>
<p>p0: パディング上下左右０<br />
pt0: パディング上側０<br />
pr0: パディング右側０<br />
pb0: パディング下側０<br />
pl0: パディング左側０</p>
<p>なんだろ…表の調整とか、ブロック並べるとか、凝ったことやるときに使うのかな。どんな例を書けばいいか思い付かないや。</p>
<p>って感じで。</p>
<p>なんだよ！けっこうイケてるじゃん！<br />
ちゃんと使い方書いといてよ！頼むよ、デザインプラスさん！</p>
<p>よく使うものは、addQuickTagに登録しておきましょう。</p>
<p>取り消し線は<span style="text-decoration: line-through;">こんな感じ</span>。使わないかな？取り消し線なんて。</p>
<p><a href="#">リンクはこんな感じ。</a>ちょっと目立ちづらいけど、調和してていいのかな？</p>
<table border="1" width="400" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td valign="top" width="200">表はこんな感じ</td>
<td valign="top" width="200">まあ</td>
</tr>
<tr>
<td valign="top" width="200">こんな</td>
<td valign="top" width="200">もんかなぁ。</td>
</tr>
<tr>
<td valign="top" width="200">とりあえず、スッキリした印象</td>
<td valign="top" width="200">飾り気はないね</td>
</tr>
</tbody>
</table>
<blockquote><p>引用はこんな感じ。一応、デザインされてるんだね。</p></blockquote>
<p>リスト</p>
<ul>
<li>リスト１</li>
<li>リスト２</li>
<li>リスト３</li>
</ul>
<p>順番つきリスト</p>
<ol>
<li>リスト１</li>
<li>リスト２</li>
<li>リスト３</li>
</ol>
<p><a href="http://tcd016chill.sukkiris.com/wp-content/uploads/2014/09/033.jpg"><img style="float: left; display: inline; background-image: none;" title="033" src="http://tcd016chill.sukkiris.com/wp-content/uploads/2014/09/033_thumb.jpg" alt="033" width="244" height="164" align="left" border="0" /></a>こんなふうにぐっと、画像を左にして文字を回りこんでみました。この場合って、「右に回り込み」って呼ぶのかな？ それとも「左に画像」？ まあ、「左に画像」のほうがわかりやすいよね。</p>
<p>&nbsp;</p>
<p><a href="http://tcd016chill.sukkiris.com/wp-content/uploads/2014/09/034.jpg"><img style="float: right; display: inline; background-image: none;" title="034" src="http://tcd016chill.sukkiris.com/wp-content/uploads/2014/09/034_thumb.jpg" alt="034" width="244" height="164" align="right" border="0" /></a>今度は、「右に画像」のケースだよ。</p>
<p>ちゃんと見やすく「回りこんで」いるみたいだね。結構結構。まあ、このへんはできてて当たり前の「基本」っていう感じだね。</p>
<p>そんな感じ。装飾系プラグインを入れて派手派手にするのもいいけど、上のやつだけを使って、調和した感じに仕上げるのがいいかもね。</p>
]]></content:encoded>
			<wfw:commentRss>http://tcd016chill.sukkiris.com/mojisoushoku-no-tesuto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
