Skip to content

Commit

Permalink
Deployed d0dd5b3 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Feb 26, 2024
0 parents commit f9bb9d3
Show file tree
Hide file tree
Showing 220 changed files with 129,023 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
2,503 changes: 2,503 additions & 0 deletions 404.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ctt.cx
21 changes: 21 additions & 0 deletions advanced/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="0;url=/video/obs/advanced">
<style>
body {background-color: #1e2129;}
</style>
<script>
window.onload = function() {
var currentFragment = window.location.hash;
var newUrl = "/video/obs/advanced" + currentFragment;
window.location.replace(newUrl);
}
</script>
</head>
<body>
</body>
</html>

2,598 changes: 2,598 additions & 0 deletions alita/index.html

Large diffs are not rendered by default.

120 changes: 120 additions & 0 deletions assets/css/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
/* dark mode: override main header & tabs navigation */
[data-md-color-scheme="slate"] .md-header {
background-color: #1e2029;
border-bottom: 0.10rem solid var(--md-accent-fg-color);
}

[data-md-color-scheme="slate"] .md-tabs {
border-bottom-left-radius: 10px !important;
border-bottom-right-radius: 10px !important;
background-color: #2e2c3e;
}

/* light mode: override main header & tabs navigation */
[data-md-color-scheme="default"] .md-header {
background-color: white;
border-bottom: 0.10rem solid var(--md-accent-fg-color);
color: black;
}

[data-md-color-scheme="default"] .md-tabs {
color: black;
background-color: white;
}

/* make the "View source of this page" and "Edit this page" only vieweable on hover */
.md-icon.md-content__button {
opacity: 0;
transition: opacity 0.5s cubic-bezier(.29, 1.01, 1, -0.68);
}

.md-icon.md-content__button:hover {
opacity: 1;
}

.md-nav[data-md-level="2"] > .md-nav__list {
margin-left: 1.45em;
padding-left: 0.75em;
position: relative;
}

.md-nav[data-md-level="2"]> .md-nav__list::before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 1px;
background: linear-gradient(to bottom, rgba(124, 77, 255, 0.3) 0%, rgba(124, 77, 255, 0.1) 50%, rgba(124, 77, 255, 0.3) 100%);
}

@media (max-width: 1220px) {
.md-nav[data-md-level="2"]> .md-nav__list::before {
opacity: 0%;
}
.md-nav[data-md-level="2"] > .md-nav__list {
margin-left: 0;
padding-left: 0;
}
}

/* .md-footer {
border-bottom: 0.10rem solid var(--md-accent-fg-color);
} */

/* Stretch content area */
.md-main__inner.md-grid {
/* Default 61rem */
max-width: 61rem;
}

.md-grid {
/* Default 61rem */
max-width: 61rem;
}

.md-typeset .admonition.image,
.md-typeset details.image {
border-color: rgb(var(--main-color));
}

.md-typeset .image>.admonition-title,
.md-typeset .image>summary {
background-color: rgba(var(--main-color), 0.1);
}

.md-typeset .image>.admonition-title::before,
.md-typeset .image>summary::before {
background-color: rgb(var(--main-color));
-webkit-mask-image: var(--md-admonition-icon--image);
mask-image: var(--md-admonition-icon--image);
}


/* Makes click to copy have pointer cursor on hover */
.md-typeset [data-clipboard-text] {
cursor: pointer;
}


/* le permalink toc */
.md-typeset .headerlink:hover,
.md-typeset [id]:target .headerlink {
background-color: var(--md-accent-fg-color);
}

.md-typeset .headerlink {
scale: 60%;
width: 1em;
height: 1em;
vertical-align: middle;
background-color: var(--md-default-fg-color--lighter);
background-size: 1em;
-webkit-mask-size: 1em;
mask-size: 1em;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
visibility: visible;
-webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7a5 5 0 0 0-5 5 5 5 0 0 0 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1M8 13h8v-2H8v2m9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.71-1.39 3.1-3.1 3.1h-4V17h4a5 5 0 0 0 5-5 5 5 0 0 0-5-5Z"/></svg>');
mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7a5 5 0 0 0-5 5 5 5 0 0 0 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1M8 13h8v-2H8v2m9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.71-1.39 3.1-3.1 3.1h-4V17h4a5 5 0 0 0 5-5 5 5 0 0 0-5-5Z"/></svg>');
}
Binary file added assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/alita.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/contact.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/contributing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/misc/filesharing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/misc/index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/misc/mkdocs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/misc/yt-dlp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/software/index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/software/scoop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/software/winget.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/video/codecguide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/video/cutters/index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/video/ffmpeg/index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/video/ffmpeg/upscaling.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/video/index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/video/obs/advanced.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/video/obs/audio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/video/obs/docks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/video/obs/general.png
Binary file added assets/images/social/video/obs/hotkeys.png
Binary file added assets/images/social/video/obs/index.png
Binary file added assets/images/social/video/obs/install.png
Binary file added assets/images/social/video/obs/linux/index.png
Binary file added assets/images/social/video/obs/linux/nvfbc.png
Binary file added assets/images/social/video/obs/output.png
Binary file added assets/images/social/video/obs/sourcetypes.png
Binary file added assets/images/social/video/obs/video.png
Binary file added assets/images/social/video/sendto.png
Binary file added assets/images/social/video/smoothie/cli.png
Binary file added assets/images/social/video/smoothie/index.png
Binary file added assets/images/social/video/smoothie/recipe.png
Binary file added assets/images/social/video/smoothie/usecases.png
Binary file added assets/images/video/obs/docks/docks.png
Binary file added assets/images/video/obs/general/Dark.png
Binary file added assets/images/video/obs/general/Grey.png
Binary file added assets/images/video/obs/general/System.png
Binary file added assets/images/video/obs/general/Yami.png
Binary file added assets/images/video/obs/nvenc/how_to_remux.gif
Binary file added assets/images/video/obs/nvenc/nvenc_high_fps.png
Binary file added assets/images/video/obs/nvenc/quality_vs_cqp.png
Binary file added assets/images/video/sendto/sendtofolder.png
Binary file added assets/images/video/sendto/winrshellsendto.png
Binary file added assets/images/video/smoothie/debugmode_gui.png
Binary file added assets/images/video/smoothie/launch.png
Binary file added assets/images/video/smoothie/mask.png
Binary file added assets/images/video/smoothie/smoothiesendto.png
Binary file added assets/images/video/vegas-templates.png
29 changes: 29 additions & 0 deletions assets/javascripts/bundle.8fd75fb4.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/javascripts/bundle.8fd75fb4.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/javascripts/glightbox.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/javascripts/lunr/min/lunr.ar.min.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.da.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.de.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f9bb9d3

Please sign in to comment.