.
[hacks/simpleWebSlides.git] / themes / uPsud.css
index 8dba5a9..7c57e53 100644 (file)
@@ -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
     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: "/";
 }
@@ -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,10 @@ u {
 kbd {
     color: #393938;
     font-family:inherit;
+}
+
+var {
+    color: #696968;
+    font-family:'Computer Modern Serif';
+    font-style: normal;
 }
\ No newline at end of file