無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
berrytart
テンプレートイメージ表示ページへ戻る
HTML・CSSをコピーして使う
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"> <head> <meta http-equiv="Content-Type" content="text/html; charset={site_encoding}" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="content-script-type" content="text/javascript" /> <title>{site_title}</title> <link rel="stylesheet" href="{site_css}" type="text/css" /> <link type="text/css" href="{gmo_header_css}" rel="stylesheet" media="screen,print" /> <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 src="./template/analogue/menu.js" type="text/javascript"></script> <script type="text/javascript" src="./template/js/cookie.js"></script> </head> <body onload="javascript:initval();"> <center> <a name="top"></a> <div id ="wrapper"> <div id="layout"> <!-- BEGIN title --> <table><tr><td class="top" valign="bottom"> <div class="site_title">{blog_name}</div> <div class="description">{blog_description}</div> </td></tr></table> <!-- END title --> <div class="linkmenu">| <a href="" onclick="return buttonClick(event, 'MENU1');">CALENDAR</a> | <a href="" onclick="return buttonClick(event, 'MENU2');">PROFILE</a> | <a href="" onclick="return buttonClick(event, 'MENU3');">ENTRY</a> | <a href="" onclick="return buttonClick(event, 'MENU4');">COMMENT</a> | <a href="" onclick="return buttonClick(event, 'MENU5');">TRACKBACK</a> |<br /> | <a href="" onclick="return buttonClick(event, 'MENU6');">CATEGORY</a> | <a href="" onclick="return buttonClick(event, 'MENU7');">ARCHIVE</a> | <a href="" onclick="return buttonClick(event, 'MENU8');">LINK</a> | <a href="" onclick="return buttonClick(event, 'MENU9');">RECOMMEND</a> | <a href="" onclick="return buttonClick(event, 'MENU10');">OTHERS</a> | </div> <!-- BEGIN calendar --> <div id="MENU1" class="MENU"> <div class="calendar" align="center"> <table border="0" cellspacing="1" cellpadding="0"> <tr> <td class="weekday">S</td> <td class="weekday">M</td> <td class="weekday">T</td> <td class="weekday">W</td> <td class="weekday">T</td> <td class="weekday">F</td> <td class="weekday">S</td> </tr> </table> {calendar} </div> <div class="list_title">CALENDAR</div> </div> <!-- END calendar --> <!-- BEGIN profile --> <div id="MENU2" class="MENU"> <div class="list_text"> {user_list} </div> <div class="list_title">PROFILE</div> </div> <!-- END profile --> <!-- BEGIN latest_entry --> <div id="MENU3" class="MENU"> <div class="list_text"> {latest_entry_list} </div> <div class="list_title">LATEST ENTRY</div> </div> <!-- END latest_entry --> <!-- BEGIN recent_comment --> <div id="MENU4" class="MENU"> <div class="list_text"> {recent_comment_list} </div> <div class="list_title">RECENT COMMENT</div> </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div id="MENU5" class="MENU"> <div class="list_text"> {recent_trackback_list} </div> <div class="list_title">RECENT TRACKBACK</div> </div> <!-- END recent_trackback --> <!-- BEGIN category --> <div id="MENU6" class="MENU"> <div class="list_text"> {category_list} </div> <div class="list_title">CATEGORY</div> </div> <!-- END category --> <!-- BEGIN archives --> <div id="MENU7" class="MENU"> <div class="list_text"> {archives_list} </div> <div class="list_title">ARCHIVE</div> </div> <!-- END archives --> <!-- BEGIN link --> <div id="MENU8" class="MENU"> <div class="list_text"> {link_list} </div> <div class="list_title">LINK</div> </div> <!-- END link --> <div id="MENU9" class="MENU"> <!-- BEGIN amazon --> <div class="list_text"> {amazon_item} </div> <!-- END amazon --> <div class="list_title">RECOMMEND</div> </div> <div id="MENU10" class="MENU"> <div class="list_text"> <!-- BEGIN freespace1 --> <div class="f_t">{freespace_title1}</div> <div class="f_c">{freespace_contents1}</div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="f_t">{freespace_title2}</div> <div class="f_c">{freespace_contents2}</div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="f_t">{freespace_title3}</div> <div class="f_c">{freespace_contents3}</div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="f_t">{freespace_title4}</div> <div class="f_c">{freespace_contents4}</div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="f_t">{freespace_title5}</div> <div class="f_c">{freespace_contents5}</div> <!-- END freespace5 --> <div class="f_t">MOBILE</div> {site_qrcode} </div> <div class="list_title">OTHERS</div> </div> <div class="main"> <!-- BEGIN sequel --> <div class="entry_navi"> {prev_entry} <a href="./">main</a> {next_entry} </div> <!-- END sequel --> <!-- BEGIN entry --> <div class="entry_title">{entry_title}</div> <div class="entry_date">{entry_date}</div> <div class="entry_body">{entry_description} <div class="entry_more">{entry_sequel}</div> </div> <div class="entry_state">{entry_time} {category_name} {comment_num}</div> <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="comment_title">comment</div> <!-- BEGIN comment --> <div class="comment_body">{comment_description}</div> <div class="comment_author">{comment_name} {comment_time_24} </div> <!-- END comment --> <div class="entry_body"> <form name="comment_area" id="comment_area" action="./?mode=comment" method="post"> <input type="hidden" name="entry_id" value="{entry_id}" /> <table><tr><td class="comment_td"> <label for="name">name:</label></td><td> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" /> </td></tr><tr><td class="comment_td"> <label for="email">mail:</label></td><td> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" /></td></tr><tr><td class="comment_td"> <label for="url">web:</label></td><td> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" /><br /></td></tr></table> <label for="description"></label> message :<br /> <textarea tabindex="4" id="description" name="description" rows="7" cols="50" style="width:400px;"></textarea><br /><br /> <input tabindex="5" type="submit" value="send" onclick="javascript:setval();" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"> <label for="set_cookie">Cookie</label> </form> </div> <!-- END comment_area --> <!-- BEGIN profile_area --> <div class="entry_title">profile</div> <div class="entry_body">{profile_name} <br />{profile_description}</div> <!-- END profile_area --> <!-- BEGIN page --> <div class="page"> {prev_page_link} {page_now}/{page_num}PAGES {next_page_link} </div> <!-- END page --> <div class="ad">{ad}</div> </div> <!--footer --> <div class="copyright"> Material by <a href="http://suiamamiya.fc2web.com/" target="_blank">戦場に猫</a> Template by <a href="http://appleweet.jugem.jp" target="_blank">apple</a> / <a href="./admin/">Log in</a> <br /> {copyright}<br /> </div> <!-- /footer/ --> </div> </div> </body> </html>
CSS
* { margin: 0; padding: 0; } body { font-family: 'verdana','ms pgothic'; font-size: 10px; color: #663300; line-height: 170%; letter-spacing: 1px; text-align: left; background-color: #FF3399; background-image: url('http://img-cdn.jg.jugem.jp/30d/915694/20080807_409941.gif'); } #wrapper { padding: 0px 0px; } #layout { text-align: left; margin-right: auto; margin-left: auto; padding: 20px; width: 575px; background-color: #FFFFFF; background-image: url('http://img-cdn.jg.jugem.jp/30d/915694/20080807_409917.gif'); background-repeat: no-repeat; background-attachment: scroll; background-position: center 20px; } .main { padding: 20px; } .top { text-align: right; height: 407px; width: 535px; margin: 20px; } a:link { color: #FF3399; text-decoration: none; } a:visited { color: #FF3399; text-decoration: none; } a:active { color: #FF3399; text-decoration: none; } a:hover { color: #FF3399; text-decoration: underline; background-color: #F5F5F5;} .site_title { font-family: 'Century Gothic'; font-size: 22px; letter-spacing:1px; color: #660000; padding: 20px 0px 0px 20px; margin: 10px 20px 0px 0px; } .site_title a {color: #660000;text-decoration: none;} .site_title a:link {color: #660000;text-decoration: none;} .site_title a:visited { color: #660000; text-decoration: none; } .site_title a:active { color: #660000; text-decoration: none; } .site_title a:hover { color: #FFFFFF; text-decoration: none; } .description { font-family: 'Verdana','ms pgothic'; font-size: 10px; letter-spacing:2px; line-height:130%; padding: 0px 0px 20px 20px; margin: 10px 20px 20px 0px; } .pict { padding: 5px;} .entry_navi{ font-size: 10px; font-family: 'Verdana','ms pgothic'; letter-spacing:1px; line-height:180%; text-align: right; margin: 10px 0px 5px 0px; } .entry_title { font-family: 'Verdana','MS UI Gothic'; font-size: 11px; letter-spacing: 1px; line-height:170%; font-weight: bolder; margin: 10px 0px 0px 0px; border-left: 5px solid #FF0099; padding-left: 10px; } .entry_date { font-family: 'Century Gothic'; margin: 0px 0px 15px 0px; letter-spacing:2px; line-height:180%; border-left: 5px solid #E6E6E6; padding-left: 10px; } .entry_body { font-family: 'Verdana','MS UI Gothic'; letter-spacing: 1px; line-height:170%; margin: 30px 0px 30px 0px; } .entry_more { font-family: 'Verdana','MS UI Gothic'; letter-spacing: 1px; line-height:170%; margin-top: 20px; } .entry_state { font-family: 'Verdana','ms pgothic'; font-size: 10px; letter-spacing:2px; line-height:180%; color: #FFCC00; margin: 0px 0px 40px 0px; text-align: right; } .comment_title { font-family: 'Century Gothic'; font-size: 14px; letter-spacing:2px; line-height:180%; margin: 10px 0px 10px 0px; padding-bottom: 3px; } .comment_body { font-family: 'Verdana','MS UI Gothic'; letter-spacing: 1px; line-height:170%; margin: 30px 0px 20px 0px; } .comment_author { font-weight: normal; text-align:left; margin: 5px 0px 25px 0px; padding: 0px 0px 3px 0px; border-bottom: 1px dotted #ccc; } .comment_td {font-size: 12px;text-align: right; font-family: 'Century Gothic';} input,select,textarea { line-height:150%; font-size: 10px; font-family:'verdana','ms pgothic'; background-color:#ffffff; border:1px solid #660000; } ul {list-style-type: none;line-height:120%; margin: 0px; padding: 0px;} li {list-style-type: none;line-height:120%; margin: 0px; padding-left: 7px;} .MENU { visibility: hidden; z-index: 999; position: absolute; width:180px; margin-top:5px; padding: 20px 10px 10px 10px; background: #FFF; border: 1px #663300 solid; } .linkmenu { text-align: left; padding: 5px; font-family: 'Century Gothic'; font-size: 12px; padding-left: 20px; } .list_title { font-family: 'Century Gothic'; font-size: 14px; text-align: center; color: #FFFFFF; background-color: #FF0099; line-height: 180%; letter-spacing: 2px; margin: 10px 0px; } .list_text { font-family: 'Verdana','ms pgothic'; font-size: 10px; color: #660000; letter-spacing:2px; line-height:180%; margin: 0px 0px 0px 0px; } .f_t { font-weight: bolder; } .f_c { margin-bottom: 20px; } .calendar { font-family: 'Verdana'; font-size: 10px; line-height: 140%; margin: 0px 10px 0px; padding: 3px 0px 0px; text-align: center; } .cell { padding: 1px; height: 15px; width: 25px; } .cell a:link, .cell a:visited, .cell a:hover { padding: 1px; height: 15px; width: 25px;} .weekday { font-size: 10px; text-align: center; color: #FF0099; padding: 1px; height: 15px; width: 25px; } .search { font-family: 'Verdana','ms pgothic'; font-size: 10px; color: #663300; letter-spacing:2px; line-height:150%; text-align: left; margin: 0px 0px 5px 0px;} .page { text-align: center; padding-bottom: 30px; font-family: 'Century Gothic'; } .copyright { font-family: 'Verdana','ms pgothic'; font-size: 10px; color: #663300; line-height: 150%; letter-spacing: 1px; text-align: center; margin: 30px 0px 0px; padding: 10px; } .ad { text-align: right; } br {letter-spacing: normal} html { scrollbar-base-color: #FFFFFF; scrollbar-face-color: #FFFFFF; scrollbar-track-color: #FFFFFF; scrollbar-arrow-color: #cccccc; scrollbar-3dlight-color: #FFFFFF; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #cccccc; scrollbar-darkshadow-color: #FFFFFF; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑