Re: [Orgmode] any CSS examples for org-export-as-html?

2011-02-27 Thread ishi soichi
Wow, it looks neat.  I will give a shot.
Thanks!

soichi

2011/2/28 Jeff Horn 

> The author of the following site uses org-mode to maintain his website:
>
>http://almostobsolete.net/
>
> His style sheet makes the website feel like it is in org-mode,
> particularly how links are "fontified". That stylesheet served as the
> basis for my website style for a while.
>
> On Sat, Feb 26, 2011 at 10:49 PM, ishi soichi  wrote:
> > Thank you for the info.
> > It looks nice.
> > soichi
> >
> > 2011/2/27 Puneeth Chaganti 
> >>
> >> Hi,
> >>
> >> On Sun, Feb 27, 2011 at 5:10 AM, ishi soichi 
> wrote:
> >> > Hi. I am looking for some CSS examples for org-export-as-html outputs.
> >> > After implementing the command, "org-export-as-html", org files give
> an
> >> > html
> >> > output, which will be shown neatly in browser.
> >> > But it is not good enough for viewers.   I can write CSS from scratch
> >> > but it
> >> > is better if there is some examples from which I can start.
> >> > Could anyone give me URLs or whatever?
> >>
> >> Both Orgmode's main page and the wiki, Worg, are published from
> >> org-mode files. I guess this might be a good place to start,
> >>
> >> http://orgmode.org/org.css
> >> http://orgmode.org/worg/style/worg.css
> >> http://orgmode.org/worg/style/worg-classic.css
> >> http://orgmode.org/worg/style/worg-zenburn.css
> >>
> >> --
> >> Puneeth
> >
> >
> > ___
> > 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
> >
> >
>
>
>
> --
> Jeffrey Horn
> http://www.failuretorefrain.com/jeff/
>
___
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


Re: [Orgmode] any CSS examples for org-export-as-html?

2011-02-27 Thread Jeff Horn
The author of the following site uses org-mode to maintain his website:

http://almostobsolete.net/

His style sheet makes the website feel like it is in org-mode,
particularly how links are "fontified". That stylesheet served as the
basis for my website style for a while.

On Sat, Feb 26, 2011 at 10:49 PM, ishi soichi  wrote:
> Thank you for the info.
> It looks nice.
> soichi
>
> 2011/2/27 Puneeth Chaganti 
>>
>> Hi,
>>
>> On Sun, Feb 27, 2011 at 5:10 AM, ishi soichi  wrote:
>> > Hi. I am looking for some CSS examples for org-export-as-html outputs.
>> > After implementing the command, "org-export-as-html", org files give an
>> > html
>> > output, which will be shown neatly in browser.
>> > But it is not good enough for viewers.   I can write CSS from scratch
>> > but it
>> > is better if there is some examples from which I can start.
>> > Could anyone give me URLs or whatever?
>>
>> Both Orgmode's main page and the wiki, Worg, are published from
>> org-mode files. I guess this might be a good place to start,
>>
>> http://orgmode.org/org.css
>> http://orgmode.org/worg/style/worg.css
>> http://orgmode.org/worg/style/worg-classic.css
>> http://orgmode.org/worg/style/worg-zenburn.css
>>
>> --
>> Puneeth
>
>
> ___
> 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
>
>



-- 
Jeffrey Horn
http://www.failuretorefrain.com/jeff/

___
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


Re: [Orgmode] any CSS examples for org-export-as-html?

2011-02-26 Thread ishi soichi
Thank you for the info.
It looks nice.

soichi

2011/2/27 Puneeth Chaganti 

> Hi,
>
> On Sun, Feb 27, 2011 at 5:10 AM, ishi soichi  wrote:
> > Hi. I am looking for some CSS examples for org-export-as-html outputs.
> > After implementing the command, "org-export-as-html", org files give an
> html
> > output, which will be shown neatly in browser.
> > But it is not good enough for viewers.   I can write CSS from scratch but
> it
> > is better if there is some examples from which I can start.
> > Could anyone give me URLs or whatever?
>
> Both Orgmode's main page and the wiki, Worg, are published from
> org-mode files. I guess this might be a good place to start,
>
> http://orgmode.org/org.css
> http://orgmode.org/worg/style/worg.css
> http://orgmode.org/worg/style/worg-classic.css
> http://orgmode.org/worg/style/worg-zenburn.css
>
> --
> Puneeth
>
___
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


Re: [Orgmode] any CSS examples for org-export-as-html?

2011-02-26 Thread Puneeth Chaganti
Hi,

On Sun, Feb 27, 2011 at 5:10 AM, ishi soichi  wrote:
> Hi. I am looking for some CSS examples for org-export-as-html outputs.
> After implementing the command, "org-export-as-html", org files give an html
> output, which will be shown neatly in browser.
> But it is not good enough for viewers.   I can write CSS from scratch but it
> is better if there is some examples from which I can start.
> Could anyone give me URLs or whatever?

Both Orgmode's main page and the wiki, Worg, are published from
org-mode files. I guess this might be a good place to start,

http://orgmode.org/org.css
http://orgmode.org/worg/style/worg.css
http://orgmode.org/worg/style/worg-classic.css
http://orgmode.org/worg/style/worg-zenburn.css

--
Puneeth

___
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


[Orgmode] any CSS examples for org-export-as-html?

2011-02-26 Thread ishi soichi
Hi. I am looking for some CSS examples for org-export-as-html outputs.

After implementing the command, "org-export-as-html", org files give an html
output, which will be shown neatly in browser.
But it is not good enough for viewers.   I can write CSS from scratch but it
is better if there is some examples from which I can start.
Could anyone give me URLs or whatever?

soichi
___
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