emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Eric Schulte" <schulte.eric@gmail.com>
To: Jason Dunsmore <emacs-orgmode@dunsmor.com>
Cc: Dan Davison <davison@stats.ox.ac.uk>,
	Ian Barton <ian@manor-farm.org>,
	Bastien <bastien.guerry@wikimedia.fr>,
	Matt Lundin <mdl@imapmail.org>,
	emacs-orgmode@gnu.org,
	Carsten Dominik <carsten.dominik@gmail.com>
Subject: Re: Re: Worg needs some reorganizing
Date: Sun, 16 Jan 2011 13:04:06 -0700	[thread overview]
Message-ID: <87pqrwipjd.fsf@gmail.com> (raw)
In-Reply-To: <87zkr0load.fsf@riotblast.dunsmor.com> (Jason Dunsmore's message of "Sun, 16 Jan 2011 12:02:50 -0600")

[-- Attachment #1: Type: text/plain, Size: 1917 bytes --]

Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:

> "Eric Schulte" <schulte.eric@gmail.com> 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]  


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: style.css --]
[-- Type: text/css, Size: 879 bytes --]

body {
  background-image: url(http://orgmode.org/img/org-mode-unicorn.png);
  background-repeat: no-repeat; }
  body #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 #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; }

[-- Attachment #3: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2011-01-16 20:04 UTC|newest]

Thread overview: 140+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-07  8:15 Themes Compatible with color-theme.el Ian Barton
2010-10-07  8:56 ` Sébastien Vauban
2010-10-07  9:04   ` Ian Barton
2010-10-09 15:54 ` Yavuz
2010-10-09 18:42   ` David O'Toole
2010-10-10  7:54     ` Ian Barton
2010-10-11  3:29       ` David O'Toole
2010-10-11 19:01         ` Jason McBrayer
2010-10-10  7:52   ` Ian Barton
2010-10-09 21:45 ` Memnon Anon
2010-10-10  7:55   ` Ian Barton
2010-10-10 19:24 ` Scott Jaderholm
2010-10-10 20:55   ` Ian Barton
2010-10-13  3:46     ` Eric Schulte
2010-10-13 10:08       ` Ian Barton
2010-10-13 12:40         ` Carsten Dominik
2010-10-13 14:51           ` Worg needs some reorganizing Dan Davison
2010-10-13 15:41             ` Eric Schulte
2010-10-14  9:44               ` Ian Barton
2011-01-15 16:08                 ` Samuel Wales
2010-10-13 16:02             ` John Hendy
2010-10-14  7:44               ` Sébastien Vauban
2010-10-14 13:09               ` Eric Schulte
2010-10-14 14:07                 ` John Hendy
2010-10-14 15:51                   ` Jeff Horn
2011-01-15 12:01             ` Bastien
2011-01-15 15:19               ` Matt Lundin
2011-01-15 18:50                 ` Bastien
2011-01-16  0:00                   ` Alan E. Davis
2011-01-16 15:37                     ` Eric Schulte
2011-01-16 18:02                       ` Jason Dunsmore
2011-01-16 20:04                         ` Eric Schulte [this message]
2011-01-16 20:31                           ` Jason Dunsmore
2011-01-16 20:41                             ` Eric Schulte
2011-01-16 20:50                               ` Jason Dunsmore
2011-01-16 22:37                                 ` Eric Schulte
2011-01-17 14:56                                   ` Jason Dunsmore
2011-01-17 17:41                                     ` Bastien
2011-01-17 18:01                                       ` Jason Dunsmore
2011-01-17 18:57                                         ` Eric Schulte
2011-01-18 16:13                                           ` Eric Schulte
2011-01-18 16:53                                             ` Jeff Horn
2011-01-18 16:55                                             ` Jason Dunsmore
2011-01-18 19:15                                               ` Jason Dunsmore
2011-01-18 19:52                                                 ` Bastien
2011-01-18 21:54                                                   ` Jason Dunsmore
2011-01-18 22:23                                                     ` Nick Dokos
2011-01-18 22:42                                                   ` Eric Schulte
2011-01-19  1:35                                                     ` Jeff Horn
2011-01-19 16:52                                                   ` Achim Gratz
2011-01-19  1:02                                                 ` Matt Lundin
2011-01-19 17:05                                                   ` Achim Gratz
2011-01-19 17:24                                                     ` Eric Schulte
2011-01-19 17:34                                                   ` Jason Dunsmore
2011-01-19 17:56                                                     ` Eric Schulte
2011-01-19 18:13                                                       ` Achim Gratz
2011-01-19 18:20                                                         ` Eric Schulte
2011-01-19 18:46                                                           ` Jason Dunsmore
2011-01-19 18:52                                                             ` Achim Gratz
2011-01-19 19:18                                                               ` Jason Dunsmore
2011-01-19 21:12                                                                 ` Jeff Horn
2011-01-20  2:24                                                                 ` Matt Lundin
2011-01-20  4:30                                                                   ` Jeff Horn
2011-01-20 15:15                                                                     ` Jason Dunsmore
2011-01-20  2:29                                                       ` Matt Lundin
2011-01-20  3:10                                                         ` Nick Dokos
2011-01-20 15:41                                                           ` Matt Lundin
2011-01-20 16:16                                                             ` Nick Dokos
2011-01-20 18:09                                                               ` Jeff Horn
2011-01-20 18:46                                                                 ` Eric Schulte
2011-01-20 19:22                                                                   ` Jeff Horn
2011-01-20 16:17                                                             ` Eric Schulte
2011-01-19 18:07                                                     ` Jeff Horn
2011-01-19 18:32                                                       ` Jason Dunsmore
2011-01-19 21:06                                                         ` Jeff Horn
2011-01-17 19:05                                       ` Achim Gratz
2011-01-17 20:15                                         ` Bastien
2011-01-17 20:52                                         ` Jason Dunsmore
2011-01-17 21:14                                           ` Eric Schulte
2011-01-18 16:01                                             ` Jason Dunsmore
2011-01-18 16:05                                             ` Eric Schulte
2011-01-18 19:18                                               ` Jason Dunsmore
2011-01-18 19:40                                                 ` Bastien
2011-01-17 22:16                                           ` Achim Gratz
2011-01-17 22:47                                             ` Jason Dunsmore
2011-01-17 23:01                                               ` Achim Gratz
2011-01-17 23:29                                                 ` Eric Schulte
2011-01-18  1:34                                       ` Matt Lundin
2011-01-18  1:53                                         ` Eric Schulte
2011-01-18  2:17                                         ` Jeff Horn
2011-01-18  8:39                                           ` Bastien
2011-01-18 15:05                                             ` Matt Lundin
2011-01-18 15:36                                               ` Jason Dunsmore
2011-01-18 15:45                                                 ` Nick Dokos
2011-01-18 15:52                                                   ` Jason Dunsmore
2011-01-18 16:04                                                     ` Nick Dokos
2011-01-18 16:26                                               ` Eric Schulte
2011-01-18 18:50                                                 ` Jason Dunsmore
2011-01-18 19:20                                                   ` Jeff Horn
2011-01-18 19:48                                                   ` Bastien
2011-01-18 23:17                                                     ` Bernt Hansen
2011-01-19  0:57                                                       ` Bastien
2011-01-19  1:03                                                     ` Matt Lundin
2011-01-20 11:22                                                   ` Dan Davison
2011-01-20 17:02                                                     ` Jeff Horn
2011-01-20 17:21                                                       ` Erik Iverson
2011-01-20 17:38                                                         ` Jason Dunsmore
2011-01-20 18:44                                                           ` Eric Schulte
2011-01-20 17:41                                                       ` Dan Davison
2011-01-20 17:48                                                         ` Dan Davison
2011-01-20 17:50                                                           ` Jeff Horn
2011-01-20 17:49                                                         ` Jeff Horn
2011-01-20 22:23                                                         ` Sébastien Vauban
2011-01-21  8:48                                                           ` Eric S Fraga
2011-01-21  8:58                                                           ` Giovanni Ridolfi
2011-01-20 17:42                                                       ` Jason Dunsmore
2011-01-18 23:13                                               ` Jason Dunsmore
2011-01-19  0:15                                                 ` Eric Schulte
2011-01-19  0:40                                                 ` Bastien
2011-01-19  0:46                                                   ` Eric Schulte
2011-01-19  1:13                                                   ` Matt Lundin
2011-01-19 18:04                                                   ` Achim Gratz
2011-01-18 15:22                                             ` Jason Dunsmore
2011-01-19  1:21                                               ` Bastien
2011-01-19  1:41                                                 ` Jeff Horn
2011-01-20 16:44                                                 ` Eric Schulte
2011-01-20 16:52                                                   ` Jeff Horn
2011-01-19 18:36                                               ` Achim Gratz
2011-01-18 16:46                                             ` Jeff Horn
2011-01-18 16:57                                               ` Brian T. Wightman
2011-01-18  9:23                                         ` Bastien
2011-01-18 15:41                                           ` Jason Dunsmore
2011-01-18 19:38                                         ` Jason Dunsmore
2011-01-17 18:33                         ` Samuel Wales
2011-01-17 18:43                           ` Samuel Wales
2011-01-17 21:39                         ` Matt Lundin
2010-10-14  9:16           ` Themes Compatible with color-theme.el Ian Barton
2010-10-13 15:30         ` Eric Schulte
2010-10-14  9:17           ` Ian Barton
2010-10-10 23:53 ` suvayu ali

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pqrwipjd.fsf@gmail.com \
    --to=schulte.eric@gmail.com \
    --cc=bastien.guerry@wikimedia.fr \
    --cc=carsten.dominik@gmail.com \
    --cc=davison@stats.ox.ac.uk \
    --cc=emacs-orgmode@dunsmor.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=ian@manor-farm.org \
    --cc=mdl@imapmail.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).