Skip to content

Commit

Permalink
Deploying to gh-pages from @ 5fee150 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Aug 20, 2024
1 parent 67d0bf1 commit 83e5e58
Show file tree
Hide file tree
Showing 56 changed files with 45,672 additions and 0 deletions.
34 changes: 34 additions & 0 deletions pr/1106/overview/css/autodiff.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
.autohide {
visibility: hidden;
background-color: white;
padding: 2px;
font-weight: bold;
z-index: 2;
opacity: 0;
transition: visibility 0s 4s, opacity 4s linear;
}
.autoshow {
visibility: visible;
background-color: white;
padding: 2px;
font-weight: bold;
z-index: 2;
opacity: 1;
}
.diffinfo {
border: 2px solid #777777;
background-color: #eeee55;
border-radius: 1em;
}
body {
margin-top: 1in;
}
#_autodiff_buttons {
width: 50em;
background-color: white;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px dotted black;
}

Loading

0 comments on commit 83e5e58

Please sign in to comment.