<div dir="ltr">Were you able to get it working? I developed it on my Mac Retina, I have no idea what it looks like on other machines :)<div><br></div><div>A</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Tue, Jun 4, 2013 at 3:17 PM, Fernando Perez <span dir="ltr"><<a href="mailto:fperez.net@gmail.com" target="_blank">fperez.net@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
thanks!<br>
<div><div class="h5"><br>
On Tue, Jun 4, 2013 at 12:00 PM, Matthias BUSSONNIER<br>
<<a href="mailto:bussonniermatthias@gmail.com">bussonniermatthias@gmail.com</a>> wrote:<br>
> Fernado, just put Aron css (attached to this mail) on the right place,<br>
> ie, either replace your main custom.css, or replace slidemode/main.css<br>
> in your profile dir.<br>
> --<br>
> Matthias<br>
><br>
><br>
><br>
><br>
><br>
><br>
</div></div>> Le 4 juin 2013 à 19:43, Fernando Perez a écrit :<br>
<div class="HOEnZb"><div class="h5">><br>
>> Do you have a version updated to work with the new layout of the<br>
>> js/css as Matthias updated his? I can't seem to get the slideshow<br>
>> button to load with yours so I can play with your nicer CSS :)<br>
>><br>
>> On Tue, Jun 4, 2013 at 10:08 AM, Aron Ahmadia <<a href="mailto:aron@ahmadia.net">aron@ahmadia.net</a>> wrote:<br>
>>> I posted my slideshow profile to here:<br>
>>> <a href="https://plus.google.com/105827017409315158569/posts/ErYVSBu6DEz" target="_blank">https://plus.google.com/105827017409315158569/posts/ErYVSBu6DEz</a><br>
>>><br>
>>> A<br>
>>><br>
>>><br>
>>> On Tue, Jun 4, 2013 at 12:30 PM, Matthias BUSSONNIER<br>
>>> <<a href="mailto:bussonniermatthias@gmail.com">bussonniermatthias@gmail.com</a>> wrote:<br>
>>>><br>
>>>><br>
>>>> Le 4 juin 2013 à 18:18, Abraham D. Flaxman a écrit :<br>
>>>><br>
>>>> I've got something similar to this that just got me through my slides for<br>
>>>> spring quarter. It is "presentation" in this gist:<br>
>>>> <a href="https://gist.github.com/aflaxman/5707238" target="_blank">https://gist.github.com/aflaxman/5707238</a>. This is based on some ideas from<br>
>>>> the Slender Means blog:<br>
>>>> <a href="http://healthyalgorithms.com/2013/02/01/better-typography-for-ipython-notebooks-now/" target="_blank">http://healthyalgorithms.com/2013/02/01/better-typography-for-ipython-notebooks-now/</a><br>
>>>><br>
>>>><br>
>>>> May I suggest "how to write an IPython notebook css selector" that I<br>
>>>> wrote ?<br>
>>>><br>
>>>><br>
>>>> <a href="http://nbviewer.ipython.org/urls/raw.github.com/Carreau/posts/master/02-css-selector.ipynb" target="_blank">http://nbviewer.ipython.org/urls/raw.github.com/Carreau/posts/master/02-css-selector.ipynb</a><br>
>>>><br>
>>>> It avoid relying on displaying css through python.<br>
>>>> --<br>
>>>> Matthias<br>
>>>><br>
>>>><br>
>>>><br>
>>>> The pres2 method in the gist renders Fernando's css below.<br>
>>>><br>
>>>> --Abie<br>
>>>><br>
>>>><br>
>>>> -----Original Message-----<br>
>>>> From: <a href="mailto:ipython-dev-bounces@scipy.org">ipython-dev-bounces@scipy.org</a> [mailto:<a href="mailto:ipython-dev-bounces@scipy.org">ipython-dev-bounces@scipy.org</a>]<br>
>>>> On Behalf Of Fernando Perez<br>
>>>> Sent: Tuesday, June 04, 2013 1:22 AM<br>
>>>> To: IPython developers list<br>
>>>> Subject: Re: [IPython-dev] A good CSS snippet for better talk-style<br>
>>>> notebooks?<br>
>>>><br>
>>>> 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 spacing<br>
>>>> of our headings even for the defaults, as it's in general too big. But these<br>
>>>> changes gave me reasonable layout at 1024x768 projector-ese for headings,<br>
>>>> text and bullet lists, as well as good 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="mailto:klonuo@gmail.com">klonuo@gmail.com</a>> wrote:<br>
>>>><br>
>>>> Fernando, I'm not sure if this would help, but a year ago I posted<br>
>>>><br>
>>>> about tweaking Notebook css:<br>
>>>><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>
>>>><br>
>>>> it's even included in wiki:<br>
>>>><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>
>>>><br>
>>>> Don't know if it works with current theme, and if it does you can use<br>
>>>><br>
>>>> Theme Roller editor to customize the style.<br>
>>>><br>
>>>><br>
>>>> However, I know you guys are busy and Notebook is complex, but perhaps<br>
>>>><br>
>>>> you could make default IPython Notebook CSS more accessible. As it is<br>
>>>><br>
>>>> now (if it is as I saw it last year) don't mind me saying that it's<br>
>>>><br>
>>>> just terrible place hardly anyone would like to tweak<br>
>>>><br>
>>>><br>
>>>> On Tue, Jun 4, 2013 at 2:45 AM, Fernando Perez <<a href="mailto:fperez.net@gmail.com">fperez.net@gmail.com</a>><br>
>>>> wrote:<br>
>>>><br>
>>>> Hi folks,<br>
>>>><br>
>>>><br>
>>>> I've already given a bunch of talks with the notebook, but always<br>
>>>><br>
>>>> using just the defaults and at most zooming in for readability.<br>
>>>><br>
>>>><br>
>>>> Does any of you have a little snippet of CSS you like that styles a<br>
>>>><br>
>>>> notebook a little better for a presentation (fonts, sizes, maybe even<br>
>>>><br>
>>>> color, etc). If you have a favorte, send it my way!<br>
>>>><br>
>>>><br>
>>>> Thanks in advance!<br>
>>>><br>
>>>><br>
>>>><br>
>>>> f<br>
>>>><br>
>>>><br>
>>>> --<br>
>>>><br>
>>>> Fernando Perez (@fperez_org; <a href="http://fperez.org" target="_blank">http://fperez.org</a>)<br>
>>>><br>
>>>> fperez.net-at-gmail: mailing lists only (I ignore this when swamped!)<br>
>>>><br>
>>>> fernando.perez-at-berkeley: contact me here for any direct mail<br>
>>>><br>
>>>> _______________________________________________<br>
>>>><br>
>>>> IPython-dev mailing list<br>
>>>><br>
>>>> <a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br>
>>>><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>
>>>> IPython-dev mailing list<br>
>>>><br>
>>>> <a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br>
>>>><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>
>>>> --<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="mailto: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="mailto: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>
>>>> IPython-dev mailing list<br>
>>>> <a href="mailto: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>
>>> IPython-dev mailing list<br>
>>> <a href="mailto: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>
>> --<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="mailto: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>
> IPython-dev mailing list<br>
> <a href="mailto: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>
--<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="mailto: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>
</div></div></blockquote></div><br></div>