Spade

Mini Shell

Directory:~$ /home/lmsyaran/www/administrator/components/com_packageinstaller/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/www/administrator/components/com_packageinstaller/packageinstaller.css

/* BOOTSTRAP 4 */

.cb_template {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, "Helvetica Neue", Arial, "Noto Sans",
sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.cb_template *,
.cb_template *::before,
.cb_template *::after {
  box-sizing: border-box;
}

.cb_template .d-inline-block {
  display: inline-block !important;
}

.cb_template .d-flex {
  display: flex !important;
}

.cb_template .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.cb_template .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.cb_template .no-gutters > .col,
.cb_template .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.cb_template .col-1, .cb_template .col-2, .cb_template .col-3, .cb_template
.col-4, .cb_template .col-5, .cb_template .col-6, .cb_template .col-7,
.cb_template .col-8, .cb_template .col-9, .cb_template .col-10,
.cb_template .col-11, .cb_template .col-12, .cb_template .col,
.cb_template .col-auto, .cb_template .col-sm-1, .cb_template .col-sm-2,
.cb_template .col-sm-3, .cb_template .col-sm-4, .cb_template .col-sm-5,
.cb_template .col-sm-6, .cb_template .col-sm-7, .cb_template .col-sm-8,
.cb_template .col-sm-9, .cb_template .col-sm-10, .cb_template .col-sm-11,
.cb_template .col-sm-12, .cb_template .col-sm,
.cb_template .col-sm-auto, .cb_template .col-md-1, .cb_template .col-md-2,
.cb_template .col-md-3, .cb_template .col-md-4, .cb_template .col-md-5,
.cb_template .col-md-6, .cb_template .col-md-7, .cb_template .col-md-8,
.cb_template .col-md-9, .cb_template .col-md-10, .cb_template .col-md-11,
.cb_template .col-md-12, .cb_template .col-md,
.cb_template .col-md-auto, .cb_template .col-lg-1, .cb_template .col-lg-2,
.cb_template .col-lg-3, .cb_template .col-lg-4, .cb_template .col-lg-5,
.cb_template .col-lg-6, .cb_template .col-lg-7, .cb_template .col-lg-8,
.cb_template .col-lg-9, .cb_template .col-lg-10, .cb_template .col-lg-11,
.cb_template .col-lg-12, .cb_template .col-lg,
.cb_template .col-lg-auto, .cb_template .col-xl-1, .cb_template .col-xl-2,
.cb_template .col-xl-3, .cb_template .col-xl-4, .cb_template .col-xl-5,
.cb_template .col-xl-6, .cb_template .col-xl-7, .cb_template .col-xl-8,
.cb_template .col-xl-9, .cb_template .col-xl-10, .cb_template .col-xl-11,
.cb_template .col-xl-12, .cb_template .col-xl,
.cb_template .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.cb_template .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.cb_template .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.cb_template .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .cb_template .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .cb_template .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}

.cb_template .flex-column {
  flex-direction: column !important;
}

.cb_template .flex-grow-1 {
  flex-grow: 1 !important;
}

.cb_template .justify-content-end {
  justify-content: flex-end !important;
}

.cb_template .justify-content-center {
  justify-content: center !important;
}

.cb_template .align-items-center {
  align-items: center !important;
}

.cb_template .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .cb_template .btn {
    transition: none;
  }
}

.cb_template .btn:hover {
  color: #212529;
  text-decoration: none;
}

.cb_template .btn:focus, .cb_template .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.cb_template .btn.disabled, .cb_template .btn:disabled {
  opacity: 0.65;
}

.cb_template .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.cb_template .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.cb_template .btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.cb_template .btn-primary:focus, .cb_template .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.cb_template .btn-primary.disabled, .cb_template .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.cb_template .btn-primary:not(:disabled):not(.disabled):active,
.cb_template .btn-primary:not(:disabled):not(.disabled).active,
.show > .cb_template .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.cb_template .btn-primary:not(:disabled):not(.disabled):active:focus,
.cb_template .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .cb_template .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.cb_template .btn-sm, .cb_template .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.cb_template .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.cb_template .card > hr {
  margin-right: 0;
  margin-left: 0;
}

.cb_template .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.cb_template .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.cb_template .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.cb_template .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.cb_template .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.cb_template .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.cb_template .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.cb_template .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.cb_template .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.cb_template .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.cb_template .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.cb_template .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .cb_template .progress-bar {
    transition: none;
  }
}

.cb_template .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255,
255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.cb_template .progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .cb_template .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.cb_template .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

.cb_template .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

.cb_template .border-top {
  border-top: 1px solid #dee2e6 !important;
}

.cb_template .border-right {
  border-right: 1px solid #dee2e6 !important;
}

.cb_template .border-success {
  border-color: #28a745 !important;
}

.cb_template .border-info {
  border-color: #17a2b8 !important;
}

.cb_template .border-danger {
  border-color: #dc3545 !important;
}

.cb_template .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cb_template .h-100 {
  height: 100% !important;
}

.cb_template .w-100 {
  width: 100% !important;
}

.cb_template .m-0 {
  margin: 0 !important;
}

.cb_template .mb-2,
.cb_template .my-2 {
  margin-bottom: 0.5rem !important;
}

.cb_template .mt-4,
.cb_template .my-4 {
  margin-top: 1.5rem !important;
}

.cb_template .mb-4,
.cb_template .my-4 {
  margin-bottom: 1.5rem !important;
}

.cb_template .mr-auto,
.cb_template .mx-auto {
  margin-right: auto !important;
}

.cb_template .m-n3 {
  margin: -1rem !important;
}

.cb_template .p-1 {
  padding: 0.25rem !important;
}

.cb_template .p-2 {
  padding: 0.5rem !important;
}

.cb_template .p-3 {
  padding: 1rem !important;
}

.cb_template .bg-success {
  background-color: #28a745 !important;
}

.cb_template .bg-info {
  background-color: #17a2b8 !important;
}

.cb_template .bg-danger {
  background-color: #dc3545 !important;
}

.cb_template .text-white {
  color: #fff !important;
}

.cb_template .text-center {
  text-align: center !important;
}

/* COMMUNITY BUILDER */

.cb_template .hidden {
  display: none !important;
}

.cb_template .text-wrap {
  word-break: break-word;
  word-wrap: break-word;
  white-space: normal;
}

.cb_template .text-small {
  font-size: 0.875rem;
}

.cb_template .text-large {
  font-size: 1.25rem;
}

/* FIXES */

#installer-install .j-main-container > .container-fluid,
#installer-install .j-main-container > .container-fluid > .col-md-12
{
  padding: 0;
}

.cb_template .card {
  box-shadow: none;
}

/* STYLING */

.cb_template .cbPkgInstallRow {
  cursor: pointer;
}

.cb_template .cbPkgInstallRow:hover .card {
  box-shadow: 0 0 0.25rem rgba(23, 162, 184, 0.5);
}

.cb_template .cbPkgInstallRowFailed:hover .card {
  box-shadow: 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.cb_template .cbPkgInstallRowInstalled:hover .card {
  box-shadow: 0 0 0.25rem rgba(40, 167, 69, 0.5);
}

.cb_template .cbPkgInstallRow:not(.open):hover .cbPkgInstallStateText {
  display: none;
}

.cb_template .cbPkgInstallRow .cbPkgInstallStateInfo {
  display: none;
}

.cb_template .cbPkgInstallRow:not(.open):hover .cbPkgInstallStateInfo {
  display: inline;
}

.cb_template .cbPkgInstallRow.open {
  max-width: 100% !important;
  flex-basis: 100% !important;
}

.cb_template .cbPkgInstallRow:not(.open) .cbPkgInstallDescription {
  max-height: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.cb_template .cbPkgInstallRow:not(.open) .cbPkgInstallLog,
.cb_template .cbPkgInstallRow:not(.open) .cbPkgInstallDetailFile,
.cb_template .cbPkgInstallRow:not(.open) .cbPkgInstallDetailCopy {
  display: none;
}

.cb_template .cbPkgInstallLog .alert {
  margin: 0;
}

.cb_template .cbPkgInstallLog .alert + .alert {
  margin-top: 0.5rem;
}

.cb_template .cbPkgInstallDetails > div + div {
  border-top: 1px solid #dee2e6;
}

.cb_template .cbPkgInstallDetailCopyText {
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
}

.cb_template .cbPkgInstallRow {
  order: 1;
}

.cb_template .cbPkgInstallRowFailed {
  order: 2;
}

.cb_template .cbPkgInstallRowInstalled {
  order: 3;
}