481a869ebc
* Basic Doxygen Awesome Support * Add logo for Doxygen aswell as a Project Brief * Better Catch Phrase * Moved Doxygen Awesome into it's own folder * Included The MIT LICENSE inside the doxygen-awesome directory * Color Tweaks * add doxgen-awesome light/dark mode toggle * fragment copy button extension for doxygen * add github corner * Create VERSION file for doxygen-awesome * Update doxygen/doxygen-awesome/VERSION Co-authored-by: Rickey <ric@rf3.xyz> --------- Co-authored-by: Rickey <ric@rf3.xyz>
14 lines
386 B
CSS
14 lines
386 B
CSS
.github-corner:hover .octo-arm {
|
|
animation: octocat-wave 560ms ease-in-out;
|
|
}
|
|
@keyframes octocat-wave {
|
|
0%, 100% { transform: rotate(0); }
|
|
20%, 60% { transform: rotate(-25deg); }
|
|
40%, 80% { transform: rotate(10deg); }
|
|
}
|
|
@media (max-width:500px) {
|
|
.github-corner:hover .octo-arm { animation: none; }
|
|
.github-corner .octo-arm { animation: octocat-wave 560ms ease-in-out; }
|
|
}
|
|
|