water.css/dist/light.css

98 lines
1.9 KiB
CSS
Raw Normal View History

2019-04-04 16:46:23 -04:00
body {
2019-04-04 17:18:41 -04:00
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
2019-04-04 16:46:23 -04:00
line-height: 1.4;
2019-04-05 13:02:25 -04:00
max-width: 800px;
margin: 20px auto;
2019-04-05 15:16:33 -04:00
padding: 0 10px;
2019-04-05 22:00:32 -07:00
color: #363636;
2019-04-06 15:07:11 -04:00
background: #ffffff;
2019-04-05 22:00:32 -07:00
text-rendering: optimizeLegibility; }
2019-04-04 16:46:23 -04:00
2019-04-06 15:07:11 -04:00
button, input, textarea {
transition: background-color .1s linear, border-color .1s linear, color .1s linear, box-shadow .1s linear, transform .1s linear; }
2019-04-04 16:46:23 -04:00
h1 {
font-size: 2.2em;
2019-04-05 22:00:32 -07:00
margin-top: 0; }
2019-04-04 16:46:23 -04:00
h1, h2, h3, h4, h5, h6 {
2019-04-05 22:00:32 -07:00
margin-bottom: 12px; }
2019-04-04 16:46:23 -04:00
2019-04-06 15:07:11 -04:00
h1, h2, h3, h4, h5, h6, strong {
color: #000000; }
2019-04-04 16:46:23 -04:00
h1, h2, h3, h4, h5, h6, b, strong, th {
2019-04-05 22:00:32 -07:00
font-weight: 600; }
2019-04-04 16:46:23 -04:00
2019-04-06 15:07:11 -04:00
button,
input[type='submit'],
input[type='button'],
input[type='checkbox'] {
cursor: pointer; }
2019-04-04 19:30:11 -04:00
2019-04-04 17:18:41 -04:00
input:not([type='checkbox']), select {
2019-04-05 22:00:32 -07:00
display: block; }
2019-04-04 16:46:23 -04:00
input, select, button, textarea {
2019-04-06 15:07:11 -04:00
color: #000000;
background-color: #efefef;
2019-04-05 13:02:25 -04:00
font-family: inherit;
font-size: inherit;
margin-right: 6px;
margin-bottom: 6px;
2019-04-04 16:46:23 -04:00
padding: 10px;
border: none;
2019-04-05 13:02:25 -04:00
border-radius: 6px;
2019-04-05 22:00:32 -07:00
outline: none; }
2019-04-05 14:06:19 -04:00
input:not([type='checkbox']), select, button, textarea {
2019-04-05 22:00:32 -07:00
-webkit-appearance: none; }
2019-04-04 16:46:23 -04:00
2019-04-05 13:17:18 -04:00
textarea {
margin-right: 0;
width: 100%;
box-sizing: border-box;
2019-04-05 22:00:32 -07:00
resize: vertical; }
2019-04-05 13:17:18 -04:00
button, input[type='submit'], input[type='button'] {
2019-04-05 11:14:43 -04:00
padding-right: 30px;
2019-04-05 22:00:32 -07:00
padding-left: 30px; }
2019-04-05 11:14:43 -04:00
2019-04-05 13:06:01 -04:00
button:hover,
input[type='submit']:hover,
input[type='button']:hover {
2019-04-05 22:00:32 -07:00
background: #dddddd; }
2019-04-05 13:02:25 -04:00
input:focus,
select:focus,
button:focus,
textarea:focus {
2019-04-05 22:00:32 -07:00
box-shadow: 0 0 0 2px #0096bfab; }
2019-04-04 16:46:23 -04:00
2019-04-05 13:02:25 -04:00
input[type='checkbox']:active,
input[type='submit']:active,
input[type='button']:active,
button:active {
2019-04-05 22:00:32 -07:00
transform: translateY(2px); }
2019-04-04 19:30:11 -04:00
2019-04-05 01:21:53 -04:00
input:disabled {
2019-04-05 09:09:13 -04:00
cursor: not-allowed;
2019-04-05 22:00:32 -07:00
opacity: .5; }
2019-04-06 15:07:11 -04:00
::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; }