-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 5fee150 🚀
- Loading branch information
Showing
56 changed files
with
45,672 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} | ||
|
Oops, something went wrong.