Jason Dunsmore writes: > "Eric Schulte" writes: > >> I recall a discussion of holding a competition to select a new css style >> for Worg (found it here [1]). I think that such a change could >> fruitfully be combined with the Worg re-organization. > > I'm not a web-designer, but here's my stab at re-designing Worg: > http://orgmode.org/tmp/worg/ > Nice, here's my minimal stylesheet contribution -- most notable for the expandable TOC in the corner. The source is below [1] and the resulting style.css is attached below [2] This can be seen in the following two screenshots folded: http://i.imgur.com/CLkfl.png unfolded: http://imgur.com/5To2y > > I think a good addition to Worg would be the option to view it with or > without the javascript section folding. I agree > I personally prefer the entire web page to be visible without > clicking. Is there a way to do this I'm not aware of? > not that I know of Cheers -- Eric > > Regards, > Jason Footnotes: [1] #+begin_src sass :file style.css body background-image: url(http://orgmode.org/img/org-mode-unicorn.png) background-repeat: no-repeat #outline-container-1 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 #777 -moz-box-shadow: 0 0 1em #777 -webkit-border-bottom-left-radius: 5px -moz-border-radius-bottomleft: 5px text-align: right 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 #text-table-of-contents display: none text-align: left &:hover #text-table-of-contents display: block padding: 0.5em #+end_src [2]