Update.
[hacks/simpleWebSlides.git] / themes / uPsud.css
index eb41dbb..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%;
@@ -84,9 +99,11 @@ p {
 
 code, pre, tt {
     font-family: 'Inconsolata', monospace;
-    color: #494948;
+    /*color: #494948;*/
 }
+
 code {
+    display: block;
     white-space: pre;
 }
 
@@ -124,6 +141,12 @@ em { color: #92b938;
      font-style:normal;
    }
 
+s {
+    color: #ff1111;
+    font-style: normal;
+    text-decoration: none;
+}
+
 a {
     color: #92b938;
     text-decoration:none;
@@ -190,11 +213,12 @@ table.btable {
 }
 
 dl {
-    padding: 1vh 1vh 1vh 1vh;
+    padding: 1vh 1em 1vh 1em;
 }
 
 dt { display: inline;
      color: #92b938;
+     float:left;
    }
 
 dt:after {
@@ -202,9 +226,9 @@ dt:after {
     content: " : ";
 }
 
-dd { display:inline-block;
-     padding: 0 0 0 0;
-     text-indent: 0;
+dd { display: block;
+     padding: 0 0 0 4em;
+     text-indent: 1em;
      margin: 0 0 0 0;
    }
 
@@ -232,4 +256,57 @@ table.simple tr {
     font-size:small;
     margin: 0.25em;
     padding:0.1em;
+}
+
+div.twocol {
+    width:99%;
+    position:absolute;
+    top:5em;
+}
+
+div.twocol > div:first-child {
+    display:inline-block;width:47%;
+    position:absolute;
+    box-sizing:border-box;
+    padding: 0 1em;
+    border-style:dashed;
+    border-width: 0 1pt 0 0;
+    border-color:gray;
+    left: 0pt;
+    top:0pt;
+}
+
+div.twocol > div:last-child {
+    display:inline-block;
+    width:47%;
+    position:absolute;
+    box-sizing:border-box;
+    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