.
[hacks/simpleWebSlides.git] / themes / uPsud.css
index 0166527..a8ba435 100644 (file)
@@ -1,6 +1,8 @@
 @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);
 
+
+
 /* No header in this theme */
 .sws-header {
     display: none;
@@ -14,7 +16,7 @@
 
 h1 {
     color: #00486c;
-    font-size: 5vh;
+    font-size: larger;
     text-align:center;
 }
 
@@ -23,29 +25,26 @@ h1 {
     background: white;
     padding: 0 0 0 0;
     margin: 0 0 0 0;
-    /* allows the canvas to cover the logo needed */
     z-index:2;
 }
+.sws-inner-canvas {     /* allows the canvas to cover the logo if needed */
+    z-index:2 }
 
-.sws-footer {
-    height: 5vh;
-    text-align: right;
-}
 
-.sws-canvas:after {
+.sws-footer::before {
     position:absolute;
     bottom: 1vh;
     left:1vh;
     display:block;
     width:10vh;
-    height:10vh;
-    color:red;
+    height:13vh;
     content:"";
-    background-size: 10vh;
-    background-image: url("upsud.png");
+    background-size: 100%;
+    background-image: url("logo_psud_psay.png");
     background-repeat: no-repeat;
-    z-index: -1;
 }
+:root.sws-display .sws-footer::before { z-index: -1; }
+/*:root.sws-print .sws-footer::before { z-index: 1; }*/
 
 .sws-slide-num-sep:after {
     content: "/";
@@ -68,11 +67,28 @@ h1 {
 
 body {
     font-family: 'DIN',sans-serif;
-    font-size: 3.5vh;
     background-color: white;
     color: #696968;
 }
 
+:root.sws-display body {
+    font-size: 3.5vh;
+}
+
+:root.sws-print body {
+    font-size: 21pt;
+}
+
+.sws-footer {
+    text-align: right;
+    height: 5%;
+}
+
+
+@media print {
+    body { font-size: 21pt; }
+}
+
 p {
     display:block;
     width:92%;
@@ -96,7 +112,7 @@ ul  {
     list-style-type: square;
 }
 
-ul,il {
+ul, ol {
     list-style-position: inside;
     width: 92%;
     padding: 0 4% 0 4%;
@@ -282,11 +298,16 @@ table.withborder td {
 }
 
 mark {
-    color: #00486c;
+    color: #ff6612;
     background: none;
 }
 u {
     color: #00486c;
     background: none;
     text-decoration: none;
+}
+
+kbd {
+    color: #393938;
+    font-family:inherit;
 }
\ No newline at end of file