/**
* カスタムCSS 開始
*/
body {
/** 800px-スクロールバー分(17pxを想定) **/
min-width: 783px;
width: 783px:
}
/** Blogタイトルを非表示 **/
header { display:none; }
/** 投稿内容のフォントを固定幅 **/
#post-body { font-family: monospace; }
.post-title {
border-left: 0.3em solid #2288bb;
padding-left: 0.1em;
}
/** BloggerのNav-Barを非表示 **/
#navbar { display:none; max-width:0px; width:0px; height:0px;}
.navbar {
display: none;
}
/** 本文内を横幅一杯に表示 **/
.content-inner { padding: 0px 0px; }
/** 本文の上下余白を小さく **/
.main-inner { padding-top: 8px; padding-bottom: 8px; }
/** 投稿欄の下余白を小さく **/
.post { margin: 0 0 20px 0; }
/** [この投稿へのリンク リンクを作成]を非表示 **/
.comments { display:none; }
/** "登録:投稿(Atom)"を非表示 **/
.feed-links { display:none; }
/** フッターの上下余白を小さく **/
.footer-inner { padding: 8px 8px; }
/** 自作クラス 単純表 **/
table.simple {
margin-top : 0.2em;
margin-bottom : 1em;
border-collapse: collapse;
border : solid 1px #999;
}
table.simple th,
table.simple td {
border : solid 1px #999;
padding: 4px 6px;
}
/*
table.simple td.title_vertical { /** 縦書き領域 **/
writing-mode : vertical-rl; /** IE **/
-webkit-writing-mode: vertical-rl; /** Webkit **/
}
*/
table.simple td.name { /** 名前領域 **/
text-align : left;
white-space: nowrap;
}
table.simple td.no { /** 数字領域 **/
text-align : right;
white-space: nowrap;
}
table.simple td.symbol { /** シンボル領域 **/
text-align : center;
vertical-align: middle;
}
.commandline ,
div.sourcecode pre {
-moz-border-radius:4px;
-webkit-border-top-left-radius:6px;
-webkit-border-top-right-radius:6px;
-webkit-border-bottom-left-radius:6px;
-webkit-border-bottom-right-radius:6px;
background-color: #202040;
color : #20F820;
overflow : auto;
line-height: 1.20em;
margin : 0px;
padding : 0.5em;
}
/** Mozilla系でPREタグ内で自動改行させる **/
pre {
white-space: pre-wrap;
word-wrap : break-word;
}
/**
* カスタムCSS 終了
*/