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 : labels-badges.less
// // Labels and badges // -------------------------------------------------- // Base classes .label, .badge { display: inline-block; padding: 2px 4px; font-size: @baseFontSize * .846; font-weight: bold; line-height: 14px; // ensure proper line-height if floated color: @white; vertical-align: baseline; white-space: nowrap; text-shadow: 0 -1px 0 rgba(0,0,0,.25); background-color: @grayLight; } // Set unique padding and border-radii .label { .border-radius(3px); } .badge { padding-left: 9px; padding-right: 9px; .border-radius(9px); } // Empty labels/badges collapse .label, .badge { &:empty { display: none; } } // Hover/focus state, but only for links a { &.label:hover, &.label:focus, &.badge:hover, &.badge:focus { color: @white; text-decoration: none; cursor: pointer; } } // Colors // Only give background-color difference to links (and to simplify, we don't qualifty with `a` but [href] attribute) .label, .badge { // Important (red) &-important { background-color: @errorText; } &-important[href] { background-color: darken(@errorText, 10%); } // Warnings (orange) &-warning { background-color: @orange; } &-warning[href] { background-color: darken(@orange, 10%); } // Success (green) &-success { background-color: @successText; } &-success[href] { background-color: darken(@successText, 10%); } // Info (turquoise) &-info { background-color: @infoText; } &-info[href] { background-color: darken(@infoText, 10%); } // Inverse (black) &-inverse { background-color: @grayDark; } &-inverse[href] { background-color: darken(@grayDark, 10%); } } // Quick fix for labels/badges in buttons .btn { .label, .badge { position: relative; top: -1px; } } .btn-mini { .label, .badge { top: 0; } }
Close