X-Git-Url: https://git-public.kairo.at/?p=slides.git;a=blobdiff_plain;f=fosdem2017%2Fslides.css;h=4f35e07d1953551bf5dca907470e4c7cb5a9ce92;hp=3dba98153b0d34e7ca6a4da5f6f30dd0f131ea27;hb=eeb0ec0c2ebfc301bdcfd5cb22cae3875b727d49;hpb=1380deda08aa804bfe5354d1c700a7bcddf1c3ee diff --git a/fosdem2017/slides.css b/fosdem2017/slides.css index 3dba981..4f35e07 100644 --- a/fosdem2017/slides.css +++ b/fosdem2017/slides.css @@ -216,8 +216,7 @@ h4 { .simplebox, .captionedbox { margin: 1em; - background: #fff; - background-image: radial-gradient(center 45px, ellipse farthest-corner, #FFFFEE 0, #fff 100%); + background: #FFFFFF; box-shadow: #AAAA80 3px 3px 2px 0; } @@ -334,3 +333,48 @@ ul.small > li /***** specific slides *****/ +.endslidecontainer { + position: relative; +} + +.endslidepic { + width: 100%; + z-index: 1; +} + +.endslidetext { + position: absolute; + width: calc(100% - 2rem); + z-index: 3; +} + +h1.endslidetext { + font-size: 2.5em; +} + +h2.endslidetext, +h3.endslidetext { + font-size: 2em; +} + +.endslidetext:first-child { + top: 1rem; +} + +.endslidetext:nth-child(2) { + top: 20rem; +} + +.endslidetext:nth-child(3) { + top: 30rem; +} + +@media (min-resolution: 1.3dppx) { + .endslidetext:nth-child(2) { + top: 15rem; + } + + .endslidetext:nth-child(3) { + top: 25rem; + } +}