From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarmo Hurri Subject: Re: Tuning the layout of published html Date: Fri, 22 Jul 2016 10:17:50 +0300 Message-ID: <8737n22lb5.fsf@iki.fi> References: <87poq9dbax.fsf@iki.fi> <20160719155900.6c326ea4@pckr186.mpip-mainz.mpg.de> <87lh0x7a1m.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQUij-0006rl-Qz for emacs-orgmode@gnu.org; Fri, 22 Jul 2016 03:18:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQUie-0006kV-O0 for emacs-orgmode@gnu.org; Fri, 22 Jul 2016 03:18:04 -0400 Received: from plane.gmane.org ([80.91.229.3]:50398) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQUie-0006kK-HH for emacs-orgmode@gnu.org; Fri, 22 Jul 2016 03:18:00 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bQUib-0002Wo-HB for emacs-orgmode@gnu.org; Fri, 22 Jul 2016 09:17:57 +0200 Received: from 82-181-168-52.bb.dnainternet.fi ([82.181.168.52]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Jul 2016 09:17:57 +0200 Received: from jarmo.hurri by 82-181-168-52.bb.dnainternet.fi with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Jul 2016 09:17:57 +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 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? Jarmo