1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-30 00:10:28 +02:00

Restructure everything

This commit is contained in:
Kognise
2019-04-06 15:07:11 -04:00
parent 06d99f9eab
commit 54d5cbd805
17 changed files with 230 additions and 243 deletions

View File

@@ -8,28 +8,8 @@ body {
background: #202b38;
text-rendering: optimizeLegibility; }
button,
input[type='submit'],
input[type='button'],
input[type='checkbox'] {
cursor: pointer; }
img {
max-width: 100%; }
a, button, input, textarea {
transition: background-color .1s linear, border-color .1s linear, color .1s linear, box-shadow .1s linear, transform .1s linear; }
a {
text-decoration: none;
color: #41adff; }
a:hover {
text-decoration: underline; }
hr {
border: none;
border-top: 1px solid #dbdbdb; }
button, input, textarea {
transition: background-color .1s linear, border-color .1s linear, color .1s linear, box-shadow .1s linear, transform .1s linear; }
h1 {
font-size: 2.2em;
@@ -38,16 +18,24 @@ h1 {
h1, h2, h3, h4, h5, h6 {
margin-bottom: 12px; }
h1, h2, h3, h4, h5, h6, strong {
color: #ffffff; }
h1, h2, h3, h4, h5, h6, b, strong, th {
font-weight: 600; }
h1, h2, h3, h4, h5, h6 {
color: #ffffff; }
button,
input[type='submit'],
input[type='button'],
input[type='checkbox'] {
cursor: pointer; }
input:not([type='checkbox']), select {
display: block; }
input, select, button, textarea {
color: #ffffff;
background-color: #161f27;
font-family: inherit;
font-size: inherit;
margin-right: 6px;
@@ -57,14 +45,6 @@ input, select, button, textarea {
border-radius: 6px;
outline: none; }
input, select, textarea {
color: #ffffff;
background-color: #161f27; }
button {
color: #ffffff;
background-color: #161f27; }
input:not([type='checkbox']), select, button, textarea {
-webkit-appearance: none; }
@@ -98,3 +78,20 @@ button:active {
input:disabled {
cursor: not-allowed;
opacity: .5; }
::placeholder {
color: #a9a9a9; }
a {
text-decoration: none;
color: #41adff; }
a:hover {
text-decoration: underline; }
img {
max-width: 100%; }
hr {
border: none;
border-top: 1px solid #dbdbdb; }

View File

@@ -5,31 +5,11 @@ body {
margin: 20px auto;
padding: 0 10px;
color: #363636;
background: #fff;
background: #ffffff;
text-rendering: optimizeLegibility; }
button,
input[type='submit'],
input[type='button'],
input[type='checkbox'] {
cursor: pointer; }
img {
max-width: 100%; }
a, button, input, textarea {
transition: background-color .1s linear, border-color .1s linear, color .1s linear, box-shadow .1s linear, transform .1s linear; }
a {
text-decoration: none;
color: #0076d1; }
a:hover {
text-decoration: underline; }
hr {
border: none;
border-top: 1px solid #dbdbdb; }
button, input, textarea {
transition: background-color .1s linear, border-color .1s linear, color .1s linear, box-shadow .1s linear, transform .1s linear; }
h1 {
font-size: 2.2em;
@@ -38,16 +18,24 @@ h1 {
h1, h2, h3, h4, h5, h6 {
margin-bottom: 12px; }
h1, h2, h3, h4, h5, h6, strong {
color: #000000; }
h1, h2, h3, h4, h5, h6, b, strong, th {
font-weight: 600; }
h1, h2, h3, h4, h5, h6 {
color: #000; }
button,
input[type='submit'],
input[type='button'],
input[type='checkbox'] {
cursor: pointer; }
input:not([type='checkbox']), select {
display: block; }
input, select, button, textarea {
color: #000000;
background-color: #efefef;
font-family: inherit;
font-size: inherit;
margin-right: 6px;
@@ -57,14 +45,6 @@ input, select, button, textarea {
border-radius: 6px;
outline: none; }
input, select, textarea {
color: #000;
background-color: #efefef; }
button {
color: #000;
background-color: #ddd; }
input:not([type='checkbox']), select, button, textarea {
-webkit-appearance: none; }
@@ -98,3 +78,20 @@ button:active {
input:disabled {
cursor: not-allowed;
opacity: .5; }
::placeholder {
color: #949494; }
a {
text-decoration: none;
color: #0076d1; }
a:hover {
text-decoration: underline; }
img {
max-width: 100%; }
hr {
border: none;
border-top: 1px solid #dbdbdb; }