Add courses and fixes
[hacks/simpleWebSlides.git] / themes / uPsud.css
index df9f424..26ac43f 100644 (file)
@@ -23,6 +23,8 @@ h1 {
     background: white;
     padding: 0 0 0 0;
     margin: 0 0 0 0;
+    /* allows the canvas to cover the logo needed */
+    z-index:2;
 }
 
 .sws-footer {
@@ -37,10 +39,12 @@ h1 {
     display:block;
     width:10vh;
     height:10vh;
+    color:red;
     content:"";
     background-size: 10vh;
     background-image: url("upsud.png");
     background-repeat: no-repeat;
+    z-index: -1;
 }
 
 .sws-slide-num-sep:after {
@@ -76,11 +80,15 @@ p {
     text-align:justify;
 
 }
+
+
 code, pre, tt {
     font-family: 'Inconsolata', monospace;
-    color: #494948;
+    /*color: #494948;*/
 }
+
 code {
+    display: block;
     white-space: pre;
 }
 
@@ -118,6 +126,12 @@ em { color: #92b938;
      font-style:normal;
    }
 
+s {
+    color: #ff1111;
+    font-style: normal;
+    text-decoration: none;
+}
+
 a {
     color: #92b938;
     text-decoration:none;
@@ -131,15 +145,14 @@ table.desc {
 }
 
 table.desc tr {
+    margin: 0 0 0 0;
+    padding: 0 0 0 0;
+
 }
 table.desc td {
     vertical-align: top;
     text-align: justify;
-    padding-bottom: 3vh;
-}
-
-table.desc tr:last-child td {
-    padding-bottom:0;
+    margin: 0 0 0 0;
 }
 
 table.desc td:first-child {
@@ -185,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 {
@@ -197,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;
    }
 
@@ -218,4 +232,37 @@ table.simple th{
 table.simple th,
 table.simple tr {
     vertical-align:top;
+}
+.css3:after {
+    content:"CSS3";
+    color:white;
+    background: #0a64a4;
+    border-radius:0.25em;
+    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