このブログで使用しているデザインのCSS公開、第2弾です。
SeesaaのStripe Purple(両サイドバー)をカスタマイズしたCSSです。
以下の点をカスタマイズしました。
・ブログ全体の幅は、1024×768でも表示可能な1000px
・記事には、468×60のアフィリエイトバナー表示可能
・サイドには、234×60のアフィリエイトバナー表示可能
たくさんのコンテンツを表示できるようにし、使い勝手もよくしてあります。
ご使用になりたい方は、本記事に掲載しているCSSをごコピーして使用ください。
CSSの適用方法は、下記の記事にも掲載しています。
◆CSS編集の基本
なお、貼り付けるに当たっては、下記にご注意ください。
◆注意事項◆
CSSの中で青太字の箇所は、ほくほくのサイト内の画像を参照しています。
そのまま使用して頂いても構いませんが、今後予告なく変更することもあり得ますので、下記記事を参考にして画像を取得してください。
◆背景画像を変更する
本ブログに掲載されているCSSの編集方法も、是非ご参照ください。
◆CSS編集関連記事◆
・ブログデザイン変更
・CSSでブログのデザインを変えてみよう!
・CSS編集の基本
・ページ全体の幅を広げる
・右サイドバーの幅を広げる
・左サイドバーとメインの幅を広げる
・背景画像を変更する
・記事コンテンツに枠線をつける
・サイドコンテンツに枠線をつける
▼▼▼ CSSここから ▼▼▼
body {
margin:0px;
padding:0px;
text-align:center;
font-family:Verdana;
background-color:#DDF1F3;
}
#container{
margin:0px auto;
width:1000px;
color:#666;
font-size:12px;
font-family:Verdana;
text-align:center;
background-image:url(https://hokuhoku-portfolio.up.seesaa.net/design/bg_1000.jpg);
background-repeat:repeat-y;
background-position:bottom center;
}
a{
color:#09c;
text-decoration:underline;
}
h1 {
margin:0px;
padding-top:30px;
padding-bottom:5px;
font-weight:bolder;
font-size:18px;
font-family:Verdana;
}
h1 a{
color:#fff;
text-decoration: none;
font-weight:bolder;
}
h2 {
background-image:url(https://hokuhoku-portfolio.up.seesaa.net/design/double_date_480.jpg);
background-repeat:no-repeat;
background-position:top center;
margin:0px 0px 0px 0px;
padding: 5px 0px 5px 10px;
font-weight:bold;
text-align:left;
}
h3 {
background-image:url(https://blog.seesaa.jp/img/bg/stripepurple/ttl.jpg);
background-repeat:no-repeat;
background-position:0px 4px;
font-size:16px;
font-weight:bolder;
padding: 0px 0px 0px 15px;
}
h3 a{
text-decoration: none;
color:#99609F;
}
#banner{
margin-bottom:20px;
padding-left:45px;
padding-right:0px;
text-align:left;
height:117px;
background-image:url(https://hokuhoku-portfolio.up.seesaa.net/design/hd_1000.jpg);
background-repeat:no-repeat;
background-position:bottom center;
}
.description {
font-weight:normal;
padding:0px;
color:#fff;
font-size:10px;
}
.navi {
text-align:center;
padding-bottom:5px;
}
#content {
margin:0px 5px 0px 0px;
float:left;
width:480px;
}
.blog {
background-image:url(https://hokuhoku-portfolio.up.seesaa.net/design/blogbody_bg_480.jpg);
background-repeat:repeat;
background-position:top center;
padding:0px 0px 0px 0px;
text-align:left;
border-bottom:solid 1px #000;
margin-bottom:10px;
}
.blogbody {
border-top:solid 1px #000;
font-weight:normal;
margin-bottom:10px;
padding:10px 5px 10px 5px;
}
.date{
clear:left;
font-family:Verdana;
font-size:14px;
color:#fff;
}
.title{
margin-top:0px;
margin-bottom:0px;
font-weight:bold;
}
.title a{
border:none;
}
.text{
padding:15px 0px 0px 2px;
margin-top:0px;
line-height:1.8em;
font-family:Verdana;
}
.posted{
text-align: right;
margin-bottom:0px;
padding:5px 0px 0px 0px;
font-size:10px;
font-family:Arial;
}
.posted a{
font-weight:normal;
}
#links-left {
font-weight:normal;
float:left;
width:245px;
padding-top:0px;
padding-bottom:0px;
margin: 0px 5px 0px 10px;
_display:inline;
text-align:left;
font-size:12px;
text-align:center;
}
#links {
font-weight:normal;
float:left;
width:245px;
padding-top:0px;
padding-bottom:0px;
margin: 0px 0px 0px 0px;
text-align:left;
font-size:12px;
text-align:center;
}
#calendar {
font-size:12px;
width:190px;
margin:0px;
padding-bottom:10px;
}
#calendar table {
width:100%;
padding-bottom:10px;
}
#calendar th {
font-weight:bold;
text-align:center;
}
.calendarday a {
font-weight:bold;
color:#0068B5;
}
.calendarhead{
padding:10px 0px 15px 0px;
font-weight:bold;
font-size:12px;
font-family:Verdana;
color:#666;
}
.calendarhead a{
color:#666;
}
.calendarhead .calendarday a{
color:#666;
}
.calendarday {
padding:3px;
font-size:10px;
font-family:Verdana;
color:#666;
text-align:center;
}
.sidetable {
font-size:10px;
text-align:left;
font-family:Verdana;
color:#666;
}
.sidetitle {
background-image:url(https://hokuhoku-portfolio.up.seesaa.net/design/side_ttl_245.jpg);
background-repeat:no-repeat;
background-position:left;
color:#99609F;
padding:12px 0px 10px 0px;
text-align:center;
font-family:Verdana;
font-weight:bold;
}
.side {
line-height:2em;
padding:5px 5px 10px 5px;
margin-bottom:10px;
font-size:10px;
text-align:left;
margin-bottom:10px;
font-family:Verdana;
}
.side-tag {
line-height:2em;
padding:5px 5px 10px 5px;
margin-bottom:10px;
font-size:10px;
text-align:left;
margin-bottom:10px;
font-family:Verdana;
}
input{
background-color:#FFF;
max-width:200px;
}
.input-submit{
color:#3D3F71;
margin-right:5px;
}
.powered {
padding:20px 0px 20px 0px;
text-align:center;
}
.powered table{
margin:0px auto;
}
.syndicate {
margin-right:10px;
text-align:center;
font-size:10px;
}
#comments {
padding:10px 0px 10px 10px;
margin-bottom:30px;
margin-top:25px;
text-align:left;
font-family:Verdana;
}
#comments form {
margin:0px;
padding:0px 10px;
}
textarea{
width:300px;
margin-bottom:5px;
background-color:#FFF;
}
.comments-head{
font-weight:bold;
margin:0px;
padding: 0px 0px 10px 0px;
}
.comments-body {
margin:0px;
padding:0px;
}
.comments-post {
padding:10px;
text-align:right;
font-size:10px;
}
#trackback {
margin-left:10px;
margin-bottom:30px;
margin-top:25px;
border:1px solid #000;
padding:15px;
text-align:left;
font-family:Verdana;
}
#footer{
clear:left;
margin:0px 0px;
padding:0px 15px 30px;
background-image:url(https://hokuhoku-portfolio.up.seesaa.net/design/ft_1000.jpg);
background-repeat:no-repeat;
background-position:left bottom;
}
.copyright{
text-align:center;
}
.diet-content{
padding-left:10px;
}
#diet-foods{
padding-left:10px;
}
.food-title{
width:20%;
clear:left;
float:left;
}
.food-content{
width:75%;
padding-top:10px;
}
#diet-container{
border:1px solid #999;
padding:5px;
margin-bottom:5px;
}
.diet-title{
padding:2px 10px 2px 5px;
margin-top:5px;
}
.diet-content{
padding-left:10px;
}
#diet-foods{
padding-left:10px;
}
.food-title{
width:20%;
clear:left;
float:left;
}
.food-content{
width:75%;
padding-top:10px;
}
blockquote{
border:1px dashed #A7A7A6;
background:#FFFFE8;
padding:5px;
margin:10px;
}
.tag-word{
font-size:10px;
margin:20px 0px 0px 0px;
line-height:1.4em;
text-align:right;
}
.tag{
margin-top:20px;
padding:0px;
margin-left:21px;
}
#tag_cloud{
border:1px solid #CCC;
padding:10px;
text-align:left;
position:relative;
}
#tag_cloud a {
padding:2px;
}
.tag-title{
font-size:16px;
font-weight:bold;
text-align:left;
}
.tag-body{
margin:10px 0px;
padding:10px 0px 0px 0px;
position:relative;
}
.tag-service{
text-align:left;
font-weight:bold;
border-bottom:1px solid #CCC;
padding:0px 0px 5px 0px;
clear:left;
position:relative;
}
.tag-search{
text-align:right;
padding:5px 0px;
margin-bottom:10px;
font-weight:bold;
position:relative;
}
.tag-article{
padding:0px 10px 10px 10px;
text-align:left;
position:relative;
}
.tag-article-title{
text-align:left;
padding:0px 0px 5px 0px;
font-weight:bold;
position:relative;
}
.tag-article-posted{
font-weight:normal;
position:relative;
}
.tag-article-summary{
padding:0px 10px;
line-height:1.4em;
position:relative;
}
.tag-more{
text-align:right;
margin:10px 0px;
clear:left;
position:relative;
}
.tag-photos{
float:left;
margin:10px 5px;
position:relative;
width:140px;
height:200px;
}
.tag-photos-title{
line-height:1.4em;
padding:5px 0px;
text-align:left;
position:relative;
}
.tag-audios{
margin:5px;
position:relative;
}
.tag-audios-title{
text-align:left;
font-weight:bold;
padding:0px 0px 5px 0px;
position:relative;
}
.tag-audios-posted{
font-weight:normal;
position:relative;
}
.tag-videos{
float:left;
margin:10px 5px;
position:relative;
}
.tag-videos-title{
line-height:1.4em;
padding:5px 0px;
text-align:left;
position:relative;
}
.tag-navi{
clear:left;
text-align:center;
margin:10px 0px;
position:relative;
}
▲▲▲ CSSここまで ▲▲▲
【アフィリエイト】ブログに貼り付けるだけでおこづかいゲット!MicroAd