body { background-image: url(http://orgmode.org/img/org-mode-unicorn.png); background-repeat: no-repeat; } body #content { padding-top: 100px; } /* TOC inspired by http://jashkenas.github.com/coffee-script */ #table-of-contents { position: fixed; right: 0em; top: 0em; background: white; -webkit-box-shadow: 0 0 1em #777777; -moz-box-shadow: 0 0 1em #777777; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; text-align: right; } #table-of-contents h2 { max-width: 8em; font-size: 10pt; font-weight: normal; padding-left: 0.5em; padding-left: 0.5em; padding-top: 0.05em; padding-bottom: 0.05em; } #table-of-contents #text-table-of-contents { display: none; text-align: left; } #table-of-contents:hover #text-table-of-contents { display: block; padding: 0.5em; }