.
[hacks/simpleWebSlides.git] / themes / uPsud.css
index f08cea5..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
@@ -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: "/";
 }
@@ -355,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