__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* Copy buttons */
button.copybtn {
position: absolute;
display: flex;
top: .3em;
right: .3em;
width: 1.7em;
height: 1.7em;
opacity: 0;
transition: opacity 0.3s, border .3s, background-color .3s;
user-select: none;
padding: 0;
border: none;
outline: none;
border-radius: 0.4em;
/* The colors that GitHub uses */
border: #1b1f2426 1px solid;
background-color: #f6f8fa;
color: #57606a;
}
button.copybtn.success {
border-color: #22863a;
color: #22863a;
}
button.copybtn svg {
stroke: currentColor;
width: 1.5em;
height: 1.5em;
padding: 0.1em;
}
div.highlight {
position: relative;
}
/* Show the copybutton */
.highlight:hover button.copybtn, button.copybtn.success {
opacity: 1;
}
.highlight button.copybtn:hover {
background-color: rgb(235, 235, 235);
}
.highlight button.copybtn:active {
background-color: rgb(187, 187, 187);
}
/**
* A minimal CSS-only tooltip copied from:
* https://codepen.io/mildrenben/pen/rVBrpK
*
* To use, write HTML like the following:
*
* <p class="o-tooltip--left" data-tooltip="Hey">Short</p>
*/
.o-tooltip--left {
position: relative;
}
.o-tooltip--left:after {
opacity: 0;
visibility: hidden;
position: absolute;
content: attr(data-tooltip);
padding: .2em;
font-size: .8em;
left: -.2em;
background: grey;
color: white;
white-space: nowrap;
z-index: 2;
border-radius: 2px;
transform: translateX(-102%) translateY(0);
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);
}
.o-tooltip--left:hover:after {
display: block;
opacity: 1;
visibility: visible;
transform: translateX(-100%) translateY(0);
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;
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| scripts | Folder | 0755 |
|
|
| styles | Folder | 0755 |
|
|
| basic.css | File | 14.47 KB | 0644 |
|
| check-solid.svg | File | 313 B | 0644 |
|
| clipboard.min.js | File | 25.76 KB | 0644 |
|
| copy-button.svg | File | 411 B | 0644 |
|
| copybutton.css | File | 2.01 KB | 0644 |
|
| copybutton.js | File | 8.28 KB | 0644 |
|
| copybutton_funcs.js | File | 2.63 KB | 0644 |
|
| debug.css | File | 1.24 KB | 0644 |
|
| doctools.js | File | 4.22 KB | 0644 |
|
| documentation_options.js | File | 329 B | 0644 |
|
| file.png | File | 286 B | 0644 |
|
| language_data.js | File | 4.49 KB | 0644 |
|
| minus.png | File | 90 B | 0644 |
|
| plus.png | File | 90 B | 0644 |
|
| pygments.css | File | 20.92 KB | 0644 |
|
| searchtools.js | File | 20.96 KB | 0644 |
|
| skeleton.css | File | 5.89 KB | 0644 |
|
| sphinx_highlight.js | File | 5 KB | 0644 |
|
| tabs.css | File | 2.53 KB | 0644 |
|
| tabs.js | File | 782 B | 0644 |
|