X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=simpleWebSlides.css;h=98bc160cfe87dee46014fc60c4712a96a2276bcd;hb=37f8a5233ad70838665e55fa1d67f1c075cb9c3b;hp=794eed48b3267c09fa60f60b958809960aeed947;hpb=e0f5f5f598d0a6150b1338d9db75831f02e62358;p=hacks%2FsimpleWebSlides.git diff --git a/simpleWebSlides.css b/simpleWebSlides.css index 794eed4..98bc160 100644 --- a/simpleWebSlides.css +++ b/simpleWebSlides.css @@ -287,4 +287,24 @@ p { width: 100%; } overflow: auto; border: 1px; padding: 1px 1px 1px 1px; +} + +#sws-help-panel-canvas { + color:white; + background:black; + z-index: 101; + position:fixed; + width:30%; + left:35%; + top:25%; + opacity: 0.9; + border-radius: 1vh; + display:none; +} +#sws-help-panel-canvas * { + color: white; + font-family: sans; +} +#sws-help-panel-canvas h1 { + font-size: large; } \ No newline at end of file