無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
red & black
テンプレートイメージ表示ページへ戻る
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 type="text/javascript" src="./template/js/cookie.js"></script> <!--[if IE 6]> <script type="text/javascript"> /** * DD_belatedPNG: Adds IE6 support: PNG images for CSS background-image and HTML <IMG/>. * Author: Drew Diller * Email: drew.diller@gmail.com * URL: http://www.dillerdesign.com/experiment/DD_belatedPNG/ * Version: 0.0.8a * Licensed under the MIT License: http://dillerdesign.com/experiment/DD_belatedPNG/#license * * Example usage: * DD_belatedPNG.fix('.png_bg'); // argument is a CSS selector * DD_belatedPNG.fixPng( someNode ); // argument is an HTMLDomElement **/ var DD_belatedPNG={ns:"DD_belatedPNG",imgSize:{},delay:10,nodesFixed:0,createVmlNameSpace:function(){if(document.namespaces&&!document.namespaces[this.ns]){document.namespaces.add(this.ns,"urn:schemas-microsoft-com:vml")}},createVmlStyleSheet:function(){var b,a;b=document.createElement("style");b.setAttribute("media","screen");document.documentElement.firstChild.insertBefore(b,document.documentElement.firstChild.firstChild);if(b.styleSheet){b=b.styleSheet;b.addRule(this.ns+"\\:*","{behavior:url(#default#VML)}");b.addRule(this.ns+"\\:shape","position:absolute;");b.addRule("img."+this.ns+"_sizeFinder","behavior:none; border:none; position:absolute; z-index:-1; top:-10000px; visibility:hidden;");this.screenStyleSheet=b;a=document.createElement("style");a.setAttribute("media","print");document.documentElement.firstChild.insertBefore(a,document.documentElement.firstChild.firstChild);a=a.styleSheet;a.addRule(this.ns+"\\:*","{display: none !important;}");a.addRule("img."+this.ns+"_sizeFinder","{display: none !important;}")}},readPropertyChange:function(){var b,c,a;b=event.srcElement;if(!b.vmlInitiated){return}if(event.propertyName.search("background")!=-1||event.propertyName.search("border")!=-1){DD_belatedPNG.applyVML(b)}if(event.propertyName=="style.display"){c=(b.currentStyle.display=="none")?"none":"block";for(a in b.vml){if(b.vml.hasOwnProperty(a)){b.vml[a].shape.style.display=c}}}if(event.propertyName.search("filter")!=-1){DD_belatedPNG.vmlOpacity(b)}},vmlOpacity:function(b){if(b.currentStyle.filter.search("lpha")!=-1){var a=b.currentStyle.filter;a=parseInt(a.substring(a.lastIndexOf("=")+1,a.lastIndexOf(")")),10)/100;b.vml.color.shape.style.filter=b.currentStyle.filter;b.vml.image.fill.opacity=a}},handlePseudoHover:function(a){setTimeout(function(){DD_belatedPNG.applyVML(a)},1)},fix:function(a){if(this.screenStyleSheet){var c,b;c=a.split(",");for(b=0;b<c.length;b++){this.screenStyleSheet.addRule(c[b],"behavior:expression(DD_belatedPNG.fixPng(this))")}}},applyVML:function(a){a.runtimeStyle.cssText="";this.vmlFill(a);this.vmlOffsets(a);this.vmlOpacity(a);if(a.isImg){this.copyImageBorders(a)}},attachHandlers:function(i){var d,c,g,e,b,f;d=this;c={resize:"vmlOffsets",move:"vmlOffsets"};if(i.nodeName=="A"){e={mouseleave:"handlePseudoHover",mouseenter:"handlePseudoHover",focus:"handlePseudoHover",blur:"handlePseudoHover"};for(b in e){if(e.hasOwnProperty(b)){c[b]=e[b]}}}for(f in c){if(c.hasOwnProperty(f)){g=function(){d[c[f]](i)};i.attachEvent("on"+f,g)}}i.attachEvent("onpropertychange",this.readPropertyChange)},giveLayout:function(a){a.style.zoom=1;if(a.currentStyle.position=="static"){a.style.position="relative"}},copyImageBorders:function(b){var c,a;c={borderStyle:true,borderWidth:true,borderColor:true};for(a in c){if(c.hasOwnProperty(a)){b.vml.color.shape.style[a]=b.currentStyle[a]}}},vmlFill:function(e){if(!e.currentStyle){return}else{var d,f,g,b,a,c;d=e.currentStyle}for(b in e.vml){if(e.vml.hasOwnProperty(b)){e.vml[b].shape.style.zIndex=d.zIndex}}e.runtimeStyle.backgroundColor="";e.runtimeStyle.backgroundImage="";f=true;if(d.backgroundImage!="none"||e.isImg){if(!e.isImg){e.vmlBg=d.backgroundImage;e.vmlBg=e.vmlBg.substr(5,e.vmlBg.lastIndexOf('")')-5)}else{e.vmlBg=e.src}g=this;if(!g.imgSize[e.vmlBg]){a=document.createElement("img");g.imgSize[e.vmlBg]=a;a.className=g.ns+"_sizeFinder";a.runtimeStyle.cssText="behavior:none; position:absolute; left:-10000px; top:-10000px; border:none; margin:0; padding:0;";c=function(){this.width=this.offsetWidth;this.height=this.offsetHeight;g.vmlOffsets(e)};a.attachEvent("onload",c);a.src=e.vmlBg;a.removeAttribute("width");a.removeAttribute("height");document.body.insertBefore(a,document.body.firstChild)}e.vml.image.fill.src=e.vmlBg;f=false}e.vml.image.fill.on=!f;e.vml.image.fill.color="none";e.vml.color.shape.style.backgroundColor=d.backgroundColor;e.runtimeStyle.backgroundImage="none";e.runtimeStyle.backgroundColor="transparent"},vmlOffsets:function(d){var h,n,a,e,g,m,f,l,j,i,k;h=d.currentStyle;n={W:d.clientWidth+1,H:d.clientHeight+1,w:this.imgSize[d.vmlBg].width,h:this.imgSize[d.vmlBg].height,L:d.offsetLeft,T:d.offsetTop,bLW:d.clientLeft,bTW:d.clientTop};a=(n.L+n.bLW==1)?1:0;e=function(b,p,q,c,s,u){b.coordsize=c+","+s;b.coordorigin=u+","+u;b.path="m0,0l"+c+",0l"+c+","+s+"l0,"+s+" xe";b.style.width=c+"px";b.style.height=s+"px";b.style.left=p+"px";b.style.top=q+"px"};e(d.vml.color.shape,(n.L+(d.isImg?0:n.bLW)),(n.T+(d.isImg?0:n.bTW)),(n.W-1),(n.H-1),0);e(d.vml.image.shape,(n.L+n.bLW),(n.T+n.bTW),(n.W),(n.H),1);g={X:0,Y:0};if(d.isImg){g.X=parseInt(h.paddingLeft,10)+1;g.Y=parseInt(h.paddingTop,10)+1}else{for(j in g){if(g.hasOwnProperty(j)){this.figurePercentage(g,n,j,h["backgroundPosition"+j])}}}d.vml.image.fill.position=(g.X/n.W)+","+(g.Y/n.H);m=h.backgroundRepeat;f={T:1,R:n.W+a,B:n.H,L:1+a};l={X:{b1:"L",b2:"R",d:"W"},Y:{b1:"T",b2:"B",d:"H"}};if(m!="repeat"||d.isImg){i={T:(g.Y),R:(g.X+n.w),B:(g.Y+n.h),L:(g.X)};if(m.search("repeat-")!=-1){k=m.split("repeat-")[1].toUpperCase();i[l[k].b1]=1;i[l[k].b2]=n[l[k].d]}if(i.B>n.H){i.B=n.H}d.vml.image.shape.style.clip="rect("+i.T+"px "+(i.R+a)+"px "+i.B+"px "+(i.L+a)+"px)"}else{d.vml.image.shape.style.clip="rect("+f.T+"px "+f.R+"px "+f.B+"px "+f.L+"px)"}},figurePercentage:function(d,c,f,a){var b,e;e=true;b=(f=="X");switch(a){case"left":case"top":d[f]=0;break;case"center":d[f]=0.5;break;case"right":case"bottom":d[f]=1;break;default:if(a.search("%")!=-1){d[f]=parseInt(a,10)/100}else{e=false}}d[f]=Math.ceil(e?((c[b?"W":"H"]*d[f])-(c[b?"w":"h"]*d[f])):parseInt(a,10));if(d[f]%2===0){d[f]++}return d[f]},fixPng:function(c){c.style.behavior="none";var g,b,f,a,d;if(c.nodeName=="BODY"||c.nodeName=="TD"||c.nodeName=="TR"){return}c.isImg=false;if(c.nodeName=="IMG"){if(c.src.toLowerCase().search(/\.png$/)!=-1){c.isImg=true;c.style.visibility="hidden"}else{return}}else{if(c.currentStyle.backgroundImage.toLowerCase().search(".png")==-1){return}}g=DD_belatedPNG;c.vml={color:{},image:{}};b={shape:{},fill:{}};for(a in c.vml){if(c.vml.hasOwnProperty(a)){for(d in b){if(b.hasOwnProperty(d)){f=g.ns+":"+d;c.vml[a][d]=document.createElement(f)}}c.vml[a].shape.stroked=false;c.vml[a].shape.appendChild(c.vml[a].fill);c.parentNode.insertBefore(c.vml[a].shape,c)}}c.vml.image.shape.fillcolor="none";c.vml.image.fill.type="tile";c.vml.color.fill.on=false;g.attachHandlers(c);g.giveLayout(c);g.giveLayout(c.offsetParent);c.vmlInitiated=true;g.applyVML(c)}};try{document.execCommand("BackgroundImageCache",false,true)}catch(r){}DD_belatedPNG.createVmlNameSpace();DD_belatedPNG.createVmlStyleSheet(); </script> <script type="text/javascript"> DD_belatedPNG.fix('#bg'); </script> <![endif]--> </head> <body onload="javascript:initval();"> <!-- bg --> <div id="bg"> <!-- wrapper --> <div id="wrapper"> <a id="top" name="top"></a> <!-- header --> <div id="header"> <!-- BEGIN title --> <h1><a href="./">{blog_name}</a></h1> <div id="description">{blog_description}</div> <!-- END title --> </div> <!-- /header --> <!-- calendar --> <!-- BEGIN calendar --> <div id="calendar">{calendar_horizontal_addzero}</div> <!-- END calendar --> <!-- calendar --> <!-- container --> <div id="container"> <!-- contLeft --> <div id="contLeft"> <!-- BEGIN sequel --> <div class="entryNavi"> {prev_entry} | <a href="./">main</a> | {next_entry} </div> <!-- END sequel --> <!-- BEGIN entry --> <div class="entry"> <h2>{entry_title}</h2> <div class="entryBody">{entry_description}</div> <a name="sequel"></a> <div class="entryMore">{entry_sequel}</div> <ul class="entryState"> <li>{entry_date}</li> <li>{category_name}</li> <li>{entry_time}</li> <li>{comment_num}</li> <li>{trackback_num}</li> <li class="noBorder">{pookmark_link}</li> <li class="noBorder">{logpi_link}</li> <li>by {user_name}</li> </ul> <br class="clear" /> </div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div id="comment"> <div id="commentTitle">comment</div> <!-- BEGIN comment --> <div class="commentBody">{comment_description}</div> <ul class="commentState"> <li>{comment_name}</li> <li>{comment_time}</li> </ul> <!-- END comment --> <div id="commentSendTitle">add a comment.</div> <div class="commentSendForm"> <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 /> <input tabindex="5" type="submit" value="コメント送信" onclick="javascript:setval();" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"> <label for="set_cookie">入力情報を登録しますか?</label> </form> </div> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div id="trackback"> <div id="trackbackURL">trackback url</div> <input type="text" value="{trackback_url}" /> <div id="trackbackTitle">trackback</div> <!-- BEGIN trackback --> <div class="trackbackName">{trackback_title}</div> <div class="trackbackBody">{trackback_excerpt}</div> <ul class="trackbackState"> <li>{trackback_blog_name}</li> <li>{trackback_time}</li> </ul> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div id="profile"> <div id="profileTitle">プロフィール</div> <div id="profileName">{profile_name}</div> <div id="profileBody">{profile_description}</div> </div> <!-- END profile_area --> <!-- BEGIN page --> <div class="entryNavi"> {prev_page_link} | {page_now}/{page_num}PAGES | {next_page_link} </div> <!-- END page --> <div class="pageTop"> <a href="#top">このページの先頭へ▲</a> </div> </div> <!-- /contLeft --> <!-- contRight --> <div id="contRight"> <!-- BEGIN freespace1 --> <div class="sideContents"> <h3>{freespace_title1}</h3> {freespace_contents1} </div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="sideContents"> <h3>{freespace_title2}</h3> {freespace_contents2} </div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="sideContents"> <h3>{freespace_title3}</h3> {freespace_contents3} </div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="sideContents"> <h3>{freespace_title4}</h3> {freespace_contents4} </div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="sideContents"> <h3>{freespace_title5}</h3> {freespace_contents5} </div> <!-- END freespace5 --> <!-- BEGIN selected_entry --> <div class="sideContents"> <h3>selected entries</h3> {selected_entry_list} </div> <!-- END selected_entry --> <!-- BEGIN category --> <div class="sideContents"> <h3>categories</h3> {category_list} </div> <!-- END category --> <!-- BEGIN archives --> <div class="sideContents"> <h3>archives</h3> {archives_list} </div> <!-- END archives --> <!-- BEGIN recent_comment --> <div class="sideContents"> <h3>recent comment</h3> {recent_comment_list} </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div class="sideContents"> <h3>recent trackback</h3> {recent_trackback_list} </div> <!-- END recent_trackback --> <!-- BEGIN amazon --> <div class="sideContents"> <h3>recommend</h3> {amazon_item} </div> <!-- END amazon --> <!-- BEGIN link --> <div class="sideContents"> <h3>links</h3> {link_list} </div> <!-- END link --> <!-- BEGIN profile --> <div class="sideContents"> <h3>profile</h3> {user_list} </div> <!-- END profile --> <!-- search --> <div class="sideContents"> <h3>search this site.</h3> <form method="get" action="./"> <table cellpadding="0" cellspacing="0" border="0"> <tr valign="middle"> <td><input id="search" name="search" size="20" style="width:110px" class="search" /></td> <td><input type="submit" value="Search" /></td> </tr> </table> </form> </div> <!-- /search/ --> <!-- BEGIN jugem_ad --> <div class="sideContents"> <h3>sponsored links</h3> {ad} </div> <!-- END jugem_ad --> <!-- powered --> <div class="sideContents"> <h3>others</h3> <ul> <li><a href="./manage/">管理者ページ</a></li> <li><a href="./?mode=rss">RSS1.0</a></li> <li><a href="./?mode=atom">Atom0.3</a></li> </ul> </div> <!-- /powered --> <!-- moblie --> <div class="sideContents"> <h3>mobile</h3> {site_qrcode} </div> <!-- /moblie --> <!-- powered --> <div class="sideContents"> <h3>powered</h3> {powered} </div> <!-- /powered --> </div> <!-- /contRight --> </div> <!-- /container --> <!-- footer --> <div id="footer"> <div id="copyright">{copyright}</div> </div> <!-- /footer --> </div> <!-- /wrapper --> </div> <!-- /bg --> </body> </html>
CSS
@charset "EUC-JP"; /* ---------------------------------------- 作成日:2010.04.23 テンプレート名:red&black by smartboy (http://smartboy.jugem.jp) ---------------------------------------- */ /* ---------------------------------------- カスタマイズ 背景色:rgb(0, 0, 0) :rgba(0, 0, 0, 0.7) 文字・枠線色:rgb(255, 255, 255) :rgba(255, 255, 255, 0.4) リンク色(hover):rgb(204, 51, 51) ---------------------------------------- */ /* -------------------------------------- リセット --------------------------------------- */ * {margin:0px;padding:0px;} h1,h2,h3,h4,h5,h6 {font-size:100%;} a {text-decoration:underline;overflow:hidden;} img {border:none;vertical-align:top;} li {list-style-type:none;} hr {display:none;clear:both;} br.clear {clear:both;} /* -------------------------------------- 共通部分 --------------------------------------- */ /* ページ全体 */ body { color: rgb(255, 255, 255); font-family: "Times New Roman", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", serif; font-size: 9pt; line-height: 18pt; } /* png背景表示用領域 */ #bg { background: rgb(0, 0, 0) url("http://img-cdn.jg.jugem.jp/d8a/757272/20100424_552189.png") repeat; } /* ページ全体のリンク色 */ a {border-bottom: rgb(255, 255, 255) 1px dotted; color: rgb(255, 255, 255); text-decoration: none;} a:link {border-bottom: rgb(255, 255, 255) 1px dotted; color: rgb(255, 255, 255); text-decoration: none;} a:visited {border-bottom: rgb(255, 255, 255) 1px dotted; color: rgb(255, 255, 255); text-decoration: none;} a:hover {border: none; color: rgb(204, 51, 51); text-decoration: none;} a:active {border: none; color: rgb(204, 51, 51); text-decoration: none;} /* ------------------------------------- * ラッパー --------------------------------------- */ #wrapper { width: 800px; margin: auto; } /* ------------------------------------- * ヘッダ --------------------------------------- */ #header { width: 778px; padding: 20px 10px 10px 10px ; border-right: rgb(255, 255, 255) solid 1px; border-bottom: rgb(255, 255, 255) solid 1px; border-left: rgb(255, 255, 255) solid 1px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.7); } /*ブログタイトル*/ #header h1 a, #header h1 a:link, #header h1 a:visited { float: left; border: none; color: rgb(255, 255, 255); font-size: 160%; } #header h1 a:hover, #header h1 a:active { float: left; border: none; color: rgb(204, 51, 51); font-size: 160%; } #header h1 a:first-letter { color: rgb(204, 51, 51); } #header h1:after { display: block; clear: both; content: ""; } /*ブログ内容説明*/ #description { font-size: 80%; } /* ------------------------------------- * カレンダー --------------------------------------- */ #calendar { width: 800px; margin: 5px 0 0 0; text-align: center; } #calendar a { padding: 2px; border: none; -webkit-border-radius: 15px; -moz-border-radius: 15px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); } #calendar a:link { border: none; -webkit-border-radius: 15px; -moz-border-radius: 15px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); } #calendar a:visited { border: none; -webkit-border-radius: 15px; -moz-border-radius: 15px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); } #calendar a:hover { border: none; -webkit-border-radius: 15px; -moz-border-radius: 15px; background-color: rgb(204, 51, 51); color: rgb(255, 255, 255); } #calendar a:active { border: none; -webkit-border-radius: 15px; -moz-border-radius: 15px; background-color: rgb(204, 51, 51); color: rgb(255, 255, 255); } /* ------------------------------------- * コンテンツエリア --------------------------------------- */ #container { width: 800px; } /* メイン */ #contLeft { float: left; width: 571px; margin: 5px 10px 5px 0; border: rgb(255, 255, 255) solid 1px; -webkit-border-radius: 5px; -moz-border-radius: 5px; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.7); } /* サイド */ #contRight { float: left; } #contRight h3 { margin-bottom:5px; border-bottom:rgb(255, 255, 255) solid 1px; border-bottom:rgba(255, 255, 255, 0.4) solid 1px; font-size:120%; font-weight:bolder; text-align:center; } #contRight h3:first-letter { color: rgb(204, 51, 51); } .sideContents { overflow: hidden; width: 200px; margin: 5px 0 5px 5px; padding: 5px; border: rgb(255, 255, 255) solid 1px; -webkit-border-radius: 5px; -moz-border-radius: 5px; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.7); } .sideContents input {margin-right:3px; font-size: 100%;} /* clear */ #container:after { display: block; clear: both; content: ""; } /* -------------------------------------- エントリナビゲーション --------------------------------------- */ /* 次の記事・前の記事 */ .entryNavi { margin:10px; font-size: 85%; text-align: center; } /* -------------------------------------- エントリ&プロフィール --------------------------------------- */ .entry, #profile {margin:10px 10px 30px 10px;} /* 記事のタイトル */ h2, #profileTitle { border-top: rgb(255, 255, 255) double; border-top: rgba(255, 255, 255, 0.4) double; border-bottom: rgb(255, 255, 255) double; border-bottom: rgba(255, 255, 255, 0.4) double; font-size:120%; font-weight:bolder; } h2:first-letter, #profileTitle:first-letter { color: rgb(204, 51, 51); } /* 記事本文 */ .entryBody {margin:10px 0 0 0;} /* 記事の続き */ .entryMore {margin:10px 0 10px 0;} .entryMore a:first-child { font-size: 85%;} /* 記事の情報 */ ul.entryState { text-align: right; } ul.entryState li { display: inline; padding-left: 5px; border-left: rgb(255, 255, 255) 1px solid; font-size: 85%; } ul.entryState li.noBorder a { border-bottom: none; } ul.entryState li.noBorder img { vertical-align: middle; } /* -------------------------------------- コメント&トラックバック --------------------------------------- */ #comment, #trackback { margin:10px; font-size: 95% } #commentTitle, #commentSendTitle, #trackbackURL, #trackbackTitle { margin:15px 0 5px 0; border-bottom: rgb(255, 255, 255) 1px solid; border-bottom: rgba(255, 255, 255, 0.4) 1px solid; font-size:120%; font-weight:bolder; text-align: center; } #commentTitle:first-letter, #commentSendTitle:first-letter, #trackbackURL:first-letter, #trackbackTitle:first-letter { color: rgb(204, 51, 51); } .commentBody {margin:5px 0;} ul.commentState, ul.trackbackState {margin:0 0 15px 0; text-align: right;} ul.commentState li, ul.trackbackState li { display:inline; border-left: rgb(255, 255, 255) 1px solid; padding-left:5px; } .commentSendForm { margin:0; font-size: 100% } .commentSendForm .input {width:250px;} .commentSendForm textarea {width:350px;margin:0 0 10px 0;} #trackback input {width:350px;margin:0 0 10px 0; font-size: 100%;} .trackbackName {margin:0;} .trackbackBody {margin:5px 0;} /* このページの先頭へ */ .pageTop { margin: 10px; font-size: 85%; text-align: center; } /* -------------------------------------- 記事の装飾 --------------------------------------- */ /* 引用 */ #contLeft blockquote { margin:5px; padding:5px; border: rgb(255, 255, 255) dotted 1px; } /* 画像 */ #contLeft .pict, #profile img{ margin: 3px; padding: 3px; border: rgb(255, 255, 255) 1px solid; } /* リスト */ div.entryBody li, div.entryMore li, #profileBody li { list-style: disc; margin: 0 15px 0 25px; } /* ---------------------------------------- フッタ ---------------------------------------- */ #footer { width: 778px; padding: 10px; border-top: rgb(255, 255, 255) solid 1px; border-right: rgb(255, 255, 255) solid 1px; border-left: rgb(255, 255, 255) solid 1px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-topleft: 5px; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.7); text-align: center; } /* ---------------------------------------- 広告 ---------------------------------------- */ /* 広告表示部の重複する下線を消去 */ #gEntryAdContainer a { border: none; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑