<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>アメブロいじり</title>
<link>https://ameblo.jp/wdhjm/</link>
<atom:link href="https://rssblog.ameba.jp/wdhjm/rss20.xml" rel="self" type="application/rss+xml" />
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
<description>新スキンcss編集</description>
<language>ja</language>
<item>
<title>テスト09</title>
<description>
<![CDATA[ ああああああああああああああああああああ<br><br><a href="http://stat.ameba.jp/user_images/20110923/18/wdhjm/67/62/j/o0600045011502309980.jpg"><img src="https://stat.ameba.jp/user_images/20110923/18/wdhjm/67/62/j/t02200165_0600045011502309980.jpg" width="220" height="165" border="0"></a><br>
]]>
</description>
<link>https://ameblo.jp/wdhjm/entry-11027080273.html</link>
<pubDate>Fri, 23 Sep 2011 18:37:17 +0900</pubDate>
</item>
<item>
<title>テスト08</title>
<description>
<![CDATA[ 新記事追加の巻<br><br><br>いいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいい<br>いいいいいいいいいいいいいいいいい<br><br>
]]>
</description>
<link>https://ameblo.jp/wdhjm/entry-11020579525.html</link>
<pubDate>Sat, 17 Sep 2011 14:57:47 +0900</pubDate>
</item>
<item>
<title>テスト07</title>
<description>
<![CDATA[ いろいろテスト<br><br>テーマ表示、NEWマークはトップに入った時は下に配置されちゃう？<br>一度テーマを変更すると　タイトルの横に来ますが？<br><br>テーマ数３つだからかな<br><br><br><br><br>
]]>
</description>
<link>https://ameblo.jp/wdhjm/entry-11019732875.html</link>
<pubDate>Fri, 16 Sep 2011 18:28:15 +0900</pubDate>
</item>
<item>
<title>テスト06</title>
<description>
<![CDATA[ 少しおかしいので、、、、、テスト<br><br><br><br><br><br><br>
]]>
</description>
<link>https://ameblo.jp/wdhjm/entry-11019482665.html</link>
<pubDate>Fri, 16 Sep 2011 12:31:07 +0900</pubDate>
</item>
<item>
<title>テスト05</title>
<description>
<![CDATA[ ああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああ<br><br>いいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいい<br><br>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa<br><br>
]]>
</description>
<link>https://ameblo.jp/wdhjm/entry-11008411864.html</link>
<pubDate>Mon, 05 Sep 2011 10:53:36 +0900</pubDate>
</item>
<item>
<title>テスト04</title>
<description>
<![CDATA[ ＜フリープラグイン先頭に＞<br><pre name="code" class="js"><br>&lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"&gt;&lt;/script&gt;<br>&lt;script type="text/javascript"&gt;<br>$(function(){<br>$('div.articleDetailArea').appendTo('div.skinArticleHeader');<br>});<br>&lt;/script&gt;<br><br></pre><br><br><br>＜cssに、/* (3-6) 記事の下にある　記事タイトルエリアってとこを編集＞<br><pre name="code" class="css"><br>/* skinArticleHeader 記事タイトルエリア */<br>.skinArticleHeader{<br>   margin: 0 29px 20px; /* 20px下の隙間増加 */<br>   padding: 2px 10px;　<br>   background: url(画像のurl);<br>}<br><br></pre><br><br><br><br>＜画像＞<br>細かいポジション等は画像が出来てからですね<br>でも、このセレクター位置より大きい画像１枚の場合は<br>urlのみでも最初はＯＫ。<br>大きさは、表示したい縦横サイズの1.5倍あれば<br>margin padding を少なくしても画像が切れない<br><br><br>＜参考＞<br>margin: 1px;             /* 上下左右=1px */<br>margin: 1px 2px;         /* 上下=1px、左右=2px */<br>margin: 1px 2px 3px;     /* 上=1px、左右=2px、下=3px */<br>margin: 1px 2px 3px 4px; /* 上=1px、右=2px、下=3px、左=4px */<br><br>※padding も同じ<br><br><br>＜追加＞<br><pre name="code" class="css"><br>/*-----right300-----*/<br>.subAdList li{<br>display:inline;<br>}<br><br></pre><br><br><br><br><br>2011-09-08 追記<br><br>これは、STDのcss に項目ないので、その他拡張に追加<br><br><pre name="code" class="css"><br>/*-----サイド会員登録の下　順番関係なく上詰めで並ぶ-----*/<br>.subAdList li{<br>float: left;<br>width: 130px;<br>margin:4px 0; /* デフォルテで設定されてます */<br>}<br><br>/*--- 上記にこれを追加すると文字数関係なく２個ずつ並ぶ ---*/<br>.subAdList li:nth-child(2n+1) {<br>  clear: both;<br>}<br></pre><br><br><br>この追加するのとしないのと確認<br>追加することが正解です<br>ただ　見た目の好み<br>ボーダーを入れると違いがわかります。<br>その際は、width幅　130px からボーダー分Ｘ２を少なくする<br>はみ出すと全部下に下がります。<br><br>ただしIEは、下の記述入れても崩れます<br><br><br>
]]>
</description>
<link>https://ameblo.jp/wdhjm/entry-11007320780.html</link>
<pubDate>Sun, 04 Sep 2011 10:42:24 +0900</pubDate>
</item>
<item>
<title>テスト03</title>
<description>
<![CDATA[ 今　記述してあるものを入替<br>画像サイズが　980 x 292 でしたよ～。<br><br><pre name="code" class="css"><br>.skinHeaderArea{<br>  width:980px; /* 画像の幅 */<br>  height:292px; /* 画像の高さ */<br>  background-color:transparent; /* 背景色の透過 */<br>  background-image:url(); /* ()内に画像のurl */<br>  background-repeat:no-repeat; /* 画像を繰返さない */<br>  background-position:top center; /* 画像の位置 */<br>}<br></pre><br>上記だと長いので、、<br><pre name="code" class="css"><br>.skinHeaderArea{<br>  width:980px; /* 画像の幅 */<br>  height:292px; /* 画像の高さ */<br>  background:transparent url(url記入) no-repeat top center; /* 画像urlと配置 */<br>}<br></pre><br>って書くと　同じく表示されます。<br><br><br><br><br>ついでに・・・<br>ヘッダータイトルとブログ説明など<br><pre name="code" class="css"><br>.skinBlogHeadingGroupArea {<br>padding: 20px 0 30px 30px; /* タイトルと説明のグループ位置 */<br>}<br><br>.skinTitle,.skinTitle:visited,.skinTitle:focus{<br>  color:#fff; /* タイトル文字色 */<br>}<br>.skinTitle:hover{<br>text-decoration:none;<br>color:#ccc; /* マウスオーバーの色 */<br>}<br>.skinDescription{<br>  color:#ccc; /* 説明文色 */<br>}<br></pre><br>
]]>
</description>
<link>https://ameblo.jp/wdhjm/entry-10995925286.html</link>
<pubDate>Wed, 24 Aug 2011 09:32:13 +0900</pubDate>
</item>
<item>
<title>テスト02</title>
<description>
<![CDATA[ 記事ふやさないと　ページナビ　出なかった<br>ああああああああああああああああああああ<br>いいいいいいいいいいいいいいいいいいいい<br>ううううううううううううううううううううううう<br><br><br>
]]>
</description>
<link>https://ameblo.jp/wdhjm/entry-10964779312.html</link>
<pubDate>Mon, 25 Jul 2011 16:29:49 +0900</pubDate>
</item>
<item>
<title>テスト01</title>
<description>
<![CDATA[ <p>テスト投稿</p><br><p>動作確認</p>
]]>
</description>
<link>https://ameblo.jp/wdhjm/entry-10952343603.html</link>
<pubDate>Wed, 13 Jul 2011 16:37:02 +0900</pubDate>
</item>
</channel>
</rss>
