X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=themes%2FuPsud.css;h=bd95f873f288b3b54f69a6b10b3b05ee99971005;hb=HEAD;hp=8dba5a96dea0e7f47ab4c91d3e814572984e7013;hpb=6f82af14634b5c8b7d3af8fa27300c4ae0d27d50;p=hacks%2FsimpleWebSlides.git diff --git a/themes/uPsud.css b/themes/uPsud.css index 8dba5a9..bd95f87 100644 --- a/themes/uPsud.css +++ b/themes/uPsud.css @@ -1,5 +1,6 @@ @import url(https://fonts.googleapis.com/css?family=Armata&subset=latin,latin-ext); @import url(https://fonts.googleapis.com/css?family=Inconsolata:400,700&subset=latin,latin-ext); +@import url("cm.css"); /**** structure of the slide in this theme: no-header @@ -17,22 +18,16 @@ display: none; } -/* Title of the slide */ -.sws-title { - padding: 2vmin 0 2vmin 0; - height: 10%; - z-index:2; - vertical-align: middle; -} h1 { color: #00486c; font-size: larger; text-align: center; } -.sws-title h1 { - display:inline-block; + +.sws-title > h1 { margin:0; + padding:0; } .sws-cover { display:flex; @@ -64,18 +59,28 @@ h1 { z-index:0; } + .sws-inner-canvas { - height: 85%; + height: 88%; z-index: 2; position: relative; /* to make z-index work */ + margin:0; +} + +/* Title of the slide */ +.sws-title { + height: 7%; + z-index: 2; + } .sws-footer { + margin:0; height: 5%; text-align:right; padding-right:1ex; vertical-align: middle; - z-index: 2; + z-index: 1; } .sws-footer::before { @@ -89,10 +94,9 @@ h1 { background-size: contain; background-image: url("logo_psud_psay.png"); background-repeat: no-repeat; - z-index: 1; + z-index: -1 ; } - .sws-slide-num-sep:after { content: "/"; } @@ -102,7 +106,7 @@ h1 { src: url("DIN-Medium.ttf") format("truetype"); font-family: "DIN"; font-style: "normal"; - font-weight: "medium"; + font-weight:"medium"; } @font-face { @@ -119,10 +123,7 @@ body { color: #696968; } -:root.sws-display .sws-canvas { - font-size: 2.2vw; -} - +/* :root.sws-print body { font-size: 21pt; } @@ -132,6 +133,7 @@ body { @media print { body { font-size: 21pt; } } +*/ p { display:block; @@ -354,4 +356,25 @@ u { kbd { color: #393938; font-family:inherit; +} + +var, cite { + /* color: #696968; */ + color: #00486c; + font-family:'Computer Modern Serif'; + font-style: normal; + font-weight:bold; + +} +cite { + display:block; + text-align:center; +} + +dl.codelist dt { + font-family: 'Inconsolata', monospace; +} + +.solidbg { + background:white; } \ No newline at end of file