X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=themes%2FuPsud.css;h=b965aeaf984c94b8d71a689ae4c3939b97b1766c;hb=8a2e36282654d761b5bee1b2832d25f27097094b;hp=f08cea5d66c32c4d425b3243a1f8a41a3918f16f;hpb=98c49ac3402436a31a277fdbfcf09870dbb346b8;p=hacks%2FsimpleWebSlides.git diff --git a/themes/uPsud.css b/themes/uPsud.css index f08cea5..b965aea 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 @@ -58,6 +59,7 @@ h1 { z-index:0; } + .sws-inner-canvas { height: 88%; z-index: 2; @@ -68,7 +70,7 @@ h1 { /* Title of the slide */ .sws-title { height: 7%; - z-index:2; + z-index: 2; } @@ -78,7 +80,7 @@ h1 { text-align:right; padding-right:1ex; vertical-align: middle; - z-index: 2; + z-index: 1; } .sws-footer::before { @@ -92,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: "/"; } @@ -105,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 { @@ -355,4 +356,17 @@ 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; } \ No newline at end of file