X-Git-Url: https://git-public.kairo.at/?p=slides.git;a=blobdiff_plain;f=fosdem2013%2Fslides.css;h=7316fcebdb69b576cb69c11c59074e683c6394e8;hp=e1c226e85af153895219faf4808ef1bad17312ff;hb=2d98aed10831424374dbe61b1e465c99f85cab16;hpb=369296c532f7c1306a4efa22fb7ff6e25700d12a diff --git a/fosdem2013/slides.css b/fosdem2013/slides.css index e1c226e..7316fce 100644 --- a/fosdem2013/slides.css +++ b/fosdem2013/slides.css @@ -2,31 +2,31 @@ * styles for talk slides * * by Robert Kaiser * * * - * (for Linuxwochen 2009) * + * (for FOSDEM 2013) * **************************/ /***** base style *****/ -@font-face{ +@font-face { font-family: 'Open Sans'; src: url('template/OpenSans-Regular-webfont.woff'); font-weight: normal; - font-style: normal + font-style: normal; } -@font-face{ +@font-face { font-family: 'Open Sans'; src: url('template/OpenSans-Semibold-webfont.woff'); font-weight: bold; - font-style: normal + font-style: normal; } -@font-face{ +@font-face { font-family: 'Open Sans'; src: url('template/OpenSans-Italic-webfont.woff'); font-weight: normal; - font-style: italic + font-style: italic; } html { @@ -128,9 +128,10 @@ ul:last-child { article { position: absolute; width: 100%; - /* header is 38px + 1px border, slidenav is 13px + 4px + 30px paddings, - another 5px for safety */ - height: calc(100% - 90px); + /* header is 40px, 7px to have a bit of distance, + * 3px height-reducing on the bottom for safety */ + top: 47px; + height: calc(100% - 50px); overflow: auto; transition-property: transform, opacity; @@ -213,14 +214,15 @@ h4 { } .captionedbox-content { - margin: 0px; + margin: 0; padding: 0.5em; border: 0px; border-top: 1px solid #d6d6d6; } .captionedbox-caption { - margin: 0.5em; + margin: 0; + padding: 0.5em; font-weight: bold; text-shadow: #AAAA80 1px 1px 2px; } @@ -239,6 +241,10 @@ mark { padding: 0.5em; } +.sshot { + box-shadow: #6d7581 1px 1px 3px 2px; +} + ul > li { margin: 0.5em 0; }