small pixel drawing of a pufferfish nshc-form

Prettify CSS
foks foks@pixie.town
Wed, 10 Jun 2020 17:41:57 -0500
commit

c4b5d533ead0d2ffbc76c55f0cac2f8811587ce1

parent

16761b88266d6b261d448919c84751b7cc08598d

1 files changed, 6 insertions(+), 0 deletions(-)

jump to
M templates/form.htmltemplates/form.html

@@ -132,17 +132,22 @@ font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;

color: #222; max-width: 600px; background: #dbd5d5; + margin: auto; } /* Typography –––––––––––––––––––––––––––––––––––––––––––––––––– */ + h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 2rem; font-weight: 300; background: #64222d; color: #ffffff; + text-align: center; + padding: 0.5rem; + margin-top: 0.5rem; } h1 { font-size: 4.0rem; line-height: 1.2; letter-spacing: -.1rem;} h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }

@@ -243,6 +248,7 @@ input[type="url"],

input[type="password"], textarea, select { + width: 100%; height: 38px; padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */ background-color: #fff;