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:04:06 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Jason Dunsmore <address@hidden> writes:

> "Eric Schulte" <address@hidden> 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]  

Attachment: style.css
Description: Text Data


reply via email to

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