Add courses and fixes
[hacks/simpleWebSlides.git] / themes / uPsud.css
index eb41dbb..26ac43f 100644 (file)
@@ -84,9 +84,11 @@ p {
 
 code, pre, tt {
     font-family: 'Inconsolata', monospace;
-    color: #494948;
+    /*color: #494948;*/
 }
+
 code {
+    display: block;
     white-space: pre;
 }
 
@@ -124,6 +126,12 @@ em { color: #92b938;
      font-style:normal;
    }
 
+s {
+    color: #ff1111;
+    font-style: normal;
+    text-decoration: none;
+}
+
 a {
     color: #92b938;
     text-decoration:none;
@@ -190,11 +198,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 +211,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 +241,28 @@ table.simple tr {
     font-size:small;
     margin: 0.25em;
     padding:0.1em;
+}
+
+div.twocol {
+    width:100%;
+    position:relative;
+}
+div.twocol > div:first-child {
+    display:inline-block;width:50%;
+    position:relative;
+    box-sizing:border-box;
+    padding: 0 1em 0 2em;
+    border-style:dashed;
+    border-width: 0 1pt 0 0;
+    border-color:gray;
+    float:left;
+}
+
+div.twocol > div:last-child {
+    display:inline-block;
+    width:50%;
+    position:relative;
+    box-sizing:border-box;
+    padding: 0 2em 0 1em;
+    vertical-align:text-top;
 }
\ No newline at end of file