Merge branch 'master' into touch-this
This commit is contained in:
commit
c0d811e24c
12 changed files with 1320 additions and 1160 deletions
570
docs/98.css
570
docs/98.css
File diff suppressed because one or more lines are too long
1
docs/98.css.map
Normal file
1
docs/98.css.map
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +1,7 @@
|
|||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: var(--surface);
|
||||
background: #c0c0c0;
|
||||
}
|
||||
|
||||
main {
|
||||
|
|
@ -52,6 +52,10 @@ h2 {
|
|||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
|
||||
h3,
|
||||
h4 {
|
||||
/* Swap the margin for a top-padding so linking to this section
|
||||
|
|
@ -75,7 +79,7 @@ p {
|
|||
blockquote {
|
||||
margin: 0 0 20px;
|
||||
padding: 20px;
|
||||
background: var(--button-face);
|
||||
background: #dfdfdf;
|
||||
}
|
||||
|
||||
blockquote footer {
|
||||
|
|
@ -85,7 +89,7 @@ blockquote footer {
|
|||
.example {
|
||||
margin: 16px 0;
|
||||
padding: 12px 24px;
|
||||
border-left: 1px solid var(--button-shadow);
|
||||
border-left: 1px solid #808080;
|
||||
}
|
||||
|
||||
details {
|
||||
|
|
@ -108,7 +112,8 @@ button.focused {
|
|||
}
|
||||
|
||||
button.active {
|
||||
box-shadow: var(--border-sunken-outer), var(--border-sunken-inner);
|
||||
box-shadow: inset -1px -1px #ffffff, inset 1px 1px #0a0a0a,
|
||||
inset -2px -2px #dfdfdf, inset 2px 2px #808080;
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue