Structure for slides
* Overview + Create the Org-mode file * Overview + Create the Org-mode file + Export the Org-mode file to XHTML
view:slide
#+INFOJS_OPT: toc:nil ltoc:nil view:slide mouse:underline * COMMENT html style specifications # Local Variables: # org-export-html-style: "<link rel=\"stylesheet\" \ # type=\"text/css\" href=\"slides.css\" />" # End:
Choose a big font!
body
{
width:100%;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
background-image:url(img/bg.gif);
background-attachment:fixed;
background-repeat:repeat-x;
/* ... etc. */
}
Set all headlines to the same size:
h1,h2,h3,h4,h5,h6
{
font-size: 18pt;
font-weight:bold;
color:#104d8c;
/* ... etc. */
}
Position the org-info.js window.
#org-info-js-window
{
position:absolute;
top:140px;
left:20%;
}
Date: 2008-08-28 00:06:02 CEST
HTML generated by org-mode 6.06b in emacs 23