■ Queen ■ ・このテンプレートはヒヨコ君増殖中さまからお借りしてnaomiが改変したものです。 ・お持ち帰りされた後、CSS上部の作者情報を削除・再配布するのはご遠慮ください。 /*****************************************************/ /* ヒヨコ君増殖中テンプレート 通常版デザイン変更練習用 */ /* http://www.doblog.com/weblog/myblog/3613 */ /* Add a script to CSS 奥さまはブヒ。*/ /* http://www.doblog.com/weblog/myblog/12246*/ /*****************************************************/ /*** 全体の背景設定 ***/ body { color : #666666; background-color : #ffffff; text-align: center; font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ; padding-top: 20px; padding-bottom: 20px; /*****全体の背景画像のURL******/ background-image: url("http://img.doblog.com/60000/u59399/1000/FI2399268_3E.gif"); background-attachment: fixed; } /****************** OPTION *******************/ .blog img { border: 0px solid #666666; } hr { color: #666666; height: 1px; } /****************** Newtag *******************/ /*** この記事のURL・トラックバックURLの部分 ***/ .blog-linkurl { font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ; font-size : 70%; border-top: 1px dotted #000000; border-bottom: 1px dotted #000000; padding: 5px; margin-bottom: 10px; line-height: 150%; } .menu-contents P { margin: 0px 0px 2px } /****************** links *******************/ /*** 未訪問リンク色 ***/ a:link { color : #666666; text-decoration : none ;} /*** 訪問済みリンク色 ***/ a:visited { color : #666666; text-decoration : none ;} /*** マウスを上に乗せたときの色 ***/ a:hover { color : #666666; text-decoration : none ; font-weight: bold;} /*** リンクをクリックしたときの色 ***/ a:active { color : #666666; text-decoration : none ; 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; left: 2px; top: 0px; width: 765px; color: #ffffff; height: 50px; } .myblog-position form td { text-align: right;} /*** Doblogナビゲーションリンク色 ***/ /*** 未訪問リンク色 ***/ .myblog-position A.portalbar:link { color: #cccccc; text-decoration: none;} /*** 訪問済みリンク色 ***/ .myblog-position A.portalbar:visited { color: #cccccc; text-decoration: none;} /*** マウスを上に乗せたときの色 ***/ .myblog-position A.portalbar:hover { color: #cccccc; text-decoration: none; background-color: transparent;} /*** リンクをクリックしたときの色 ***/ .myblog-position A.portalbar:active { color: #cccccc; text-decoration: none;} /******************** etc *********************/ /*** 外周ボーダー&メニュー部分背景色 ***/ .myblog-position { text-align : left; width: 776px; position: relative; background-color: #ffffff; border: 2px solid #000000; margin-left: auto; margin-right: auto; } .myblog-contents { padding-bottom: 1px; border-top: 0px solid #990000; } /*** NTT-DATA著作権部 ***/ .myblog-position .footer { border: 0px 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: #666666; } /******************* header ********************/ /*** ヘッダの幅&背景設定 ***/ .myblog-header { background-color : #ffffff; height: 180px; width: 100%; background-image: url("http://img.doblog.com/60000/u59399/1000/FI2399268_2E.png"); background-position: left top; background-repeat: no-repeat; } /*** ブログタイトル設定 ***/ .myblog-header-text { color: #990000; font-size: 200%; font-weight: bold; font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ; padding: 90px 218px 0px; display: block; } /*** ブログタイトル横につく画像の設定 ***/ .myblog-header img { float: left; margin: 12px 15px 0px; } /******************** menu *********************/ /*** メニュー部の幅 ***/ .menu { width : 192px; float : left; padding-top: 10px; background-color: #ffffff; margin-top: 0px; padding-top : 310px ; background-image : url("http://img.doblog.com/60000/u59399/1000/FI2399268_1E.png") ; background-repeat : no-repeat ; background-position : right top ; } /*** メニュー見出し部分 ***/ .menu-header { font-weight: bold; font-size: 65%; font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ; border-bottom: 1px dotted #000000; 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: "Verdana", "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 : #f7f7f7; } /********************* blog *********************/ /*** ブログ部背景色・メニューとの境界線ボーダー ***/ .blog { width : 570px; float: right; padding-bottom: 10px; background-color: #ffffff; border-left: 0px solid #990000; } .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: #666666; 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: 3px; color: #666666; background-color: #ffffff; } .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 #666666; } .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 #666666; } /*** 前のページ・次のページ部分 ***/ .blog-pageselect { font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ; font-size : 65%; text-align : right; border: 0px dotted #cccc99; padding: 5px; margin-top: 5px; } /*** 記事の日付部分 ***/ .blog-date { font-size: 75%; font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ; padding : 0px 0px 10px 10px ; margin : 5px 0px 0px 0px ; clear : both ; color : #ccccff; font-weight : bold ; 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: 120%; color: #990000; font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ; border-bottom: 1px dotted #000000; text-indent: 5px; padding-top: 2px; padding-bottom: 3px; margin-left: 4px; margin-right: 4px; } .blog-title-title a:link { color : #990000; text-decoration: none;} .blog-title-title a:visited { color : #990000; text-decoration: none;} .blog-title-title a:hover { color : #990000; text-decoration: none;} .blog-title-title a:active { color : #990000; 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: 80%; line-height: 155%; word-break: break-all; font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ; } /*** 記事の文章内のリンク指定 ***/ .blog-text a:link { color : #666666; text-decoration : none ; border-bottom : dotted 2px #cccccc;} .blog-text a:visited { color : #666666; text-decoration : none ; border-bottom : dotted 2px #cccccc;} .blog-text a:hover { color : #666666; text-decoration : none ; border-bottom : dotted 2px #cccccc;} .blog-text a:active { color : #666666; text-decoration : none ; border-bottom : dotted 2px #cccccc;} /*** DoblogツールバーでURLを指定したときに出てくるリンク部 ***/ .blog-text-url { margin-top: 1em; word-break: break-all; } /*** 記事右下の最終更新部分 ***/ .blog-update { clear: both; font-size: 65%; font-family: "Verdana", "MS Pゴシック", "Osaka", "sans-serif" ; text-align: right; padding: 5px; margin-bottom: 10px; color: #666666; } .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: #666666; text-align: left; margin-right: 5px; margin-left: 5px; border: none; } /*** ポップアップないの背景色など ***/ .blog-popup { padding: 5px; background-color: #ffffff; text-align: left; clear: both; margin: 5px; border: 1px solid #666666; } /*** ポップアップのフォント設定 ***/ .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: #666666; 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 **********************/