2016年12月6日火曜日

sample4

/* サンプル4要素
----------------------------------------------------------- */
.sample4    {   background: #C0C0C0 url(image/blockquote4-t.gif) no-repeat; }
.sample4 blockquote {
    background: url(image/blockquote4-c.gif) no-repeat bottom;
    padding: 10px 30px 5px 30px;
    color: #212121;
}
.sample4 p  {
    margin-bottom: 12px;
}
.sample4 p.origin   {
    background: url(image/blockquote4-b.gif) no-repeat left bottom;
    text-align: right;
    padding: 5px 20px;
    margin-bottom: 0px;
}
.sample4 p.origin a {
    background: url(image/origin1.gif) no-repeat 0 7px;
    padding-left: 15px;
    color: #999;
}





http://www.css-lecture.com/log/css/blockquote.html
/* サンプル4要素
----------------------------------------------------------- */
.sample4    {   background: #F0FFF0 url(image/blockquote4-t.gif) no-repeat; }
.sample4 blockquote {
    background: url(image/blockquote4-c.gif) no-repeat bottom;
    padding: 10px 30px 5px 30px;
    color: #212121;
}
.sample4 p  {
    margin-bottom: 12px;
}
.sample4 p.origin   {
    background: url(image/blockquote4-b.gif) no-repeat left bottom;
    text-align: right;
    padding: 5px 20px;
    margin-bottom: 0px;
}
.sample4 p.origin a {
    background: url(image/origin1.gif) no-repeat 0 7px;
    padding-left: 15px;
    color: #999;
}

iro
http://www.htmq.com/color/colorname.shtml



俺が使う程度のCSSは、blogger ならテンプレートのとこ、wordpressにもあった。場所が分れば、やれる。面倒なんで、wordoress の、使って、使いやすいのは、反応の速さ Blogger だが。やっと、わかった。

1 件のコメント:


  1. /* サンプル4要素
    ----------------------------------------------------------- */
    .sample4 { background: #FFFFF0 url(image/blockquote4-t.gif) no-repeat; }
    .sample4 blockquote {
    background: url(image/blockquote4-c.gif) no-repeat bottom;
    padding: 10px 30px 5px 30px;
    color: #2F4F4F;
    }
    .sample4 p {
    margin-bottom: 12px;
    }
    .sample4 p.origin {
    background: url(image/blockquote4-b.gif) no-repeat left bottom;
    text-align: right;
    padding: 5px 20px;
    margin-bottom: 0px;
    }
    .sample4 p.origin a {
    background: url(image/origin1.gif) no-repeat 0 7px;
    padding-left: 15px;
    color: #999;
    }

    返信削除