From 6eea906409827717842ff30c0e0847fa0d38c65e Mon Sep 17 00:00:00 2001 From: Chris Kanich Date: Thu, 23 Apr 2020 11:19:14 -0500 Subject: [PATCH] blacklist -> whitelist; overrides --- build/98.css | 33 +++++++++++++++++++++++++-------- docs/98.css | 33 +++++++++++++++++++++++++-------- style.css | 25 +++++++++++++++++-------- 3 files changed, 67 insertions(+), 24 deletions(-) diff --git a/build/98.css b/build/98.css index 36095ac..76c4059 100644 --- a/build/98.css +++ b/build/98.css @@ -72,19 +72,24 @@ font-style: normal; } -* { - font-family: "Pixelated MS Sans Serif", Arial; +body { + font-family: Arial; font-size: 12px; -webkit-font-smoothing: none; color: #222222; } -h1, -h2, -h3, -h4, -p, -blockquote { +button, +.window, +.title-bar { + font-family: "Pixelated MS Sans Serif", Arial; +} + +.pixelated { + font-family: "Pixelated MS Sans Serif", Arial; +} + +.vectorized { font-family: Arial; } @@ -348,6 +353,10 @@ input[type="text"] { inset 2px 2px #0a0a0a; background-color: #ffffff; box-sizing: border-box; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + border-radius: 0; } select { @@ -358,6 +367,10 @@ select { inset 2px 2px #0a0a0a; background-color: #ffffff; box-sizing: border-box; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + border-radius: 0; } textarea { @@ -368,6 +381,10 @@ textarea { inset 2px 2px #0a0a0a; background-color: #ffffff; box-sizing: border-box; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + border-radius: 0; } input[type="text"], diff --git a/docs/98.css b/docs/98.css index 36095ac..76c4059 100644 --- a/docs/98.css +++ b/docs/98.css @@ -72,19 +72,24 @@ font-style: normal; } -* { - font-family: "Pixelated MS Sans Serif", Arial; +body { + font-family: Arial; font-size: 12px; -webkit-font-smoothing: none; color: #222222; } -h1, -h2, -h3, -h4, -p, -blockquote { +button, +.window, +.title-bar { + font-family: "Pixelated MS Sans Serif", Arial; +} + +.pixelated { + font-family: "Pixelated MS Sans Serif", Arial; +} + +.vectorized { font-family: Arial; } @@ -348,6 +353,10 @@ input[type="text"] { inset 2px 2px #0a0a0a; background-color: #ffffff; box-sizing: border-box; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + border-radius: 0; } select { @@ -358,6 +367,10 @@ select { inset 2px 2px #0a0a0a; background-color: #ffffff; box-sizing: border-box; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + border-radius: 0; } textarea { @@ -368,6 +381,10 @@ textarea { inset 2px 2px #0a0a0a; background-color: #ffffff; box-sizing: border-box; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + border-radius: 0; } input[type="text"], diff --git a/style.css b/style.css index 7f969cf..11376a2 100644 --- a/style.css +++ b/style.css @@ -76,19 +76,24 @@ font-style: normal; } -* { - font-family: "Pixelated MS Sans Serif", Arial; +body { + font-family: Arial; font-size: 12px; -webkit-font-smoothing: none; color: #222222; } -h1, -h2, -h3, -h4, -p, -blockquote { +button, +.window, +.title-bar { + font-family: "Pixelated MS Sans Serif", Arial; +} + +.pixelated { + font-family: "Pixelated MS Sans Serif", Arial; +} + +.vectorized { font-family: Arial; } @@ -340,6 +345,10 @@ textarea { box-shadow: var(--border-field); background-color: var(--button-highlight); box-sizing: border-box; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + border-radius: 0; } input[type="text"],