|
| 1 | +body { |
| 2 | + font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; |
| 3 | + background-color: #FCFCFC; |
| 4 | + -webkit-font-smoothing: antialiased; |
| 5 | + font-size: 1.8em; |
| 6 | + line-height: 1.5; |
| 7 | + font-weight: 300; |
| 8 | + width: 100% |
| 9 | +} |
| 10 | + |
| 11 | +h1, h2, h3, h4, h5, h6 { |
| 12 | + color: #263c4c; |
| 13 | +} |
| 14 | +h2, h3, h4, h5, h6 { |
| 15 | + margin-top: 5rem; |
| 16 | + margin-bottom: 3rem; |
| 17 | + font-weight: bold; |
| 18 | + padding-bottom: 10px; |
| 19 | +} |
| 20 | + |
| 21 | +h1 { font-size: 3.0rem; } |
| 22 | +h2 { |
| 23 | + margin-top: 6rem; |
| 24 | + font-size: 2.6rem; |
| 25 | +} |
| 26 | +h3 { font-size: 2.1rem; } |
| 27 | +h4, |
| 28 | +h5, |
| 29 | +h6 { font-size: 1.9rem; } |
| 30 | + |
| 31 | +h2.entry-title { |
| 32 | + font-size: 2.1rem; |
| 33 | + margin-top: 0; |
| 34 | + font-weight: 400; |
| 35 | + border-bottom: none; |
| 36 | +} |
| 37 | + |
| 38 | +li { |
| 39 | + margin-bottom: 0.5rem; |
| 40 | + margin-left: 0.7em; |
| 41 | +} |
| 42 | + |
| 43 | +img { |
| 44 | + max-width: 100%; |
| 45 | + height: auto; |
| 46 | + vertical-align: middle; |
| 47 | + border: 0; |
| 48 | + margin: 1em 0; |
| 49 | +} |
| 50 | + |
| 51 | +header, |
| 52 | +footer { |
| 53 | + margin: 4rem 0; |
| 54 | + text-align: center; |
| 55 | +} |
| 56 | + |
| 57 | +main { |
| 58 | + margin: 4rem 0; |
| 59 | +} |
| 60 | + |
| 61 | +.container { |
| 62 | + width: 90%; |
| 63 | + /* max-width: 700px; */ |
| 64 | +} |
| 65 | + |
| 66 | +.header-logo img { |
| 67 | + border-radius: 50%; |
| 68 | + border: 2px solid #E1E1E1; |
| 69 | +} |
| 70 | + |
| 71 | +.header-logo img:hover { |
| 72 | + border-color: #F1F1F1; |
| 73 | +} |
| 74 | + |
| 75 | +.site-title { |
| 76 | + margin-top: 2rem; |
| 77 | +} |
| 78 | + |
| 79 | +.entry-title { |
| 80 | + margin-bottom: 0; |
| 81 | +} |
| 82 | + |
| 83 | +.entry-title a { |
| 84 | + text-decoration: none; |
| 85 | +} |
| 86 | + |
| 87 | +.entry-meta { |
| 88 | + display: inline-block; |
| 89 | + margin-bottom: 2rem; |
| 90 | + font-size: 1.6rem; |
| 91 | + color: #888; |
| 92 | +} |
| 93 | + |
| 94 | +.footer-link { |
| 95 | + margin: 2rem 0; |
| 96 | +} |
| 97 | + |
| 98 | +.hr { |
| 99 | + height: 1px; |
| 100 | + margin: 2rem 0; |
| 101 | + background: #E1E1E1; |
| 102 | + background: -webkit-gradient(linear, left top, right top, from(white), color-stop(#E1E1E1), to(white)); |
| 103 | + background: -webkit-linear-gradient(left, white, #E1E1E1, white); |
| 104 | + background: linear-gradient(to right, white, #E1E1E1, white); |
| 105 | +} |
| 106 | + |
| 107 | +article .social { |
| 108 | + height: 40px; |
| 109 | + padding: 10px 0; |
| 110 | +} |
| 111 | + |
| 112 | +address { |
| 113 | + margin: 0; |
| 114 | + font-size:0.9em; |
| 115 | + max-height: 60px; |
| 116 | + font-weight: 300; |
| 117 | + font-style: normal; |
| 118 | + display: block; |
| 119 | +} |
| 120 | + |
| 121 | +address a { |
| 122 | + text-decoration: none; |
| 123 | +} |
| 124 | + |
| 125 | +.avatar-bottom img { |
| 126 | + border-radius: 50%; |
| 127 | + border: 1px solid #E1E1E1; |
| 128 | + float: left; |
| 129 | + max-width: 100%; |
| 130 | + vertical-align: middle; |
| 131 | + width: 32px; |
| 132 | + height: 32px; |
| 133 | + margin: 0 20px 0 0; |
| 134 | + margin-top: -7px; |
| 135 | +} |
| 136 | + |
| 137 | +.avatar-bottom img:hover { |
| 138 | + border-color: #F1F1F1; |
| 139 | +} |
| 140 | + |
| 141 | +.copyright { |
| 142 | + font-size:0.9em; |
| 143 | + font-weight: 300; |
| 144 | +} |
| 145 | + |
| 146 | +.github { |
| 147 | + float: right; |
| 148 | +} |
| 149 | + |
| 150 | +blockquote { |
| 151 | + position: relative; |
| 152 | + padding: 10px 10px 10px 32px; |
| 153 | + box-sizing: border-box; |
| 154 | + font-style: italic; |
| 155 | + color: #464646; |
| 156 | + background: #e0e0e0; |
| 157 | +} |
| 158 | + |
| 159 | +blockquote:before{ |
| 160 | + display: inline-block; |
| 161 | + position: absolute; |
| 162 | + top: 0; |
| 163 | + left: 0; |
| 164 | + vertical-align: middle; |
| 165 | + content: "\f10d"; |
| 166 | + font-family: FontAwesome; |
| 167 | + color: #e0e0e0; |
| 168 | + font-size: 22px; |
| 169 | + line-height: 1; |
| 170 | + z-index: 2; |
| 171 | +} |
| 172 | + |
| 173 | +blockquote:after{ |
| 174 | + position: absolute; |
| 175 | + content: ''; |
| 176 | + left: 0; |
| 177 | + top: 0; |
| 178 | + border-width: 0 0 40px 40px; |
| 179 | + border-style: solid; |
| 180 | + border-color: transparent #ffffff; |
| 181 | +} |
| 182 | + |
| 183 | +blockquote p { |
| 184 | + position: relative; |
| 185 | + padding: 0; |
| 186 | + margin: 10px 0; |
| 187 | + z-index: 3; |
| 188 | + line-height: 1.7; |
| 189 | +} |
| 190 | + |
| 191 | +blockquote cite { |
| 192 | + display: block; |
| 193 | + text-align: right; |
| 194 | + color: #888888; |
| 195 | + font-size: 0.9em; |
| 196 | +} |
0 commit comments