X-Git-Url: https://git-public.kairo.at/?p=slides.git;a=blobdiff_plain;f=linuxwochen2018%2Fslides.css;h=af56611d74053e82957117570e8d235caf50d82a;hp=384a52969b690908783a55f0ad9dd2fb4bd80a26;hb=163f61857dbdc27f2c79951de98e98ea06632db7;hpb=16daf33f6c2d0de9efdcb4e01661d211f5ce2138 diff --git a/linuxwochen2018/slides.css b/linuxwochen2018/slides.css index 384a529..af56611 100644 --- a/linuxwochen2018/slides.css +++ b/linuxwochen2018/slides.css @@ -356,12 +356,6 @@ mark a:hover, mark a:active { color: #005E5E; } pre { margin: 0; } -.ccinline { - border-width: 0; - vertical-align: bottom; - height: 1.75em; -} - /***** small stuff *****/ .small, @@ -385,3 +379,63 @@ ul.small > li /***** specific slides *****/ +/* start slide */ +.ccinline { + border-width: 0; + vertical-align: bottom; + height: 1.75em; +} + +/* end slide */ +.endslidecontainer { + position: relative; +} + +.endslidepic { + width: 100%; + z-index: 1; +} + +.endslidetext { + position: absolute; + width: calc(100% - 2rem); + z-index: 3; +} + +h1.endslidetext { + color: white; + font-size: 2.5em; +} + +h2.endslidetext, +h3.endslidetext { + font-size: 2em; +} + +h2.endslidetext > span, +h3.endslidetext > span { + background-color: white; + padding: 0 10px; +} + +.endslidetext:first-child { + top: 1rem; +} + +.endslidetext:nth-child(2) { + top: 11rem; +} + +.endslidetext:nth-child(3) { + top: 21rem; +} + +@media (min-resolution: 1.3dppx) { + .endslidetext:nth-child(2) { + top: 6rem; + } + + .endslidetext:nth-child(3) { + top: 11rem; + } +}