X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=css%2Fslides.css;h=e1a76cfc71cb380722264091edaef67180f004b7;hb=HEAD;hp=36ce1a2e31944fb96698b4319805f3c4c97fba77;hpb=1e5589cbb1518565f28a66bafd4882eec1d9acd5;p=chaz%2Ftalk-event-driven-programming-in-perl diff --git a/css/slides.css b/css/slides.css index 36ce1a2..e1a76cf 100644 --- a/css/slides.css +++ b/css/slides.css @@ -3,6 +3,13 @@ background: url('../img/bluehost.png') 1100px; } +#slide-graph-eventloop img { + width: 100%; +} +#slide-graph-reactor img { + width: 100%; +} + .pizza img { width: 70%; } @@ -37,7 +44,58 @@ font-size: 34px; } -.ex-basicreactor .perl { +.ex-basicreactor1 .perl { + font-size: 36px; +} + +.ex-basicreactor2 .perl { + font-size: 38px; +} + +.ex-asyncawait .perl { + font-size: 32px; +} + +#slide-not-all-roses img { + width: 70%; +} + +.ex-exceptions .perl { + font-size: 38px; +} + +.sigpipe ul { + font-size: 34px; +} +.ex-sigpipe .perl { + font-size: 38px; +} + +.ex-debugging .bash { + font-size: 38px; +} + +.ex-future .perl { + font-size: 32px; +} + +.ex-future2 .perl { + font-size: 24px; +} + +.ex-poe .perl { + font-size: 30px; +} + +.ex-ioasync .perl { + font-size: 30px; +} + +.ex-mojoioloop .perl { + font-size: 38px; +} + +.ex-anyevent .perl { font-size: 38px; }