X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=themes%2FuPsud.css;fp=themes%2FuPsud.css;h=eb41dbb42c7d72920f336ffc36c3a1d563c27fd6;hb=1a01baf63e59f5359c4af5cf2159b1e30f47ee74;hp=df9f424f565171f931b49205a72cf775f4b08418;hpb=0bd2fb253ff8486acc783de47465ea223e54d952;p=hacks%2FsimpleWebSlides.git diff --git a/themes/uPsud.css b/themes/uPsud.css index df9f424..eb41dbb 100644 --- a/themes/uPsud.css +++ b/themes/uPsud.css @@ -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