X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=themes%2FuPsud.css;h=9f200f08f301346daedfe77e340fdb4de75d06b5;hb=db35e40feec7ef37f162d4771e9523ab33843565;hp=0273a7e16bf96d2002ccb296bf0eeacf4e424bbb;hpb=aa50324ee6e5bf764099971072c3eb6e50443247;p=hacks%2FsimpleWebSlides.git diff --git a/themes/uPsud.css b/themes/uPsud.css index 0273a7e..9f200f0 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,11 +80,15 @@ p { text-align:justify; } + + code, pre, tt { font-family: 'Inconsolata', monospace; - color: #494948; + /*color: #494948;*/ } + code { + display: block; white-space: pre; } @@ -100,8 +108,12 @@ ul.empty { .hl { color: #92b938; +} +.done:after { + content: " ✔"; } + li { margin-top:0.5vh; } @@ -114,6 +126,12 @@ em { color: #92b938; font-style:normal; } +s { + color: #ff1111; + font-style: normal; + text-decoration: none; +} + a { color: #92b938; text-decoration:none; @@ -126,15 +144,27 @@ table.desc { margin: 0 0 0 0; } -.desc tr { +table.desc tr { margin: 0 0 0 0; padding: 0 0 0 0; + } -.desc td { +table.desc td { vertical-align: top; text-align: justify; + margin: 0 0 0 0; +} + +table.desc td:first-child { + color: #92b938; } +table.desc td:first-child:after { + content: " : "; +} + + + .centerbox { text-align: center; } @@ -158,9 +188,100 @@ table.rounded { width: 100%; margin: 1em; } + table.btable { border-collapse: collapse; } + .btable td { border: solid 1pt #696968; +} + +dl { + padding: 1vh 1em 1vh 1em; +} + +dt { display: inline; + color: #92b938; + float:left; + } + +dt:after { + display:inline; + content: " : "; +} + +dd { display: block; + padding: 0 0 0 4em; + text-indent: 1em; + margin: 0 0 0 0; + } + +table.simple { + table-layout:fixed; + padding: 0 4% 0 4%; + text-align:left; + border-spacing: 2em 0; +} + +table.simple th{ + color: #92b938; + font-weight: normal; + text-align:left; +} +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; +} + +div.twocol { + width:99%; + position:absolute; + top:5em; +} + +div.twocol > div:first-child { + display:inline-block;width:47%; + position:absolute; + box-sizing:border-box; + padding: 0 1em; + border-style:dashed; + border-width: 0 1pt 0 0; + border-color:gray; + left: 0pt; + top:0pt; +} + +div.twocol > div:last-child { + display:inline-block; + width:47%; + position:absolute; + box-sizing:border-box; + 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