X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=themes%2FuPsud.css;h=9f200f08f301346daedfe77e340fdb4de75d06b5;hb=db35e40feec7ef37f162d4771e9523ab33843565;hp=26ac43fdf3bc68b66b767ecf7fd2295fc69f62e3;hpb=bb577f70949cb96f73d2b6693459fb971dd80459;p=hacks%2FsimpleWebSlides.git diff --git a/themes/uPsud.css b/themes/uPsud.css index 26ac43f..9f200f0 100644 --- a/themes/uPsud.css +++ b/themes/uPsud.css @@ -244,25 +244,44 @@ table.simple tr { } div.twocol { - width:100%; - position:relative; + width:99%; + position:absolute; + top:5em; } + div.twocol > div:first-child { - display:inline-block;width:50%; - position:relative; + display:inline-block;width:47%; + position:absolute; box-sizing:border-box; - padding: 0 1em 0 2em; + padding: 0 1em; border-style:dashed; border-width: 0 1pt 0 0; border-color:gray; - float:left; + left: 0pt; + top:0pt; } div.twocol > div:last-child { display:inline-block; - width:50%; - position:relative; + width:47%; + position:absolute; box-sizing:border-box; - padding: 0 2em 0 1em; + padding: 0 0em 0 5em; 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; } \ No newline at end of file