ブログの体裁を変える時に、結構面倒くさいCSSをいじる必要がある。それで、チョコとづつ解析しながら、他のスキンのCSSを読み込んでからに、解析を進めている。

↑と、ここまででさっぱり、ちんちんかんぷんの方は、多分、読み飛ばしてもらって支障なし (・_・)

さて、CSSをいじるには下準備が必要なんだけれども、アメブロの「デザインと機能」で、適当なスキンを選択していないと、「CSS編集」すらできないので、この辺りはご自分で切換えして探してみたれい。

今のところ、この最初に選択したスキンデザインの「読者になる」ボタンと「ブログを作る」ボタンをいじるための解析が進んでいない。それと、広告欄の表示の調整など、まだ未知数の部分も多い。

が、とりあえず、解析できたところに、注釈(/* ~このようにくくってある~ */)で分かりやすくしてあるので、これを参考にすれば現状俺のいじった部分までは同じようにカスタマイズできるって寸法さ (*^ー^)ノ

以下、2005年10月25日ヴァージョン(β版)CSSの公開。分かりやすいように、重要個所は赤色表示しとるでよ!

/*Sexy Lifeスキン*/
/* sexy color index=1d6eaf */
/*
-----------------------------------------------------
ameblo CSS Skin Settings
FileName: common.css
Version: 2005.06/03
Skin for: all_skin
-----------------------------------------------------
*/
.menu_frame select{
width:88%;
}
.page a{
text-align: center;
padding: 5px;
}
.page .now{
padding: 5px;
font-weight:bold;
}
.entry .contents{
line-height:1.5;
}
.entry .contents img{
margin-right:5px;
margin-left: 5px;
}
#message .contents:after,
.entry .contents:after,
#profile .contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#message .contents,
.entry .contents,
#profile .contents{
display: inline-table;
}
/* Hides from IE-mac \*/
* html #message .contents,
* html .entry .contents,
* html #profile .contents{height: 1%;}
#message .contents,
.entry .contents,
#profile .contents {display: block;}
/* End hide from IE-mac */


/*
-----------------------------------------------------
ameblo CSS Skin Settings
FileName: common.css
Version: 2005.04.20
Skin for: gray
-----------------------------------------------------
*/

/* ----------------------- common ----------------------- */
* {
margin: 0;
padding: 0;
}

body#mainIndex {
margin: 0;
padding: 0;
text-align:center;
}

#frame{
text-align:left;
}

#sub_a,#sub_b,#main{
/* ヘッダーとメインのすき間 */
padding-top:15px;
}


img {
border: 0;
}

a {
}
/* LINKの色 */
a:link {color: #1d6eaf;text-decoration: none;}
/* 訪問済みの色 */
a:visited {color: #444444;text-decoration: none;}
/* マウスを重ねた時の色 */
a:hover {color: #ff9900;text-decoration: underline;}
/* 検索窓入力欄の文字サイズ */
input,textarea{font-size:12px}


/* 以下解析中 */
ul,ol,dl,li,dt,dd{
list-style-type:none;
}

/* 以下解析中 */
form,
#header h1,
#header h2,
h1,
h4,
p,
div#calendar th,
div#calendar td,
.menu_title{
margin: 0;
padding: 0;
}
.menu_frame ul,
.menu_frame li,
.menu_frame dl,
.menu_frame dt,
.menu_frame dd,
#comment_module ul,
#comment_module li,
#trackback ul,
#trackback li,
#reader_list ul,
#reader_list li,
#favorite_list ul,
#favorite_list li,
#bookmark_list ul,
#bookmark_list li{
list-style-type:none;
margin: 0;
padding: 0;
}


/* ----------------------- header ----------------------- */
#header{
/* ヘッダー部分のサイズ・絵柄 */
height:193px;
width:815px;
background-image: url(http://homepage.mac.com/sexykent/kousin.gif);
/* repeat-x or no-repeat */
background-repeat:repeat-x;
}

#header h1 {
/* タイトルの位置と装飾 */
padding-top: 15px;
margin-left: 10px;
}

#header h2{
/* サブタイトルの位置と装飾 */
/* width:000px;←使用可能 */
margin-left: 10px;
margin-right: 240px;
}


/* 以下解析中 */
div.supported{
display:block;
padding-top:15px;
padding-bottom:15px;
text-align: right;
}
/* ----------------------- footArea ----------------------- */

/* ----------------------- font-information ----------------------- */
body{
/* 本文部分フォント */
font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro";
color:#000000;
font-size:12px;
}

.list{
/* 一覧を見る の文字サイズ */
font-size:10px;
}

#header h1,
#header h1 a{
/* タイトル文字装飾 */
font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS 明朝", "MS P明朝", serif;
color: #000000;
font-size: 25px;
font-weight: nomal;
line-height: 1.5;
/* テキストシャドウ for safari */
text-shadow: 3px 3px 3px #aaaaaa;
}

#header h2{
/* サブタイトル文字装飾 */
font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro";
color:#666666;
font-size:11px;
font-weight: normal;
line-height:1.5;
}

.menu_title {
/* メニュータイトル文字装飾 */
color: #ffffff;
font-size:12px;
font-weight: bold;
}

.mainMenu {
/* メニュー項目の文字装飾 */
font-size: 10px;
line-height: 1.3;
}

#profile,
#reader {
/* プロフィール欄と読者登録勧誘文字色 */
color:# 666666;
}


#reader dd {
}

#calendar table {
/* カレンダーの文字サイズ */
font-size:11px;
line-height:1.3;
color:#666666;
}

#ranking *{
/* ランキング欄文字装飾 */
font-size: 12px;
line-height: 1.4;
}

#ranking .rank_ttl{
/* 総合ランキング・ジャンルランキング 文字装飾 */
font-weight:bold;
color:#1d6eaf;
}

/* ameblo勧誘部分文字装飾 */
#ameblo{
font-size: 10px;
}
#ameblo p{
line-height: 1.25;
}

#rss {
/* Syndicate this site (XML)の文字装飾 */
font-size: 10px;
}

h3.title {
/* 記事タイトルフォント指定 */
font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS 明朝", "MS P明朝", serif;
}


/* 以下解析中 */
.label {
font-weight: bold;
}

/* 本文文字サイズ */
.entry .contents,
#message .contents{
font-size: 12px;
line-height: 1.5;
}

/* 本文上のテーマ表示 */
.entry .theme{
font-size: 10px;
color:#666666;
}

/* 記事タイトル文字装飾 */
.entry .title{
font-size: 16px;
font-weight: bold;
color:#1d6eaf;
text-shadow: 3px 3px 3px #aaaaaa;
}

/* この記事のURL・コメント・トラックバック 文字装飾 */
.entry .foot {
font-size:10px;
}


/* 以下解析中 */
#comment_module,
#trackback {
line-height: 1.5;
}
#comment_module .error{
color:#FF0000;
margin-top: 20px;
padding-bottom: 10px;
}
#comment_module p.list {
font-size: 10px;
}

/* ----------------------- background-color-control ----------------------- */
body {
/* 全体背景 */
background-image: url(http://homepage.mac.com/sexykent/background.gif);
/* 背景ポジションコントロール */
/* background-repeat:repeat-y; */
/* background-position:center; */
/* 全体背景色 */
/* background-color: #FFFFFF; */
}

#frame {
/* メインフレーム背景 */
/* background-color:#FFFFFF; */
}

#sub_a{
/* サブフレーム左 背景 */
/* background-color:#FFFFFF; */
}

#sub_b{
/* サブフレーム右 背景 */
/* background-color:#FFFFFF; */
}


/* ----------------------- menu_element_basis ----------------------- */
.menu_frame{
/* サブメニューの幅 */
width: 170px;
}

.mainMenu {
/* メニュ-とメニューの縦のすき間 */
margin-bottom: 20px;
}

/* メニュー周りの設定 */
.menu_title {
/* ●共通のメニュー+テキストの場合 */
/* margin: 0px 2px 20px; */
/* ↓三番目が見え高さ調整 */
/* padding: 6px 0px 6px 24px; */
/* 下に点線 */
/* border-bottom: 0px dashed #ffffff; */
/* メニュー共通の背景 */
/* background-image: url(http://homepage.mac.com/sexykent/sheepbar.gif); */
/* background-repeat: no-repeat; */
/* background-position: 0px 0px; */
/* テキストの頭ずらす */
/* text-indent: 3px; */

/* ●オリジナルの画像のみの場合 */
/* 見え高さ */
height:45px;
/* テキストは画面外にずらしておく */
text-indent: -2000px;
}


/* ----------------------- menu_element_background ----------------------- */
/* 各メニューの画像を指定 */
#profile .menu_title{
background: url(http://homepage.mac.com/sexykent/profilebar.gif) no-repeat left top;
}
#calendar .menu_title{
background: url(http://homepage.mac.com/sexykent/calendarbar.gif) no-repeat left top;
}
#reader .menu_title{
background: url(http://homepage.mac.com/sexykent/readerbar.gif) no-repeat left top;
}
#theme_list .menu_title{
background: url(http://homepage.mac.com/sexykent/themebar.gif) no-repeat left top;
}
#recent_entries .menu_title{
background: url(http://homepage.mac.com/sexykent/entriesbar.gif) no-repeat left top;
}
#recent_trackback .menu_title{
background: url(http://homepage.mac.com/sexykent/TBbar.gif) no-repeat left top;
}
#archives .menu_title{
background: url(http://homepage.mac.com/sexykent/archivesbar.gif) no-repeat left top;
}
#search .menu_title{
background: url(http://homepage.mac.com/sexykent/searchbar.gif) no-repeat left top;
}
#favorite .menu_title{
background: url(http://homepage.mac.com/sexykent/favoritebar.gif) no-repeat left top;
}
#bookmark .menu_title{
background: url(http://homepage.mac.com/sexykent/bookmarkbar.gif) no-repeat left top;
}
#recent_comment .menu_title{
background: url(http://homepage.mac.com/sexykent/commentbar.gif) no-repeat left top;
}
#ranking .menu_title{
background: url(http://homepage.mac.com/sexykent/rankingbar.gif) no-repeat left top;
}
#advertising .menu_title {
/* 広告の欄のバーのみ横150pxで作成する。他は170px */
background: url(http://homepage.mac.com/sexykent/adbar.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
}


/* ----------------------- menu_elements_margin_leftright ----------------------- */
.menu_title,
.mainMenu ul,
.mainMenu dl,
.mainMenu p,
.list,
.link_blog,
#archives select,
#theme_list select,
#search form {
margin-left: 6px;
margin-right: 6px;
}
p.list,
p.link_blog {
padding-top: 5px;
}

/* ----------------------- each menu setting ----------------------- */
/*profile*/
#profile p{
display: block;
}

/*readers*/
#reader dl {
margin-bottom: 7px;
}
#reader ul {
margin-top: 5px;
}
#reader p {
display: inline;
}

/*calendar*/
#calendar{
}
#calendar .menu_title {
}
#calendar table {
width: 168px;
}
#calendar caption {
padding:5px 0px;
}
#calendar caption a{
padding:0px 5px;
}
#calendar .sun {
color:#FF0000;
}
#calendar .sat{
color:#0000CC;
}
#calendar td,
#calendar th {
text-align:center;
}
#calendar td a {
color:#CC0000;
text-decoration: underline;
}

/*theme_list*/
/*recent_entries*/
/*archives*/

/*search*/
#search form{
margin-top: 7px;
margin-bottom: 7px;
}
#search .searchbox{
width: 100px;
}
#search .searchbtn{
width: 40px;
}

/*favorites*/

/*bookmarks*/

/*recent_trackback*/
/*recent_comment*/

/*ranking*/
#ranking .rank_ttl{
display: block;
}
#ranking .rank{
display: block;
padding-top: 3px;
padding-bottom: 3px;
}

/* ランキングの文字横のミニアイコン */
#ranking a{
background-image: url(http://homepage.mac.com/sexykent/sexyicon.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 9px;
}


#ranking img{
margin-left: 5px;
}
#ranking .rank_all,
#ranking .rank_genre {
margin-bottom: 8px;
}
/* ----------------------- advertising ----------------------- */







/*ameblo*/
#ameblo{
border: 0px solid #ffffff;
text-align: center;
padding-top: 7px;
}
#ameblo p{
text-align: left;
padding-right: 7px;
padding-bottom: 7px;
padding-left: 7px;
}
#ameblo li {
display: block;
margin-bottom: 5px;
}

/*RSS*/
#rss{
margin-top: -3px;
margin-right: auto;
margin-left: auto;
border: none;
background-image: none;
text-align: center;
}

/*plugin*/
.plugin{
margin-bottom:15px;
text-align: center;
}

/* ----------------------- MainColumn ----------------------- */
/* メインフレームの上のすき間 */
#main {
padding-bottom: 10px;
}

/* messageのすき間や点線 */
#message{
width:99%;
margin-bottom: 15px;
border-top: 0px dashed #ffffff;
border-bottom-width: 0px;
border-bottom-style: dashed;
border-bottom-color: #ffffff;
}


#message .contents{
margin-top: 0px;
margin-bottom: 10px;
}

/*entries*/
/* 各記事の表示部分調整 */
.entry{
width: 99%;
margin-bottom: 20px;
}

/* 日付と時間部分 */
.entry .date{
width:99%;
/* 日付時間の下の帯 */
/* background-color: #ffffff; */
/* padding: 5px 0px 2px 0px; */
/* border-bottom: 0px solid #000000; */
/* border-right: 0px solid #000000; */
display: block;
color: #000000;
}


.entry .name{
margin-top: 5px;
display: block;
}

.entry .theme{
margin-bottom: 10px;
display: block;
}

.title{
margin-top: 10px;
margin-bottom: 10px;
}

.entry .contents{
margin-top: 15px;
margin-bottom: 15px;
}

/* 記事の下に区切り線 */
.entry .foot{
text-align: right;
padding-top: 5px;
padding-right: 20px;
border-top: 1px dashed #999999;
}


/*page*/
.page{
margin-right: auto;
margin-left: auto;
text-align: center;
margin-top: 7px;
margin-bottom: 10px;
}

#footer_ad{
margin-right: auto;
margin-left: auto;
text-align: center;
margin-top: 20px;
margin-bottom: 10px;
}

h3.title {
margin-bottom: 10px;
margin-top: 5px;
}

/*trackback*/
#trackback{
border-top: 1px solid #000000;
margin-top: 25px;
margin-bottom: 10px;
padding-top: 5px;
}

#trackback p.tr_URL {
margin-bottom: 10px;
}

#trackback ul {
margin-bottom: 10px;
}

/*comment_module*/
#comment_module h3.title {
margin-bottom: 0px;
}

#comment_module p.list {
margin: 0px 0px 10px 0px;
padding: 0px;
}

#comment_module{
border-top: 1px solid #000000;
padding-top: 5px;
}

#comment_module .each_comment {
margin-bottom: 10px;
}

#comment_module .comment_footer {
margin-top: 5px;
padding-top: 5px;
border-top: 1px dashed #999999;
}

#comment_module .error{
margin-top: 20px;
padding-bottom: 10px;
}

#comment_module label{
display: block;
float: left;
width: 70px;
text-align: right;
}

#f_name,#f_url,#f_title,#f_com{
display:inline;
width: 250px;
margin-bottom: 3px;
margin-left: 0px;
}

#comment_module form ul {
width: 340px;
margin-left: auto;
margin-right: auto;
}

#comment_module form li {
display: block;
width: 340px;
margin-bottom: 5px;
}

#comment_module li.lastItem {
display: block;
width: 330px;
margin-bottom: 5px;
text-align: right;
}

#comment_module .button {
margin-left: 5px;
font-size: 11px;
width: 80px;
}

/*reader_list*/
#reader_list ul{
width:100%;
}

#reader_list li{
padding-bottom: 2px;
margin-bottom: 8px;
border-bottom: 1px solid #000000;
}

#reader_list .reader_blog {
display:block;
margin-top:2px;
}

/*favorite_list*/
#favorite_list ul{
width:100%;
}

#favorite_list li{
padding-bottom: 2px;
margin-bottom: 8px;
border-bottom: 1px solid #000000;
}

#favorite_list .favorite_blog {
display:block;
margin-top:2px;
}

/*bookmark_list*/
#bookmark_list ul{
width: 100%;
}

#bookmark_list li{
margin-bottom: 3px;
}

/*
-----------------------------------------------------
ameblo CSS Skin Layout Settings
FileName: layout_liquid4.css
Version: 2005.03/03
Skin for: gray
-----------------------------------------------------
*/

body#mainIndex {
padding-left: 10px;
padding-right: 10px;
}

/* ブログ全体の横幅と自動センター合わせ */
#frame {
width: 815px;
margin-left: auto;
margin-right: auto;
}


#wrap {
position: relative;
width: 100%;
}

#main{
margin-right: 170px;
margin-left: 10px;
}

#sub_main{
width:100%;
overflow:hidden;
}

#firstContentsArea {
margin-right: 170px;
}

#subFirstContentsArea {
margin-right: 15px;
}

#sub_a{
width:170px;
position: absolute;
right: 175px;
top: 0px;
}

/* 右のサブフレームのポジション設定 */
#sub_b{
width:170px;
position: absolute;
right: 0px;
top: 0px;
z-index: 100;
/* 右下に画像 */
background-image:url(http://homepage.mac.com/sexykent/sexykirin.gif);
background-position:bottom;
background-repeat:no-repeat;
/* 画像とのすき間 */
padding-bottom:70px;
}