<?xml version="1.0" encoding="UTF-8" ?>
<feed xml:lang="ja" xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:thr="http://purl.org/syndication/thread/1.0">
  <title type="text">僕の日記</title>
  <subtitle type="html">僕の日記</subtitle>
  <link rel="self" type="application/atom+xml" href="http://bokunonittuki.blog.shinobi.jp/atom"/>
  <link rel="alternate" type="text/html" href="http://bokunonittuki.blog.shinobi.jp/"/>
  <updated>2006-08-16T13:25:14+09:00</updated>
  <author><name>No Name Ninja</name></author>
  <generator uri="//www.ninja.co.jp/blog/" version="0.9">忍者ブログ</generator>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" />
  <entry>
    <id>bokunonittuki.blog.shinobi.jp://entry/2</id>
    <link rel="alternate" type="text/html" href="http://bokunonittuki.blog.shinobi.jp/%E6%9C%AA%E9%81%B8%E6%8A%9E/%E3%81%99%E3%81%9F%E3%81%84%E3%82%8B%E3%81%97%E3%83%BC%E3%81%A8" />
    <published>2006-08-16T13:27:02+09:00</published> 
    <updated>2006-08-16T13:27:02+09:00</updated> 
    <category term="未選択" label="未選択" />
    <title>すたいるしーと</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[スタイルシートで出来る事。 <br />
タグに関しては、調べれば解るので書きません。 <br />
<br />
主な物 <br />
・文字色 <br />
・フォントの種類 <br />
・リンクの文字色 <br />
・背景色 <br />
・背景イメージ <br />
・レイアウト <br />
・文字の大きさ（行間の幅） <br />
・文字の上下左右の隙間の幅 <br />
・レイアウト内での隙間の幅 <br />
・上下左右に線を付ける <br />
・テキストの配置 <br />
<br />
この中でも <br />
・レイアウト <br />
（ホームページではtableで切るスタイルが多いのだが、ブログではdivで切る場合が多い） <br />
・個別の設定 <br />
（div class=&quot;******&quot;のように指定していく） <br />
以外は、単純にタグの書き換えだけです。 <br />
この２つも覚えてしまえば、簡単に習性していけます。 <br />]]> 
    </content>
    <author>
            <name>No Name Ninja</name>
        </author>
  </entry>
  <entry>
    <id>bokunonittuki.blog.shinobi.jp://entry/1</id>
    <link rel="alternate" type="text/html" href="http://bokunonittuki.blog.shinobi.jp/%E6%9C%AA%E9%81%B8%E6%8A%9E/%E4%BB%8A%E6%97%A5%E3%81%AF" />
    <published>2006-08-16T13:26:07+09:00</published> 
    <updated>2006-08-16T13:26:07+09:00</updated> 
    <category term="未選択" label="未選択" />
    <title>今日は</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[ちょっと背景に画像を入れたい。 <br />
<br />
これで随分ブログの感じも変わってきます。 <br />
<br />
background-image:url(&quot;ここに画像アドレス&quot;); <br />
<br />
これを大概 <br />
bodyと言う部分に入れてあげれば、背景が変わります。 <br />
<br />
<br />
また（指定の仕方のよって違いますが） <br />
色々な部分に入れることで、その場所の背景が変わります。 <br />
<br />
スタイルシートで背景などを指定すれば、HTML上の無駄タグにならずに済むのでSEO的にも良いです。 <br />]]> 
    </content>
    <author>
            <name>No Name Ninja</name>
        </author>
  </entry>
</feed>