Blog
2001/10/01のBlog
[ 19:44 ]
【READ ME(ご一読ください)】
・このテンプレートはヒヨコ君増殖中さまからお借りしております。
・CSS上部の作者情報を削除するのはご遠慮ください。
・カスタマイズに関する情報はどぶさぽちゃんがおすすめです。
HOW TO デザインカスタマイズ
●下記のCSSをすべてコピーし「デザインカスタマイズ」にすべて貼り付けてください。
※現在使用中デザインのCSSは必ずすべて削除してください
●ご自分のサイトに画像をお持ち帰りして赤字の部分に画像のURLを貼り付けて保存してください。
◎どうしても分からない時やメンドクサイ場合はカスタマイズ代行も行っています。
└ご希望の際はまずはコメント欄にどうぞ。追ってご連絡いたします。
・このテンプレートはヒヨコ君増殖中さまからお借りしております。
・CSS上部の作者情報を削除するのはご遠慮ください。
・カスタマイズに関する情報はどぶさぽちゃんがおすすめです。
HOW TO デザインカスタマイズ
●下記のCSSをすべてコピーし「デザインカスタマイズ」にすべて貼り付けてください。
※現在使用中デザインのCSSは必ずすべて削除してください
●ご自分のサイトに画像をお持ち帰りして赤字の部分に画像のURLを貼り付けて保存してください。
◎どうしても分からない時やメンドクサイ場合はカスタマイズ代行も行っています。
└ご希望の際はまずはコメント欄にどうぞ。追ってご連絡いたします。
/*****************************************************/
/* ヒヨコ君増殖中テンプレート 通常版デザイン変更練習用 */
/* http://www.doblog.com/weblog/myblog/3613 */
/* Add a script to CSS 奥さまはブヒ。*/
/* http://www.doblog.com/weblog/myblog/12246*/
/*****************************************************/
/*** 全体の背景設定 ***/
body {
color : #666666;
background-color : #f7f3ff;
text-align: center;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
padding-top: 20px;
padding-bottom: 20px;
background-image: url("http://img.doblog.com/●●背景画像のURL");
background-attachment: fixed;
}
/****************** OPTION *******************/
.blog img {
border: 0px solid #666666;
}
hr {
color: #666666;
height: 1px;
}
/****************** Newtag *******************/
/*** この記事のURL・トラックバックURLの部分 ***/
.blog-linkurl {
font-family: "MS Pゴシック", Osaka, sans-serif;
font-size : 75%;
border-top: 1px dotted #cccc99;
border-bottom: 1px dotted #cccc99;
padding: 5px;
margin-bottom: 10px;
line-height: 150%;
}
.menu-contents P { margin: 0px 0px 2px }
/****************** links *******************/
/*** 未訪問リンク色 ***/
a:link { color : #666666;}
/*** 訪問済みリンク色 ***/
a:visited { color : #666666;}
/*** マウスを上に乗せたときの色 ***/
a:hover { color : #336699;
font-weight: bold;}
/*** リンクをクリックしたときの色 ***/
a:active { color : #336699;
font-weight: bold;}
/****************** form ********************/
form {
margin : 0px
}
input {
border: 1px solid #666666;
margin: 2px;
}
form table input {
border: 1px solid #666666;
height: 20px;
filter: Alpha(opacity=65)
}
textarea {
border: 1px solid #666666;
margin: 2px;
}
form td * {
color: #666666;
}
form td input {
color: #666666; !important ;
}
/************* navigation table **************/
.myblog-position form table {
background-image: none;
position: absolute;
right: 13px;
top: 254px;
width: 765px;
color: #ffffff;
height: 40px;
}
.myblog-position form td { text-align: right;}
/*** Doblogナビゲーションリンク色 ***/
/*** 未訪問リンク色 ***/
.myblog-position A.portalbar:link { color: #ffffff; text-decoration: none;}
/*** 訪問済みリンク色 ***/
.myblog-position A.portalbar:visited { color: #ffffff; text-decoration: none;}
/*** マウスを上に乗せたときの色 ***/
.myblog-position A.portalbar:hover { color: #ffffff; text-decoration: none; background-color: transparent;}
/*** リンクをクリックしたときの色 ***/
.myblog-position A.portalbar:active { color: #ffffff; text-decoration: none;}
/******************** etc *********************/
/*** 外周ボーダー&メニュー部分背景色 ***/
.myblog-position {
text-align : left;
width: 776px;
position: relative;
background-color: #ffffff;
border: 2px solid #cccccc;
margin-left: auto;
margin-right: auto;
}
.myblog-contents {
padding-bottom: 1px;
border-top: 1px solid #cccccc;
}
/*** NTT-DATA著作権部 ***/
.myblog-position .footer {
border: 1px solid #999;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
width: auto;
margin-left: 10px;
margin-right: 10px;
margin-top: 0px;
background-color: transparent;
color: #999999;
}
/******************* header ********************/
/*** ヘッダの幅&背景設定 ***/
.myblog-header {
background-color : #ffffff;
height: 300px;
width: 100%;
background-image: url("http://img.doblog.com/タイトル画像のURL");
background-repeat: no-repeat;
}
/*** ブログタイトル設定 ***/
.myblog-header-text {
color: #555555;
font-size: 200%;
font-weight: bold;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
padding: 100px 15px 0px;
display: block;
clear: left;
}
/*** ブログタイトル横につく画像の設定 ***/
.myblog-header img {
float: left;
margin: 12px 15px 0px;
}
/******************** menu *********************/
.menu a:link {
color : #666666 ;
text-decoration: none;}
.menu a:visited {
color : #666666 ;
text-decoration: none;}
.menu a:hover {
color : #666666 ;
text-decoration: none;}
.menu a:active {
color : #666666 ;
text-decoration: none;}
/*** メニュー部の幅 ***/
.menu {
width : 192px;
float : left;
padding-top: 10px;
}
/*** メニュー見出し部分 ***/
.menu-header {
font-weight: bold;
font-size: 70%;
font-family: "MS Pゴシック", Osaka, sans-serif;
border-bottom: 1px dotted #999999;
color: #666666;
padding-bottom: 3px;
padding-top: 5px;
text-indent: 2px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
}
/*** メニューコンテンツ部分 ***/
.menu-contents {
font-size: 70%;
font-family: "MS Pゴシック", Osaka, sans-serif;
line-height: 140%;
word-break: break-all;
padding: 5px 0px 5px 3px;
margin: 5px 0px 15px 5px;
}
/*** カレンダー幅 ***/
.menu table {
text-align: center;
font-size: 12px;
width: 178px;
}
nobr {
color: #666666;
white-space: normal;
}
/******************* calender *******************/
/*** カレンダー通常 ***/
.calender {
padding-top: 2px;
padding-bottom: 2px;
}
/*** カレンダーフォーカス時 ***/
.calender-focus {
padding-top: 2px;
padding-bottom: 2px;
font-weight: bold;
background-color : #9999cc;
}
/* ヒヨコ君増殖中テンプレート 通常版デザイン変更練習用 */
/* http://www.doblog.com/weblog/myblog/3613 */
/* Add a script to CSS 奥さまはブヒ。*/
/* http://www.doblog.com/weblog/myblog/12246*/
/*****************************************************/
/*** 全体の背景設定 ***/
body {
color : #666666;
background-color : #f7f3ff;
text-align: center;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
padding-top: 20px;
padding-bottom: 20px;
background-image: url("http://img.doblog.com/●●背景画像のURL");
background-attachment: fixed;
}
/****************** OPTION *******************/
.blog img {
border: 0px solid #666666;
}
hr {
color: #666666;
height: 1px;
}
/****************** Newtag *******************/
/*** この記事のURL・トラックバックURLの部分 ***/
.blog-linkurl {
font-family: "MS Pゴシック", Osaka, sans-serif;
font-size : 75%;
border-top: 1px dotted #cccc99;
border-bottom: 1px dotted #cccc99;
padding: 5px;
margin-bottom: 10px;
line-height: 150%;
}
.menu-contents P { margin: 0px 0px 2px }
/****************** links *******************/
/*** 未訪問リンク色 ***/
a:link { color : #666666;}
/*** 訪問済みリンク色 ***/
a:visited { color : #666666;}
/*** マウスを上に乗せたときの色 ***/
a:hover { color : #336699;
font-weight: bold;}
/*** リンクをクリックしたときの色 ***/
a:active { color : #336699;
font-weight: bold;}
/****************** form ********************/
form {
margin : 0px
}
input {
border: 1px solid #666666;
margin: 2px;
}
form table input {
border: 1px solid #666666;
height: 20px;
filter: Alpha(opacity=65)
}
textarea {
border: 1px solid #666666;
margin: 2px;
}
form td * {
color: #666666;
}
form td input {
color: #666666; !important ;
}
/************* navigation table **************/
.myblog-position form table {
background-image: none;
position: absolute;
right: 13px;
top: 254px;
width: 765px;
color: #ffffff;
height: 40px;
}
.myblog-position form td { text-align: right;}
/*** Doblogナビゲーションリンク色 ***/
/*** 未訪問リンク色 ***/
.myblog-position A.portalbar:link { color: #ffffff; text-decoration: none;}
/*** 訪問済みリンク色 ***/
.myblog-position A.portalbar:visited { color: #ffffff; text-decoration: none;}
/*** マウスを上に乗せたときの色 ***/
.myblog-position A.portalbar:hover { color: #ffffff; text-decoration: none; background-color: transparent;}
/*** リンクをクリックしたときの色 ***/
.myblog-position A.portalbar:active { color: #ffffff; text-decoration: none;}
/******************** etc *********************/
/*** 外周ボーダー&メニュー部分背景色 ***/
.myblog-position {
text-align : left;
width: 776px;
position: relative;
background-color: #ffffff;
border: 2px solid #cccccc;
margin-left: auto;
margin-right: auto;
}
.myblog-contents {
padding-bottom: 1px;
border-top: 1px solid #cccccc;
}
/*** NTT-DATA著作権部 ***/
.myblog-position .footer {
border: 1px solid #999;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
width: auto;
margin-left: 10px;
margin-right: 10px;
margin-top: 0px;
background-color: transparent;
color: #999999;
}
/******************* header ********************/
/*** ヘッダの幅&背景設定 ***/
.myblog-header {
background-color : #ffffff;
height: 300px;
width: 100%;
background-image: url("http://img.doblog.com/タイトル画像のURL");
background-repeat: no-repeat;
}
/*** ブログタイトル設定 ***/
.myblog-header-text {
color: #555555;
font-size: 200%;
font-weight: bold;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
padding: 100px 15px 0px;
display: block;
clear: left;
}
/*** ブログタイトル横につく画像の設定 ***/
.myblog-header img {
float: left;
margin: 12px 15px 0px;
}
/******************** menu *********************/
.menu a:link {
color : #666666 ;
text-decoration: none;}
.menu a:visited {
color : #666666 ;
text-decoration: none;}
.menu a:hover {
color : #666666 ;
text-decoration: none;}
.menu a:active {
color : #666666 ;
text-decoration: none;}
/*** メニュー部の幅 ***/
.menu {
width : 192px;
float : left;
padding-top: 10px;
}
/*** メニュー見出し部分 ***/
.menu-header {
font-weight: bold;
font-size: 70%;
font-family: "MS Pゴシック", Osaka, sans-serif;
border-bottom: 1px dotted #999999;
color: #666666;
padding-bottom: 3px;
padding-top: 5px;
text-indent: 2px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
}
/*** メニューコンテンツ部分 ***/
.menu-contents {
font-size: 70%;
font-family: "MS Pゴシック", Osaka, sans-serif;
line-height: 140%;
word-break: break-all;
padding: 5px 0px 5px 3px;
margin: 5px 0px 15px 5px;
}
/*** カレンダー幅 ***/
.menu table {
text-align: center;
font-size: 12px;
width: 178px;
}
nobr {
color: #666666;
white-space: normal;
}
/******************* calender *******************/
/*** カレンダー通常 ***/
.calender {
padding-top: 2px;
padding-bottom: 2px;
}
/*** カレンダーフォーカス時 ***/
.calender-focus {
padding-top: 2px;
padding-bottom: 2px;
font-weight: bold;
background-color : #9999cc;
}
/********************* blog *********************/
/*** ブログ部背景色・メニューとの境界線ボーダー ***/
.blog {
width : 570px;
float: right;
padding-bottom: 10px;
background-color: #ffffff;
border-left: 1px solid #cccccc;
}
.blog-contents {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
}
.blog .blog-header {
font-family: "MS Pゴシック", Osaka, sans-serif;
font-size : 75%;
font-weight : bold;
color: #000000;
width: 100%;
text-indent: 10px;
padding-top: 5px;
padding-bottom: 5px;
display: none;
}
/*** このブログをブックマークする~部分 ***/
.blog-number {
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size : 75%;
text-align : right;
padding-top: 10px;
background-color: #ffffff;
}
.blog-category {
padding-bottom: 10px;
}
.blog-genre {
font-family: "MS Pゴシック", Osaka, sans-serif;
font-size : 65%;
line-height : 125%;
padding-top : 5px;
padding-bottom : 4px;
padding-left : 5px;
margin-bottom : 5px;
border: 1px solid #999999;
}
.blog-search {
font-family: "MS Pゴシック", Osaka, sans-serif;
font-size : 65%;
line-height : 125%;
padding-top : 5px;
padding-bottom : 4px;
padding-left : 5px;
margin-bottom : 5px;
border: 1px solid #999999;
}
/*** 前のページ・次のページ部分 ***/
.blog-pageselect {
font-family: "MS Pゴシック", Osaka, sans-serif;
font-size : 65%;
text-align : right;
border: 0px solid #999;
padding: 5px;
margin-top: 5px;
}
/*** 記事の日付部分 ***/
.blog-date {
font-size: 70%;
font-family: "MS Pゴシック", Osaka, sans-serif;
padding-top: 5px;
clear: both;
margin-top: 10px;
text-indent: 5px;
visibility: hidden;
}
.blog-date a {
visibility: visible;
}
.blog-entry {
margin-bottom: 40px;
}
.blog-title {
margin-bottom: 15px;
}
.blog-scene {
padding: 5px;
margin-bottom: 10px;
}
/*** 記事タイトル左下の時間・ジャンル部分 ***/
.blog-title-time {
font-size: 65%;
color: #999999;
font-family: "MS Pゴシック", Osaka, sans-serif;
padding: 5px;
float: left;
}
/*** 記事タイトル部分 ***/
.blog-title-title {
font-weight: bold;
font-size: 95%;
color: #336699;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
border-bottom: 2px solid #cccccc;
text-indent: 5px;
padding-top: 2px;
padding-bottom: 3px;
margin-left: 4px;
margin-right: 4px;
}
.blog-title-title a:link {
color : #336699;
text-decoration: none;}
.blog-title-title a:visited {
color : #336699 ;
text-decoration: none;}
.blog-title-title a:hover {
color : #336699 ;
text-decoration: none;}
.blog-title-title a:active {
color : #336699 ;
text-decoration: none;}
/*** 記事タイトル右下のスライドショー・編集・削除部分 ***/
.blog-title-slide {
font-size: 65%;
font-family: "MS Pゴシック", Osaka, sans-serif;
text-align: right;
padding: 5px;
padding: 5px;
color: #999999;
clear: right;
}
/*** 投稿画像のマージン・画像の位置 ***/
.blog-image {
float: right;
margin-right: 5px;
margin-bottom: 5px;
margin-left: 5px;
}
/*** 記事の文章フォント設定(サイズ・行間・種類など) ***/
.blog-text {
font-size: 75%;
line-height: 155%;
word-break: break-all;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
}
/*** DoblogツールバーでURLを指定したときに出てくるリンク部 ***/
.blog-text-url {
margin-top: 1em;
word-break: break-all;
}
/*** 記事右下の最終更新部分 ***/
.blog-update {
visibility: hidden;
}
.blog-entry-footer {
}
/*** トラックバックを見る書く部分 ***/
.blog-trackback {
font-size: 65%;
font-family: "MS Pゴシック", Osaka, sans-serif;
padding: 5px;
line-height: 140%;
}
/*** ↑ページトップ部分 ***/
.blog-pagetop {
font-size: 65%;
font-family: "MS Pゴシック", Osaka, sans-serif;
text-align: right;
display: block;
}
/******************** popup ********************/
.blog-header {
font-family: "MS Pゴシック", Osaka, sans-serif;
font-size : 75%;
font-weight : bold;
color: #003366;
text-align: left;
margin-right: 5px;
margin-left: 5px;
border: none;
}
/*** ポップアップないの背景色など ***/
.blog-popup {
padding: 5px;
background-color: #f7f7f7;
text-align: left;
clear: both;
margin: 5px;
border: 1px solid #333333;
}
/*** ポップアップのフォント設定 ***/
.blog-popup-text {
line-height: 135%;
font-family: "MS Pゴシック", Osaka, sans-serif;
font-size: 75%;
}
/*** 説明面倒なので省略 ***/
.blog-popup .blog-title-title {
font-weight: bold;
font-size: 100%;
color: #999;
font-family: "MS Pゴシック", Osaka, sans-serif;
border-bottom: 1px dotted #666666;
padding-top: 5px;
padding-bottom: 3px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 3px;
}
.myblog-header-text {
display: none;
}
/********************* END **********************/
/* ここでCSSは終わりです。お疲れ様でした。*/
/* これからも奥さまはブヒ。をよろしくお願いします*/
/* http://www.doblog.com/weblog/myblog/12246*/
/*****************************************************/
/*** ブログ部背景色・メニューとの境界線ボーダー ***/
.blog {
width : 570px;
float: right;
padding-bottom: 10px;
background-color: #ffffff;
border-left: 1px solid #cccccc;
}
.blog-contents {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
}
.blog .blog-header {
font-family: "MS Pゴシック", Osaka, sans-serif;
font-size : 75%;
font-weight : bold;
color: #000000;
width: 100%;
text-indent: 10px;
padding-top: 5px;
padding-bottom: 5px;
display: none;
}
/*** このブログをブックマークする~部分 ***/
.blog-number {
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size : 75%;
text-align : right;
padding-top: 10px;
background-color: #ffffff;
}
.blog-category {
padding-bottom: 10px;
}
.blog-genre {
font-family: "MS Pゴシック", Osaka, sans-serif;
font-size : 65%;
line-height : 125%;
padding-top : 5px;
padding-bottom : 4px;
padding-left : 5px;
margin-bottom : 5px;
border: 1px solid #999999;
}
.blog-search {
font-family: "MS Pゴシック", Osaka, sans-serif;
font-size : 65%;
line-height : 125%;
padding-top : 5px;
padding-bottom : 4px;
padding-left : 5px;
margin-bottom : 5px;
border: 1px solid #999999;
}
/*** 前のページ・次のページ部分 ***/
.blog-pageselect {
font-family: "MS Pゴシック", Osaka, sans-serif;
font-size : 65%;
text-align : right;
border: 0px solid #999;
padding: 5px;
margin-top: 5px;
}
/*** 記事の日付部分 ***/
.blog-date {
font-size: 70%;
font-family: "MS Pゴシック", Osaka, sans-serif;
padding-top: 5px;
clear: both;
margin-top: 10px;
text-indent: 5px;
visibility: hidden;
}
.blog-date a {
visibility: visible;
}
.blog-entry {
margin-bottom: 40px;
}
.blog-title {
margin-bottom: 15px;
}
.blog-scene {
padding: 5px;
margin-bottom: 10px;
}
/*** 記事タイトル左下の時間・ジャンル部分 ***/
.blog-title-time {
font-size: 65%;
color: #999999;
font-family: "MS Pゴシック", Osaka, sans-serif;
padding: 5px;
float: left;
}
/*** 記事タイトル部分 ***/
.blog-title-title {
font-weight: bold;
font-size: 95%;
color: #336699;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
border-bottom: 2px solid #cccccc;
text-indent: 5px;
padding-top: 2px;
padding-bottom: 3px;
margin-left: 4px;
margin-right: 4px;
}
.blog-title-title a:link {
color : #336699;
text-decoration: none;}
.blog-title-title a:visited {
color : #336699 ;
text-decoration: none;}
.blog-title-title a:hover {
color : #336699 ;
text-decoration: none;}
.blog-title-title a:active {
color : #336699 ;
text-decoration: none;}
/*** 記事タイトル右下のスライドショー・編集・削除部分 ***/
.blog-title-slide {
font-size: 65%;
font-family: "MS Pゴシック", Osaka, sans-serif;
text-align: right;
padding: 5px;
padding: 5px;
color: #999999;
clear: right;
}
/*** 投稿画像のマージン・画像の位置 ***/
.blog-image {
float: right;
margin-right: 5px;
margin-bottom: 5px;
margin-left: 5px;
}
/*** 記事の文章フォント設定(サイズ・行間・種類など) ***/
.blog-text {
font-size: 75%;
line-height: 155%;
word-break: break-all;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
}
/*** DoblogツールバーでURLを指定したときに出てくるリンク部 ***/
.blog-text-url {
margin-top: 1em;
word-break: break-all;
}
/*** 記事右下の最終更新部分 ***/
.blog-update {
visibility: hidden;
}
.blog-entry-footer {
}
/*** トラックバックを見る書く部分 ***/
.blog-trackback {
font-size: 65%;
font-family: "MS Pゴシック", Osaka, sans-serif;
padding: 5px;
line-height: 140%;
}
/*** ↑ページトップ部分 ***/
.blog-pagetop {
font-size: 65%;
font-family: "MS Pゴシック", Osaka, sans-serif;
text-align: right;
display: block;
}
/******************** popup ********************/
.blog-header {
font-family: "MS Pゴシック", Osaka, sans-serif;
font-size : 75%;
font-weight : bold;
color: #003366;
text-align: left;
margin-right: 5px;
margin-left: 5px;
border: none;
}
/*** ポップアップないの背景色など ***/
.blog-popup {
padding: 5px;
background-color: #f7f7f7;
text-align: left;
clear: both;
margin: 5px;
border: 1px solid #333333;
}
/*** ポップアップのフォント設定 ***/
.blog-popup-text {
line-height: 135%;
font-family: "MS Pゴシック", Osaka, sans-serif;
font-size: 75%;
}
/*** 説明面倒なので省略 ***/
.blog-popup .blog-title-title {
font-weight: bold;
font-size: 100%;
color: #999;
font-family: "MS Pゴシック", Osaka, sans-serif;
border-bottom: 1px dotted #666666;
padding-top: 5px;
padding-bottom: 3px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 3px;
}
.myblog-header-text {
display: none;
}
/********************* END **********************/
/* ここでCSSは終わりです。お疲れ様でした。*/
/* これからも奥さまはブヒ。をよろしくお願いします*/
/* http://www.doblog.com/weblog/myblog/12246*/
/*****************************************************/
2001/08/02のBlog
[ 21:37 ]
【READ ME(ご一読ください)】
・このテンプレートはヒヨコ君増殖中さまからお借りしております。
・CSS上部の作者情報を削除するのはご遠慮ください。
・カスタマイズに関する情報はどぶさぽちゃんがおすすめです。
HOW TO デザインカスタマイズ
●下記のCSSをすべてコピーし「デザインカスタマイズ」にすべて貼り付けてください。
※現在使用中デザインのCSSは必ずすべて削除してください
※できるだけご自分のサイトに画像をお持ち帰りしていただき、赤字の部分にご自分の保存場所のURLを貼り付けて保存してください。
◎どうしても分からない時やメンドクサイ場合はカスタマイズ代行も行っています。
└ご希望の際はまずはコメント欄にどうぞ。追ってご連絡いたします。
・このテンプレートはヒヨコ君増殖中さまからお借りしております。
・CSS上部の作者情報を削除するのはご遠慮ください。
・カスタマイズに関する情報はどぶさぽちゃんがおすすめです。
HOW TO デザインカスタマイズ
●下記のCSSをすべてコピーし「デザインカスタマイズ」にすべて貼り付けてください。
※現在使用中デザインのCSSは必ずすべて削除してください
※できるだけご自分のサイトに画像をお持ち帰りしていただき、赤字の部分にご自分の保存場所のURLを貼り付けて保存してください。
◎どうしても分からない時やメンドクサイ場合はカスタマイズ代行も行っています。
└ご希望の際はまずはコメント欄にどうぞ。追ってご連絡いたします。
/*****************************************************/
/* ヒヨコ君増殖中テンプレート 通常版デザイン変更練習用 */
/* http://www.doblog.com/weblog/myblog/3613 */
/* It was added a postscript by 奥さまはブヒ。*/
/* http://www.doblog.com/weblog/myblog/12246*/
/*****************************************************/
/*** 全体の背景設定 ***/
body {
color : #666666;
background-color : #000000;
text-align: center;
font-family: "MS Pゴシック", Osaka, sans-serif;
padding-top: 20px;
padding-bottom: 20px;
background-image: url("http://img.doblog.com/13000/u12246/2000/FI2586308_1E.gif");
background-attachment: fixed;
}
/****************** OPTION *******************/
.blog img {
border: 0px solid #666666;
}
hr {
color: #666666;
height: 1px;
}
/****************** Newtag *******************/
/*** この記事のURL・トラックバックURLの部分 ***/
.blog-linkurl {
font-family: "MS Pゴシック", Osaka, sans-serif;
font-size : 65%;
border-top: 1px dotted #cccc99;
border-bottom: 1px dotted #cccc99;
padding: 5px;
margin-bottom: 10px;
line-height: 150%;
}
.menu-contents P { margin: 0px 0px 2px }
/****************** links *******************/
/*** 未訪問リンク色 ***/
a:link { color : #666666;}
/*** 訪問済みリンク色 ***/
a:visited { color : #666666;}
/*** マウスを上に乗せたときの色 ***/
a:hover { color : #ffffff;
font-weight: bold;}
/*** リンクをクリックしたときの色 ***/
a:active { color : #ffffff;
font-weight: bold;}
/****************** form ********************/
form {
margin : 0px
}
input {
border: 1px solid #666666;
margin: 2px;
}
form table input {
border: 1px solid #666666;
height: 20px;
filter: Alpha(opacity=65)
}
textarea {
border: 1px solid #666666;
margin: 2px;
}
form td * {
color: #666666;
}
form td input {
color: #666666; !important ;
}
/************* navigation table **************/
.myblog-position form table {
background-image: none;
position: absolute;
right: 15px;
top: 0px;
width: 765px;
color: #666666;
height: 40px;
}
.myblog-position form td { text-align: right;}
/*** Doblogナビゲーションリンク色 ***/
/*** 未訪問リンク色 ***/
.myblog-position A.portalbar:link { color: #666666; text-decoration: none;}
/*** 訪問済みリンク色 ***/
.myblog-position A.portalbar:visited { color: #666666; text-decoration: none;}
/*** マウスを上に乗せたときの色 ***/
.myblog-position A.portalbar:hover { color: #666666; text-decoration: none; background-color: transparent;}
/*** リンクをクリックしたときの色 ***/
.myblog-position A.portalbar:active { color: #666666; text-decoration: none;}
/******************** etc *********************/
/*** 外周ボーダー&メニュー部分背景色 ***/
.myblog-position {
text-align : left;
width: 776px;
position: relative;
background-color: #000000;
border: 1px solid #000000;
margin-left: auto;
margin-right: auto;
}
.myblog-contents {
padding-bottom: 1px;
border-top: 0px solid #999999;
}
/*** NTT-DATA著作権部 ***/
.myblog-position .footer {
border: 1px solid #999;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
width: auto;
margin-left: 10px;
margin-right: 10px;
margin-top: 0px;
background-color: transparent;
color: #999999;
}
/******************* header ********************/
/*** ヘッダの幅&背景設定 ***/
.myblog-header {
background-color : #000000;
height: 230px;
width: 100%;
background-image: url("http://img.doblog.com/13000/u12246/2000/FI2586308_4E.jpg");
background-repeat: no-repeat;
}
/*** ブログタイトル設定 ***/
.myblog-header-text {
color: #ffffff;
font-size: 200%;
font-weight: bold;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
padding: 100px 15px 0px;
display: block;
text-align: right;
}
/*** ブログタイトルリンク設定 ***/
.myblog-header-text a:link {
color : #ffffff ;
text-decoration: none;}
.myblog-header-text a:visited {
color : #ffffff ;
text-decoration: none;}
.myblog-header-text a:hover {
color : #ffffff ;
text-decoration: none;}
.myblog-header-text a:active {
color : #ffffff ;
text-decoration: none;}
/*** ブログタイトル横につく画像の設定 ***/
.myblog-header img {
float: left;
margin: 12px 15px 0px;
}
/******************** menu *********************/
/*** メニュー部の幅 ***/
.menu {
width : 192px;
float : left;
padding-top: 140px;
background-image: url("http://img.doblog.com/13000/u12246/2000/FI2586308_5E.jpg");
background-repeat: no-repeat;
}
/*** メニューリンク部分 ***/
.menu a:link {
color : #666666 ;
text-decoration: none;}
.menu a:visited {
color : #666666 ;
text-decoration: none;}
.menu a:hover {
color : #666666 ;
text-decoration: none;}
.menu a:active {
color : #666666 ;
text-decoration: none;}
/*** メニュー見出し部分 ***/
.menu-header {
font-weight: bold;
font-size: 65%;
font-family: "MS Pゴシック", Osaka, sans-serif;
border-bottom: 0px solid #999999;
color: #666666;
padding-bottom: 3px;
padding-top: 5px;
text-indent: 2px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
}
/*** メニューコンテンツ部分 ***/
.menu-contents {
font-size: 65%;
font-family: "MS Pゴシック", Osaka, sans-serif;
line-height: 140%;
word-break: break-all;
padding: 5px 0px 5px 3px;
margin: 5px 0px 15px 5px;
}
/*** カレンダー幅 ***/
.menu table {
text-align: center;
font-size: 12px;
width: 178px;
}
nobr {
color: #666666;
white-space: normal;
}
/******************* calender *******************/
/*** カレンダー通常 ***/
.calender {
padding-top: 2px;
padding-bottom: 2px;
}
/*** カレンダーフォーカス時 ***/
.calender-focus {
padding-top: 2px;
padding-bottom: 2px;
font-weight: bold;
background-color : #cccccc;
}
/* ヒヨコ君増殖中テンプレート 通常版デザイン変更練習用 */
/* http://www.doblog.com/weblog/myblog/3613 */
/* It was added a postscript by 奥さまはブヒ。*/
/* http://www.doblog.com/weblog/myblog/12246*/
/*****************************************************/
/*** 全体の背景設定 ***/
body {
color : #666666;
background-color : #000000;
text-align: center;
font-family: "MS Pゴシック", Osaka, sans-serif;
padding-top: 20px;
padding-bottom: 20px;
background-image: url("http://img.doblog.com/13000/u12246/2000/FI2586308_1E.gif");
background-attachment: fixed;
}
/****************** OPTION *******************/
.blog img {
border: 0px solid #666666;
}
hr {
color: #666666;
height: 1px;
}
/****************** Newtag *******************/
/*** この記事のURL・トラックバックURLの部分 ***/
.blog-linkurl {
font-family: "MS Pゴシック", Osaka, sans-serif;
font-size : 65%;
border-top: 1px dotted #cccc99;
border-bottom: 1px dotted #cccc99;
padding: 5px;
margin-bottom: 10px;
line-height: 150%;
}
.menu-contents P { margin: 0px 0px 2px }
/****************** links *******************/
/*** 未訪問リンク色 ***/
a:link { color : #666666;}
/*** 訪問済みリンク色 ***/
a:visited { color : #666666;}
/*** マウスを上に乗せたときの色 ***/
a:hover { color : #ffffff;
font-weight: bold;}
/*** リンクをクリックしたときの色 ***/
a:active { color : #ffffff;
font-weight: bold;}
/****************** form ********************/
form {
margin : 0px
}
input {
border: 1px solid #666666;
margin: 2px;
}
form table input {
border: 1px solid #666666;
height: 20px;
filter: Alpha(opacity=65)
}
textarea {
border: 1px solid #666666;
margin: 2px;
}
form td * {
color: #666666;
}
form td input {
color: #666666; !important ;
}
/************* navigation table **************/
.myblog-position form table {
background-image: none;
position: absolute;
right: 15px;
top: 0px;
width: 765px;
color: #666666;
height: 40px;
}
.myblog-position form td { text-align: right;}
/*** Doblogナビゲーションリンク色 ***/
/*** 未訪問リンク色 ***/
.myblog-position A.portalbar:link { color: #666666; text-decoration: none;}
/*** 訪問済みリンク色 ***/
.myblog-position A.portalbar:visited { color: #666666; text-decoration: none;}
/*** マウスを上に乗せたときの色 ***/
.myblog-position A.portalbar:hover { color: #666666; text-decoration: none; background-color: transparent;}
/*** リンクをクリックしたときの色 ***/
.myblog-position A.portalbar:active { color: #666666; text-decoration: none;}
/******************** etc *********************/
/*** 外周ボーダー&メニュー部分背景色 ***/
.myblog-position {
text-align : left;
width: 776px;
position: relative;
background-color: #000000;
border: 1px solid #000000;
margin-left: auto;
margin-right: auto;
}
.myblog-contents {
padding-bottom: 1px;
border-top: 0px solid #999999;
}
/*** NTT-DATA著作権部 ***/
.myblog-position .footer {
border: 1px solid #999;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
width: auto;
margin-left: 10px;
margin-right: 10px;
margin-top: 0px;
background-color: transparent;
color: #999999;
}
/******************* header ********************/
/*** ヘッダの幅&背景設定 ***/
.myblog-header {
background-color : #000000;
height: 230px;
width: 100%;
background-image: url("http://img.doblog.com/13000/u12246/2000/FI2586308_4E.jpg");
background-repeat: no-repeat;
}
/*** ブログタイトル設定 ***/
.myblog-header-text {
color: #ffffff;
font-size: 200%;
font-weight: bold;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
padding: 100px 15px 0px;
display: block;
text-align: right;
}
/*** ブログタイトルリンク設定 ***/
.myblog-header-text a:link {
color : #ffffff ;
text-decoration: none;}
.myblog-header-text a:visited {
color : #ffffff ;
text-decoration: none;}
.myblog-header-text a:hover {
color : #ffffff ;
text-decoration: none;}
.myblog-header-text a:active {
color : #ffffff ;
text-decoration: none;}
/*** ブログタイトル横につく画像の設定 ***/
.myblog-header img {
float: left;
margin: 12px 15px 0px;
}
/******************** menu *********************/
/*** メニュー部の幅 ***/
.menu {
width : 192px;
float : left;
padding-top: 140px;
background-image: url("http://img.doblog.com/13000/u12246/2000/FI2586308_5E.jpg");
background-repeat: no-repeat;
}
/*** メニューリンク部分 ***/
.menu a:link {
color : #666666 ;
text-decoration: none;}
.menu a:visited {
color : #666666 ;
text-decoration: none;}
.menu a:hover {
color : #666666 ;
text-decoration: none;}
.menu a:active {
color : #666666 ;
text-decoration: none;}
/*** メニュー見出し部分 ***/
.menu-header {
font-weight: bold;
font-size: 65%;
font-family: "MS Pゴシック", Osaka, sans-serif;
border-bottom: 0px solid #999999;
color: #666666;
padding-bottom: 3px;
padding-top: 5px;
text-indent: 2px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
}
/*** メニューコンテンツ部分 ***/
.menu-contents {
font-size: 65%;
font-family: "MS Pゴシック", Osaka, sans-serif;
line-height: 140%;
word-break: break-all;
padding: 5px 0px 5px 3px;
margin: 5px 0px 15px 5px;
}
/*** カレンダー幅 ***/
.menu table {
text-align: center;
font-size: 12px;
width: 178px;
}
nobr {
color: #666666;
white-space: normal;
}
/******************* calender *******************/
/*** カレンダー通常 ***/
.calender {
padding-top: 2px;
padding-bottom: 2px;
}
/*** カレンダーフォーカス時 ***/
.calender-focus {
padding-top: 2px;
padding-bottom: 2px;
font-weight: bold;
background-color : #cccccc;
}
/********************* blog *********************/
/*** ブログ部背景色・メニューとの境界線ボーダー ***/
.blog {
width : 570px;
float: right;
padding-bottom: 10px;
background-color: #000000;
border-left: 0px solid #999999;
}
.blog-contents {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
}
.blog .blog-header {
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size : 65%;
font-weight : bold;
color: #000000;
width: 100%;
text-indent: 10px;
padding-top: 5px;
padding-bottom: 5px;
display: none;
}
/*** このブログをブックマークする~部分 ***/
.blog-number {
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size : 65%;
text-align : right;
padding-top: 10px;
background-color: #000000;
}
.blog-category {
padding-bottom: 10px;
}
.blog-genre {
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size : 65%;
line-height : 125%;
padding-top : 5px;
padding-bottom : 4px;
padding-left : 5px;
margin-bottom : 5px;
border: 1px solid #999999;
}
.blog-search {
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size : 65%;
line-height : 125%;
padding-top : 5px;
padding-bottom : 4px;
padding-left : 5px;
margin-bottom : 5px;
border: 1px solid #999999;
}
/*** 前のページ・次のページ部分 ***/
.blog-pageselect {
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size : 65%;
text-align : right;
border: 0px solid #999;
padding: 5px;
margin-top: 5px;
}
/*** 記事の日付部分 ***/
.blog-date {
font-size: 65%;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
padding-top: 5px;
clear: both;
margin-top: 10px;
text-indent: 5px;
visibility: hidden;
}
.blog-date a {
visibility: visible;
}
.blog-entry {
margin-bottom: 40px;
}
.blog-title {
margin-bottom: 15px;
}
.blog-scene {
padding: 5px;
margin-bottom: 10px;
}
/*** 記事タイトル左下の時間・ジャンル部分 ***/
.blog-title-time {
font-size: 65%;
color: #666666;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
padding: 5px;
float: left;
}
/*** 記事タイトル部分 ***/
.blog-title-title {
font-weight: bold;
font-size: 100%;
color: #666666;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
border-bottom: 2px solid #ffcc33;
text-indent: 5px;
padding-top: 2px;
padding-bottom: 3px;
margin-left: 4px;
margin-right: 4px;
}
/*** 記事タイトルリンク部分 ***/
.blog-title-title a:link {
color : #666666 ;
text-decoration: none;}
.blog-title-title a:visited {
color : #666666 ;
text-decoration: none;}
.blog-title-title a:hover {
color : #666666 ;
text-decoration: none;}
.blog-title-title a:active {
color : #666666 ;
text-decoration: none;}
/*** 記事タイトル右下のスライドショー・編集・削除部分 ***/
.blog-title-slide {
font-size: 65%;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
text-align: right;
padding: 5px;
padding: 5px;
color: #666666;
clear: right;
}
/*** 投稿画像のマージン・画像の位置 ***/
.blog-image {
float: right;
margin-right: 5px;
margin-bottom: 5px;
margin-left: 5px;
}
/*** 記事の文章フォント設定(サイズ・行間・種類など) ***/
.blog-text {
font-size: 75%;
line-height: 155%;
word-break: break-all;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
}
/*** DoblogツールバーでURLを指定したときに出てくるリンク部 ***/
.blog-text-url {
margin-top: 1em;
word-break: break-all;
}
/*** 記事右下の最終更新部分 ***/
.blog-update {
visibility: hidden;
}
.blog-entry-footer {
}
/*** トラックバックを見る書く部分 ***/
.blog-trackback {
font-size: 65%;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
padding: 5px;
line-height: 140%;
}
/*** ↑ページトップ部分 ***/
.blog-pagetop {
font-size: 65%;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
text-align: right;
display: block;
}
/******************** popup ********************/
.blog-header {
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size : 75%;
font-weight : bold;
color: #003366;
text-align: left;
margin-right: 5px;
margin-left: 5px;
border: none;
}
/*** ポップアップないの背景色など ***/
.blog-popup {
padding: 5px;
background-color: #f7f7f7;
text-align: left;
clear: both;
margin: 5px;
border: 1px solid #333333;
}
/*** ポップアップのフォント設定 ***/
.blog-popup-text {
line-height: 135%;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size: 75%;
}
/*** 説明面倒なので省略 ***/
.blog-popup .blog-title-title {
font-weight: bold;
font-size: 100%;
color: #999;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
border-bottom: 1px dotted #666666;
padding-top: 5px;
padding-bottom: 3px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 3px;
}
/********************* END **********************/
/* ここでCSSは終わりです。お疲れ様でした。*/
/* これからも奥さまはブヒ。をよろしくお願いします*/
/* http://www.doblog.com/weblog/myblog/12246*/
/*****************************************************/
/*** ブログ部背景色・メニューとの境界線ボーダー ***/
.blog {
width : 570px;
float: right;
padding-bottom: 10px;
background-color: #000000;
border-left: 0px solid #999999;
}
.blog-contents {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
}
.blog .blog-header {
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size : 65%;
font-weight : bold;
color: #000000;
width: 100%;
text-indent: 10px;
padding-top: 5px;
padding-bottom: 5px;
display: none;
}
/*** このブログをブックマークする~部分 ***/
.blog-number {
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size : 65%;
text-align : right;
padding-top: 10px;
background-color: #000000;
}
.blog-category {
padding-bottom: 10px;
}
.blog-genre {
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size : 65%;
line-height : 125%;
padding-top : 5px;
padding-bottom : 4px;
padding-left : 5px;
margin-bottom : 5px;
border: 1px solid #999999;
}
.blog-search {
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size : 65%;
line-height : 125%;
padding-top : 5px;
padding-bottom : 4px;
padding-left : 5px;
margin-bottom : 5px;
border: 1px solid #999999;
}
/*** 前のページ・次のページ部分 ***/
.blog-pageselect {
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size : 65%;
text-align : right;
border: 0px solid #999;
padding: 5px;
margin-top: 5px;
}
/*** 記事の日付部分 ***/
.blog-date {
font-size: 65%;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
padding-top: 5px;
clear: both;
margin-top: 10px;
text-indent: 5px;
visibility: hidden;
}
.blog-date a {
visibility: visible;
}
.blog-entry {
margin-bottom: 40px;
}
.blog-title {
margin-bottom: 15px;
}
.blog-scene {
padding: 5px;
margin-bottom: 10px;
}
/*** 記事タイトル左下の時間・ジャンル部分 ***/
.blog-title-time {
font-size: 65%;
color: #666666;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
padding: 5px;
float: left;
}
/*** 記事タイトル部分 ***/
.blog-title-title {
font-weight: bold;
font-size: 100%;
color: #666666;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
border-bottom: 2px solid #ffcc33;
text-indent: 5px;
padding-top: 2px;
padding-bottom: 3px;
margin-left: 4px;
margin-right: 4px;
}
/*** 記事タイトルリンク部分 ***/
.blog-title-title a:link {
color : #666666 ;
text-decoration: none;}
.blog-title-title a:visited {
color : #666666 ;
text-decoration: none;}
.blog-title-title a:hover {
color : #666666 ;
text-decoration: none;}
.blog-title-title a:active {
color : #666666 ;
text-decoration: none;}
/*** 記事タイトル右下のスライドショー・編集・削除部分 ***/
.blog-title-slide {
font-size: 65%;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
text-align: right;
padding: 5px;
padding: 5px;
color: #666666;
clear: right;
}
/*** 投稿画像のマージン・画像の位置 ***/
.blog-image {
float: right;
margin-right: 5px;
margin-bottom: 5px;
margin-left: 5px;
}
/*** 記事の文章フォント設定(サイズ・行間・種類など) ***/
.blog-text {
font-size: 75%;
line-height: 155%;
word-break: break-all;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
}
/*** DoblogツールバーでURLを指定したときに出てくるリンク部 ***/
.blog-text-url {
margin-top: 1em;
word-break: break-all;
}
/*** 記事右下の最終更新部分 ***/
.blog-update {
visibility: hidden;
}
.blog-entry-footer {
}
/*** トラックバックを見る書く部分 ***/
.blog-trackback {
font-size: 65%;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
padding: 5px;
line-height: 140%;
}
/*** ↑ページトップ部分 ***/
.blog-pagetop {
font-size: 65%;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
text-align: right;
display: block;
}
/******************** popup ********************/
.blog-header {
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size : 75%;
font-weight : bold;
color: #003366;
text-align: left;
margin-right: 5px;
margin-left: 5px;
border: none;
}
/*** ポップアップないの背景色など ***/
.blog-popup {
padding: 5px;
background-color: #f7f7f7;
text-align: left;
clear: both;
margin: 5px;
border: 1px solid #333333;
}
/*** ポップアップのフォント設定 ***/
.blog-popup-text {
line-height: 135%;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size: 75%;
}
/*** 説明面倒なので省略 ***/
.blog-popup .blog-title-title {
font-weight: bold;
font-size: 100%;
color: #999;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
border-bottom: 1px dotted #666666;
padding-top: 5px;
padding-bottom: 3px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 3px;
}
/********************* END **********************/
/* ここでCSSは終わりです。お疲れ様でした。*/
/* これからも奥さまはブヒ。をよろしくお願いします*/
/* http://www.doblog.com/weblog/myblog/12246*/
/*****************************************************/
2001/08/01のBlog
[ 21:05 ]
【READ ME(ご一読ください)】
・このテンプレートはヒヨコ君増殖中さまからお借りしております。
・CSS上部の作者情報を削除するのはご遠慮ください。
・カスタマイズに関する情報はどぶさぽちゃんがおすすめです。
HOW TO デザインカスタマイズ
●下記のCSSをすべてコピーし「デザインカスタマイズ」にすべて貼り付けてください。
※現在使用中デザインのCSSは必ずすべて削除してください
※できるだけご自分のサイトに画像をお持ち帰りしていただき、赤字の部分にご自分の保存場所のURLを貼り付けて保存してください。
◎どうしても分からない時やメンドクサイ場合はカスタマイズ代行も行っています。
└ご希望の際はまずはコメント欄にどうぞ。追ってご連絡いたします。
・このテンプレートはヒヨコ君増殖中さまからお借りしております。
・CSS上部の作者情報を削除するのはご遠慮ください。
・カスタマイズに関する情報はどぶさぽちゃんがおすすめです。
HOW TO デザインカスタマイズ
●下記のCSSをすべてコピーし「デザインカスタマイズ」にすべて貼り付けてください。
※現在使用中デザインのCSSは必ずすべて削除してください
※できるだけご自分のサイトに画像をお持ち帰りしていただき、赤字の部分にご自分の保存場所のURLを貼り付けて保存してください。
◎どうしても分からない時やメンドクサイ場合はカスタマイズ代行も行っています。
└ご希望の際はまずはコメント欄にどうぞ。追ってご連絡いたします。
/*****************************************************/
/* ヒヨコ君増殖中テンプレート 通常版デザイン変更練習用 */
/* http://www.doblog.com/weblog/myblog/3613 */
/* It was added a postscript by 奥さまはブヒ。*/
/* http://www.doblog.com/weblog/myblog/12246*/
/*****************************************************/
/*** 全体の背景設定 ***/
body {
color : #666666;
background-color : #000000;
text-align: center;
font-family: "MS Pゴシック", Osaka, sans-serif;
padding-top: 20px;
padding-bottom: 20px;
background-image: url("http://img.doblog.com/13000/u12246/2000/FI2586308_1E.gif");
background-attachment: fixed;
}
/****************** OPTION *******************/
.blog img {
border: 0px solid #666666;
}
hr {
color: #666666;
height: 1px;
}
/****************** Newtag *******************/
/*** この記事のURL・トラックバックURLの部分 ***/
.blog-linkurl {
font-family: "MS Pゴシック", Osaka, sans-serif;
font-size : 65%;
border-top: 1px dotted #cccc99;
border-bottom: 1px dotted #cccc99;
padding: 5px;
margin-bottom: 10px;
line-height: 150%;
}
.menu-contents P { margin: 0px 0px 2px }
/****************** links *******************/
/*** 未訪問リンク色 ***/
a:link { color : #666666;}
/*** 訪問済みリンク色 ***/
a:visited { color : #666666;}
/*** マウスを上に乗せたときの色 ***/
a:hover { color : #ffffff;
font-weight: bold;}
/*** リンクをクリックしたときの色 ***/
a:active { color : #ffffff;
font-weight: bold;}
/****************** form ********************/
form {
margin : 0px
}
input {
border: 1px solid #666666;
margin: 2px;
}
form table input {
border: 1px solid #666666;
height: 20px;
filter: Alpha(opacity=65)
}
textarea {
border: 1px solid #666666;
margin: 2px;
}
form td * {
color: #666666;
}
form td input {
color: #666666; !important ;
}
/************* navigation table **************/
.myblog-position form table {
background-image: none;
position: absolute;
right: 15px;
top: 0px;
width: 765px;
color: #666666;
height: 40px;
}
.myblog-position form td { text-align: right;}
/*** Doblogナビゲーションリンク色 ***/
/*** 未訪問リンク色 ***/
.myblog-position A.portalbar:link { color: #666666; text-decoration: none;}
/*** 訪問済みリンク色 ***/
.myblog-position A.portalbar:visited { color: #666666; text-decoration: none;}
/*** マウスを上に乗せたときの色 ***/
.myblog-position A.portalbar:hover { color: #666666; text-decoration: none; background-color: transparent;}
/*** リンクをクリックしたときの色 ***/
.myblog-position A.portalbar:active { color: #666666; text-decoration: none;}
/******************** etc *********************/
/*** 外周ボーダー&メニュー部分背景色 ***/
.myblog-position {
text-align : left;
width: 776px;
position: relative;
background-color: #000000;
border: 1px solid #000000;
margin-left: auto;
margin-right: auto;
}
.myblog-contents {
padding-bottom: 1px;
border-top: 0px solid #999999;
}
/*** NTT-DATA著作権部 ***/
.myblog-position .footer {
border: 1px solid #999;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
width: auto;
margin-left: 10px;
margin-right: 10px;
margin-top: 0px;
background-color: transparent;
color: #999999;
}
/******************* header ********************/
/*** ヘッダの幅&背景設定 ***/
.myblog-header {
background-color : #000000;
height: 230px;
width: 100%;
background-image: url("http://img.doblog.com/13000/u12246/2000/FI2586308_2E.jpg");
background-repeat: no-repeat;
}
/*** ブログタイトル設定 ***/
.myblog-header-text {
color: #ffffff;
font-size: 200%;
font-weight: bold;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
padding: 100px 15px 0px;
display: block;
text-align: right;
}
/*** ブログタイトルリンク設定 ***/
.myblog-header-text a:link {
color : #ffffff ;
text-decoration: none;}
.myblog-header-text a:visited {
color : #ffffff ;
text-decoration: none;}
.myblog-header-text a:hover {
color : #ffffff ;
text-decoration: none;}
.myblog-header-text a:active {
color : #ffffff ;
text-decoration: none;}
/*** ブログタイトル横につく画像の設定 ***/
.myblog-header img {
float: left;
margin: 12px 15px 0px;
}
/******************** menu *********************/
/*** メニュー部の幅 ***/
.menu {
width : 192px;
float : left;
padding-top: 140px;
background-image: url("http://img.doblog.com/13000/u12246/2000/FI2586308_3E.jpg");
background-repeat: no-repeat;
}
/*** メニューリンク部分 ***/
.menu a:link {
color : #666666 ;
text-decoration: none;}
.menu a:visited {
color : #666666 ;
text-decoration: none;}
.menu a:hover {
color : #666666 ;
text-decoration: none;}
.menu a:active {
color : #666666 ;
text-decoration: none;}
/*** メニュー見出し部分 ***/
.menu-header {
font-weight: bold;
font-size: 65%;
font-family: "MS Pゴシック", Osaka, sans-serif;
border-bottom: 0px solid #999999;
color: #666666;
padding-bottom: 3px;
padding-top: 5px;
text-indent: 2px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
}
/*** メニューコンテンツ部分 ***/
.menu-contents {
font-size: 65%;
font-family: "MS Pゴシック", Osaka, sans-serif;
line-height: 140%;
word-break: break-all;
padding: 5px 0px 5px 3px;
margin: 5px 0px 15px 5px;
}
/*** カレンダー幅 ***/
.menu table {
text-align: center;
font-size: 12px;
width: 178px;
}
nobr {
color: #666666;
white-space: normal;
}
/******************* calender *******************/
/*** カレンダー通常 ***/
.calender {
padding-top: 2px;
padding-bottom: 2px;
}
/*** カレンダーフォーカス時 ***/
.calender-focus {
padding-top: 2px;
padding-bottom: 2px;
font-weight: bold;
background-color : #cccccc;
}
/* ヒヨコ君増殖中テンプレート 通常版デザイン変更練習用 */
/* http://www.doblog.com/weblog/myblog/3613 */
/* It was added a postscript by 奥さまはブヒ。*/
/* http://www.doblog.com/weblog/myblog/12246*/
/*****************************************************/
/*** 全体の背景設定 ***/
body {
color : #666666;
background-color : #000000;
text-align: center;
font-family: "MS Pゴシック", Osaka, sans-serif;
padding-top: 20px;
padding-bottom: 20px;
background-image: url("http://img.doblog.com/13000/u12246/2000/FI2586308_1E.gif");
background-attachment: fixed;
}
/****************** OPTION *******************/
.blog img {
border: 0px solid #666666;
}
hr {
color: #666666;
height: 1px;
}
/****************** Newtag *******************/
/*** この記事のURL・トラックバックURLの部分 ***/
.blog-linkurl {
font-family: "MS Pゴシック", Osaka, sans-serif;
font-size : 65%;
border-top: 1px dotted #cccc99;
border-bottom: 1px dotted #cccc99;
padding: 5px;
margin-bottom: 10px;
line-height: 150%;
}
.menu-contents P { margin: 0px 0px 2px }
/****************** links *******************/
/*** 未訪問リンク色 ***/
a:link { color : #666666;}
/*** 訪問済みリンク色 ***/
a:visited { color : #666666;}
/*** マウスを上に乗せたときの色 ***/
a:hover { color : #ffffff;
font-weight: bold;}
/*** リンクをクリックしたときの色 ***/
a:active { color : #ffffff;
font-weight: bold;}
/****************** form ********************/
form {
margin : 0px
}
input {
border: 1px solid #666666;
margin: 2px;
}
form table input {
border: 1px solid #666666;
height: 20px;
filter: Alpha(opacity=65)
}
textarea {
border: 1px solid #666666;
margin: 2px;
}
form td * {
color: #666666;
}
form td input {
color: #666666; !important ;
}
/************* navigation table **************/
.myblog-position form table {
background-image: none;
position: absolute;
right: 15px;
top: 0px;
width: 765px;
color: #666666;
height: 40px;
}
.myblog-position form td { text-align: right;}
/*** Doblogナビゲーションリンク色 ***/
/*** 未訪問リンク色 ***/
.myblog-position A.portalbar:link { color: #666666; text-decoration: none;}
/*** 訪問済みリンク色 ***/
.myblog-position A.portalbar:visited { color: #666666; text-decoration: none;}
/*** マウスを上に乗せたときの色 ***/
.myblog-position A.portalbar:hover { color: #666666; text-decoration: none; background-color: transparent;}
/*** リンクをクリックしたときの色 ***/
.myblog-position A.portalbar:active { color: #666666; text-decoration: none;}
/******************** etc *********************/
/*** 外周ボーダー&メニュー部分背景色 ***/
.myblog-position {
text-align : left;
width: 776px;
position: relative;
background-color: #000000;
border: 1px solid #000000;
margin-left: auto;
margin-right: auto;
}
.myblog-contents {
padding-bottom: 1px;
border-top: 0px solid #999999;
}
/*** NTT-DATA著作権部 ***/
.myblog-position .footer {
border: 1px solid #999;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
width: auto;
margin-left: 10px;
margin-right: 10px;
margin-top: 0px;
background-color: transparent;
color: #999999;
}
/******************* header ********************/
/*** ヘッダの幅&背景設定 ***/
.myblog-header {
background-color : #000000;
height: 230px;
width: 100%;
background-image: url("http://img.doblog.com/13000/u12246/2000/FI2586308_2E.jpg");
background-repeat: no-repeat;
}
/*** ブログタイトル設定 ***/
.myblog-header-text {
color: #ffffff;
font-size: 200%;
font-weight: bold;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
padding: 100px 15px 0px;
display: block;
text-align: right;
}
/*** ブログタイトルリンク設定 ***/
.myblog-header-text a:link {
color : #ffffff ;
text-decoration: none;}
.myblog-header-text a:visited {
color : #ffffff ;
text-decoration: none;}
.myblog-header-text a:hover {
color : #ffffff ;
text-decoration: none;}
.myblog-header-text a:active {
color : #ffffff ;
text-decoration: none;}
/*** ブログタイトル横につく画像の設定 ***/
.myblog-header img {
float: left;
margin: 12px 15px 0px;
}
/******************** menu *********************/
/*** メニュー部の幅 ***/
.menu {
width : 192px;
float : left;
padding-top: 140px;
background-image: url("http://img.doblog.com/13000/u12246/2000/FI2586308_3E.jpg");
background-repeat: no-repeat;
}
/*** メニューリンク部分 ***/
.menu a:link {
color : #666666 ;
text-decoration: none;}
.menu a:visited {
color : #666666 ;
text-decoration: none;}
.menu a:hover {
color : #666666 ;
text-decoration: none;}
.menu a:active {
color : #666666 ;
text-decoration: none;}
/*** メニュー見出し部分 ***/
.menu-header {
font-weight: bold;
font-size: 65%;
font-family: "MS Pゴシック", Osaka, sans-serif;
border-bottom: 0px solid #999999;
color: #666666;
padding-bottom: 3px;
padding-top: 5px;
text-indent: 2px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
}
/*** メニューコンテンツ部分 ***/
.menu-contents {
font-size: 65%;
font-family: "MS Pゴシック", Osaka, sans-serif;
line-height: 140%;
word-break: break-all;
padding: 5px 0px 5px 3px;
margin: 5px 0px 15px 5px;
}
/*** カレンダー幅 ***/
.menu table {
text-align: center;
font-size: 12px;
width: 178px;
}
nobr {
color: #666666;
white-space: normal;
}
/******************* calender *******************/
/*** カレンダー通常 ***/
.calender {
padding-top: 2px;
padding-bottom: 2px;
}
/*** カレンダーフォーカス時 ***/
.calender-focus {
padding-top: 2px;
padding-bottom: 2px;
font-weight: bold;
background-color : #cccccc;
}
/********************* blog *********************/
/*** ブログ部背景色・メニューとの境界線ボーダー ***/
.blog {
width : 570px;
float: right;
padding-bottom: 10px;
background-color: #000000;
border-left: 0px solid #999999;
}
.blog-contents {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
}
.blog .blog-header {
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size : 65%;
font-weight : bold;
color: #000000;
width: 100%;
text-indent: 10px;
padding-top: 5px;
padding-bottom: 5px;
display: none;
}
/*** このブログをブックマークする~部分 ***/
.blog-number {
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size : 65%;
text-align : right;
padding-top: 10px;
background-color: #000000;
}
.blog-category {
padding-bottom: 10px;
}
.blog-genre {
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size : 65%;
line-height : 125%;
padding-top : 5px;
padding-bottom : 4px;
padding-left : 5px;
margin-bottom : 5px;
border: 1px solid #999999;
}
.blog-search {
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size : 65%;
line-height : 125%;
padding-top : 5px;
padding-bottom : 4px;
padding-left : 5px;
margin-bottom : 5px;
border: 1px solid #999999;
}
/*** 前のページ・次のページ部分 ***/
.blog-pageselect {
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size : 65%;
text-align : right;
border: 0px solid #999;
padding: 5px;
margin-top: 5px;
}
/*** 記事の日付部分 ***/
.blog-date {
font-size: 65%;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
padding-top: 5px;
clear: both;
margin-top: 10px;
text-indent: 5px;
visibility: hidden;
}
.blog-date a {
visibility: visible;
}
.blog-entry {
margin-bottom: 40px;
}
.blog-title {
margin-bottom: 15px;
}
.blog-scene {
padding: 5px;
margin-bottom: 10px;
}
/*** 記事タイトル左下の時間・ジャンル部分 ***/
.blog-title-time {
font-size: 65%;
color: #666666;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
padding: 5px;
float: left;
}
/*** 記事タイトル部分 ***/
.blog-title-title {
font-weight: bold;
font-size: 100%;
color: #666666;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
border-bottom: 2px solid #ffcc33;
text-indent: 5px;
padding-top: 2px;
padding-bottom: 3px;
margin-left: 4px;
margin-right: 4px;
}
/*** 記事タイトルリンク部分 ***/
.blog-title-title a:link {
color : #666666 ;
text-decoration: none;}
.blog-title-title a:visited {
color : #666666 ;
text-decoration: none;}
.blog-title-title a:hover {
color : #666666 ;
text-decoration: none;}
.blog-title-title a:active {
color : #666666 ;
text-decoration: none;}
/*** 記事タイトル右下のスライドショー・編集・削除部分 ***/
.blog-title-slide {
font-size: 65%;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
text-align: right;
padding: 5px;
padding: 5px;
color: #666666;
clear: right;
}
/*** 投稿画像のマージン・画像の位置 ***/
.blog-image {
float: right;
margin-right: 5px;
margin-bottom: 5px;
margin-left: 5px;
}
/*** 記事の文章フォント設定(サイズ・行間・種類など) ***/
.blog-text {
font-size: 75%;
line-height: 155%;
word-break: break-all;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
}
/*** DoblogツールバーでURLを指定したときに出てくるリンク部 ***/
.blog-text-url {
margin-top: 1em;
word-break: break-all;
}
/*** 記事右下の最終更新部分 ***/
.blog-update {
visibility: hidden;
}
.blog-entry-footer {
}
/*** トラックバックを見る書く部分 ***/
.blog-trackback {
font-size: 65%;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
padding: 5px;
line-height: 140%;
}
/*** ↑ページトップ部分 ***/
.blog-pagetop {
font-size: 65%;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
text-align: right;
display: block;
}
/******************** popup ********************/
.blog-header {
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size : 75%;
font-weight : bold;
color: #003366;
text-align: left;
margin-right: 5px;
margin-left: 5px;
border: none;
}
/*** ポップアップないの背景色など ***/
.blog-popup {
padding: 5px;
background-color: #f7f7f7;
text-align: left;
clear: both;
margin: 5px;
border: 1px solid #333333;
}
/*** ポップアップのフォント設定 ***/
.blog-popup-text {
line-height: 135%;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size: 75%;
}
/*** 説明面倒なので省略 ***/
.blog-popup .blog-title-title {
font-weight: bold;
font-size: 100%;
color: #999;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
border-bottom: 1px dotted #666666;
padding-top: 5px;
padding-bottom: 3px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 3px;
}
/********************* END **********************/
/* ここでCSSは終わりです。お疲れ様でした。*/
/* これからも奥さまはブヒ。をよろしくお願いします*/
/* http://www.doblog.com/weblog/myblog/12246*/
/*****************************************************/
/*** ブログ部背景色・メニューとの境界線ボーダー ***/
.blog {
width : 570px;
float: right;
padding-bottom: 10px;
background-color: #000000;
border-left: 0px solid #999999;
}
.blog-contents {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
}
.blog .blog-header {
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size : 65%;
font-weight : bold;
color: #000000;
width: 100%;
text-indent: 10px;
padding-top: 5px;
padding-bottom: 5px;
display: none;
}
/*** このブログをブックマークする~部分 ***/
.blog-number {
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size : 65%;
text-align : right;
padding-top: 10px;
background-color: #000000;
}
.blog-category {
padding-bottom: 10px;
}
.blog-genre {
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size : 65%;
line-height : 125%;
padding-top : 5px;
padding-bottom : 4px;
padding-left : 5px;
margin-bottom : 5px;
border: 1px solid #999999;
}
.blog-search {
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size : 65%;
line-height : 125%;
padding-top : 5px;
padding-bottom : 4px;
padding-left : 5px;
margin-bottom : 5px;
border: 1px solid #999999;
}
/*** 前のページ・次のページ部分 ***/
.blog-pageselect {
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size : 65%;
text-align : right;
border: 0px solid #999;
padding: 5px;
margin-top: 5px;
}
/*** 記事の日付部分 ***/
.blog-date {
font-size: 65%;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
padding-top: 5px;
clear: both;
margin-top: 10px;
text-indent: 5px;
visibility: hidden;
}
.blog-date a {
visibility: visible;
}
.blog-entry {
margin-bottom: 40px;
}
.blog-title {
margin-bottom: 15px;
}
.blog-scene {
padding: 5px;
margin-bottom: 10px;
}
/*** 記事タイトル左下の時間・ジャンル部分 ***/
.blog-title-time {
font-size: 65%;
color: #666666;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
padding: 5px;
float: left;
}
/*** 記事タイトル部分 ***/
.blog-title-title {
font-weight: bold;
font-size: 100%;
color: #666666;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
border-bottom: 2px solid #ffcc33;
text-indent: 5px;
padding-top: 2px;
padding-bottom: 3px;
margin-left: 4px;
margin-right: 4px;
}
/*** 記事タイトルリンク部分 ***/
.blog-title-title a:link {
color : #666666 ;
text-decoration: none;}
.blog-title-title a:visited {
color : #666666 ;
text-decoration: none;}
.blog-title-title a:hover {
color : #666666 ;
text-decoration: none;}
.blog-title-title a:active {
color : #666666 ;
text-decoration: none;}
/*** 記事タイトル右下のスライドショー・編集・削除部分 ***/
.blog-title-slide {
font-size: 65%;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
text-align: right;
padding: 5px;
padding: 5px;
color: #666666;
clear: right;
}
/*** 投稿画像のマージン・画像の位置 ***/
.blog-image {
float: right;
margin-right: 5px;
margin-bottom: 5px;
margin-left: 5px;
}
/*** 記事の文章フォント設定(サイズ・行間・種類など) ***/
.blog-text {
font-size: 75%;
line-height: 155%;
word-break: break-all;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
}
/*** DoblogツールバーでURLを指定したときに出てくるリンク部 ***/
.blog-text-url {
margin-top: 1em;
word-break: break-all;
}
/*** 記事右下の最終更新部分 ***/
.blog-update {
visibility: hidden;
}
.blog-entry-footer {
}
/*** トラックバックを見る書く部分 ***/
.blog-trackback {
font-size: 65%;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
padding: 5px;
line-height: 140%;
}
/*** ↑ページトップ部分 ***/
.blog-pagetop {
font-size: 65%;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
text-align: right;
display: block;
}
/******************** popup ********************/
.blog-header {
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size : 75%;
font-weight : bold;
color: #003366;
text-align: left;
margin-right: 5px;
margin-left: 5px;
border: none;
}
/*** ポップアップないの背景色など ***/
.blog-popup {
padding: 5px;
background-color: #f7f7f7;
text-align: left;
clear: both;
margin: 5px;
border: 1px solid #333333;
}
/*** ポップアップのフォント設定 ***/
.blog-popup-text {
line-height: 135%;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
font-size: 75%;
}
/*** 説明面倒なので省略 ***/
.blog-popup .blog-title-title {
font-weight: bold;
font-size: 100%;
color: #999;
font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ;
border-bottom: 1px dotted #666666;
padding-top: 5px;
padding-bottom: 3px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 3px;
}
/********************* END **********************/
/* ここでCSSは終わりです。お疲れ様でした。*/
/* これからも奥さまはブヒ。をよろしくお願いします*/
/* http://www.doblog.com/weblog/myblog/12246*/
/*****************************************************/