Skip to content

Instantly share code, notes, and snippets.

@t-min
Last active August 29, 2015 14:08
Show Gist options
  • Select an option

  • Save t-min/21dd1888ed2c0899a418 to your computer and use it in GitHub Desktop.

Select an option

Save t-min/21dd1888ed2c0899a418 to your computer and use it in GitHub Desktop.
/* --------------------------------------
 フォント、フォント色、リンク色
--------------------------------------- */
/* ページ全体のテキスト */
html {
color: #333;
}
/* ページ全体 */
body {
font-family: 'arial',sans-serif;
font-size: 85%;
line-height: 1.45; }
/* ページ全体のリンク色 */
a, a:link {
color: #406468;
}
a:visited {
color: #551A8B;
}
a:hover,a:focus {
color: #0085a1;
}
a img:hover,a img:focus {
cursor: zoom-in;
}
/* ブログ名・ブログの説明のフォント色 */
h1 a, h1 a:link, h1 a:visited, header-description, h1 a:hover, h1 a:active {
color: #404040;
}
/* 記事タイトルのフォント */
h2 a, h2 a:link, h2 a:visited, header-description, h2 a:hover, h2 a:active {
color: #404040;
font-size: 25px;
}
/* 日付のフォント色 */
.date { color: #668; }
/* フッタのフォント色 */
.footer-inner,
.footer-inner a,
.footer-inner a:link,
.footer-inner a:visited,
.footer-inner a:hover,
.footer-inner a:active {
color: #404040;
}
/* --------------------------------------
 基本テキストレイアウト
--------------------------------------- */
/*blockquate */
blockquote {
color: #808080;
font-style: italic;
}
pre { overflow: auto; }
ol { list-style: decimal outside; }
ul { list-style: disc outside; }
/* ----------------------------
ヘッダ
------------------------------- */
h1 {
margin-top: 15px;
padding-left: 10px;
}
/* ブログ説明 */
.header-description {
font-size: 90%;
padding-left: 20px; }
/*ナビバー*/
.nav navbar-nav {
}
/* ----------------------------
パンくずリスト
------------------------------- */
.breadcrumb {
border-top: 1px solid #99A;
border-bottom: 1px solid #99A;
font-size: 12px; }
/* --------------------------------------
記事
--------------------------------------- */
/* 記事タイトル*/
h2.post-title {
border-top: 1px solid #99A;
margin-top: 10px;
margin-bottom: 10px; }
/* 記事情報 */
.post-meta {
border-bottom: 1px solid #99A;
font-size: 13px;
display: block;
list-style: none; }
/* 記事 */
.entry-body {
margin-top: 10px;
font-size: 15px;
margin-bottom: 30px; }
.entry-body, .more, .pagetop,
.entry-category,{
padding-left: 0px;
padding-right: 0px;
}
.entry-body ul, .entry-body ol {
padding-left: 15px;
}
p {
font-size: 14px;
line-height: 1.5;
margin: 30px 0;
}
/* カテゴリ、コミュニティ */
.entry-category, .list-inline .community {
font-size 55%;
list-style: none; }
.entry-category li, .community li {
font-size 55%;
display: inline;
margin-right: 10px; }
/* タグ */
.tag { font-size: 86%; }
/* ページトップリンク */
.pagetop { text-align: right; }
/* 次の記事・前の記事 */
.ent-navi {
text-align: center;
font-size: 86%; }
/*fc2ソーシャルボタン*/
.fc2_footer {
margin-top:20px;
}
table.fc2_socialbtn {
margin-top:20px;
}
/*フッター*/
.footer-inner {
border-top: 1px solid #404040;
margin: 30px 0;
font-size: 14px;
text-align: center;
}
body {
webkit-tap-highlight-color: #0085a1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment