D0R4H4X0R SH3LL

Server Information

Server: Microsoft-IIS/10.0
System: Windows NT BH-PLESK-WEB3 10.0 build 20348 (Windows Server 2022) AMD64
User: IWPD_8556(lensai) ( 0 )
PHP Version: 8.3.21
Python Version: Python is not available
Disabled Functions:, Cron, Curl, Ftp, GCC, Mail, Mysql, PKEXEC, Perl, Python, SendMail, Ssh, Wget, exec, passthru, shell_exec, system

Features

Command Line

Find Longest Directory Path

Scan New PHP Files

Upload File

Directory: D:/INETPUB/VHOSTS/lensai.com/httpdocs/admin/build/less/

Current File : D:/INETPUB/VHOSTS/lensai.com/httpdocs/admin/build/less/miscellaneous.less

/*
 * General: Miscellaneous
 * ----------------------
 */
// 10px padding and margins
.pad {
  padding: 10px;
}
.margin {
  margin: 10px;
}
.margin-bottom {
  margin-bottom: 20px;
}
// Display inline
.inline {
  display: inline;
  width: auto;
}

// Description Blocks
.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
  &.margin-bottom {
    margin-bottom: 25px;
  }
  > .description-header {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
  }
  > .description-text {
    text-transform: uppercase;
  }
}

// Background colors
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange ,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active {
  color: #fff !important;
}
.bg-gray {
  color: #000;
  background-color: @gray!important;
}
.bg-black {
  background-color: @black!important;
}
.bg-red {
  background-color: @red !important;
}
.bg-yellow {
  background-color: @yellow !important;
}
.bg-aqua {
  background-color: @aqua !important;
}
.bg-blue {
  background-color: @blue !important;
}
.bg-light-blue {
  background-color: @light-blue !important;
}
.bg-green {
  background-color: @green !important;
}
.bg-navy {
  background-color: @navy !important;
}
.bg-teal {
  background-color: @teal !important;
}
.bg-olive {
  background-color: @olive !important;
}
.bg-lime {
  background-color: @lime !important;
}
.bg-orange {
  background-color: @orange !important;
}
.bg-fuchsia {
  background-color: @fuchsia !important;
}
.bg-purple {
  background-color: @purple !important;
}
.bg-maroon {
  background-color: @maroon !important;
}

//Set of Active Background Colors
.bg-gray-active {
  color: #000;
  background-color: darken(@gray,10%)!important;
}
.bg-black-active {
  background-color: darken(@black, 10%)!important;
}
.bg-red-active {
  background-color: darken(@red , 6%)!important;
}
.bg-yellow-active {
  background-color: darken(@yellow , 6%)!important;
}
.bg-aqua-active {
  background-color: darken(@aqua , 6%)!important;
}
.bg-blue-active {
  background-color: darken(@blue , 10%)!important;
}
.bg-light-blue-active {
  background-color: darken(@light-blue , 6%)!important;
}
.bg-green-active {
  background-color: darken(@green , 5%)!important;
}
.bg-navy-active {
  background-color: darken(@navy , 2%)!important;
}
.bg-teal-active {
  background-color: darken(@teal , 5%)!important;
}
.bg-olive-active {
  background-color: darken(@olive , 5%)!important;
}
.bg-lime-active {
  background-color: darken(@lime , 5%)!important;
}
.bg-orange-active {
  background-color: darken(@orange , 5%)!important;
}
.bg-fuchsia-active {
  background-color: darken(@fuchsia , 5%)!important;
}
.bg-purple-active {
  background-color: darken(@purple , 5%)!important;
}
.bg-maroon-active {
  background-color: darken(@maroon , 3%)!important;
}

//Disabled!
[class^="bg-"].disabled {
  .opacity(.65);
}

// Text colors
.text-red {
  color: @red !important;
}
.text-yellow {
  color: @yellow !important;
}
.text-aqua {
  color: @aqua !important;
}
.text-blue {
  color: @blue !important;
}
.text-black {
  color: @black!important;
}
.text-light-blue {
  color: @light-blue !important;
}
.text-green {
  color: @green !important;
}
.text-gray {
  color: @gray !important;
}
.text-navy {
  color: @navy !important;
}
.text-teal {
  color: @teal !important;
}
.text-olive {
  color: @olive !important;
}
.text-lime {
  color: @lime !important;
}
.text-orange {
  color: @orange !important;
}
.text-fuchsia {
  color: @fuchsia !important;
}
.text-purple {
  color: @purple !important;
}
.text-maroon {
  color: @maroon !important;
}

// Hide elements by display none only
.hide {
  display: none !important;
}

// Remove borders
.no-border {
  border: 0px !important;
}
// Remove padding
.no-padding {
  padding: 0px !important;
}
// Remove margins
.no-margin {
  margin: 0px !important;
}

// Remove box shadow
.no-shadow {
  box-shadow: none!important;
}

// Unstyled List
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

// Remove border radius
.flat {
  .border-radius(0)!important;
}

.text-bold {
  &, &.table td, &.table th {
    font-weight: 700;
  }


}

// _fix for sparkline tooltip
.jqstooltip{
  padding: 5px!important;
  width:auto!important;
  height:auto!important;
}


// Gradient Background colors
.bg-teal-gradient {
  .gradient(@teal; @teal; lighten(@teal, 16%))!important;
  color: #fff;
}
.bg-light-blue-gradient {
  .gradient(@light-blue; @light-blue; lighten(@light-blue, 12%))!important;
  color: #fff;
}
.bg-blue-gradient {
  .gradient(@blue; @blue; lighten(@blue, 7%))!important;
  color: #fff;
}
.bg-aqua-gradient {
  .gradient(@aqua; @aqua; lighten(@aqua, 7%))!important;
  color: #fff;
}
.bg-yellow-gradient {
  .gradient(@yellow; @yellow; lighten(@yellow, 16%))!important;
  color: #fff;
}
.bg-purple-gradient {
  .gradient(@purple; @purple; lighten(@purple, 16%))!important;
  color: #fff;
}
.bg-green-gradient {
  .gradient(@green; @green; lighten(@green, 7%))!important;
  color: #fff;
}
.bg-red-gradient {
  .gradient(@red; @red; lighten(@red, 10%))!important;
  color: #fff;
}
.bg-black-gradient {
  .gradient(@black; @black; lighten(@black, 10%))!important;
  color: #fff;
}
.bg-maroon-gradient {
  .gradient(@maroon; @maroon; lighten(@maroon, 10%))!important;
  color: #fff;
}
.connectedSortable {
  min-height: 100px;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sort-highlight {
  background: #f4f4f4;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}
.full-opacity-hover {
  .opacity(.65);
  &:hover {
    .opacity(1);
  }
}
// Charts
.chart {
  position: relative;
  overflow: hidden;
  width: 100%;
  svg,
  canvas {
    width: 100%!important;
  }
}
skins DIR
Directory drwxrwxrwx
File -rw-rw-rw-
AdminLTE.less 1.526 KB
File -rw-rw-rw-
alerts.less 0.630 KB
File -rw-rw-rw-
File -rw-rw-rw-
boxes.less 7.388 KB
File -rw-rw-rw-
buttons.less 3.047 KB
File -rw-rw-rw-
callout.less 0.825 KB
File -rw-rw-rw-
carousel.less 0.243 KB
File -rw-rw-rw-
File -rw-rw-rw-
core.less 2.662 KB
File -rw-rw-rw-
direct-chat.less 2.962 KB
File -rw-rw-rw-
dropdown.less 6.744 KB
File -rw-rw-rw-
forms.less 1.266 KB
File -rw-rw-rw-
File -rw-rw-rw-
header.less 4.806 KB
File -rw-rw-rw-
info-box.less 1.062 KB
File -rw-rw-rw-
invoice.less 0.195 KB
File -rw-rw-rw-
labels.less 0.308 KB
File -rw-rw-rw-
lockscreen.less 1.129 KB
File -rw-rw-rw-
login.php 0.582 KB
File -rw-rw-rw-
File -rw-rw-rw-
mailbox.less 1.181 KB
File -rw-rw-rw-
File -rw-rw-rw-
mixins.less 6.988 KB
File -rw-rw-rw-
modal.less 1.286 KB
File -rw-rw-rw-
navs.less 2.956 KB
File -rw-rw-rw-
print.less 0.939 KB
File -rw-rw-rw-
products.less 0.765 KB
File -rw-rw-rw-
File -rw-rw-rw-
File -rw-rw-rw-
sidebar.less 2.676 KB
File -rw-rw-rw-
small-box.less 1.407 KB
File -rw-rw-rw-
table.less 0.879 KB
File -rw-rw-rw-
test.html 0.006 KB
File -rw-rw-rw-
timeline.less 1.719 KB
File -rw-rw-rw-
users-list.less 0.592 KB
File -rw-rw-rw-
variables.less 3.335 KB
File -rw-rw-rw-
D0R4H4X0R SH3LL