<div>Short from my phone,</div><div><br></div>FYI, you can have a style that apply only when in presentation mode with my js extension.<div>-- </div><div>Matthias<span></span><br><div><br>Le mardi 4 juin 2013, Fernando Perez a écrit :<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks, that got me on track.<br>
<br>
For the record, this is what I used:<br>
<br>
<style>.rendered_html {<br>
font-size: 150%;<br>
line-height: 1.3;<br>
}</style><br>
<br>
<style>.rendered_html li {<br>
line-height: 2;<br>
}</style><br>
<br>
<style>.rendered_html h1{<br>
margin: 0.5em 0;<br>
line-height: 1.3;<br>
}</style><br>
<br>
<style>.rendered_html h2{<br>
margin: 0.15em 0;<br>
line-height: 1.2;<br>
}</style><br>
<br>
<style>.input_prompt {<br>
font-size: 120%;<br>
font-family: Consolas;<br>
}</style><br>
<br>
<style>.CodeMirror-lines {<br>
font-size: 120%;<br>
font-family: Consolas;<br>
}</style><br>
<br>
<style>.output_area {<br>
font-size: 120%;<br>
font-family: Consolas;<br>
}</style><br>
<br>
I actually think we should in general change some of the vertical<br>
spacing of our headings even for the defaults, as it's in general too<br>
big. But these changes gave me reasonable layout at 1024x768<br>
projector-ese for headings, text and bullet lists, as well as good<br>
font sizes for code.<br>
<br>
Cheers,<br>
<br>
f<br>
<br>
On Mon, Jun 3, 2013 at 6:23 PM, klo uo <<a href="javascript:;" onclick="_e(event, 'cvml', 'klonuo@gmail.com')">klonuo@gmail.com</a>> wrote:<br>
> Fernando, I'm not sure if this would help, but a year ago I posted<br>
> about tweaking Notebook css:<br>
> <a href="http://mail.scipy.org/pipermail/ipython-user/2012-July/010533.html" target="_blank">http://mail.scipy.org/pipermail/ipython-user/2012-July/010533.html</a> and<br>
> it's even included in wiki:<br>
> <a href="https://github.com/ipython/ipython/wiki/Cookbook:-Styling-Notebook" target="_blank">https://github.com/ipython/ipython/wiki/Cookbook:-Styling-Notebook</a><br>
><br>
> Don't know if it works with current theme, and if it does you can use<br>
> Theme Roller editor to customize the style.<br>
><br>
> However, I know you guys are busy and Notebook is complex, but perhaps<br>
> you could make default IPython Notebook CSS more accessible. As it is<br>
> now (if it is as I saw it last year) don't mind me saying that it's<br>
> just terrible place hardly anyone would like to tweak<br>
><br>
> On Tue, Jun 4, 2013 at 2:45 AM, Fernando Perez <<a href="javascript:;" onclick="_e(event, 'cvml', 'fperez.net@gmail.com')">fperez.net@gmail.com</a>> wrote:<br>
>> Hi folks,<br>
>><br>
>> I've already given a bunch of talks with the notebook, but always<br>
>> using just the defaults and at most zooming in for readability.<br>
>><br>
>> Does any of you have a little snippet of CSS you like that styles a<br>
>> notebook a little better for a presentation (fonts, sizes, maybe even<br>
>> color, etc). If you have a favorte, send it my way!<br>
>><br>
>> Thanks in advance!<br>
>><br>
>><br>
>> f<br>
>><br>
>> --<br>
>> Fernando Perez (@fperez_org; <a href="http://fperez.org" target="_blank">http://fperez.org</a>)<br>
>> fperez.net-at-gmail: mailing lists only (I ignore this when swamped!)<br>
>> fernando.perez-at-berkeley: contact me here for any direct mail<br>
>> _______________________________________________<br>
>> IPython-dev mailing list<br>
>> <a href="javascript:;" onclick="_e(event, 'cvml', 'IPython-dev@scipy.org')">IPython-dev@scipy.org</a><br>
>> <a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
> _______________________________________________<br>
> IPython-dev mailing list<br>
> <a href="javascript:;" onclick="_e(event, 'cvml', 'IPython-dev@scipy.org')">IPython-dev@scipy.org</a><br>
> <a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
<br>
<br>
<br>
--<br>
Fernando Perez (@fperez_org; <a href="http://fperez.org" target="_blank">http://fperez.org</a>)<br>
fperez.net-at-gmail: mailing lists only (I ignore this when swamped!)<br>
fernando.perez-at-berkeley: contact me here for any direct mail<br>
_______________________________________________<br>
IPython-dev mailing list<br>
<a href="javascript:;" onclick="_e(event, 'cvml', 'IPython-dev@scipy.org')">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
</blockquote></div></div>