@import "nature.css"; /* Override default theme styles here */ /* Better styling for figures: - Add border so figures with white background look ok on non-white pages - Add hover highlight to emphasize detailed figures can be clicked for full-res view */ div.figure img { border:1px solid #AAAAAA; padding:5px; border-radius: 5px; } div.figure img:hover { box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5); } span.pre { } /* Override ToC styling: -Show bullets for all levels -Remove right margin -Remove word-wrap: break-word */ div.sphinxsidebar ul { list-style: square; } div.sphinxsidebar ul ul, div.sphinxsidebar ul.want-points { margin-right: 0px; margin-left: 10px; list-style: square; } div.sphinxsidebar ul ul { margin-top: 0; margin-bottom: 0; } /* Top-level entries are bold, lower levels are normal */ div.sphinxsidebar li.toctree-l1 { font-weight: bold; } div.sphinxsidebar li.toctree-l2 { font-weight: normal; } /* toctree classes use 'current' for all ul/li in selected leaf but the a.current.reference is only applied to the current page */ a.current.reference.internal { font-weight: bold; background-color: #BED4EB; padding: 2px; } /* Hide ToC levels 4+ - fulltoc extension includes these in the HTML by default */ li.toctree-l4, li.toctree-l5, li.toctree-l6 { display: none; }