/doc/html/_static/nature.css
Relevant Search: With Applications for Solr and Elasticsearch
For more in depth reading about search, ranking and generally everything you could ever want to know about how lucene, elasticsearch or solr work under the hood I highly suggest this book. Easily one of the most interesting technical books I have read in a long time. If you are tasked with solving search relevance problems even if not in Solr or Elasticsearch it should be your first reference. Amazon Affiliate LinkCSS | 245 lines | 188 code | 44 blank | 13 comment | 0 complexity | 30e0c8f21ceed3bd6b0761b7759cf074 MD5 | raw file
1/* 2 * nature.css_t 3 * ~~~~~~~~~~~~ 4 * 5 * Sphinx stylesheet -- nature theme. 6 * 7 * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. 8 * :license: BSD, see LICENSE for details. 9 * 10 */ 11 12@import url("basic.css"); 13 14/* -- page layout ----------------------------------------------------------- */ 15 16body { 17 font-family: Arial, sans-serif; 18 font-size: 100%; 19 background-color: #111; 20 color: #555; 21 margin: 0; 22 padding: 0; 23} 24 25div.documentwrapper { 26 float: left; 27 width: 100%; 28} 29 30div.bodywrapper { 31 margin: 0 0 0 230px; 32} 33 34hr { 35 border: 1px solid #B1B4B6; 36} 37 38div.document { 39 background-color: #eee; 40} 41 42div.body { 43 background-color: #ffffff; 44 color: #3E4349; 45 padding: 0 30px 30px 30px; 46 font-size: 0.9em; 47} 48 49div.footer { 50 color: #555; 51 width: 100%; 52 padding: 13px 0; 53 text-align: center; 54 font-size: 75%; 55} 56 57div.footer a { 58 color: #444; 59 text-decoration: underline; 60} 61 62div.related { 63 background-color: #6BA81E; 64 line-height: 32px; 65 color: #fff; 66 text-shadow: 0px 1px 0 #444; 67 font-size: 0.9em; 68} 69 70div.related a { 71 color: #E2F3CC; 72} 73 74div.sphinxsidebar { 75 font-size: 0.75em; 76 line-height: 1.5em; 77} 78 79div.sphinxsidebarwrapper{ 80 padding: 20px 0; 81} 82 83div.sphinxsidebar h3, 84div.sphinxsidebar h4 { 85 font-family: Arial, sans-serif; 86 color: #222; 87 font-size: 1.2em; 88 font-weight: normal; 89 margin: 0; 90 padding: 5px 10px; 91 background-color: #ddd; 92 text-shadow: 1px 1px 0 white 93} 94 95div.sphinxsidebar h4{ 96 font-size: 1.1em; 97} 98 99div.sphinxsidebar h3 a { 100 color: #444; 101} 102 103 104div.sphinxsidebar p { 105 color: #888; 106 padding: 5px 20px; 107} 108 109div.sphinxsidebar p.topless { 110} 111 112div.sphinxsidebar ul { 113 margin: 10px 20px; 114 padding: 0; 115 color: #000; 116} 117 118div.sphinxsidebar a { 119 color: #444; 120} 121 122div.sphinxsidebar input { 123 border: 1px solid #ccc; 124 font-family: sans-serif; 125 font-size: 1em; 126} 127 128div.sphinxsidebar input[type=text]{ 129 margin-left: 20px; 130} 131 132/* -- body styles ----------------------------------------------------------- */ 133 134a { 135 color: #005B81; 136 text-decoration: none; 137} 138 139a:hover { 140 color: #E32E00; 141 text-decoration: underline; 142} 143 144div.body h1, 145div.body h2, 146div.body h3, 147div.body h4, 148div.body h5, 149div.body h6 { 150 font-family: Arial, sans-serif; 151 background-color: #BED4EB; 152 font-weight: normal; 153 color: #212224; 154 margin: 30px 0px 10px 0px; 155 padding: 5px 0 5px 10px; 156 text-shadow: 0px 1px 0 white 157} 158 159div.body h1 { border-top: 20px solid white; margin-top: 0; font-size: 200%; } 160div.body h2 { font-size: 150%; background-color: #C8D5E3; } 161div.body h3 { font-size: 120%; background-color: #D8DEE3; } 162div.body h4 { font-size: 110%; background-color: #D8DEE3; } 163div.body h5 { font-size: 100%; background-color: #D8DEE3; } 164div.body h6 { font-size: 100%; background-color: #D8DEE3; } 165 166a.headerlink { 167 color: #c60f0f; 168 font-size: 0.8em; 169 padding: 0 4px 0 4px; 170 text-decoration: none; 171} 172 173a.headerlink:hover { 174 background-color: #c60f0f; 175 color: white; 176} 177 178div.body p, div.body dd, div.body li { 179 line-height: 1.5em; 180} 181 182div.admonition p.admonition-title + p { 183 display: inline; 184} 185 186div.highlight{ 187 background-color: white; 188} 189 190div.note { 191 background-color: #eee; 192 border: 1px solid #ccc; 193} 194 195div.seealso { 196 background-color: #ffc; 197 border: 1px solid #ff6; 198} 199 200div.topic { 201 background-color: #eee; 202} 203 204div.warning { 205 background-color: #ffe4e4; 206 border: 1px solid #f66; 207} 208 209p.admonition-title { 210 display: inline; 211} 212 213p.admonition-title:after { 214 content: ":"; 215} 216 217pre { 218 padding: 10px; 219 background-color: White; 220 color: #222; 221 line-height: 1.2em; 222 border: 1px solid #C6C9CB; 223 font-size: 1.1em; 224 margin: 1.5em 0 1.5em 0; 225 -webkit-box-shadow: 1px 1px 1px #d8d8d8; 226 -moz-box-shadow: 1px 1px 1px #d8d8d8; 227} 228 229tt { 230 background-color: #ecf0f3; 231 color: #222; 232 /* padding: 1px 2px; */ 233 font-size: 1.1em; 234 font-family: monospace; 235} 236 237.viewcode-back { 238 font-family: Arial, sans-serif; 239} 240 241div.viewcode-block:target { 242 background-color: #f4debf; 243 border-top: 1px solid #ac9; 244 border-bottom: 1px solid #ac9; 245}