logarion-2016/share/style.css
2016-10-09 16:36:45 +01:00

6 lines
357 B
CSS

body { max-width: 100ch; margin: auto; font: "handwriting", sans-serif; }
p { max-width: 90ch; }
fieldset { padding: 0; border: none; }
label > span { width: 15ch; display:block; float:left; text-align:right; padding:1ch }
label > input { border: none; border-bottom: 1px solid; width: 40ch; }
label > textarea { width: 80ch; height: 30ch; font-size: .9em }