Skip to content

Instantly share code, notes, and snippets.

@r9y9
Last active December 20, 2015 07:39
Show Gist options
  • Save r9y9/6094627 to your computer and use it in GitHub Desktop.
Save r9y9/6094627 to your computer and use it in GitHub Desktop.
CSS customization for blogger
//@import url(http://fonts.googleapis.com/css?family=Roboto:400,300);
//@import url(http://fonts.googleapis.com/css?family=Russo+One);
body, textarea {
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif;
}
.Header h1 {
font-family: 'Russo One', sans-serif;
}
h2.date-header {
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif;
}
.column-right-outer h2 {
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif;
}
.entry-content h3 {
padding-top: 3px;
margin-bottom: 15px;
padding-left: 15px;
border-left: 12px #3e82ff solid;
}
.entry-content h4 {
padding-top: 3px;
margin-bottom: 10px;
padding-left: 15px;
border-left: 7px #3e82ee solid;
}
a {
-webkit-transition: color 0.15s ease-in-out;
-moz-transition: color 0.15s ease-in-out;
-o-transition: color 0.15s ease-in-out;
-ms-transition: color 0.15s ease-in-out;
transition: color 0.15s ease-in-out;
}
img {max-width:95%;height:auto;}
pre.prettyprint {
border: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment