blacklist -> whitelist; overrides
This commit is contained in:
parent
153e1c1515
commit
6eea906409
3 changed files with 67 additions and 24 deletions
33
build/98.css
33
build/98.css
|
|
@ -72,19 +72,24 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
body {
|
||||||
font-family: "Pixelated MS Sans Serif", Arial;
|
font-family: Arial;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
-webkit-font-smoothing: none;
|
-webkit-font-smoothing: none;
|
||||||
color: #222222;
|
color: #222222;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
button,
|
||||||
h2,
|
.window,
|
||||||
h3,
|
.title-bar {
|
||||||
h4,
|
font-family: "Pixelated MS Sans Serif", Arial;
|
||||||
p,
|
}
|
||||||
blockquote {
|
|
||||||
|
.pixelated {
|
||||||
|
font-family: "Pixelated MS Sans Serif", Arial;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vectorized {
|
||||||
font-family: Arial;
|
font-family: Arial;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -348,6 +353,10 @@ input[type="text"] {
|
||||||
inset 2px 2px #0a0a0a;
|
inset 2px 2px #0a0a0a;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
-moz-appearance: none;
|
||||||
|
appearance: none;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
|
|
@ -358,6 +367,10 @@ select {
|
||||||
inset 2px 2px #0a0a0a;
|
inset 2px 2px #0a0a0a;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
-moz-appearance: none;
|
||||||
|
appearance: none;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
|
|
@ -368,6 +381,10 @@ textarea {
|
||||||
inset 2px 2px #0a0a0a;
|
inset 2px 2px #0a0a0a;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
-moz-appearance: none;
|
||||||
|
appearance: none;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
|
|
|
||||||
33
docs/98.css
33
docs/98.css
|
|
@ -72,19 +72,24 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
body {
|
||||||
font-family: "Pixelated MS Sans Serif", Arial;
|
font-family: Arial;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
-webkit-font-smoothing: none;
|
-webkit-font-smoothing: none;
|
||||||
color: #222222;
|
color: #222222;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
button,
|
||||||
h2,
|
.window,
|
||||||
h3,
|
.title-bar {
|
||||||
h4,
|
font-family: "Pixelated MS Sans Serif", Arial;
|
||||||
p,
|
}
|
||||||
blockquote {
|
|
||||||
|
.pixelated {
|
||||||
|
font-family: "Pixelated MS Sans Serif", Arial;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vectorized {
|
||||||
font-family: Arial;
|
font-family: Arial;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -348,6 +353,10 @@ input[type="text"] {
|
||||||
inset 2px 2px #0a0a0a;
|
inset 2px 2px #0a0a0a;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
-moz-appearance: none;
|
||||||
|
appearance: none;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
|
|
@ -358,6 +367,10 @@ select {
|
||||||
inset 2px 2px #0a0a0a;
|
inset 2px 2px #0a0a0a;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
-moz-appearance: none;
|
||||||
|
appearance: none;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
|
|
@ -368,6 +381,10 @@ textarea {
|
||||||
inset 2px 2px #0a0a0a;
|
inset 2px 2px #0a0a0a;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
-moz-appearance: none;
|
||||||
|
appearance: none;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
|
|
|
||||||
25
style.css
25
style.css
|
|
@ -76,19 +76,24 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
body {
|
||||||
font-family: "Pixelated MS Sans Serif", Arial;
|
font-family: Arial;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
-webkit-font-smoothing: none;
|
-webkit-font-smoothing: none;
|
||||||
color: #222222;
|
color: #222222;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
button,
|
||||||
h2,
|
.window,
|
||||||
h3,
|
.title-bar {
|
||||||
h4,
|
font-family: "Pixelated MS Sans Serif", Arial;
|
||||||
p,
|
}
|
||||||
blockquote {
|
|
||||||
|
.pixelated {
|
||||||
|
font-family: "Pixelated MS Sans Serif", Arial;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vectorized {
|
||||||
font-family: Arial;
|
font-family: Arial;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -340,6 +345,10 @@ textarea {
|
||||||
box-shadow: var(--border-field);
|
box-shadow: var(--border-field);
|
||||||
background-color: var(--button-highlight);
|
background-color: var(--button-highlight);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
-moz-appearance: none;
|
||||||
|
appearance: none;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue