From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Tuning the layout of published html Date: Fri, 22 Jul 2016 08:21:40 -0400 Message-ID: <87shv1sw17.fsf@ericabrahamsen.net> References: <87poq9dbax.fsf@iki.fi> <20160719155900.6c326ea4@pckr186.mpip-mainz.mpg.de> <87lh0x7a1m.fsf@ericabrahamsen.net> <8737n22lb5.fsf@iki.fi> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQZSk-0004gA-9k for emacs-orgmode@gnu.org; Fri, 22 Jul 2016 08:21:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQZSe-0002UY-8h for emacs-orgmode@gnu.org; Fri, 22 Jul 2016 08:21:53 -0400 Received: from plane.gmane.org ([80.91.229.3]:37684) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQZSe-0002UM-1k for emacs-orgmode@gnu.org; Fri, 22 Jul 2016 08:21:48 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bQZSc-00005E-4j for emacs-orgmode@gnu.org; Fri, 22 Jul 2016 14:21:46 +0200 Received: from otwaon234vw-lp140-05-1176444371.dsl.bell.ca ([70.31.29.211]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Jul 2016 14:21:46 +0200 Received: from eric by otwaon234vw-lp140-05-1176444371.dsl.bell.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Jul 2016 14:21:46 +0200 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" To: emacs-orgmode@gnu.org Jarmo Hurri writes: > Eric Abrahamsen writes: > >> Robert Klein writes: >> >>> Jarmo Hurri wrote: >>> >>>> More specifically, I would like to add, on all pages, a navigation bar >>>> on the left-hand side and a title bar with no functionality on the top >>>> of each page. >>> >>> You can use the preamble and postamble features for this. >> >> [...] >> >>> A lot depends on the CSS. I'm dumping one here, not a very good one... >> >> FWIW, this seems like a perfect place to use flexboxes, where the actual >> location of the elements in the document matters a bit less... > > A quick search on flexboxes looks promising indeed. I guess it would be > possible to open a flexbox div in preamble and close it in > postamble. Or maybe I can make the body of the page a flexbox in the > CSS? Yep, it's all doable from CSS alone. So long as the elements you want to align are siblings (and can be uniquely selected) that's all you need.