Implement table of content.
[hacks/simpleWebSlides.git] / themes / uPsud.css
index df9f424..eb41dbb 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,6 +80,8 @@ p {
     text-align:justify;
 
 }
+
+
 code, pre, tt {
     font-family: 'Inconsolata', monospace;
     color: #494948;
@@ -131,15 +137,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 {
@@ -218,4 +223,13 @@ 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;
 }
\ No newline at end of file