WordPress

Briefly unavailable for scheduled maintenance.
Check back in a some hours.
403WebShell
403Webshell
Server IP : 38.242.244.58  /  Your IP : 216.73.216.240
Web Server : Apache/2.4.41 (Ubuntu)
System : Linux vmi1486879.contaboserver.net 5.4.0-166-generic #183-Ubuntu SMP Mon Oct 2 11:28:33 UTC 2023 x86_64
User : root ( 0)
PHP Version : 7.4.3-4ubuntu2.19
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/html/sura/public/sass/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/sura/public/sass/_general.scss
@font-face {
  font-family: 'AvenirLTStdLight';
  src: url('../fonts/AvenirLTStdLight.eot');
  src: url('../fonts/AvenirLTStdLight.eot') format('embedded-opentype'),
  url('../fonts/AvenirLTStdLight.woff2') format('woff2'),
  url('../fonts/AvenirLTStdLight.woff') format('woff'),
  url('../fonts/AvenirLTStdLight.ttf') format('truetype'),
  url('../fonts/AvenirLTStdLight.svg#AvenirLTStdLight') format('svg');
}

@font-face {
  font-family: 'AvenirLTStdMedium';
  src: url('../fonts/AvenirLTStdMedium.eot');
  src: url('../fonts/AvenirLTStdMedium.eot') format('embedded-opentype'),
  url('../fonts/AvenirLTStdMedium.woff2') format('woff2'),
  url('../fonts/AvenirLTStdMedium.woff') format('woff'),
  url('../fonts/AvenirLTStdMedium.ttf') format('truetype'),
  url('../fonts/AvenirLTStdMedium.svg#AvenirLTStdMedium') format('svg');
}

@font-face {
  font-family: 'AvenirLTStdBook';
  src: url('../fonts/AvenirLTStdBook.eot');
  src: url('../fonts/AvenirLTStdBook.eot') format('embedded-opentype'),
  url('../fonts/AvenirLTStdBook.woff2') format('woff2'),
  url('../fonts/AvenirLTStdBook.woff') format('woff'),
  url('../fonts/AvenirLTStdBook.ttf') format('truetype'),
  url('../fonts/AvenirLTStdBook.svg#AvenirLTStdBook') format('svg');
}

@font-face {
  font-family: 'AvenirLTStdHeavy';
  src: url('../fonts/AvenirLTStdHeavy.eot');
  src: url('../fonts/AvenirLTStdHeavy.eot') format('embedded-opentype'),
  url('../fonts/AvenirLTStdHeavy.woff2') format('woff2'),
  url('../fonts/AvenirLTStdHeavy.woff') format('woff'),
  url('../fonts/AvenirLTStdHeavy.ttf') format('truetype'),
  url('../fonts/AvenirLTStdHeavy.svg#AvenirLTStdHeavy') format('svg');
}

@font-face {
  font-family: 'AvenirLTStdBlack';
  src: url('../fonts/AvenirLTStdBlack.eot');
  src: url('../fonts/AvenirLTStdBlack.eot') format('embedded-opentype'),
  url('../fonts/AvenirLTStdBlack.woff2') format('woff2'),
  url('../fonts/AvenirLTStdBlack.woff') format('woff'),
  url('../fonts/AvenirLTStdBlack.ttf') format('truetype'),
  url('../fonts/AvenirLTStdBlack.svg#AvenirLTStdBlack') format('svg');
}




// Colours 
$white:#fff;
$black:#141516;
$orange:#f79821;
//$orange:#009050;
$green:#3ac47d;
$blue:#50B8E4;
$purple:#282034;
$dark_purple:#262134;
$light_grey:#E8E9EC;
$gutter:80px;
$text_color:#3D4562;

// fonts
$font-light: 'AvenirLTStdLight', Helvetica, sans-serif;
$font-regular: 'AvenirLTStdBook', Helvetica, sans-serif;
$font-semibold: 'AvenirLTStdMedium', Helvetica, sans-serif;
$font-bold: 'AvenirLTStdHeavy', Helvetica, sans-serif;
$font-heavy: 'AvenirLTStdBlack', Helvetica, sans-serif;


// Mixins
@mixin box-sizing{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; 
  -o-box-sizing: border-box; 
  box-sizing: border-box;    
}

@mixin border-radius($radius) {
  -webkit-border-radius: $radius;
     -moz-border-radius: $radius;
      -ms-border-radius: $radius;
       -o-border-radius: $radius;
          border-radius: $radius;
}

@mixin animaxn{
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

::-webkit-input-placeholder {
   color:$text_color;
}

:-moz-placeholder {
   color:$text_color;
}

::-moz-placeholder { 
   color:$text_color;
}

:-ms-input-placeholder {  
   color:$text_color;
}

.vertical-align {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.inline-block{
    display:inline-block;
    *display:inline;
    zoom:1;
    vertical-align:top;
}
.display-table{
    height:100%;
    display:table;
    width:100%;
}

@mixin font-smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@mixin font-smoothing-none {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

@mixin transition($transitions...) {
  -webkit-transition: $transitions;
  -moz-transition: $transitions;
  -ms-transition: $transitions;
  -o-transition: $transitions;
  transition: $transitions;
}

@mixin transitionDelay($delay) {
  -webkit-transition-delay: $delay;
  -moz-transition-delay: $delay;
  -o-transition-delay: $delay;
  transition-delay: $delay;
}

@mixin transitionDuration($durations) {
  -webkit-transition-duration: $durations;
  -moz-transition-duration: $durations;
  -o-transition-duration: $durations;
  transition-duration: $durations;
}

@mixin transitionProperty($property) {
  -webkit-transition-property: $property;
  -moz-transition-property: $property;
  -o-transition-property: $property;
  transition-property: $property;
}

@mixin transitionTimingFunction($values) {
  -webkit-transition-timing-function: $values;
  -moz-transition-timing-function: $values;
  -o-transition-timing-function: $values;
  transition-timing-function: $values;
}

//this mixin makes possible to add transition to a specific vendor, example:
//-webkit-transition: -webkit-transform 0.5s linear;


@mixin transitionPrefix($property, $values) {
  -webkit-transition: -webkit-#{$property} #{$values};
  -moz-transition: -moz-#{$property} #{$values};
  -ms-transition: -ms-#{$property} #{$values};
  -o-transition: -o-#{$property} #{$values};
  transition: #{$property} #{$values};
}

@mixin background-gradient($from, $to) {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, $from), color-stop(100%,  $to));
  background: -webkit-linear-gradient($from, $to);
  background: -moz-linear-gradient($from, $to);
  background: -o-linear-gradient($from, $to);
  background: linear-gradient($from, $to);
}

@mixin transform($transforms) {
  -moz-transform: $transforms;
  -o-transform: $transforms;
  -ms-transform: $transforms;
  -webkit-transform: $transforms;
  transform: $transforms;
}

@mixin transformOrigin($transformOrigins) {
  -moz-transform-origin: $transformOrigins;
  -o-transform-origin: $transformOrigins;
  -ms-transform-origin: $transformOrigins;
  -webkit-transform-origin: $transformOrigins;
  transform-origin: $transformOrigins;
}

@mixin placeholder {
  &::-webkit-input-placeholder {@content}
  &:-moz-placeholder           {@content}
  &::-moz-placeholder          {@content}
  &:-ms-input-placeholder      {@content}
}

@mixin animation($animations) {
  -webkit-animation: $animations;
  -moz-animation: $animations;
  -o-animation: $animations;
  -ms-animation: $animations;
  animation: $animations;
}

@mixin animationDuration($value) {
  -webkit-animation-duration: $value;
  -moz-animation-duration: $value;
  -o-animation-duration: $value;
  -ms-animation-duration: $value;
  animation-duration: $value;
}

@mixin animationDelay($value) {
  -webkit-animation-delay: $value;
  -moz-animation-delay: $value;
  -o-animation-delay: $value;
  -ms-animation-delay: $value;
  animation-delay: $value;
}

@mixin animationTimingFunction($value) {
  -webkit-animation-timing-function: $value;
  -moz-animation-timing-function: $value;
  -o-animation-timing-function: $value;
  -ms-animation-timing-function: $value;
  animation-timing-function: $value;
}

@mixin keyFrame($name) {
  @-webkit-keyframes #{$name}{
    @content
  }
  @-moz-keyframes #{$name}{
    @content
  }
  @-o-keyframes #{$name}{
    @content
  }
  @keyframes #{$name}{
    @content
  }
}

//fade in up
@include keyFrame(customFadeInUp) {
  0% {
    opacity: 0;
    @include transform(translateY(20px));
  }

  100% {
    opacity: 1;
    @include transform(none);
  }
}

.customFadeInUp {
  -webkit-animation-name: customFadeInUp;
  animation-name: customFadeInUp;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;

  @include animationDuration(1s);
}

.invisible {
  visibility: hidden!important;
}

Youez - 2016 - github.com/yon3zu
LinuXploit