/* Style for the all.htm file; to be used in "projection" mode
 *
 * Author: Bert Bos
 * Created: 11 Sep 2000
 * Version: $Id: w3ctalk-proj.css,v 1.7 2012/09/27 15:31:33 bbos Exp $
 *
 * For this style to work in projection mode, add the following
 * link to the all.htm file:
 *
 *   <link href="../Tools/w3ctalk-proj.css" rel="stylesheet" type="text/css"
 *     media="projection">
 *
 * and this immediately after the first H1. (Adjust the name and the
 * link in the 2nd part!)
 *
 *   <p class="letterhead"><a href="http://www.w3.org/"><img
 *   src="../Icons/w3c_home.gif" border="0" alt="W3C "></a></p>
 *
 *   <p class="signature"><a href="mailto:bert@w3.org">Bert Bos</a></p>
 *
 */

/* Basic style for presentations is slide-1024 */
@import url(slide-1024.css);

/* Additional style for projection mode, to use page breaks */
html { margin: 0; padding: 0 }
body { padding: 0; /* margin: 0 */ }
div.slide, body > h1 { page-break-before: always }
h1 { margin-left: 0; margin-top: 50px; text-indent: 100px; min-height: 50px;
  font-size: 120%; border-bottom: thick solid #0c479d /*0.4em solid yellow*/; padding-bottom: 0.2em }
h1:first-child {page-break-before: auto}
/*
h1:after { content: counter(h1); counter-increment: h1;
  color: red; font-size: 45%;
  position: absolute; bottom: 4px; right: 4%; height: 1em; width: 3em;
  text-align: right; line-height: 1; margin: 0; padding: 0 }
*/
p.letterhead { position: fixed; left: 4%; top: 48px; width: 96%; margin: 0 }
p.signature { position: fixed; bottom: 4px; left: 4%; width: 92%;
  height: 1em; margin: 0;
  font-size: 54%; line-height: 1; color: #999 }
div.comment {
  display: none }

p.signature:after { content: counter(h1); counter-increment: h1;
  color: red; font-size: 45%;
  position: absolute; bottom: 4px; right: 4%; height: 1em; width: 3em;
  text-align: right; line-height: 1; margin: 0; padding: 0 }
