Update.
[hacks/simpleWebSlides.git] / themes / uPsud.css
index 6d4777c..4c88708 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;
 }
 
@@ -27,10 +29,6 @@ h1 {
     z-index:2;
 }
 
-.sws-footer {
-    height: 5vh;
-    text-align: right;
-}
 
 .sws-canvas:after {
     position:absolute;
@@ -68,11 +66,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%;
@@ -279,4 +294,19 @@ table.withborder td {
     border-width: 1pt;
     min-width:20pt;
     height: 20pt;
+}
+
+mark {
+    color: #ff6612;
+    background: none;
+}
+u {
+    color: #00486c;
+    background: none;
+    text-decoration: none;
+}
+
+kbd {
+    color: #393938;
+    font-family:inherit;
 }
\ No newline at end of file