Last active
December 20, 2015 07:39
-
-
Save r9y9/6094627 to your computer and use it in GitHub Desktop.
CSS customization for blogger
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//@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