.
[hacks/simpleWebSlides.git] / themes / uPsud.css
index e64202f..46eea82 100644 (file)
@@ -270,4 +270,28 @@ div.twocol > div:last-child {
     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: #00486c;
+    background: none;
+}
+u {
+    color: #00486c;
+    background: none;
+    text-decoration: none;
+}
+
+kbd {
+    color: #393938;
+    font-family:inherit;
 }
\ No newline at end of file