| OLD | NEW |
| 1 | 1 |
| 2 /* ==== Scroll down to find where to put your styles :) ==== */ | 2 /* ==== Scroll down to find where to put your styles :) ==== */ |
| 3 | 3 |
| 4 /* HTML5 ✰ Boilerplate */ | 4 /* HTML5 ✰ Boilerplate */ |
| 5 | 5 |
| 6 html, body, div, span, object, iframe, | 6 html, body, div, span, object, iframe, |
| 7 h1, h2, h3, h4, h5, h6, p, blockquote, pre, | 7 h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
| 8 abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, | 8 abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, |
| 9 small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, | 9 small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, |
| 10 fieldset, form, label, legend, | 10 fieldset, form, label, legend, |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 .comment, authornote { | 138 .comment, authornote { |
| 139 color:red; | 139 color:red; |
| 140 /* display:none; */ | 140 /* display:none; */ |
| 141 } | 141 } |
| 142 | 142 |
| 143 b, strong { font-weight: bold; } | 143 b, strong { font-weight: bold; } |
| 144 i, em { font-style: italic; } | 144 i, em { font-style: italic; } |
| 145 | 145 |
| 146 article dl dd { | 146 article dl dd { |
| 147 margin-left: 1em; | 147 margin-left: 1em; |
| 148 font-weight: 400; | |
| 149 } | |
| 150 | |
| 151 article dl dt { | |
| 152 font-weight: 800; | |
| 153 margin-top: 0.5em; | |
| 154 margin-bottom: 0em; | |
| 155 } | 148 } |
| 156 | 149 |
| 157 html { | 150 html { |
| 158 height: 100%; | 151 height: 100%; |
| 159 } | 152 } |
| 160 | 153 |
| 161 body { | 154 body { |
| 162 font-size: 15px; | 155 font-size: 15px; |
| 163 font-family: 'Open Sans', sans-serif; | 156 font-family: 'Open Sans', sans-serif; |
| 164 background-image: url(/imgs/button-textured.png); | 157 background-image: url(/imgs/button-textured.png); |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 margin-bottom: 10px; | 315 margin-bottom: 10px; |
| 323 font-weight: 400; | 316 font-weight: 400; |
| 324 } | 317 } |
| 325 | 318 |
| 326 article ol, article ul { | 319 article ol, article ul { |
| 327 margin-bottom: 10px; | 320 margin-bottom: 10px; |
| 328 } | 321 } |
| 329 | 322 |
| 330 article dt { | 323 article dt { |
| 331 margin-bottom: 5px; | 324 margin-bottom: 5px; |
| 332 font-weight: 800; | 325 margin-top: 0.5em; |
| 326 font-weight: bold; |
| 333 } | 327 } |
| 334 | 328 |
| 335 article dd { | 329 article dd { |
| 336 margin-bottom: 10px; | 330 margin-bottom: 10px; |
| 337 } | 331 } |
| 338 | 332 |
| 339 aside.note, aside.new { | 333 aside.note, aside.new { |
| 340 background-color: #FFFACD; | 334 background-color: #FFFACD; |
| 341 border-radius: 5px; | 335 border-radius: 5px; |
| 342 padding: 10px; | 336 padding: 10px; |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 590 a[href]:after { content: " (" attr(href) ")"; } | 584 a[href]:after { content: " (" attr(href) ")"; } |
| 591 abbr[title]:after { content: " (" attr(title) ")"; } | 585 abbr[title]:after { content: " (" attr(title) ")"; } |
| 592 .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } | 586 .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } |
| 593 pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } | 587 pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } |
| 594 thead { display: table-header-group; } | 588 thead { display: table-header-group; } |
| 595 tr, img { page-break-inside: avoid; } | 589 tr, img { page-break-inside: avoid; } |
| 596 @page { margin: 0.5cm; } | 590 @page { margin: 0.5cm; } |
| 597 p, h2, h3 { orphans: 3; widows: 3; } | 591 p, h2, h3 { orphans: 3; widows: 3; } |
| 598 h2, h3{ page-break-after: avoid; } | 592 h2, h3{ page-break-after: avoid; } |
| 599 } | 593 } |
| OLD | NEW |