うぃず FC2テンプレート

FC2ブログのテンプレートの配布や、コピペで簡単にカスタマイズできるような方法を紹介しています。
FC2ブログで使えるテンプレートを配布しています
2013.03.24 11:54|folder.png テンプレートcomment.png(0)

新テンプレート申請中

  • このエントリーをはてなブックマークに追加

  • 新テンプレート【01L_Blue】

    を申請中しました!

    これは、現在人気の

    01L_Green.jpg

    2カラムテンプレートの青色バージョンになります。

    簡単に言ってしまえば、現在このブログに適用しているテンプレートです。

    さわやかなブルーです(^-^)

    以下より、先行配布したいと思いますー。


    スポンサードリンク


    【HTML編集】






    <%sub_title><br><!--permanent_area-->|<!--/permanent_area--><br><!--date_area-->|<!--/date_area--><br><!--category_area-->|<!--/category_area--><br><!--not_index_area--><!--not_titlelist_area--><br><!--not_permanent_area--><!--not_edit_area--><br>(No<!--topentry-->.<%topentry_no><!--/topentry-->)|<br><!--/not_edit_area--><!--/not_permanent_area--><br><!--/not_titlelist_area--><!--/not_index_area--><br><%blog_name><br>


















































    <%blog_name>


    <%introduction>

















    <%plugin_third_title>




    <%plugin_third_description>



    <%plugin_third_content>



    <%plugin_third_description2>



















    月別アーカイブ  [ <%now_year>年<%now_month>月 ] 




























    <%topentry_title>







    <%topentry_body>






    <%topentry_more>








    [ <%topentry_year>年<%topentry_month>月<%topentry_day>日 <%topentry_hour>:<%topentry_minute> ]



    カテゴリ:<%topentry_category> |

    TB(<%topentry_tb_num>)

    TB(-) |

    CM(<%topentry_comment_num>)

    CM(-)























    <%comment_title>


    <%comment_body>


    [ <%comment_year>/<%comment_month>/<%comment_day> <%comment_hour>:<%comment_minute> ]


    [ 編集 ]








    コメントの投稿






























    管理者にだけ表示を許可する












    コメントの編集































    管理者にだけ表示を許可する
















    トラックバック


    この記事のトラックバックURL





    <%tb_title>


    <%tb_excerpt>

    [<%tb_year>/<%tb_month>/<%tb_day> <%tb_hour>:<%tb_minute>]
    <%tb_blog_name>












    サイトマップ








    ■ カテゴリ一覧 ■














     □
     □


    <%category_name> (<%category_count>)













































    <%plugin_first_title>



    <%plugin_first_description>


    <%plugin_first_content>

    <%plugin_first_description2>











    <%plugin_second_title>



    <%plugin_second_description>


    <%plugin_second_content>

    <%plugin_second_description2>



























       



    【スタイルシート編集】


    body {
    text-align:center;
    line-height:1.3;
    background-color:#EEF3FA; /* 外側背景色 */
    }
    #header_outline {
    background-color:#ffffff; /* サイト背景色 */
    }

    #outline{
    width:910px;
    border:1px solid #3D7FBB; /* 外枠の色 */
    margin:0 auto;
    }



    /***************************************** ▼ パンくずリスト ▼ */
    .pankuzu_list {
    font-weight:bold;
    font-size:10pt; /* 文字サイズ */
    color:#808080; /* 文字色 */
    text-align:left; /* 左寄せ */
    margin:10px 20px 10px;
    }
    /***************************************** ▲ パンくずリスト ▲ */

    /******************************************* ▼ サイトの幅 ▼ */
    #header_outline{
    width:910px;
    margin:0 auto;
    }

    #footer_outline{
    width:910px;
    margin:0 auto;
    }
    #outline_main {
    width:900px; /* 全体 */
    margin:0 auto;
    }

    #main {
    width:690px; /* メイン*/
    float:right;
    }
    #first {
    width:200px; /* プラグイン1の幅 */
    float:left;
    }

    #main-first {
    width:900px;
    float:left;
    }
    /******************************************* ▲ サイトの幅 ▲ */


    /******************************* ▼ リンクの色と下線の有無 ▼ */
    a:link {color:#003366; text-decoration:none;} /* 通常 */
    a:active {color:#003366; text-decoration:none;} /*実行中*/
    a:visited {color:#003366; text-decoration:none;} /*訪問済*/
    a:hover {color:#990033; text-decoration:underline;} /*マウス*/
    /******************************* ▲ リンクの色と下線の有無 ▲ */

    /********************************************* ▼ ヘッダー ▼ */
    #header_outline {
    border-top:0px solid #000000; /* 外枠の色(上) */
    border-bottom:0px solid #0066cc; /* 外枠の色(下) */
    margin-bottom:0px; /* ヘッダ下間隔 */
    }
    #header_body {
    background-color:#3D7FBB; /* 背景色 */
    border-top:0px solid #0066ff; /* 内枠の色(上) */
    border-bottom:0px solid #0066ff; /* 内枠の色(下) */
    padding-top:25px; /* 上の余白 */
    padding-bottom:10px; /* 下の余白 */
    }

    /********************************************* ▲ ヘッダー ▲ */

    /*************************************** ▼ ブログタイトル ▼ */
    h1 {
    font-size:18pt; /* 文字サイズ */
    text-align:center; /* 左寄せ */
    margin:10px 30px;
    }
    /* ▽文字色とリンクの下線有無▽ */
    h1 a:link { color:#ffffff; text-decoration:none; } /* 通常 */
    h1 a:active { color:#ffffff; text-decoration:none; } /*実行中*/
    h1 a:visited { color:#ffffff; text-decoration:none; } /*訪問済*/
    h1 a:hover { color:#dddddd; text-decoration:none; } /*マウス*/
    /* △文字色とリンクの下線有無△ */
    /*************************************** ▲ ブログタイトル ▲ */

    /***************************************** ▼ サイト紹介文 ▼ */
    .intro {
    font-size:10pt; /* 文字サイズ */
    color:#efefef; /* 文字色 */
    text-align:center; /* 左寄せ */
    margin:5px 5px 10px;
    }
    /***************************************** ▲ サイト紹介文 ▲ */

    /************************************************* ▼ 記事 ▼ */
    .ently_outline {
    border:#3D7FBB 1px solid; /* 外枠の色/太さ/実線 */
    background-color:#efefef; /* 背景色 */
    margin-bottom:20px; /* 次の記事までの間隔 */
    }

    .ently_title {
    font-size:14pt; /* 文字サイズ(記事タイトル)*/
    color:#3D7FBB; /* 文字色 (記事タイトル)*/
    background-color:#efefef; /* 背景色 (記事タイトル)*/
    border-bottom:#3D7FBB 2px dotted; /* 枠 (記事タイトル)*/
    text-align:left; /* 左寄せ (記事タイトル)*/
    padding:5px 10px;
    margin:0px;
    }
    /* ▽文字色とリンクの下線有無▽ */
    h2 a:link { color:#339CCE; text-decoration:none; } /* 通常 */
    h2 a:active { color:#3D7FBB; text-decoration:none; } /*実行中*/
    h2 a:visited { color:#3D7FBB; text-decoration:none; } /*訪問済*/
    h2 a:hover { color:#777777; text-decoration:none; } /*マウス*/
    /* △文字色とリンクの下線有無△ */

    .ently_body {
    font-size:10pt; /* 文字サイズ(記事本文) */
    color:#000000; /* 文字色 (記事本文) */
    margin-bottom:10px;
    }
    .ently_body img {
    padding: 2px;
    background: #fff;
    border: 2px solid #444;
    margin-right:2px;
    }
    .ently_body a img {
    border: 2px solid #777777; /* 記事のサムネ画像の枠線*/
    }
    .ently_body a img:hover {
    border: 2px solid #3D7FBB; /* マウスが乗った時の記事のサムネ画像の枠線*/
    }


    .ently_text {
    text-align:left; /* 左寄せ (記事本文) */
    margin:10px 10px;
    margin-bottom:20px; /* 記事末尾の間隔調整 */
    }
    .ently_navi {
    text-align:right; /* 右寄せ(時刻・CM・TB) */
    color:#444444; /* 文字色(時刻・CM・TB) */
    margin-left:5px;
    }

    /************************************************* ▲ 記事 ▲ */

    /*************************** ▼ 左側メニュー(プラグイン1) ▼ */
    .plugin1_outline {
    border: #3D7FBB 1px solid; /* 個別枠 */
    margin-bottom:10px; /* 次のプラグインまでの間隔 */
    }
    .plugin1_title {
    font-size:11pt; /* 文字サイズ(タイトル) */
    font-weight:bold; /* 太字 (タイトル) */
    color:#ffffff; /* 文字色 (タイトル) */
    background-color:#3D7FBB; /* 背景色 (タイトル) */
    border: #DC143C 0px solid; /* 枠 (タイトル) */
    padding:2px 15px;
    }
    .plugin1_body {
    font-size:9pt; /* 文字サイズ(本体) */
    color:#333333; /* 文字色 (本体) */
    background-color:#efefef; /* 背景色 (本体) */
    border-top: #000000 0px solid; /* 枠(上) (本体) */
    border-left : #777777 0px solid; /* 枠(左) (本体) */
    border-right: #777777 0px solid; /* 枠(右) (本体) */
    border-bottom:#777777 0px solid; /* 枠(下) (本体) */
    padding:5px 5px 5px 5px;
    line-height:1;
    }
    /* プラグイン1説明(上部) */
    .p1u_description {
    margin-bottom:7px;
    }
    /* プラグイン1説明(下部) */
    .p1d_description {
    margin-top:7px;
    }
    /*************************** ▲ 左側メニュー(プラグイン1) ▲ */

    /*************************** ▼ 右側メニュー(プラグイン2) ▼ */
    .plugin2_outline {
    border: #3D7FBB 1px solid; /* 個別枠 */
    margin-bottom:10px; /* 次のプラグインまでの間隔 */
    }
    .plugin2_title {
    font-size:11pt; /* 文字サイズ(タイトル) */
    font-weight:bold; /* 太字 (タイトル) */
    color:#ffffff; /* 文字色 (タイトル) */
    background-color:#3D7FBB; /* 背景色 (タイトル) */
    border: #DC143C 0px solid; /* 枠 (タイトル) */
    padding:2px 15px;
    }
    .plugin2_body {
    font-size:9pt; /* 文字サイズ(本体) */
    color:#333333; /* 文字色 (本体) */
    background-color:#efefef; /* 背景色 (本体) */
    padding:5px 5px 5px 5px;
    line-height:1;
    }
    /* プラグイン2説明(上部) */
    .p2u_description {
    margin-bottom:2px;
    }
    /* プラグイン2説明(下部) */
    .p2d_description {
    margin-top:2px;
    }
    /*************************** ▲ 右側メニュー(プラグイン2) ▲ */

    /*************************** ▼ 上部メニュー(プラグイン3) ▼ */
    .plugin3_outline {
    border: #3D7FBB 1px solid; /* 個別枠 */
    margin-bottom:10px;
    }
    .plugin3_title {
    font-size:11pt; /* 文字サイズ(タイトル) */
    font-weight:bold; /* 太字 (タイトル) */
    color:#ffffff; /* 文字色 (タイトル) */
    background-color:#3D7FBB; /* 背景色 (タイトル) */
    border: #DC143C 0px solid; /* 枠 (タイトル) */
    padding:2px 15px;
    }
    .plugin3_body {
    font-size:10pt; /* 文字サイズ(本体) */
    color:#333333; /* 文字色 (本体) */
    background-color:#efefef; /* 背景色 (本体) */
    padding:5px 20px;
    }
    /* プラグイン3説明(上部) */
    .p3u_description {
    margin-top:5px;
    margin-bottom:5px;
    }
    /* プラグイン3説明(下部) */
    .p3d_description {
    margin-top:5px;
    margin-bottom:5px;
    }
    /*************************** ▲ 上部メニュー(プラグイン3) ▲ */

    /********************************************* ▼ コメント ▼ */
    .comment_outline {
    border:#3D7FBB 1px solid; /* 外枠の/色太さ/実線 */
    text-align:left; /* 左寄せ */
    margin-bottom:20px; /* 次のコメントまでの間隔 */
    background-color:#EFEFEF; /* 背景色 (タイトル) */
    }
    .comment_title {
    font-size:12pt; /* 文字サイズ(タイトル) */
    color:#ffffff; /* 文字色 (タイトル) */
    font-weight:bold; /* 太字 (タイトル) */
    background-color:#3D7FBB; /* 背景色 (タイトル) */
    text-align:left; /* 左寄せ (タイトル) */
    border:#000000 0px solid; /* 枠 (タイトル) */
    padding:5px 20px;
    }
    .comment_body {
    font-size:10pt; /* 文字サイズ(コメント本文) */
    color:#333333; /* 文字色 (コメント本文) */
    border-top: #000000 0px solid; /* 枠(上) (コメント本文) */
    border-left: #000000 0px solid; /* 枠(上) (コメント本文) */
    border-right: #000000 0px solid; /* 枠(上) (コメント本文) */
    border-bottom:#000000 0px solid; /* 枠(上) (コメント本文) */
    background-color:#EFEFEF; /* 背景色 (コメント本文) */
    margin:0px;
    }
    .comment_text {
    text-align:left; /* 左寄せ (コメント本文) */
    margin:10px 20px;
    }
    .comment_navi {
    color:#333333; /* 文字色 (時刻・CM・TB) */
    text-align:right; /* 右寄せ (時刻・投稿者) */
    margin:0px 10px 3px;
    }
    /* コメント諸項目(名前、URL等)の入力欄の幅 */
    #subject,
    #name,
    #mail,
    #url {
    width: 50%;
    }
    /* コメント本文の入力欄の幅 */
    #comment {
    width: 95%;
    }
    /* コメントパスワード入力欄の幅 */
    #pass {
    width: 30%;
    }
    /********************************************* ▲ コメント ▲ */



    /*************************************** ▼ トラックバック ▼ */
    .trackback_outline {
    border:#3D7FBB 1px solid; /* 外枠の/色太さ/実線 */
    background-color:#FFFFFF; /* 背景色 */
    margin-bottom:20px;
    }
    .trackback_block_title {
    font-size:12pt; /*文字サイズ(ブロックタイトル)*/
    color:#ffffff; /*文字色 (ブロックタイトル)*/
    font-weight:bold; /*太字 (ブロックタイトル)*/
    background-color:#3D7FBB; /*背景色 (ブロックタイトル)*/
    text-align:left; /*左寄せ (ブロックタイトル)*/
    border:#000000 0px solid; /*枠 (ブロックタイトル)*/
    padding:5px 20px;
    }
    .trackback_block_body {
    font-size:10pt; /* 文字サイズ(ブロック本文) */
    color:#444444; /* 文字色 (ブロック本文) */
    border-top: #000000 0px solid; /* 枠(上) (ブロック本文) */
    border-left: #000000 0px solid; /* 枠(左) (ブロック本文) */
    border-right: #000000 0px solid; /* 枠(右) (ブロック本文) */
    border-bottom:#000000 0px solid; /* 枠(下) (ブロック本文) */
    background-color:#efefef; /* 背景色 (ブロック本文) */
    text-align:left;
    padding:10px 20px 0;
    }
    .trackback_title {
    font-size:10pt; /* 文字サイズ(個別タイトル) */
    color:#444444; /* 文字色 (タイトル) */
    font-weight:bold; /* 太字 (個別タイトル) */
    }
    .trackback_body {
    font-size:3pt; /* 文字サイズ(個別本文) */
    color:#444444; /* 文字色 (個別本文) */
    margin-bottom:20px;
    }
    .trackback_navi {
    border-top:#e0e0e0 1px solid; /* 飾り線 (時刻・投稿者) */
    text-align:right; /* 右寄せ (時刻・投稿者) */
    }
    /*************************************** ▲ トラックバック ▲ */

    /******************* ▼ カテゴリ・検索・月別ナビゲーション ▼ */
    .various_outline {
    border:#3D7FBB 1px solid; /* 外枠の色/太さ/実線 */
    margin-bottom:20px;
    }
    .various_title {
    font-size:12pt; /* 文字サイズ(タイトル) */
    color:#ffffff; /* 文字色 (タイトル) */
    font-weight:bold; /* 太字 (タイトル) */
    background-color:#3D7FBB; /* 背景色 (タイトル) */
    text-align:left; /* 左寄せ (タイトル) */
    border:#000000 0px solid; /* 枠 (タイトル) */
    padding:5px 20px;
    margin:0;
    }
    .various_body {
    font-size:10pt; /* 文字サイズ(本体) */
    color:#444444; /* 文字色 (本体) */
    background-color:#EFEFEF; /* 背景色 (本体) */
    border-top:#e0e0e0 0px solid; /* 飾り線(上)(本体) */
    }
    .various_text {
    text-align:left; /* 左寄せ (本体) */
    margin:10px 20px;
    }
    .various_navi {
    text-align:center; /* 中央寄せ (矢印) */
    margin:0px;
    }
    /******************* ▲ カテゴリ・検索・月別ナビゲーション ▲ */

    /********************************************* ▼ フッター ▼ */
    #footer_outline {
    border:0px solid #333333; /* 外枠の色 */
    background-color:#3D7FBB; /* 背景色 */
    }
    #footer_body {
    font-size:9pt; /* 文字サイズ */
    color:#ffffff; /* 文字色 */
    border:0px solid #000000; /* 内枠の色 */
    padding:5px;
    }
    #footer_body a:link { color:#ffffff; } /* 通常 */
    #footer_body a:active { color:#aaaaaa; } /* 実行中 */
    #footer_body a:visited { color:#aaaaaa; } /* 訪問済み */
    #footer_body a:hover { color:#333333; } /* オンマウス時 */

    /********************************************* ▲ フッター ▲ */

    /* ▼続きを読む▼ */
    .readmore a{
    color:#3D7FBB;
    margin-top:10px;
    float:left; /*左寄せ*/
    }
    /* ▲続きを読む▲ */
    /* カレンダー */
    .calender td { text-align: center; }
    th#sun { color: #CC3300; }
    th#sat { color: #0066CC; }

    /*** その他 ***/
    p { margin: 2px 0; }
    ul { margin:2px 0 5px 0; padding:0; }
    li { margin-left:20px; margin-bottom:3px; }
    form { margin:0; }
    table { font-size:10pt; }
    .c-both { clear:both; }

    .readclose { margin: 10px 0; }
    .page_navi { margin:30px 0; font-size:10pt; }

    /* カレンダーの中央寄せ */
    .calender{
    margin-left: auto;
    margin-right: auto;
    }

    /* 引用部分 */
    blockquote {
    margin:2px;
    padding:5px;
    background:#f0f0f0; /* 背景 */
    border:#cccccc 1px solid; /* 枠線 */
    border-left:#cccccc 5px solid; /* 枠線(左) */
    }

    /* ブックマーク 拍手 */
    .fc2_footer {
    margin-top:5px; /* 上の余白 */
    }

    /* ▼ サイトマップ ▼ */
    #sitemap {
    margin-top:5px; /* 上の余白 */
    text-align:left;
    }

    #sitemap ul.sitemap_list {
    margin-left:20px; /* 各記事リストの左余白 */
    }

    .display_no {
    display:none;
    }

    /* カテゴリ一覧へ戻る */
    .pgtop {
    text-align:right; /* 右寄せ */
    }
    /* ▲ サイトマップ ▲ */

    /* プラグインの文字配置 */
    .ta_left { text-align: left }
    .ta_right { text-align: right }
    .ta_center { text-align: center }

    /* プラグイン内の入力欄幅設定 */
    .plugin1_body input[type="text"],
    .plugin2_body input[type="text"],
    .plugin1_body textarea,
    .plugin2_body textarea {
    width: 90%;
    }

    /* ▼ FC2バトンのスタイル ▼ */

    /* 質問番号(Q) */
    .q_number {
    color:#ff6600; /* 色 */
    font-weight: bold; /* 太字 */
    }

    /* 質問本文 */
    .baton_q {
    margin-bottom:5px; /* 答えまでの余白 */
    }

    /* 答え番号(A) */
    .a_number {
    color:#ff6600; /* 色 */
    font-weight: bold; /* 太字 */
    }

    /* 答え本文 */
    .baton_a {
    margin-left: 0px;
    padding-bottom:2px; /* 罫線までの余白 */
    border-bottom: dotted 1px #cccccc; /* 罫線 */
    margin-bottom: 20px; /* 次の質問までの余白 */
    }

    /* ▲ FC2バトンのスタイル ▲ */

    h1 {
    margin-top: 0px; /* 上の余白 */
    margin-left: 2px; /* 左の余白 */
    margin-right: 0px; /* 右の余白 */
    margin-bottom: 0px; /* 下の余白 */
    }

    /**************************************************************/
    /*
    ご利用ありがとうございます。下記のFC2ブログのテンプレート工房様の
    テンプレートを独自にアレンジしたものです。
    うぃず REGZA
    [01L_Blue] 【http://xxnostalgiaxx.blog62.fc2.com/】
    */
    /**************************************************************/


    /**************************************************************/
    /*
    フッターにある著作権表示(リンク)さえ残して頂ければ
    どんなにカスタマイズされても構いません。また、
    どのようなサイトでも利用してくださって結構です。
    FC2ブログのテンプレート工房
    [lightframe_ver.05.1] (http://10plate.blog44.fc2.com/)
    */
    /**************************************************************/


    関連記事
    コメントの投稿












    管理者にだけ表示を許可する
    トラックバック
    この記事のトラックバックURL

    検索フォーム
    スマートフォン用テンプレート
    カスタマイズしやすいように考慮してHTMLを記しています。
    SP01_Gray
    スマートフォンテンプレートグレー
    グレーが基本色のテンプレートです。
    メインカラー :#444444
    メニューカラー:#333333
    サブカラー  :#EFEFEF
    ラインカラー :#999999
    で主に構成しています。CSSにて色指定箇所を置換すれば簡単に色替えが可能です。 お好みの色に変更して楽しんでください。

    SP01_Blue
    スマートフォンテンプレート青
    爽やかな水色が基本色のテンプレートです。
    TopNTagCloud

    フリーエリア
    メールフォーム
    何か質問等ありましたらお気軽にお問い合わせください。

    名前:
    メール:
    件名:
    本文:


    FC2ブロガー必見!

    必ず結果が出るブログ運営テクニック


    もっとカスタマイズしたい方必見!


    毎日メンテナンスするだけで・・・

    最新トラックバック
    ブロとも申請フォーム