Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/joomla4/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/joomla4/style.less.tar

home/lmsyaran/public_html/media/regularlabs/less/style.less000064400000013472151155742530020223
0ustar00/**
 * @package         Regular Labs Library
 * @version         21.2.19653
 * 
 * @author          Peter van Westen <info@regularlabs.com>
 * @link            http://www.regularlabs.com
 * @copyright       Copyright © 2021 Regular Labs All Rights Reserved
 * @license         http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */
@import "init.less";
@import "font.less";

.rl_tablelist {
	td {
		height: 22px;
		color:  @gray;
	}

	td.has-context {
		height: 23px;
	}
}

.rl_code {
	#font > #family > .monospace;
	color: @grayLight;
}

.well {
	.well {
		border-color: darken(@wellBackground, 7%);
	}
}

div.rl_well {
	padding-bottom: 0;

	h4 {
		margin-top: 6px;
	}

	&.alert-success,
	&.alert-error {
		color: @grayDark;
	}

	.controls .btn-group > .btn {
		min-width: auto;
	}
}

.well-striped:nth-child(even) {
	background-color: lighten(@wellBackground, 3%);
}

.alert.alert-inline {
	margin: 14px 0 0;
}

.alert.alert-noclose {
	padding: 8px 14px;
}

.rl_has-ignore .btn-primary.active,
.rl_btn-ignore.btn-danger.active {
	background-color: @grayLight;
	border:           1px solid rgba(0, 0, 0, 0.2);

	&:hover,
	&:focus {
		background-color: darken(@grayLight, 15%);
	}
}

.rl_btn-exclude.btn-success.active {
	background-color: @btnDangerBackground;
	border:           1px solid rgba(0, 0, 0, 0.2);

	&:hover,
	&:focus {
		background-color: darken(@btnDangerBackground, 15%);
	}
}

.btn-group.btn-group-full,
.subform-table-layout table .btn-group.btn-group-full,
.btn-full {
	width:      100%;
	box-sizing: border-box;
	margin:     0;
}

.icon-back:before {
	content: "\e008";
}

.icon-spin {
	-webkit-animation: spin .5s infinite linear;
	animation:         spin .5s infinite linear;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg)
	}
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg)
	}
	100% {
		-moz-transform: rotate(359deg)
	}
}

@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0deg)
	}
	100% {
		-ms-transform: rotate(359deg)
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg)
	}
	100% {
		-o-transform: rotate(359deg)
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(359deg)
	}
}


/* Dropdown and dropup fixes */
.btn-toolbar .modal,
.btn-toolbar .dropdown-menu {
	font-size: 13px;
}

@media (min-width: 768px) {
	.dropdown {
		display: inline-block;
	}

	.dropdown-menu.dropup-menu {
		bottom: 100%;
		top:    auto;
	}
}

/* popovers */
.popover {
	width:     auto;
	min-width: 200px;
}

/* icons */
.icon-color {
	background: transparent url(../images/icon-color.png) no-repeat;
	width:      16px !important;
	height:     16px !important;
}

.clearfix {
	.clearfix();
}

.thumbnail-small > .thumbnail > img {
	max-width: 40px;
}

#key_button,
#jform_key_button {
	margin-left: 8px;
}

.ghosted {
	.opacity(60);
}

.rl_license {
	margin-top: 30px;
	text-align: center;
}

.rl_footer {
	margin-top: 30px;

	div {
		margin-top: 30px;
		text-align: center;
	}

	.rl_footer_review {
		margin-top: 5px;

		a.stars {
			display: inline-block;

			.icon-star {
				color:  mix(@yellow, @orange);
				margin: 0;
				.transition-duration(500ms);
			}

			&:hover {
				text-decoration: none;

				.icon-star {
					.rotate(216deg);
				}
			}
		}
	}

	.rl_footer_logo {
		img {
			vertical-align: -40%;
		}
	}

	.rl_footer_copyright {
		margin-top: 3px;
		font-size:  0.7em;
		.opacity(60);
	}
}

.rl_simplecategory_new {
	margin-top: 4px;
}

.rl_codemirror .CodeMirror-activeline-background {
	background: rgba(164, 194, 235, .1);
}

/* better responsiveness */
@media (min-width: 768px) and (max-width: 1200px) {
	.row-fluid [class*="span"] {
		&[class*="span-md"] {
			margin-left:  2.12%;
			*margin-left: 2.03%;

			&:first-child {
				margin-left: 0;
			}
		}

		&.span-md-12 {
			width:       100%;
			*width:      99.94680851063829%;
			margin-left: 0;
		}

		&.span-md-11 {
			width:  91.48936170212765%;
			*width: 91.43617021276594%;
		}

		&.span-md-10 {
			width:  82.97872340425532%;
			*width: 82.92553191489361%;
		}

		&.span-md-9 {
			width:  74.46808510638297%;
			*width: 74.41489361702126%;
		}

		&.span-md-8 {
			width:  65.95744680851064%;
			*width: 65.90425531914893%;
		}

		&.span-md-7 {
			width:  57.44680851063829%;
			*width: 57.39361702127659%;
		}

		&.span-md-6 {
			width:  48.93617021276595%;
			*width: 48.88297872340425%;
		}

		&.span-md-5 {
			width:  40.42553191489362%;
			*width: 40.37234042553192%;
		}

		&.span-md-4 {
			width:  31.914893617021278%;
			*width: 31.861702127659576%;
		}

		&.span-md-3 {
			width:  23.404255319148934%;
			*width: 23.351063829787233%;
		}

		&.span-md-2 {
			width:  14.893617021276595%;
			*width: 14.840425531914894%;
		}

		&.span-md-1 {
			width:  6.382978723404255%;
			*width: 6.329787234042553%;
		}
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.row-fluid [class*="span"] {
		&.span-lg-12 {
			width:       100%;
			*width:      99.94680851063829%;
			margin-left: 0;
		}

		&.span-lg-11 {
			width:  91.48936170212765%;
			*width: 91.43617021276594%;
		}

		&.span-lg-10 {
			width:  82.97872340425532%;
			*width: 82.92553191489361%;
		}

		&.span-lg-9 {
			width:  74.46808510638297%;
			*width: 74.41489361702126%;
		}

		&.span-lg-8 {
			width:  65.95744680851064%;
			*width: 65.90425531914893%;
		}

		&.span-lg-7 {
			width:  57.44680851063829%;
			*width: 57.39361702127659%;
		}

		&.span-lg-6 {
			width:  48.93617021276595%;
			*width: 48.88297872340425%;
		}

		&.span-lg-5 {
			width:  40.42553191489362%;
			*width: 40.37234042553192%;
		}

		&.span-lg-4 {
			width:  31.914893617021278%;
			*width: 31.861702127659576%;
		}

		&.span-lg-3 {
			width:  23.404255319148934%;
			*width: 23.351063829787233%;
		}

		&.span-lg-2 {
			width:  14.893617021276595%;
			*width: 14.840425531914894%;
		}

		&.span-lg-1 {
			width:  6.382978723404255%;
			*width: 6.329787234042553%;
		}
	}
}
home/lmsyaran/public_html/media/com_easyblog/scripts_/media/style.less000064400000000630151157062340022306
0ustar00@MediaManager: "#EasyBlogMediaManager";

@import "elements";
@import "common";
@import "modal";
@import "manager";
@import "navigation";
@import "browser";
@import "browser.search";
@import "browser.item";
@import "browser.treeItem";
@import "uploader";
@import "editor";
@import "editor.panel.section";
@import "editor.panel.form";
@import "editor.panel.info";
@import "editor.image";
@import "responsive";
home/lmsyaran/public_html/media/com_notifly/less/icons/style.less000064400000010041151160703450021334
0ustar00@import "variables";

@font-face {
  font-family: 'notifly';
  src:  url('@{icomoon-font-path}/notifly.eot?6idxo8');
  src:  url('@{icomoon-font-path}/notifly.eot?6idxo8#iefix')
format('embedded-opentype'),
    url('@{icomoon-font-path}/notifly.ttf?6idxo8')
format('truetype'),
    url('@{icomoon-font-path}/notifly.woff?6idxo8')
format('woff'),
    url('@{icomoon-font-path}/notifly.svg?6idxo8#notifly')
format('svg');
  font-weight: normal;
  font-style: normal;
}

i {
  /* use !important to prevent issues with browser extensions that change
fonts */
  font-family: 'notifly' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cfi-activity {
  &:before {
    content: @cfi-activity;
  }
}
.cfi-alert-circle {
  &:before {
    content: @cfi-alert-circle;
  }
}
.cfi-alert-octagon {
  &:before {
    content: @cfi-alert-octagon;
  }
}
.cfi-alert-triangle {
  &:before {
    content: @cfi-alert-triangle;
  }
}
.cfi-aperture {
  &:before {
    content: @cfi-aperture;
  }
}
.cfi-bar-chart {
  &:before {
    content: @cfi-bar-chart;
  }
}
.cfi-bar-chart-2 {
  &:before {
    content: @cfi-bar-chart-2;
  }
}
.cfi-check {
  &:before {
    content: @cfi-check;
  }
}
.cfi-check-circle {
  &:before {
    content: @cfi-check-circle;
  }
}
.cfi-check-square {
  &:before {
    content: @cfi-check-square;
  }
}
.cfi-chevron-down {
  &:before {
    content: @cfi-chevron-down;
  }
}
.cfi-chevron-left {
  &:before {
    content: @cfi-chevron-left;
  }
}
.cfi-chevron-right {
  &:before {
    content: @cfi-chevron-right;
  }
}
.cfi-chevron-up {
  &:before {
    content: @cfi-chevron-up;
  }
}
.cfi-chevrons-down {
  &:before {
    content: @cfi-chevrons-down;
  }
}
.cfi-chevrons-left {
  &:before {
    content: @cfi-chevrons-left;
  }
}
.cfi-chevrons-right {
  &:before {
    content: @cfi-chevrons-right;
  }
}
.cfi-chevrons-up {
  &:before {
    content: @cfi-chevrons-up;
  }
}
.cfi-codepen {
  &:before {
    content: @cfi-codepen;
  }
}
.cfi-copy {
  &:before {
    content: @cfi-copy;
  }
}
.cfi-download-cloud {
  &:before {
    content: @cfi-download-cloud;
  }
}
.cfi-edit {
  &:before {
    content: @cfi-edit;
  }
}
.cfi-external-link {
  &:before {
    content: @cfi-external-link;
  }
}
.cfi-filter {
  &:before {
    content: @cfi-filter;
  }
}
.cfi-grid {
  &:before {
    content: @cfi-grid;
  }
}
.cfi-heart {
  &:before {
    content: @cfi-heart;
  }
}
.cfi-help-circle {
  &:before {
    content: @cfi-help-circle;
  }
}
.cfi-home {
  &:before {
    content: @cfi-home;
  }
}
.cfi-layers {
  &:before {
    content: @cfi-layers;
  }
}
.cfi-layout {
  &:before {
    content: @cfi-layout;
  }
}
.cfi-link {
  &:before {
    content: @cfi-link;
  }
}
.cfi-menu {
  &:before {
    content: @cfi-menu;
  }
}
.cfi-message-square {
  &:before {
    content: @cfi-message-square;
  }
}
.cfi-moon {
  &:before {
    content: @cfi-moon;
  }
}
.cfi-pie-chart {
  &:before {
    content: @cfi-pie-chart;
  }
}
.cfi-plus {
  &:before {
    content: @cfi-plus;
  }
}
.cfi-plus-circle {
  &:before {
    content: @cfi-plus-circle;
  }
}
.cfi-plus-square {
  &:before {
    content: @cfi-plus-square;
  }
}
.cfi-radio {
  &:before {
    content: @cfi-radio;
  }
}
.cfi-refresh-ccw {
  &:before {
    content: @cfi-refresh-ccw;
  }
}
.cfi-refresh-cw {
  &:before {
    content: @cfi-refresh-cw;
  }
}
.cfi-settings {
  &:before {
    content: @cfi-settings;
  }
}
.cfi-shopping-cart {
  &:before {
    content: @cfi-shopping-cart;
  }
}
.cfi-sliders {
  &:before {
    content: @cfi-sliders;
  }
}
.cfi-smartphone {
  &:before {
    content: @cfi-smartphone;
  }
}
.cfi-trash-2 {
  &:before {
    content: @cfi-trash-2;
  }
}
.cfi-twitter {
  &:before {
    content: @cfi-twitter;
  }
}
.cfi-x {
  &:before {
    content: @cfi-x;
  }
}
.cfi-x-circle {
  &:before {
    content: @cfi-x-circle;
  }
}
.cfi-x-square {
  &:before {
    content: @cfi-x-square;
  }
}
.cfi-zap {
  &:before {
    content: @cfi-zap;
  }
}