X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=themes%2FuPsud.css;fp=themes%2FuPsud.css;h=8dba5a96dea0e7f47ab4c91d3e814572984e7013;hb=6f82af14634b5c8b7d3af8fa27300c4ae0d27d50;hp=df89ad57950607013069ef39ed4e7db5ed3572e9;hpb=cd25deac22fee9a675c575eb9b7e7804e2cf67f6;p=hacks%2FsimpleWebSlides.git diff --git a/themes/uPsud.css b/themes/uPsud.css index df89ad5..8dba5a9 100644 --- a/themes/uPsud.css +++ b/themes/uPsud.css @@ -35,24 +35,26 @@ h1 { margin:0; } +.sws-cover { display:flex; + flex-direction:column; + justify-content: center; + } + + .sws-toc { position: absolute; left: 0; bottom: 0; right: 0; top:0; } -.sws-toc > ul { - display:inline-block; -} -.sws-toc::before { - display:inline-block; - content: ""; - height:100%; - width: 0px; - vertical-align:middle; +.sws-toc > .sws-content { + position:absolute; + top: 20%; + width:100%; } + .sws-canvas { color: #696968; background: #fff;