X-Git-Url: https://git.sesse.net/?p=pr0n;a=blobdiff_plain;f=files%2Fwizard.css;fp=files%2Fwizard.css;h=a97205f7f9b5d2f90bd3c53b8a4b5c765259dff9;hp=0000000000000000000000000000000000000000;hb=437c5df6373cbf14cdaaa927655abe06f78b6d27;hpb=9e55351cd6b7618026477ab7d0d674af6cc8322a diff --git a/files/wizard.css b/files/wizard.css new file mode 100644 index 0000000..a97205f --- /dev/null +++ b/files/wizard.css @@ -0,0 +1,24 @@ +table { + border-collapse: collapse; +} +body { + font: message-box; + padding: 0px; + color: buttontext; + background-color: buttonface; +} +input, select { + font: message-box; +} +tr, td { + font: message-box; + margin: 0px; + padding: 0px; +} +p.question, tr.alternative { + margin-top: 15px; + margin-bottom: 5px; +} +p.warning { + color: red; +}