情報整理用として活用中


Bloggerへのソースコード(Gist)表示をカスタマイズ


Add CSSで以下を挿入
/* 行高さ */
.gist .gist-data{
max-height:400px!important;
}
/* 左余白 */
.gist{
padding-left:20px;
padding-right:0px;
}
/* フッタ非表示 */
.gist-meta {
display: none;
}

/*行数非表示*/
.blob-num {
display: none;
}
/*行の背景色を統一*/
.gist .gist-data {
background-color: rgba(220,220,220,0.2) !important;
}
.gist .highlight {
background: none !important;
}


コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

PAGE TOP