.
[hacks/simpleWebSlides.git] / themes / uPsud.css
index 9f200f0..962f816 100644 (file)
@@ -1,6 +1,15 @@
 @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);
 
+
+@media print {
+  .sws-canvas {
+                width: 29.7cm;
+                height: 21cm;
+                }
+
+}
+
 /* No header in this theme */
 .sws-header {
     display: none;
@@ -284,4 +293,14 @@ table.withborder td {
 mark {
     color: #00486c;
     background: none;
+}
+u {
+    color: #00486c;
+    background: none;
+    text-decoration: none;
+}
+
+kbd {
+    color: #393938;
+    font-family:inherit;
 }
\ No newline at end of file