Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
amatya.biz /
sass /
bootstrap /
[ HOME SHELL ]
Name
Size
Permission
Action
mixins
[ DIR ]
drwxrwxr-x
_alerts.scss
1.51
KB
-rwxrwxr-x
_badges.scss
1.2
KB
-rwxrwxr-x
_breadcrumbs.scss
595
B
-rwxrwxr-x
_button-groups.scss
5.6
KB
-rwxrwxr-x
_buttons.scss
3.73
KB
-rwxrwxr-x
_carousel.scss
5.35
KB
-rwxrwxr-x
_close.scss
815
B
-rwxrwxr-x
_code.scss
1.37
KB
-rwxrwxr-x
_component-animations.scss
819
B
-rwxrwxr-x
_dropdowns.scss
4.77
KB
-rwxrwxr-x
_forms.scss
15.7
KB
-rwxrwxr-x
_glyphicons.scss
19.96
KB
-rwxrwxr-x
_grid.scss
1.41
KB
-rwxrwxr-x
_input-groups.scss
4.16
KB
-rwxrwxr-x
_jumbotron.scss
1.04
KB
-rwxrwxr-x
_labels.scss
1.13
KB
-rwxrwxr-x
_list-group.scss
3.1
KB
-rwxrwxr-x
_media.scss
900
B
-rwxrwxr-x
_mixins.scss
986
B
-rwxrwxr-x
_modals.scss
3.53
KB
-rwxrwxr-x
_navbar.scss
14.38
KB
-rwxrwxr-x
_navs.scss
4.83
KB
-rwxrwxr-x
_normalize.scss
7.38
KB
-rwxrwxr-x
_pager.scss
855
B
-rwxrwxr-x
_pagination.scss
2.04
KB
-rwxrwxr-x
_panels.scss
6.24
KB
-rwxrwxr-x
_popovers.scss
3.42
KB
-rwxrwxr-x
_print.scss
1.89
KB
-rwxrwxr-x
_progress-bars.scss
1.95
KB
-rwxrwxr-x
_responsive-embed.scss
546
B
-rwxrwxr-x
_responsive-utilities.scss
4.31
KB
-rwxrwxr-x
_scaffolding.scss
2.96
KB
-rwxrwxr-x
_tables.scss
4.55
KB
-rwxrwxr-x
_theme.scss
8.36
KB
-rwxrwxr-x
_thumbnails.scss
892
B
-rwxrwxr-x
_tooltip.scss
2.94
KB
-rwxrwxr-x
_type.scss
6
KB
-rwxrwxr-x
_utilities.scss
765
B
-rwxrwxr-x
_variables.scss
30.44
KB
-rwxrwxr-x
_wells.scss
535
B
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _tables.scss
// // Tables // -------------------------------------------------- table { background-color: $table-bg; } caption { padding-top: $table-cell-padding; padding-bottom: $table-cell-padding; color: $text-muted; text-align: left; } th { text-align: left; } // Baseline styles .table { width: 100%; max-width: 100%; margin-bottom: $line-height-computed; // Cells > thead, > tbody, > tfoot { > tr { > th, > td { padding: $table-cell-padding; line-height: $line-height-base; vertical-align: top; border-top: 1px solid $table-border-color; } } } // Bottom align for column headings > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid $table-border-color; } // Remove top border from thead by default > caption + thead, > colgroup + thead, > thead:first-child { > tr:first-child { > th, > td { border-top: 0; } } } // Account for multiple tbody instances > tbody + tbody { border-top: 2px solid $table-border-color; } // Nesting .table { background-color: $body-bg; } } // Condensed table w/ half padding .table-condensed { > thead, > tbody, > tfoot { > tr { > th, > td { padding: $table-condensed-cell-padding; } } } } // Bordered version // // Add borders all around the table and between all the columns. .table-bordered { border: 1px solid $table-border-color; > thead, > tbody, > tfoot { > tr { > th, > td { border: 1px solid $table-border-color; } } } > thead > tr { > th, > td { border-bottom-width: 2px; } } } // Zebra-striping // // Default zebra-stripe styles (alternating gray and transparent backgrounds) .table-striped { > tbody > tr:nth-of-type(odd) { background-color: $table-bg-accent; } } // Hover effect // // Placed here since it has to come after the potential zebra striping .table-hover { > tbody > tr:hover { background-color: $table-bg-hover; } } // Table cell sizing // // Reset default table behavior table col[class*="col-"] { position: static; // Prevent border hiding in Firefox and IE9-11 (see https://github.com/twbs/bootstrap/issues/11623) float: none; display: table-column; } table { td, th { &[class*="col-"] { position: static; // Prevent border hiding in Firefox and IE9-11 (see https://github.com/twbs/bootstrap/issues/11623) float: none; display: table-cell; } } } // Table backgrounds // // Exact selectors below required to override `.table-striped` and prevent // inheritance to nested tables. // Generate the contextual variants @include table-row-variant('active', $table-bg-active); @include table-row-variant('success', $state-success-bg); @include table-row-variant('info', $state-info-bg); @include table-row-variant('warning', $state-warning-bg); @include table-row-variant('danger', $state-danger-bg); // Responsive tables // // Wrap your tables in `.table-responsive` and we'll make them mobile friendly // by enabling horizontal scrolling. Only applies <768px. Everything above that // will display normally. .table-responsive { overflow-x: auto; min-height: 0.01%; // Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837) @media screen and (max-width: $screen-xs-max) { width: 100%; margin-bottom: ($line-height-computed * 0.75); overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid $table-border-color; // Tighten up spacing > .table { margin-bottom: 0; // Ensure the content doesn't wrap > thead, > tbody, > tfoot { > tr { > th, > td { white-space: nowrap; } } } } // Special overrides for the bordered tables > .table-bordered { border: 0; // Nuke the appropriate borders so that the parent can handle them > thead, > tbody, > tfoot { > tr { > th:first-child, > td:first-child { border-left: 0; } > th:last-child, > td:last-child { border-right: 0; } } } // Only nuke the last row's bottom-border in `tbody` and `tfoot` since // chances are there will be only one `tr` in a `thead` and that would // remove the border altogether. > tbody, > tfoot { > tr:last-child { > th, > td { border-bottom: 0; } } } } } }
Close