X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=themes%2FuPsud.css;h=46eea827c309d89f3b933ebbd020eb607315e399;hb=974b232a2c493d5e599c51af0fb85a354d5f2b3a;hp=e64202f169393fe1be89f93d910337a40cc8c986;hpb=11d5eeffd586cf2be5ed4e09b171be97c2f4a87b;p=hacks%2FsimpleWebSlides.git diff --git a/themes/uPsud.css b/themes/uPsud.css index e64202f..46eea82 100644 --- a/themes/uPsud.css +++ b/themes/uPsud.css @@ -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