| OLD | NEW |
| (Empty) |
| 1 <!-- Alabaster (krTheme++) Hacks --> | |
| 2 | |
| 3 <!-- CSS Adjustments (I'm very picky.) --> | |
| 4 <style type="text/css"> | |
| 5 | |
| 6 /* Rezzy requires precise alignment. */ | |
| 7 img.logo {margin-left: -20px!important;} | |
| 8 | |
| 9 /* "Quick Search" should be capitalized. */ | |
| 10 div#searchbox h3 {text-transform: capitalize;} | |
| 11 | |
| 12 /* Make the document a little wider, less code is cut-off. */ | |
| 13 div.document {width: 1008px;} | |
| 14 | |
| 15 /* Much-improved spacing around code blocks. */ | |
| 16 div.highlight pre {padding: 11px 14px;} | |
| 17 | |
| 18 /* Remain Responsive! */ | |
| 19 @media screen and (max-width: 1008px) { | |
| 20 div.sphinxsidebar {display: none;} | |
| 21 div.document {width: 100%!important;} | |
| 22 | |
| 23 /* Have code blocks escape the document right-margin. */ | |
| 24 div.highlight pre {margin-right: -30px;} | |
| 25 } | |
| 26 | |
| 27 </style> | |
| 28 | |
| 29 <!-- Analytics tracking for Kenneth. --> | |
| 30 <script type="text/javascript"> | |
| 31 var _gauges = _gauges || []; | |
| 32 (function() { | |
| 33 var t = document.createElement('script'); | |
| 34 t.type = 'text/javascript'; | |
| 35 t.async = true; | |
| 36 t.id = 'gauges-tracker'; | |
| 37 t.setAttribute('data-site-id', '56ca7a57c88d9011080024dd'); | |
| 38 t.setAttribute('data-track-path', 'https://track.gaug.es/track.gif'); | |
| 39 t.src = 'https://d36ee2fcip1434.cloudfront.net/track.js'; | |
| 40 var s = document.getElementsByTagName('script')[0]; | |
| 41 s.parentNode.insertBefore(t, s); | |
| 42 })(); | |
| 43 </script> | |
| 44 | |
| 45 <!-- There are no more hacks. --> | |
| 46 <!-- இڿڰۣ-ڰۣ— --> | |
| 47 <!-- Love, Kenneth Reitz --> | |
| 48 | |
| 49 <script src="{{ pathto('_static/', 1) }}/konami.js"></script> | |
| 50 <script> | |
| 51 var easter_egg = new Konami('http://fortunes.herokuapp.com/random/raw'); | |
| 52 </script> | |
| 53 | |
| 54 <!-- That was not a hack. That was art. --> | |
| OLD | NEW |