updated schedule with video

This commit is contained in:
Morten Hjorth-Jensen
2022-09-10 21:33:46 +02:00
parent a9f98582c8
commit 05a43432a7
36 changed files with 1142 additions and 2747 deletions
@@ -3,7 +3,7 @@ button.copybtn {
position: absolute;
display: flex;
top: .3em;
right: .3em;
right: .5em;
width: 1.7em;
height: 1.7em;
opacity: 0;
@@ -13,22 +13,17 @@ button.copybtn {
border: none;
outline: none;
border-radius: 0.4em;
/* The colors that GitHub uses */
border: #1b1f2426 1px solid;
background-color: #f6f8fa;
color: #57606a;
border: #e1e1e1 1px solid;
background-color: rgb(245, 245, 245);
}
button.copybtn.success {
border-color: #22863a;
color: #22863a;
}
button.copybtn svg {
stroke: currentColor;
width: 1.5em;
height: 1.5em;
padding: 0.1em;
button.copybtn img {
width: 100%;
padding: .2em;
}
div.highlight {
@@ -84,10 +79,3 @@ div.highlight {
transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
transition-delay: .5s;
}
/* By default the copy button shouldn't show up when printing a page */
@media print {
button.copybtn {
display: none;
}
}