Skip to content

Instantly share code, notes, and snippets.

@s2terminal
Created January 2, 2018 07:13
Show Gist options
  • Save s2terminal/49ade6dd2093052f20186953c086aad2 to your computer and use it in GitHub Desktop.
Save s2terminal/49ade6dd2093052f20186953c086aad2 to your computer and use it in GitHub Desktop.
はてなブログ用カスタムCSS
/* <system section="theme" selected="6653586347149180725"> */
@import url("http://hatenablog.com/theme/6653586347149180725.css");
/* </system> */
/* <system section="background" selected="undefined"> */
/* </system> */
/* custom css @s2terminal */
/* テーブル */
table {
width: auto;
}
th {
color: #333;
background-color: #f5f5f5;
}
th, td {
padding: .5em
}
/* 見出し */
.entry-title {
/* margin: 2em 0 1em 0; */
border-top: 4px solid #933;
padding-top: .7em;
padding-bottom: .3em;
/*font-size: large;*/
/*font-weight: bold;*/
}
h3 {
margin: 2em 0 1em 0;
border-top: 1px dashed #933;
padding-top: .7em;
padding-bottom: .3em;
/*font-size: large;*/
/*font-weight: bold;*/
}
/* ナビゲーションバー */
.main-navigation,
.main-navigation ul ul {
background-color: #933;
/*color: #eee;*/
}
.main-navigation ul li a{
transition: .5s;
color: #fff6f0;
}
.main-navigation ul li a:hover{
background-color: #fff6f0;
color: #555;
}
.menu-toggle, .main-navigation a {
line-height: 2.6em;
}
/* グローバルヘッダー */
#globalheader-container {
background-color: #fff;
color: #999;
border-bottom: 1px dashed #ccc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment