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
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--
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 : modals.joomla.less
// // Modals // -------------------------------------------------- /* Joomla JUI NOTE: Original .modal definition has to be commented */ // > Joomla JUI // Base modal div.modal { position: fixed; top: 5%; left: 50%; z-index: @zindexModal; width: 80%; margin-left: -40%; background-color: @white; border: 1px solid #999; border: 1px solid rgba(0,0,0,.3); *border: 1px solid #999; /* IE6-7 */ .border-radius(6px); .box-shadow(0 3px 7px rgba(0,0,0,0.3)); .background-clip(padding-box); // Remove focus outline from opened modal outline: none; &.fade { .transition(e('opacity .3s linear, top .3s ease-out')); top: -25%; } &.fade.in { top: 5%; } } //Modal for Batch views .modal-batch { overflow-y: visible; } // Modal viewport dimensions .modal-body[class^="jviewport-height"], .modal-body[class*="jviewport-height"] { max-height: none; } .jviewport-height { &10 { height: 10vh; } &20 { height: 20vh; } &30 { height: 30vh; } &40 { height: 40vh; } &50 { height: 50vh; } &60 { height: 60vh; } &70 { height: 70vh; } &80 { height: 80vh; } &90 { height: 90vh; } &100 { height: 100vh; } } div.modal.jviewport-width { &10 { width: 10vw; margin-left: -5vw; } &20 { width: 20vw; margin-left: -10vw; } &30 { width: 30vw; margin-left: -15vw; } &40 { width: 40vw; margin-left: -20vw; } &50 { width: 50vw; margin-left: -25vw; } &60 { width: 60vw; margin-left: -30vw; } &70 { width: 70vw; margin-left: -35vw; } &80 { width: 80vw; margin-left: -40vw; } &90 { width: 90vw; margin-left: -45vw; } &100 { width: 100vw; margin-left: -50vw; } } // < Joomla JUI
Close