This commit is contained in:
Joshua Seigler 2017-01-14 03:19:25 -05:00
parent 194c488d7f
commit a8f76ca48b
6 changed files with 145 additions and 41 deletions

BIN
styles/PPAP.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 KiB

View file

@ -14,6 +14,14 @@
line-height: 1.2;
}
.highlighted {
background-color: #FF0;
color: black;
display: inline-block;
padding: 0.125em 0.25em;
margin: 0.25em auto;
}
table.yesnomaybe {
border: 0px solid transparent;
margin: auto 0.5rem auto auto;
@ -21,7 +29,9 @@ table.yesnomaybe {
table.yesnomaybe .yes, table.yesnomaybe .no, table.yesnomaybe .maybe {
width: 1em;
background-size: auto 80%;
padding: 0.1em;
background-clip: padding-box;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}

BIN
styles/byzantine-fresca.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 391 KiB

BIN
styles/envelopes.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 KiB

View file

@ -415,6 +415,9 @@ section {
[janus-timeline='past'] {
transition: transform ease 0.5s, opacity ease 0.5s, visibility step-end 0.5s;
}
section[janus-timeline='present'] [janus-timeline='past']:not([janus-past]) {
transition: transform ease 0.5s, opacity ease 0.5s;
}
[janus-timeline='present'] {
transition: transform ease 0.5s, opacity ease 0.5s, visibility step-start 0.5s;