emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: Worg needs some reorganizing


From: Eric Schulte
Subject: Re: [Orgmode] Re: Worg needs some reorganizing
Date: Sun, 16 Jan 2011 13:41:59 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> and option #2:
>
> http://orgmode.org/tmp/worg-eric/
> http://orgmode.org/tmp/worg-eric.css
>

Thanks for putting this up, I see a problem in the current stylesheet,
could you please apply the attached alternate version?

Thanks -- Eric

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; }

reply via email to

[Prev in Thread] Current Thread [Next in Thread]