無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
RoundAndRound
テンプレートイメージ表示ページへ戻る
HTML・CSSをコピーして使う
HTML
<!doctype html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja" dir="ltr" xmlns:fb="http://www.facebook.com/2008/fbml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=euc-jp" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="robots" content="FOLLOW" /> <meta name="googlebot" content="index,follow" /> <title>{site_title}</title> <link rel="stylesheet" href="{site_css}" type="text/css" /> <link rel="alternate" type="application/rss+xml" title="RSS" href="{site_rss}" /> <link rel="alternate" type="application/atom+xml" href="{site_atom}" /> <link rel="alternate" media="handheld" type="application/xhtml+xml" href="{mobile_url}" /> <script type="text/javascript" src="./template/js/cookie.js"></script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <!-- Sidebar Accordion Menu --> <script type="text/javascript"> $(function() { $(".side_content_body").css('display','none'); $(".side_content h4").hover(function(){ $(this).css("cursor","pointer"); $(this).css("color","#666"); },function(){ $(this).css("cursor","default"); $(this).css("color","#121212"); }); $(".side_content h4").each(function() { $(this).click(function() { $(this).next("div").toggle("slow"); $(".side_content_body").siblings("div:visible").slideUp("slow"); }); }); }); </script> <!-- //Sidebar Accordion Menu --> </head> <body onload="javascript:initval();"> <!-- wrapper --> <div id="wrapper"> <a name="top" id="top"></a> <!-- content --> <div id="content" class="clearFix"> <!-- side --> <div id="side"> <!-- BEGIN title --> <div class="side_content logo"> <h1>{blog_name}</h1> <p class="description">{blog_description}</p> </div> <!-- END title --> <!-- BEGIN calendar --> <div class="side_content"> <h4>Calendar</h4> <div class="side_content_body"> {calendar} </div> </div> <!-- END calendar --> <!-- BEGIN archive --> <div class="side_content"> <h4>Archive</h4> <div class="side_content_body"> {archives_list} </div> </div> <!-- END archive --> <!-- BEGIN category --> <div class="side_content"> <h4>Categories</h4> <div class="side_content_body"> {category_list} </div> </div> <!-- END category --> <!-- BEGIN link --> <div class="side_content"> <h4>Links</h4> <div class="side_content_body"> {link_list} </div> </div> <!-- BEGIN link --> <!-- BEGIN freespace1 --> <div class="side_content"> <h4>{freespace_title1}</h4> <div class="side_content_body"> {freespace_contents1} </div> </div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="side_content"> <h4>{freespace_title2}</h4> <div class="side_content_body"> {freespace_contents2} </div> </div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="side_content"> <h4>{freespace_title3}</h4> <div class="side_content_body"> {freespace_contents3} </div> </div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="side_content"> <h4>{freespace_title4}</h4> <div class="side_content_body"> {freespace_contents4} </div> </div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="side_content"> <h4>{freespace_title5}</h4> <div class="side_content_body"> {freespace_contents5} </div> </div> <!-- END freespace5 --> <!-- BEGIN selected_entry --> <div class="side_content"> <h4>Selected Entries</h4> <div class="side_content_body"> {selected_entry_list} </div> </div> <!-- END selected_entry --> <!-- BEGIN recent_comment --> <div class="side_content"> <h4>Recent Comment</h4> <div class="side_content_body"> {recent_comment_list} </div> </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div class="side_content"> <h4>Recent Trackback</h4> <div class="side_content_body"> {recent_trackback_list} </div> </div> <!-- END recent_trackback --> <!-- BEGIN amazon --> <div class="side_content"> <h4>Recommend</h4> <div class="side_content_body"> {amazon_item} </div> </div> <!-- END amazon --> <!-- BEGIN profile --> <div class="side_content"> <h5>Profile</h5> {user_list} </div> <!-- END profile --> <!-- search --> <div class="side_content"> <h5>Search this site.</h5> <form method="get" action="./"> <span class="form_line"><input id="search" name="search" size="20" style="wih4h:110px" class="search" /> <input type="submit" value="Search" /> </span></form> </div> <!-- /search/ --> <!-- others --> <div class="side_content"> <h5>Others</h5> <ul> <li><a href="./manage/">Admin</a></li> <li><a href="./?mode=rss">RSS 1.0</a></li> <li><a href="./?mode=atom">Atom 0.3</a></li> </ul> </div> <!-- /others/ --> <!-- moblie --> <div class="side_content"> <h5>Mobile</h5> {site_qrcode} </div> <!-- //moblie --> <!-- BEGIN jugem_ad --> {ad}<!-- 消すと動きません --> <!-- END jugem_ad --> </div> <!-- //side --> <!-- main --> <div id="main"> <!-- BEGIN entry --> <div class="entry_area"> <div class="entry_content clearFix"> <div class="entry_img">{entry_description}</div> <div class="entry clearFix" id="caption">{top_entry_sequel}</div> <div class="entry_footer"> <h2>{entry_title_link}</h2> <span class="entry_date">{entry_date}.</span>{category_name}, {comment_num} , {trackback_num} </div> </div> <div class="social_btn"> <ul> <li>{facebook_box}</li><!-- Facebook Button --> <li>{google_plus_one_tall}</li><!-- Google+ Button --> <li>{tweet_button_vertical_en}</li><!-- Twitter Button --> <li>{hatena_bookmark_vertical}</li><!-- hatena Button --> <li>{mixi_check3}</li><!-- mixi Button --> <li>{love_soft}</li><!-- JUGEM LOVE Button --> </ul> </div> </div> <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments" id="comments"></a> <div class="comment_area clearFix"> <div id="com_area"> <dl> <dt class="title">Comments</dt> <!-- BEGIN comment --> <dt class="com_desc">{comment_description}</dt> <dd> <span class="entry_date">{comment_year}.{comment_month}.{comment_day} {comment_eng_week} {comment_hour_24}:{comment_minute}</span>from {comment_name} </dd> <!-- END comment --> </dl> </div> <div id="com_form"> <dl> <dt class="title">Post a comment</dt> <dd> <form name="comment_area" id="comment_area" action="./?mode=comment" method="post"> <input type="hidden" name="entry_id" value="{entry_id}" class="input" /> <label for="name">Name</label><br /> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" class="input" /><br /> <label for="email">Email</label><br /> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" class="input" /><br /> <label for="url">URL</label><br /> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" class="input" /><br /> <label for="description">Comments</label><br /> <textarea tabindex="4" id="description" name="description" rows="5"></textarea><br /> <span class="form_line"><input tabindex="5" type="submit" value="SUBMIT" onclick="javascript:setval();" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"><label for="set_cookie"> Remember your info?</label></span> </form> </dd> </dl> </div> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback" id="trackback"></a> <div class="trackback_area clearFix"> <div id="tb_area"> <dl> <dt class="title">Trackbacks</dt> <!-- BEGIN trackback --> <dt class="tb_title">{trackback_title}</dt> <dd>{trackback_excerpt}</dd> <dd> <span class="entry_date">{trackback_blog_name}. {trackback_time}</span> </dd> <!-- END trackback --> </dl> </div> <div id="tb_form"> <dl> <dt class="title">Trackback URL for this entry</dt> <dd><input type="text" value="{trackback_url}" class="input" /></dd> </dl> </div> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div id="profile_area"> <dl> <dt class="title">Profile</dt> <dd class="txt_bold">{profile_name}</dd> <dd>{profile_description}</dd> </dl> </div> <!-- END profile_area --> <div class="navi_area clearFix"> <!-- BEGIN sequel --> <div class="entry_navi"> <a href="{prev_permalink}">← Prev entry</a> : <a href="./">Top page</a> : <a href="{next_permalink}">Next entry →</a> </div> <!-- END sequel --> <!-- BEGIN page --> <div class="page_navi"> <a href="{next_page_url}">← Prev page</a> : {page_now} / {page_num} pages : <a href="{prev_page_url}">Next page →</a> </div> <!-- END page --> </div> </div> <!-- /main/ --> </div> <!-- /content/ --> <a class="top" href="#" title="Back to top">↑</a> <!-- FOOTER --> <div id="footer" class="clearFix"> <div class="footer_body"> <p class="copyright"> {copyright} </p> </div> </div> <!-- /FOOTER/ --> </div> <!-- /wrapper/ --> </body> </html>
CSS
@charset "EUC-JP"; /* =========== CSS3 Reset Start =========== */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } article, aside, figure, footer, header, hgroup, nav, section {display: block;} img,object,embed {max-width: 100%;} * { margin: 0; padding: 0; zoom: 1; } html {overflow-y: scroll;} img {border: 0;} ul {list-style: none;} li {list-style: none;} blockquote, q {quotes: none;} blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;} a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; cursor: pointer; outline: none;} a:hover, a:active {outline: none;} del {text-decoration: line-through;} abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;} /* tables still need cellspacing="0" in the markup */ table {border-collapse: collapse; border-spacing: 0;font-size: inherit; font: 100%;} th {font-weight: bold; vertical-align: bottom;} td {font-weight: normal; vertical-align: top;} hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;} input, select {vertical-align: middle;} pre { white-space: pre; /* CSS2 */ white-space: pre-wrap; /* CSS 2.1 */ white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */ word-wrap: break-word; /* IE */ } input[type="radio"] {vertical-align: text-bottom;} input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;} .ie6 input {vertical-align: text-bottom;} select, input, textarea {font: 99% sans-serif;} small {font-size: 85%;} strong, th {font-weight: bold;} td, td img {vertical-align: top;} sub, sup {font-size: 75%; line-height: 0; position: relative;} sup {top: -0.5em;} sub {bottom: -0.25em;} pre, code, kbd, samp {font-family: monospace, sans-serif;} .clickable, label, input[type=button], input[type=submit], button {cursor: pointer;} /* Webkit browsers add a 2px margin outside the chrome of form elements */ button, input, select, textarea {margin: 0;} /* make buttons play nice in IE */ button {width: auto; overflow: visible;} /* scale images in IE7 more attractively */ .ie7 img {-ms-interpolation-mode: bicubic;} /* prevent BG image flicker upon hover */ .ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));} /* let's clear some floats */ .clearFix:before, .clearFix:after { content: "\0020"; display: block; height: 0; overflow: hidden; } .clearFix:after { clear: both; } .clearFix { zoom: 1; } /* =========== CSS3 Reset End =========== */ /* =================================== */ /* 全体の設定 */ /* =================================== */ body { background: #f4f4f4; /* 全体の背景色 */ font-size: 11px; /* 標準テキストの大きさ */ color: #121212; /* 標準テキストの色 */ font-family: Georgia, Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", Serif; padding: 0; margin: 0; } a, a:link { /* リンクテキストの色 */ color: #666; text-decoration: none; } a:visited { /* 訪問済みリンクテキストの色 */ color: #666; } a:active { /* クリックしたときのリンクテキストの色 */ color: #666; } a:hover { /* マウスが乗ったときのリンクテキストの色 */ color: #666; text-decoration: underline; } body, table, for { letter-spacing: 0.068em; line-height: 1.8em; } blockquote { border: 1px dotted #ccc; padding: 15px; margin: 15px; } .submit {color: #121212;} /* =================================== */ /* LAYOUT */ /* =================================== */ #wrapper { padding: 108px 0 0 0; position: relative; } #content { width: 1080px; padding: 0; margin: 0 auto; } #side { width: 240px; padding: 0 0 98px 0; margin: 0; float: left; } #main { width: 800px; margin: 0; padding: 0; float: right; } #footer { margin: 40px 0 0 0; padding: 1em 0; border-top: 1px solid #ccc; } /* =================================== */ /* SIDEBAR */ /* =================================== */ .side_content { padding: 1em 0 0 0; margin: 0 0 1em 0; border-top: 1px solid #ccc; } .side_content h1 { color: #fff; font-size: 1.2em; /* ブログタイトルの文字サイズ */ font-weight: normal; font-style: normal; line-height: 1.62; z-index: 150; margin: 2px 0 0 0; } p.description { font-style: italic; font-size: 10px; } /* MENU */ .side_content h4, .side_content h5 { color: #121212; padding: 0; margin: 0 0 0.81em 0; font-weight: normal; font-style: normal; line-height: 1; } .side_content ul { width: 220px; display: block; } .side_content h4 a, .side_content h4 a:visited, .side_content h4 a:active { color: #555; } .side_content h4 a:hover { color: #fff; text-decoration: underline; } .side_content input { border: 1px solid #ccc; padding: 3px; background: #fff; font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; color: #121212; } .side_content_body table { width: 100%; } .side_content_body table td.cell a { text-decoration: underline; } /* =================================== */ /* FOOTER */ /* =================================== */ .footer_body { width: 1080px; margin: 0 auto; padding: 0; text-align: right; } p.copyright { font-size: 0.91em; color: #666666; } /* =================================== */ /* ENTRIES */ /* =================================== */ #main .entry_navi{ margin: 0; padding: 0; text-align: center; } .navi_area { width: 780px; margin: 0 auto; } .entry_area { width: 800px; padding: 0; margin: 0 auto 108px auto; height: 1%; position: relative; } .entry_content { width: 800px; padding: 0; margin: 0 auto; } .entry { padding: 0 2em; margin: 0 0 1em 0; font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; } .entry a { border-bottom: 1px dotted #ccc; } .entry a:hover { color: #ffcc00; text-decoration: none; border-bottom: 1px dotted #ffcc00; } .entry_img { text-align: center; margin: 0 0 1em 0; } .entry_img img { -moz-box-shadow: 0 0 6px #ccc; -webkit-box-shadow: 0 0 6px #ccc; } .entry_footer { border-top: 1px dotted #ccc; margin: 1em 0 0 0; padding: 1em 0 0 0; line-height: 1; height: 1%; } .entry_footer h2 { margin: 0 0 0.5em 0; font-size: 1.2em; font-weight: normal; padding: 0; line-height: 1; height: 1%; } #main ul.state { width: 700px; text-align: right; overflow: hidden; } span.entry_date { font-style: italic; margin: 0 1em 0 0; } .entry_content dl#com_form, .entry_content dl#tb_area { margin: 30px 0 0 0; } .social_btn { width: 72px; margin: 0; position: absolute; top: 0; right: -80px; } .social_btn li { margin: 0 0 10px 0; } /* =================================== */ /* COMMENTS */ /* =================================== */ .comment_area, .trackback_area { width: 780px; margin: 0 auto; } #com_area, #tb_area { width: 400px; float: left; margin: 0 0 40px 0; } #com_form, #tb_form { width: 340px; float: right; margin: 0 0 40px 0; } #com_area dd { padding: 6px 0; margin: 10px 0 20px 0; border-bottom: 1px dotted #ccc; text-align: right; } #com_area dd ul { list-style-type: none; } #com_area dd li { display: inline; list-style: none; border-left: 1px solid #666; padding: 0 0 0 5px; margin: 0 5px 0 0; font-size: 0.91em; line-height: 1; } dt.title { border-bottom: 1px solid #ccc; margin: 0 0 1em 0; padding: 0 0 6px 0; font-weight: 300; font-style: normal; line-height: 1; } /* コメント本文 */ .com_desc { padding: 0; font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; } /* COMMENT FORM */ #com_form dd { padding: 0 0 10px 0; } #com_form dd input.input, #tb_form dd input.input { border: 1px solid #ccc; margin: 0 0 6px 0; padding: 3px; width: 325px; background: #fff; font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; color: #121212; } #com_form dd textarea { border: 1px solid #ccc; width: 325px; margin: 0 0 1em 0; padding: 3px; background: #fff; font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; color: #121212; } /* PAGES */ .page_navi {text-align: center;} /* LINK TO TOP */ .top { position: fixed; right: 40px; bottom: 108px; display: block; font-style: normal; color: #555; font-size: 4em; z-index: 10000; } .top:hover {color: #fff; text-decoration: none;}
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑