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: Jason Dunsmore
Subject: Re: [Orgmode] Re: Worg needs some reorganizing
Date: Mon, 17 Jan 2011 14:52:16 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Achim Gratz <address@hidden> writes:

> Bastien <address@hidden> 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



reply via email to

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