emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Jason Dunsmore <emacs-orgmode@dunsmor.com>
To: Achim Gratz <Stromeko@nexgo.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: Re: Worg needs some reorganizing
Date: Mon, 17 Jan 2011 14:52:16 -0600	[thread overview]
Message-ID: <8762tnjlrz.fsf@riotblast.dunsmor.com> (raw)
In-Reply-To: <87fwsr9wrd.fsf@Rainer.invalid> (Achim Gratz's message of "Mon, 17 Jan 2011 20:05:10 +0100")

Achim Gratz <Stromeko@nexgo.de> writes:

> Bastien <bastien.guerry@wikimedia.fr> writes:
>> Wow!  I love this.  My preference goes to Jason's version: both plain
>> simple and colorful.
>
> Please do not use fixed measures in pixels, points, inches or
> centimeters and prescribed font families.  Let this choice reside with
> the user, they know what fonts in which sizes are readable on their
> computer.  Relative font sizes with a 1.2 scaling factor or the symbolic
> fontsizes specified by CSS are more friendly.
>
>> I also love Eric's expandable table of contents:
>> the one we have for now often clutters the page too much...
>
> +1
>
> I think the unicorn icon should be a bit smaller so that the reserved
> space on top is not so large and it might be a quicklink back to the top
> worg page.  In Jasons version to me the space between list items, table
> rows, etc. looks a bit too large - but that should be easily tuned.

Good suggestions.

I made several unit changes from px to em, removed the line-height
property, and removed Georgia as the default font:

diff --git a/worg.css b/worg.css
index 9742965..ccb732a 100644
--- a/worg.css
+++ b/worg.css
@@ -4,2 +4 @@
-    font:14px Georgia,serif;
-    line-height:18px;
+    font:0.9em serif;
@@ -44 +46 @@
-    font-size:30px;
+    font-size:2.1em;
@@ -67 +69 @@
-    font-size:21px;
+    font-size:1.45em;
@@ -80 +82 @@
-    font-size:19px;
+    font-size:1.3em;
@@ -88 +90 @@
-    font-size:17px;
+    font-size:1.2em;

In h2, h3, and h4, removing Arial as the font-family and letting the
browser use the default sans font looked ugly.  Is there a more general
way to specify an Arial-like font?

Properties that define how close the content comes to the unicorn image
still have px units because it needs to be an absolute value.

Let me know if this still looks good.

Regards,
Jason

  parent reply	other threads:[~2011-01-17 20:52 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
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 [this message]
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=8762tnjlrz.fsf@riotblast.dunsmor.com \
    --to=emacs-orgmode@dunsmor.com \
    --cc=Stromeko@nexgo.de \
    --cc=emacs-orgmode@gnu.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).