diff --git a/.DS_Store b/.DS_Store index 9e95116..87f896e 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/docs/docs.css b/docs/docs.css index b5f8c95..dc705c7 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -3,6 +3,12 @@ src: url("fonts/FindersKeepers.ttf") } +@font-face { + font-family: Chicago_12; + src: url("fonts/ChiKareGo2.ttf"); +} + + * { box-sizing: border-box; } @@ -10,11 +16,10 @@ body { margin: 0; padding: 0; - overflow-x: hidden; } main { - width: 95rem; + width: 90rem; margin-left: 240px; margin-bottom: 60px; margin-top: 25px; @@ -25,7 +30,6 @@ main { } - aside { width: 200px; position: fixed; @@ -76,6 +80,19 @@ h3 { vertical-align: center; } +.modal-text, .alert-text { + font-family: Chicago_12; + font-size: 1.2em; + margin-top: 10px; + vertical-align: center; +} + +.modeless-text { + font-family: Chicago_12; + font-size: 1em; + vertical-align: center; +} + p { font-family: Geneva; @@ -110,10 +127,21 @@ pre { font-size: 13px; } +.modal-dialog { + width: 50%; +} .btn.active { background: black; border-radius:6px; color: white; font-family: Chicago_12; +} + +.square { + width: 50px; + height: 50px; + background-color: transparent; + border: 1.5px solid black; + padding-right: 46px; } \ No newline at end of file diff --git a/docs/index.html.ejs b/docs/index.html.ejs index cd30a80..1f85e30 100644 --- a/docs/index.html.ejs +++ b/docs/index.html.ejs @@ -159,19 +159,69 @@ `)%>
- We can also have a bordered dialog, which typically has some interactive component within it. + We can also have a modal dialog box, which typically has some interactive component within it.
<%- example(` -The Macintosh Finder, Version 1.0 (18 Jan 84)
-© 1984 Apple Computer
+ + + ++ A modeless dialog box looks like a window without a size box, zoom box, or + scroll bars. +
+ + <%- example(` +Find:
+ + +Alert boxes also have a double-outline frame. T
+ + <%- example(` +This is a standard alert box. The text would be placed here. This is where more text appears
+You can also add a details bar to a window by adding.details__bar below the title bar.
You can also add a details bar to a window by adding.details-bar below the title bar.