emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* any CSS examples for org-export-as-html?
@ 2011-02-26 23:40 ishi soichi
  2011-02-27  3:44 ` Puneeth Chaganti
  0 siblings, 1 reply; 5+ messages in thread
From: ishi soichi @ 2011-02-26 23:40 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 380 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 461 bytes --]

[-- Attachment #2: 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: any CSS examples for org-export-as-html?
  2011-02-26 23:40 any CSS examples for org-export-as-html? ishi soichi
@ 2011-02-27  3:44 ` Puneeth Chaganti
  2011-02-27  3:49   ` ishi soichi
  0 siblings, 1 reply; 5+ messages in thread
From: Puneeth Chaganti @ 2011-02-27  3:44 UTC (permalink / raw)
  To: ishi soichi; +Cc: emacs-orgmode

Hi,

On Sun, Feb 27, 2011 at 5:10 AM, ishi soichi <soichi777@gmail.com> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: any CSS examples for org-export-as-html?
  2011-02-27  3:44 ` Puneeth Chaganti
@ 2011-02-27  3:49   ` ishi soichi
  2011-02-27 21:29     ` Jeff Horn
  0 siblings, 1 reply; 5+ messages in thread
From: ishi soichi @ 2011-02-27  3:49 UTC (permalink / raw)
  To: Puneeth Chaganti; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 901 bytes --]

Thank you for the info.
It looks nice.

soichi

2011/2/27 Puneeth Chaganti <punchagan@gmail.com>

> Hi,
>
> On Sun, Feb 27, 2011 at 5:10 AM, ishi soichi <soichi777@gmail.com> 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
>

[-- Attachment #1.2: Type: text/html, Size: 1658 bytes --]

[-- Attachment #2: 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: any CSS examples for org-export-as-html?
  2011-02-27  3:49   ` ishi soichi
@ 2011-02-27 21:29     ` Jeff Horn
  2011-02-27 23:30       ` ishi soichi
  0 siblings, 1 reply; 5+ messages in thread
From: Jeff Horn @ 2011-02-27 21:29 UTC (permalink / raw)
  To: ishi soichi; +Cc: emacs-orgmode

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 <soichi777@gmail.com> wrote:
> Thank you for the info.
> It looks nice.
> soichi
>
> 2011/2/27 Puneeth Chaganti <punchagan@gmail.com>
>>
>> Hi,
>>
>> On Sun, Feb 27, 2011 at 5:10 AM, ishi soichi <soichi777@gmail.com> 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/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: any CSS examples for org-export-as-html?
  2011-02-27 21:29     ` Jeff Horn
@ 2011-02-27 23:30       ` ishi soichi
  0 siblings, 0 replies; 5+ messages in thread
From: ishi soichi @ 2011-02-27 23:30 UTC (permalink / raw)
  To: Jeff Horn; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1769 bytes --]

Wow, it looks neat.  I will give a shot.
Thanks!

soichi

2011/2/28 Jeff Horn <jrhorn424@gmail.com>

> 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 <soichi777@gmail.com> wrote:
> > Thank you for the info.
> > It looks nice.
> > soichi
> >
> > 2011/2/27 Puneeth Chaganti <punchagan@gmail.com>
> >>
> >> Hi,
> >>
> >> On Sun, Feb 27, 2011 at 5:10 AM, ishi soichi <soichi777@gmail.com>
> 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/
>

[-- Attachment #1.2: Type: text/html, Size: 3169 bytes --]

[-- Attachment #2: 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-02-27 23:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-26 23:40 any CSS examples for org-export-as-html? ishi soichi
2011-02-27  3:44 ` Puneeth Chaganti
2011-02-27  3:49   ` ishi soichi
2011-02-27 21:29     ` Jeff Horn
2011-02-27 23:30       ` ishi soichi

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).