content/styles/_typography.less
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 |
body { font-family: "Source Sans Pro", sans-serif; } article, #legacy-comments, #disqus_thread { line-height: 1.4em; font-weight: 300; font-size: 16px; color: #444; p { margin: 1em 0; } li, dt, dd { line-height: 1.8em } dt { margin-top: 1.8em; } } /* Headings */ #main-content > article h1 { line-height: 1em; font-size: 1.6em; } #main-content > article h2 { margin-top: 0; line-height: 1em; font-size: 1.3em; font-style: italic; } article.page > header h1 { font-size: 2em; margin-top: 0; margin-bottom: 0; } #secondary-content > article h1 { line-height: 1.2em; font-size: 1.3em; } #secondary-content > article h2 { margin-top: 0; line-height: 1em; font-size: 1em; font-style: italic; } #body-text section header h1, footer h1, #body-text h2 { font-size: 1.8em; } h1 > code { font-size: 0.9em; border:none; color: #000; background:none; } article.page > header h2, #body-text section section header h1, #body-text h3, h1.toc-header { margin-top: 1.2em; font-size: 1.5em; font-style: italic; } article.page > header h2 { margin: 0 0 1em 0; font-size: 1.3em; line-height: 1.2em; color: #999; } #body-text section section section header h1, #body-text h4 { margin-top: 1.2em; font-size: 1.3em; } #body-text section section section section header h1, #body-text h5 { margin-top: 1em; font-size: 1em; font-style: italic; } #body-text section section section section section header h1, #body-text h6 { margin-top: 1em; font-size: 1em; } h1, h2, h3, h4, h5, h6 { line-height: 1.2em; text-align: left; border-bottom: none; font-weight: 300; } /* HastyStyles Overrides */ article #body-text { h2, h3, h4, h5, h6 { border-bottom: 1px solid #ccc; } } .article-info .tag, code .tag, ul.dropdown-menu a, a[href].btn, footer a[href] { &:before { content: ""; } } a.btn { color: #fff; } a.btn-default { color: #333; } code, .code, pre { font-size: 13px; line-height: 1.2; .tag { &:before { content: none; } } } .navbar .input-group { box-shadow: none; } .hastyscribe { margin-right: 1%; } dl { clear: both; dt { float: none; clear: none; width: 20%; text-align: right; font-weight: bold; } dd { margin: 0 0 0 22%; padding: 0 0 0.5em 0; } } .note, .tip, .warning, .sidebar, .terminal, .terminal-su, pre, blockquote { max-width: 850px; } |