From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: Org css Date: Thu, 13 Dec 2012 11:44:43 +0000 Message-ID: <50C9BFAB.4040407@wilkesley.net> References: <20121210121714.GA869@smoon> Reply-To: ian@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tj7Dd-000298-Ov for emacs-orgmode@gnu.org; Thu, 13 Dec 2012 06:44:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tj7Dc-0001YC-H7 for emacs-orgmode@gnu.org; Thu, 13 Dec 2012 06:44:49 -0500 Received: from mail2.wilkesley.net ([109.74.196.44]:32846 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tj7Dc-0001Y4-B9 for emacs-orgmode@gnu.org; Thu, 13 Dec 2012 06:44:48 -0500 Received: from [192.168.0.58] (unknown [46.33.134.31]) (Authenticated sender: lists@wilkesley.net) by li40-130.members.linode.com (Postfix) with ESMTPSA id 339491933A2 for ; Thu, 13 Dec 2012 11:44:45 +0000 (GMT) In-Reply-To: <20121210121714.GA869@smoon> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On 10/12/12 12:17, Vladimir Lomov wrote: > Hi, > > ** flav [2012-12-10 13:03:52 +0100]: > >> Hello, >> I can't find out the css of the orgmode web site. >> Is it possible to get it ? >> Where ? >> Thanks > > wget http://orgmode.org/org.css > A more generic solution, which should work for any web site, is to display the page source in your browser. For most browsers this is Ctrl-U. Find the link for the style sheet(s) and click on it. In most browsers this will display the style sheet as plain text, which you can then save as a text file. Ian.