From 77b0d6b019b42f4e40cc14bc4ab987fee396dfbc Mon Sep 17 00:00:00 2001 From: Jordan Scales Date: Tue, 21 Apr 2020 18:34:21 -0400 Subject: [PATCH] add textbox examples --- build/98.css | 4 + docs/98.css | 4 + docs/docs.css | 6 +- docs/index.html | 185 +++++++++++++++++++++++++++++++++++++++++--- docs/index.html.ejs | 160 +++++++++++++++++++++++++++++++++++--- style.css | 4 + 6 files changed, 339 insertions(+), 24 deletions(-) diff --git a/build/98.css b/build/98.css index 58ccfb2..c0b9d97 100644 --- a/build/98.css +++ b/build/98.css @@ -70,6 +70,10 @@ h3 { font-size: 2rem; } +h4 { + font-size: 1.5rem; +} + u { text-decoration: none; border-bottom: 0.5px solid #222222; diff --git a/docs/98.css b/docs/98.css index 58ccfb2..c0b9d97 100644 --- a/docs/98.css +++ b/docs/98.css @@ -70,6 +70,10 @@ h3 { font-size: 2rem; } +h4 { + font-size: 1.5rem; +} + u { text-decoration: none; border-bottom: 0.5px solid #222222; diff --git a/docs/docs.css b/docs/docs.css index 2db9fc8..5e1484b 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -52,7 +52,8 @@ h2 { margin-bottom: 12px; } -h3 { +h3, +h4 { /* Swap the margin for a top-padding so linking to this section results in a better scroll position */ padding-top: 20px; @@ -130,7 +131,8 @@ button.active { width: 100%; } - h3 { + h3, + h4 { flex: 0; } diff --git a/docs/index.html b/docs/index.html index 8a2877a..a05a04d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,17 +19,16 @@
  • OptionButton
  • GroupBox
  • TextBox
  • -
  • Multiline TextBox
  • Dropdown
  • - Dialog + Window
  • -
  • TreeView
  • +
  • TreeView
  • Extras
  • @@ -46,21 +45,21 @@ 98.css is a CSS library for building interfaces that look like Windows 98.

    -
    -