On Fri, Aug 20, 2010 at 5:11 PM, Edward K. Ream
> These lines in c5-core.css "lock" the position of all elements in the
> slide::
>
> html>body div#header, html>body div#footer, html>body
> div#controls, html>body .slide {position: fixed;}
Here are the complete set of overrides that I have put in ekr.css.
This is, in effect, a new theme::
html>body div#header, html>body div#footer,
html>body div#controls, html>body .slide {position: absolute;}
div#controls form {position: absolute;}
/* We can kill these without loss. */
div#footer { display: none; }
#navList { display: none; }
a#toggle { display: none; }
/* See http://www.w3schools.com/css/css_font.asp */
body { font-size: 100%; }
p { font-size: 1.0em; }
Others could do better, but this is good enough for now.
As the result of this work I have much more appreciation for css.
Edward
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en.