このデザインのスタイルシート。
以前のブログデザインとおなじです。
またあらためて 参考にさせていただいたサイトさまに
トラックバックさせていただきます。
ありがとうございました。
/* トラックバック欄 */
.entry-trackback {
overflow: auto;
height: 230px;
margin: 0px 0px 10px 0px;
}
/*バナー、本文、サイドバーの透明化*/
#banner,#container,.content,#right,#left
{
background-color:transparent; /*指定エリアの透明化*/
}
/*背景画像の設定*/
body
{
background-image:url(■■■); /*背景画像の指定*/
background-repeat:no-repeat; /*背景画像の繰り返し:なし*/
background-attachment:fixed; /*背景画像のスクロール:なし*/
background-position:right bottom; /*背景画像の表示位置*/
}
.sidebar h2
{
background-image:url(■■■);
background-repeat:no-repeat;
height:27px;
padding-left:23px;
}
#calendar caption
{
background-image:url(■■■);
background-repeat:no-repeat;
height:27px;
padding-left:23px;
}
#calendar a {
background-color:#ccccff;
width: 20px; line-height: 20px;
display: block; margin: 0 auto;
}
/* 同一カテゴリの新着記事5件 */
.entry-recent-posts{
height:190px;
}
.entry-recent-posts ul{
color:#006699;
border: 1px dotted #006699;
font-size: x-small;
padding:10px;
}
/*スクロールバー*/
html
{
scrollbar-base-color:#ccccff;
}
#notes-on-trackbacking {
margin: 1em;
border: dotted 1px #003399;
padding: 0.5em;
line-height: 1.3em;
color: #003399;
font-size: x-small;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#comment-text textarea, #comment-text-field textarea
{
width: 400px;height: 210px;
}
/* コメント欄設定表示 */
#notes-on-comment {
margin-left: 205px;
}
#notes-on-comment p {
margin: 0;
border: dotted 1px #003399;
padding: 0.5em;
line-height: 1.3em;
color: #003399;
font-size: x-small;
}
#notes-on-comment p.for-data {
margin-bottom: 1em;
}
最近のコメント