ニックネーム:   パスワード:
| MyDoblogトップ | Doblogポータル | Doblogガイド | ユーザ登録 | 使い方 | よくある質問 | ツールバー | サポート |
N-st. TEMPLATE
Blog
[ 総Blog数:26件 ] [ このMyDoblogをブックマークする ] [ RSS0.91   RSS1.0   RSS2.0 ] [ ATOM ]
2006/09/09のBlog
シンプルな葉っぱ模様を、タイトル画像にしてみました。


以下のCSSソースをぜーんぶコピーして、自分のページのデザインカスタマイズで、いったんそこに記述されているものを消し、貼り付けてください。

分かりにくいことがあれば、気軽に聞いてくださいね。
さらにカスタマしちゃうのもぜんぜんOKですよ~^^


/***************************************************************/
/*-------------- NOA's STREET [Template leafcard] ------------*/
/********** http://www.doblog.com/weblog/myblog/15224 **********/
/***************************************************************/
/* ベース [ヒヨコ君増殖中テンプレート 通常版デザイン変更練習用]*/

/*** 全体 ***/
body {
color : #666666;
background-color : #ffffff;
text-align: center;
font-family: "verdana", "MS UI Gothic";
font-size : 100%;
padding-top: 0px;
padding-bottom: 10px;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #666666;
scrollbar-shadow-color: #666666;
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #666666;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #c0c0c0;
}



/****************** OPTION *******************/

.blog img {
/* border: 1px solid #333333; */
}

hr {
color: #888888;
height: 1px;
}

/****************** Newtag *******************/

/*** この記事のURL・トラックバックURLの部分 ***/
.blog-linkurl {
font-family: "MS Pゴシック", Osaka, sans-serif;
font-size : 75%;
border-top: 1px dotted #888888;
border-bottom: 1px dotted #888888;
padding: 5px;
margin-bottom: 10px;
line-height: 150%;
}

.menu-contents P { margin: 0px 0px 2px }

/****************** links *******************/

/*** 未訪問リンク色 ***/
a:link { color : #888888; text-decoration: none;}

/*** リンクをクリックしたときの色 ***/
a:active { color : #cc9900; text-decoration: none;}

/*** 訪問済みリンク色 ***/
a:visited { color : #888888; text-decoration: none;}

/*** マウスを上に乗せたときの色 ***/
a:hover { color : #cc9900; text-decoration: underline;}

.blog-scene img {
border : 0px ;
}

/****************** form ********************/

form {
margin : 0px
}

input {
border: 1px solid #888888;
margin: 2px;
}

form table input {
border: 1px solid #888888;
height: 18px;
}

textarea {
border: 1px solid #888888;
margin: 2px;
}

/************* navigation table **************/

.myblog-position form table {
background-image: none ;
position: absolute;
left: 0px;
top: 320px;
width: 800px;
color: #666666;
height: 0px;
padding : 0px 5px 3px 0px ;
/*上・右・下・左*/
}

.myblog-position form td { text-align: right;}

/*** Doblogナビゲーションリンク色 ***/

/*** 未訪問リンク色 ***/
.myblog-position A.portalbar:link { color: #999999; text-decoration: none;}

/*** リンクをクリックしたときの色 ***/
.myblog-position A.portalbar:active { color: #666666; text-decoration: none;}

/*** 訪問済みリンク色 ***/
.myblog-position A.portalbar:visited { color: #999999; text-decoration: none;}

/*** マウスを上に乗せたときの色 ***/
.myblog-position A.portalbar:hover { color: #666666; text-decoration: none; background-color: transparent;}

/******************** etc *********************/


/*** 外周ボーダー&メニュー部分背景色 ***/
.myblog-position {
text-align : left;
width: 800px;
position: relative;
background-color: #ffffff;
border: 1px solid #888888;
margin-left: auto;
margin-right: auto;
}

.myblog-contents {
padding-bottom: 1px;
border-top: 0px;
}

/*** NTT-DATA著作権部 ***/
.myblog-position .footer {
border: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
width: auto;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
background-color: #cccccc;
color: #888888;
}

/******************* header ********************/

/*** ヘッダの幅&背景設定 ***/
.myblog-header {
height: 360px;
width: 100%;
background-color: #ffffff;
background-image: url("http://img.doblog.com/72000/u71674/1000/FI12_1E.gif");
}

/*** ブログタイトル設定 ***/
.myblog-header-text {
color: #666666;
font-size: 140%;
font-weight: bold;
font-family: "verdana", "MS Georgia", serif;
text-align : right;
padding-top: 180px;
padding-right: 40px;
display: block;
clear: right;
}

.myblog-header-text a:link {
color : #666666;
text-decoration: none;}

.myblog-header-text a:visited {
color :#666666;
text-decoration: none;}

.myblog-header-text a:active {
color : #666666;
text-decoration: none;}

.myblog-header-text a:hover {
color :#999999;
text-decoration: none;}

/*** ブログタイトル横につく画像の設定 ***/
.myblog-header img {
float: left;
margin: 12px 15px 0px;
}

/******************** menu *********************/

/*** メニュー部の幅 ***/
.menu {
width: 190px;
float: left;
padding-top: 80px;
/*上・右・下・左*/
background-image: ;
}

/*** メニュー見出し部分 ***/
.menu-header {
font-weight: bold;
font-size: 75%;
font-family: "verdana", "MS Pゴシック", Osaka, sans-serif;
border-left: 20px solid #888888;
border-bottom: 1px solid #888888;
color: #888888;
padding-bottom: 2px;
padding-top: 3px;
text-indent: 30px;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 10px;
}

/*** メニューコンテンツ部分 ***/
.menu-contents {
font-size: 70%;
font-family: "verdana", "MS Pゴシック", Osaka, sans-serif;
line-height: 140%;
word-break: break-all;
padding: 5px 0px 5px 3px;
margin: 5px 0px 15px 0px;
}

/*** カレンダー幅 ***/
.menu table {
text-align: center;
font-size: 12px;
width: 178px;
}

nobr {
color: #888888;
white-space: normal;
}

/******************* calender *******************/

/*** カレンダー通常 ***/
.calender {
padding-top: 2px;
padding-bottom: 2px;
}

/*** カレンダーフォーカス時 ***/
.calender-focus {
padding-top: 2px;
padding-bottom: 2px;
background-color: #cccccc;
}
/********************* blog *********************/

/*** ブログ部背景色・メニューとの境界線ボーダーナリ ***/
.blog {
width : 570px;
float: right;
padding-bottom: 10px;
background-color: #ffffff;
border-left: 0px;
}

.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: #888888;
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 : 70%;
text-align : right;
padding-bottom: 5px;
padding-top: 20px;
line-height: 150%;
}

.blog-category {
padding-bottom: 10px;
}

.blog-genre {
font-family: "verdana", "MS Pゴシック", Osaka, sans-serif;
font-size : 75%;
line-height : 125%;
padding-top : 5px;
padding-bottom : 4px;
padding-left : 5px;
margin-bottom : 5px;
border: 1px dotted #888888;
}

.blog-search {
font-family: "verdana", "MS Pゴシック", Osaka, sans-serif;
font-size : 75%;
line-height : 125%;
padding-top : 5px;
padding-bottom : 4px;
padding-left : 5px;
margin-bottom : 5px;
border: 1px dotted #888888;
}

/*** 前のページ・次のページ部分 ***/
.blog-pageselect {
font-family: "verdana", "MS Pゴシック", Osaka, sans-serif;
font-size : 70%;
text-align : right;
padding : 0px 5px 0px 0px ;
/*上・右・下・左*/
margin-top: 5px;
}

/*** 記事の日付 ***/
.blog-date {
font-size: 80%;
font-weight: bold;
font-family: "verdana", "MS Pゴシック", Osaka, sans-serif;
padding-top: 5px;
clear: both;
margin-top: 10px;
text-indent: 5px;
}

.blog-entry {
margin-bottom: 40px;
}

.blog-title {
margin-bottom: 15px;
}

.blog-scene {
padding: 5px;
margin-bottom: 10px;
}


/*** 記事タイトル左下の時間・ジャンル部分 ***/
.blog-title-time {
font-size: 70%;
color: #888888;
font-family: "MS Pゴシック", Osaka, sans-serif;
padding: 5px;
float: left;
}

/*** 記事タイトル部分 ***/
.blog-title-title {
font-weight: bold;
font-size: 120%;
color: #666666;
font-family: "MS Pゴシック", Osaka, sans-serif;
border-bottom: 2px dotted #888888;
padding-top: 2px;
padding-bottom: 3px;
margin-left: 4px;
margin-right: 4px;
}

.blog-title-title a:link {
color : #666666 ;
text-decoration: none;
padding-left : 20px ;
padding-bottom : 3px ;
background-image : url("") ;
background-repeat : no-repeat ;
}

.blog-title-title a:visited {
color : #666666 ;
text-decoration: none;
padding-left : 20px ;
padding-bottom : 3px ;
background-image : url("") ;
background-repeat : no-repeat ;
}

.blog-title-title a:active {
color : #666666 ;
text-decoration: none;
padding-left : 20px ;
padding-bottom : 3px ;
background-image : url("") ;
background-repeat : no-repeat ;
}

.blog-title-title a:hover {
color : #000000 ;
text-decoration: none;
padding-left : 20px ;
padding-bottom : 3px ;
background-image : url("") ;
background-repeat : no-repeat ;
}

/*** 記事タイトル右下のスライドショー・編集・削除部分 ***/
.blog-title-slide {
font-size: 75%;
font-family: "MS Pゴシック", Osaka, sans-serif;
text-align: right;
padding: 5px;
padding: 5px;
color: #888888;
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: "MS Pゴシック", Osaka, sans-serif;
}

/*** DoblogツールバーでURLを指定したときに出てくるリンク部 ***/
.blog-text-url {
margin-top: 1em;
word-break: break-all;
}

/*** 記事右下の最終更新部分 ***/
.blog-update {
clear: both;
font-size: 75%;
font-family: "MS Pゴシック", Osaka, sans-serif;
text-align: right;
padding: 5px;
margin-bottom: 10px;
color: #888888;
}

.blog-entry-footer {
background-color: #ffffff;
margin: 10px;
}

/*** トラックバックを見る書く部分 ***/
.blog-trackback {
font-size: 75%;
font-family: "MS Pゴシック", Osaka, sans-serif;
padding: 5px;
line-height: 140%;
}

/*** ↑ページトップ部分 ***/
.blog-pagetop {
font-size: 75%;
font-family: "MS Pゴシック", Osaka, sans-serif;
text-align: right;
display: block;
}

/******************** popup ********************/

/*** ポップアップないの背景色など ***/
.blog-popup {
padding: 5px;
background-color: #ffffff;
text-align: left;
clear: both;
margin: 5px;
border: 1px solid #888888;
}

/*** ポップアップのフォント設定 ***/
.blog-popup-text {
line-height: 135%;
font-family: "verdana", "MS Pゴシック", Osaka, sans-serif;
font-size: 75%;
}

/*** 説明面倒なので省略 ***/
.blog-popup .blog-title-title {
font-size: 100%;
color: #666666;
font-family: "MS Pゴシック", Osaka, sans-serif;
border-bottom: 1px dotted #888888;
padding-top: 5px;
padding-bottom: 3px;
margin: 10px 0px 3px 0px;
}

.blog-popup-text input {
width: 450px;
border: solid 1px #555555;
background-color: #cccccc;
}
/************ ここまで **************/