diff --git a/css/viewer.css b/css/viewer.css index be4225a..3583047 100644 --- a/css/viewer.css +++ b/css/viewer.css @@ -48,18 +48,19 @@ h1 { } h2 { - display: inline-block; - font-size: 130%; font-weight: normal; - color: rgb(0,0,100); - margin-top: 1.75em; - margin-bottom: 1rem; + font-size: 115%; + margin: -2rem -1.8rem 2rem -2rem; + padding: 0.5rem 0 0.5rem 2rem; + background-color: rgb(0,60,120); + color: rgb(255,255,255); } h3 { - font-size: 125%; - color: rgb(0,0,100); + display: inline-block; + font-size: 115%; font-weight: normal; + color: rgb(0,0,100); margin: 0; } @@ -102,6 +103,19 @@ dialog { max-width: 80vw; } +/* result dialog */ + +dialog#result p, +dialog#result ul { + margin-left: 3rem; +} + +a.close { + position: absolute; + top: 0.5rem; + right: 2rem; +} + /* page headers and footers */ header { diff --git a/graphics/close-icon.png b/graphics/close-icon.png new file mode 100644 index 0000000..6388869 Binary files /dev/null and b/graphics/close-icon.png differ diff --git a/index.html b/index.html index 3531e36..f4ed94b 100644 --- a/index.html +++ b/index.html @@ -48,13 +48,17 @@

Accessibility M
-
- +

Metadata Display

+ Close +
+
-
- +

Explainer

+ Close +
+