PageRenderTime 72ms CodeModel.GetById 35ms RepoModel.GetById 0ms app.codeStats 0ms

/doc/html/_static/basic.css

http://mdanalysis.googlecode.com/
CSS | 528 lines | 389 code | 114 blank | 25 comment | 0 complexity | 95a8ca77a95ac4c7e47120ccb0d58b75 MD5 | raw file
Possible License(s): LGPL-3.0, CC-BY-3.0, BSD-3-Clause
  1. /*
  2. * basic.css
  3. * ~~~~~~~~~
  4. *
  5. * Sphinx stylesheet -- basic theme.
  6. *
  7. * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
  8. * :license: BSD, see LICENSE for details.
  9. *
  10. */
  11. /* -- main layout ----------------------------------------------------------- */
  12. div.clearer {
  13. clear: both;
  14. }
  15. /* -- relbar ---------------------------------------------------------------- */
  16. div.related {
  17. width: 100%;
  18. font-size: 90%;
  19. }
  20. div.related h3 {
  21. display: none;
  22. }
  23. div.related ul {
  24. margin: 0;
  25. padding: 0 0 0 10px;
  26. list-style: none;
  27. }
  28. div.related li {
  29. display: inline;
  30. }
  31. div.related li.right {
  32. float: right;
  33. margin-right: 5px;
  34. }
  35. /* -- sidebar --------------------------------------------------------------- */
  36. div.sphinxsidebarwrapper {
  37. padding: 10px 5px 0 10px;
  38. }
  39. div.sphinxsidebar {
  40. float: left;
  41. width: 230px;
  42. margin-left: -100%;
  43. font-size: 90%;
  44. }
  45. div.sphinxsidebar ul {
  46. list-style: none;
  47. }
  48. div.sphinxsidebar ul ul,
  49. div.sphinxsidebar ul.want-points {
  50. margin-left: 20px;
  51. list-style: square;
  52. }
  53. div.sphinxsidebar ul ul {
  54. margin-top: 0;
  55. margin-bottom: 0;
  56. }
  57. div.sphinxsidebar form {
  58. margin-top: 10px;
  59. }
  60. div.sphinxsidebar input {
  61. border: 1px solid #98dbcc;
  62. font-family: sans-serif;
  63. font-size: 1em;
  64. }
  65. img {
  66. border: 0;
  67. }
  68. /* -- search page ----------------------------------------------------------- */
  69. ul.search {
  70. margin: 10px 0 0 20px;
  71. padding: 0;
  72. }
  73. ul.search li {
  74. padding: 5px 0 5px 20px;
  75. background-image: url(file.png);
  76. background-repeat: no-repeat;
  77. background-position: 0 7px;
  78. }
  79. ul.search li a {
  80. font-weight: bold;
  81. }
  82. ul.search li div.context {
  83. color: #888;
  84. margin: 2px 0 0 30px;
  85. text-align: left;
  86. }
  87. ul.keywordmatches li.goodmatch a {
  88. font-weight: bold;
  89. }
  90. /* -- index page ------------------------------------------------------------ */
  91. table.contentstable {
  92. width: 90%;
  93. }
  94. table.contentstable p.biglink {
  95. line-height: 150%;
  96. }
  97. a.biglink {
  98. font-size: 1.3em;
  99. }
  100. span.linkdescr {
  101. font-style: italic;
  102. padding-top: 5px;
  103. font-size: 90%;
  104. }
  105. /* -- general index --------------------------------------------------------- */
  106. table.indextable {
  107. width: 100%;
  108. }
  109. table.indextable td {
  110. text-align: left;
  111. vertical-align: top;
  112. }
  113. table.indextable dl, table.indextable dd {
  114. margin-top: 0;
  115. margin-bottom: 0;
  116. }
  117. table.indextable tr.pcap {
  118. height: 10px;
  119. }
  120. table.indextable tr.cap {
  121. margin-top: 10px;
  122. background-color: #f2f2f2;
  123. }
  124. img.toggler {
  125. margin-right: 3px;
  126. margin-top: 3px;
  127. cursor: pointer;
  128. }
  129. div.modindex-jumpbox {
  130. border-top: 1px solid #ddd;
  131. border-bottom: 1px solid #ddd;
  132. margin: 1em 0 1em 0;
  133. padding: 0.4em;
  134. }
  135. div.genindex-jumpbox {
  136. border-top: 1px solid #ddd;
  137. border-bottom: 1px solid #ddd;
  138. margin: 1em 0 1em 0;
  139. padding: 0.4em;
  140. }
  141. /* -- general body styles --------------------------------------------------- */
  142. a.headerlink {
  143. visibility: hidden;
  144. }
  145. h1:hover > a.headerlink,
  146. h2:hover > a.headerlink,
  147. h3:hover > a.headerlink,
  148. h4:hover > a.headerlink,
  149. h5:hover > a.headerlink,
  150. h6:hover > a.headerlink,
  151. dt:hover > a.headerlink {
  152. visibility: visible;
  153. }
  154. div.body p.caption {
  155. text-align: inherit;
  156. }
  157. div.body td {
  158. text-align: left;
  159. }
  160. .field-list ul {
  161. padding-left: 1em;
  162. }
  163. .first {
  164. margin-top: 0 !important;
  165. }
  166. p.rubric {
  167. margin-top: 30px;
  168. font-weight: bold;
  169. }
  170. img.align-left, .figure.align-left, object.align-left {
  171. clear: left;
  172. float: left;
  173. margin-right: 1em;
  174. }
  175. img.align-right, .figure.align-right, object.align-right {
  176. clear: right;
  177. float: right;
  178. margin-left: 1em;
  179. }
  180. img.align-center, .figure.align-center, object.align-center {
  181. display: block;
  182. margin-left: auto;
  183. margin-right: auto;
  184. }
  185. .align-left {
  186. text-align: left;
  187. }
  188. .align-center {
  189. clear: both;
  190. text-align: center;
  191. }
  192. .align-right {
  193. text-align: right;
  194. }
  195. /* -- sidebars -------------------------------------------------------------- */
  196. div.sidebar {
  197. margin: 0 0 0.5em 1em;
  198. border: 1px solid #ddb;
  199. padding: 7px 7px 0 7px;
  200. background-color: #ffe;
  201. width: 40%;
  202. float: right;
  203. }
  204. p.sidebar-title {
  205. font-weight: bold;
  206. }
  207. /* -- topics ---------------------------------------------------------------- */
  208. div.topic {
  209. border: 1px solid #ccc;
  210. padding: 7px 7px 0 7px;
  211. margin: 10px 0 10px 0;
  212. }
  213. p.topic-title {
  214. font-size: 1.1em;
  215. font-weight: bold;
  216. margin-top: 10px;
  217. }
  218. /* -- admonitions ----------------------------------------------------------- */
  219. div.admonition {
  220. margin-top: 10px;
  221. margin-bottom: 10px;
  222. padding: 7px;
  223. }
  224. div.admonition dt {
  225. font-weight: bold;
  226. }
  227. div.admonition dl {
  228. margin-bottom: 0;
  229. }
  230. p.admonition-title {
  231. margin: 0px 10px 5px 0px;
  232. font-weight: bold;
  233. }
  234. div.body p.centered {
  235. text-align: center;
  236. margin-top: 25px;
  237. }
  238. /* -- tables ---------------------------------------------------------------- */
  239. table.docutils {
  240. border: 0;
  241. border-collapse: collapse;
  242. }
  243. table.docutils td, table.docutils th {
  244. padding: 1px 8px 1px 5px;
  245. border-top: 0;
  246. border-left: 0;
  247. border-right: 0;
  248. border-bottom: 1px solid #aaa;
  249. }
  250. table.field-list td, table.field-list th {
  251. border: 0 !important;
  252. }
  253. table.footnote td, table.footnote th {
  254. border: 0 !important;
  255. }
  256. th {
  257. text-align: left;
  258. padding-right: 5px;
  259. }
  260. table.citation {
  261. border-left: solid 1px gray;
  262. margin-left: 1px;
  263. }
  264. table.citation td {
  265. border-bottom: none;
  266. }
  267. /* -- other body styles ----------------------------------------------------- */
  268. ol.arabic {
  269. list-style: decimal;
  270. }
  271. ol.loweralpha {
  272. list-style: lower-alpha;
  273. }
  274. ol.upperalpha {
  275. list-style: upper-alpha;
  276. }
  277. ol.lowerroman {
  278. list-style: lower-roman;
  279. }
  280. ol.upperroman {
  281. list-style: upper-roman;
  282. }
  283. dl {
  284. margin-bottom: 15px;
  285. }
  286. dd p {
  287. margin-top: 0px;
  288. }
  289. dd ul, dd table {
  290. margin-bottom: 10px;
  291. }
  292. dd {
  293. margin-top: 3px;
  294. margin-bottom: 10px;
  295. margin-left: 30px;
  296. }
  297. dt:target, .highlighted {
  298. background-color: #fbe54e;
  299. }
  300. dl.glossary dt {
  301. font-weight: bold;
  302. font-size: 1.1em;
  303. }
  304. .field-list ul {
  305. margin: 0;
  306. padding-left: 1em;
  307. }
  308. .field-list p {
  309. margin: 0;
  310. }
  311. .refcount {
  312. color: #060;
  313. }
  314. .optional {
  315. font-size: 1.3em;
  316. }
  317. .versionmodified {
  318. font-style: italic;
  319. }
  320. .system-message {
  321. background-color: #fda;
  322. padding: 5px;
  323. border: 3px solid red;
  324. }
  325. .footnote:target {
  326. background-color: #ffa;
  327. }
  328. .line-block {
  329. display: block;
  330. margin-top: 1em;
  331. margin-bottom: 1em;
  332. }
  333. .line-block .line-block {
  334. margin-top: 0;
  335. margin-bottom: 0;
  336. margin-left: 1.5em;
  337. }
  338. .guilabel, .menuselection {
  339. font-family: sans-serif;
  340. }
  341. .accelerator {
  342. text-decoration: underline;
  343. }
  344. .classifier {
  345. font-style: oblique;
  346. }
  347. /* -- code displays --------------------------------------------------------- */
  348. pre {
  349. overflow: auto;
  350. overflow-y: hidden; /* fixes display issues on Chrome browsers */
  351. }
  352. td.linenos pre {
  353. padding: 5px 0px;
  354. border: 0;
  355. background-color: transparent;
  356. color: #aaa;
  357. }
  358. table.highlighttable {
  359. margin-left: 0.5em;
  360. }
  361. table.highlighttable td {
  362. padding: 0 0.5em 0 0.5em;
  363. }
  364. tt.descname {
  365. background-color: transparent;
  366. font-weight: bold;
  367. font-size: 1.2em;
  368. }
  369. tt.descclassname {
  370. background-color: transparent;
  371. }
  372. tt.xref, a tt {
  373. background-color: transparent;
  374. font-weight: bold;
  375. }
  376. h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
  377. background-color: transparent;
  378. }
  379. .viewcode-link {
  380. float: right;
  381. }
  382. .viewcode-back {
  383. float: right;
  384. font-family: sans-serif;
  385. }
  386. div.viewcode-block:target {
  387. margin: -1px -10px;
  388. padding: 0 10px;
  389. }
  390. /* -- math display ---------------------------------------------------------- */
  391. img.math {
  392. vertical-align: middle;
  393. }
  394. div.body div.math p {
  395. text-align: center;
  396. }
  397. span.eqno {
  398. float: right;
  399. }
  400. /* -- printout stylesheet --------------------------------------------------- */
  401. @media print {
  402. div.document,
  403. div.documentwrapper,
  404. div.bodywrapper {
  405. margin: 0 !important;
  406. width: 100%;
  407. }
  408. div.sphinxsidebar,
  409. div.related,
  410. div.footer,
  411. #top-link {
  412. display: none;
  413. }
  414. }