.
[hacks/simpleWebSlides.git] / themes / uPsud.css
index 26ac43f..b427a37 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;
@@ -244,25 +253,54 @@ table.simple tr {
 }
 
 div.twocol {
-    width:100%;
-    position:relative;
+    width:99%;
+    position:absolute;
+    top:5em;
 }
+
 div.twocol > div:first-child {
-    display:inline-block;width:50%;
-    position:relative;
+    display:inline-block;width:47%;
+    position:absolute;
     box-sizing:border-box;
-    padding: 0 1em 0 2em;
+    padding: 0 1em;
     border-style:dashed;
     border-width: 0 1pt 0 0;
     border-color:gray;
-    float:left;
+    left: 0pt;
+    top:0pt;
 }
 
 div.twocol > div:last-child {
     display:inline-block;
-    width:50%;
-    position:relative;
+    width:47%;
+    position:absolute;
     box-sizing:border-box;
-    padding: 0 2em 0 1em;
+    padding: 0 0em 0 5em;
     vertical-align:text-top;
+    right: 0pt;
+    top:0pt;
+}
+table.withborder {
+    border-collapse: collapse;
+}
+table.withborder td {
+    border-style: solid;
+    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