Ngiler SH3LL 360
Home
Information
Create File
Create Folder
:
/
home
/
tbf
/
tbf.ro
/
resources
/
sass
/
Information Server
MySQL :
OFF
Perl :
OFF
CURL :
ON
WGET :
OFF
PKEXEC :
OFF
Directive
Local Value
IP Address
89.40.16.97
System
Linux server.atelieruldeit.ro 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
User
tbf
PHP Version
7.3.33
Software
Apache
Doc root
Writable
close
Edit File :
_tbf.scss
| Size :
25.43
KB
Copy
body{ background-color: #FFF; font-family: 'OpenSans Regular'; } *{ -webkit-font-smoothing: antialiased !important; font-smoothing: antialiased !important; } *::-webkit-scrollbar, *::-webkit-scrollbar-thumb { width: 7px; height: 6px; border: 2px solid transparent; background-clip: padding-box; -webkit-border-radius: 7px; } *::-webkit-scrollbar-thumb { box-shadow: inset 0 0 0 10px #ECECEE; } *::-webkit-scrollbar-button { width: 0; height: 0; display: none; } *::-webkit-scrollbar-corner { background-color: transparent; } *::-webkit-scrollbar-track { display: none; } #tbf_app{ .container{ max-width: 840px; } } .page-content{ position: relative; display: flex; flex-direction: column; min-height: 100vh; a:hover { color: $black; text-decoration: underline; } .scrolled-body{ flex: 1; .container{ padding-bottom: 30px; @media screen and (max-width: 767px){ padding-right: 25px; padding-left: 25px; } } } } .arrow-back{ width: 12px; margin-right: 10px; height: 12px; vertical-align: baseline; margin-bottom: -1px; } .margin-left-page{ margin-left: 24px; @media screen and (max-width: 767px){ margin-left: 0; } } .simple-text{ font-size: 0.9375rem; color: $black; font-family: 'OpenSans Regular'; } .mt-80{ margin-top: 80px; } .hr_tbf{ border-top: 1px solid #ECECEE; margin-top: 41px; margin-bottom: 41px; } .btn-tbf{ background: $black; color: #FFF; border: 1px solid $black; font-family: OpenSans Bold; font-size: 0.8125rem; transition: all 0.2s ease; line-height: 1; padding: 11px 15px; &:focus{ outline: none; } &:hover{ background: #FFF; color: $black; text-decoration: none !important; } } .alert_errors{ padding: 13px 15px; margin-bottom: 1rem; background-color: #f5e4e4; border: 1px solid #efa5a5; color: $black; font-size: 0.9375rem; } .alert_success{ padding: 13px 15px; margin-bottom: 1rem; background-color: #e4f5e8; border: 1px solid #a5efab; color: $black; font-size: 0.9375rem; } .error-message{ color: #ff4545; font-size: 0.9375rem; } .login-box{ width: 100%; max-width: 350px; padding: 30px 0px; @media screen and (max-width: 767px){ padding: 30px 25px; } .title-custom{ font-family: Delicious Bold; text-transform: uppercase; font-size: 1.75rem; } .logo{ align-items: flex-end; .text{ color: $black; width: 210px; transition: all 0.3s linear; .part{ font-family: Delicious Bold; text-transform: uppercase; font-size: 21px; line-height: 28px; &.part-1{ overflow: hidden; width: 33px; transition: all 0.3s linear; } &.part-2{ overflow: hidden; width: 50px; transition: all 0.3s linear; } &.part-3{ overflow: hidden; width: 130px; transition: all 0.3s linear; } } } .border-logo{ border-bottom: 15px solid $black; width: 128px; transition: all 0.3s linear; margin-left: auto; } } .form-login{ margin-top: 50px; .input-text{ color: $black; border: 0; border-radius: 0; background: #f0f0f0; padding: 13px 15px; height: 50px; width: 100%; display: block; border: 1px solid transparent; &:focus { outline: none; border: 1px solid $black; } &::-webkit-input-placeholder {color: $black;} &:-moz-placeholder {color: $black;} &::-moz-placeholder {color: $black;} &:-ms-input-placeholder {color: $black;} &.error{ border: 1px solid #efa5a5; } } .or-login{ position: relative; margin-top: 30px; margin-bottom: 30px; span{ background-color: #ffffff; padding: 0 10px; position: relative; z-index: 1; color: $black; } &:before{ content: ""; display: block; border-top: 1px solid #ECECEE; width: 100%; height: 1px; position: absolute; top: 50%; z-index: 0; } } .btn-login{ color: #FFF; padding: 12px 15px; height: 40px; font-family: OpenSans Bold; background-color: $black; width: 100%; line-height: 1; transition: all 0.2s ease; border: 0; &:focus { outline: none; } &:hover{ color: rgba(255, 255, 255, 0.85); } } .social-conections{ display: flex; div{ background: transparent; border: 1px solid #F0F0F2; height: 40px; align-items: center; display: flex; justify-content: center; cursor: pointer; &:focus { outline: none; } } .facebook{ margin-right: 5px; } .google{ margin-left: 5px; } } .link-forgot{ color: $black; } .forgot-dot{ margin: 0 5px; } } } .box_gradient_top{ background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.75) 53%, rgba(255,255,255,0.5) 79%, rgba(255,255,255,0) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.75) 53%,rgba(255,255,255,0.5) 79%,rgba(255,255,255,0) 100%); background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.75) 53%,rgba(255,255,255,0.5) 79%,rgba(255,255,255,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); padding: 30px 60px; z-index: 9; @media screen and (max-width: 767px){ padding: 15px 60px; } } .navbar-tbf{ padding: 0; position: fixed; top: 0; right: 0px; left: 0px; z-index: 9; &.yellow{ .container{ background: transparent; } #menuToggle { #menuMobile{ background: #F8F508; } } } .container{ background: #FFF; padding: 50px 70px 40px; @media screen and (max-width: 767px){ padding: 20px 25px; } } &.small-logo{ .logo{ .text{ width: 30px; transition: all 0.3s linear; .part{ &.part-1{ overflow: hidden; width: 10px; transition: all 0.3s linear; } &.part-2{ overflow: hidden; width: 11px; transition: all 0.3s linear; } &.part-3{ overflow: hidden; width: 10px; transition: all 0.3s linear; } } } .border-logo{ transition: all 0.3s linear; width: 30px; } } } .logo{ z-index: 99; a{ &:hover{ text-decoration: none; } } .text{ color: $black; // width: 178px; transition: all 0.3s linear; .part{ font-family: Delicious Bold; text-transform: uppercase; font-size: 18px; line-height: 1; &.part-1{ overflow: hidden; // width: 33px; transition: all 0.3s linear; } &.part-2{ overflow: hidden; // width: 50px; transition: all 0.3s linear; } &.part-3{ overflow: hidden; // width: 130px; transition: all 0.3s linear; } } } .border-logo{ border-bottom: 11px solid $black; width: 108px; transition: all 0.3s linear; margin-left: auto; } } } .footer-tbf{ @media screen and (max-width: 767px){ display: none; } padding: 0; position: fixed; bottom: 0; right: 0; left: 0; z-index: 9; .box-gradient-bottom{ background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 21%, rgba(255,255,255,0.75) 47%, rgba(255,255,255,1) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 21%,rgba(255,255,255,0.75) 47%,rgba(255,255,255,1) 100%); background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 21%,rgba(255,255,255,0.75) 47%,rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); padding: 15px 60px; z-index: 9; margin-left: -15px; margin-right: -15px; @media screen and (max-width: 767px){ padding: 10px 60px; } } .icon-bottom{ background: #FFF; padding-top: 30px; padding-bottom: 20px; text-align: center; margin-left: -15px; margin-right: -15px; img{ width: 17px; cursor: pointer; -moz-transition: transform 0.7s; -webkit-transition: transform 0.7s; transition: transform 0.7s; &.flip{ transform: rotate(-180deg); } } @media screen and (max-width: 767px){ padding-top: 10px; padding-bottom: 10px; } } .menu-bottom{ background: #FFF; padding: 0px 15px 20px; transition: margin 0.7s; margin-bottom: 0px; margin-left: -15px; margin-right: -15px; a{ color: $black; font-size: 0.875rem; cursor: pointer; &:hover{ text-decoration: underline; } @media screen and (max-width: 767px){ padding: 3px 0px; } } &.hide_menu{ margin-bottom: -62px; @media screen and (max-width: 767px){ margin-bottom: -209px; } } @media screen and (max-width: 767px){ padding: 0px 15px 20px; flex-direction: column; text-align: center; } } } .list-courses{ margin-top: 200px; @media screen and (max-width: 767px){ margin-top: 150px; } .course-item{ &:hover{ background: #FFFC02; .rating-course{ .star-rating{ .fill-star{ fill: transparent; } } } } margin-bottom: 10px; padding: 35px 55px; @media screen and (max-width: 767px){ padding: 20px 0px; &:hover{ background: initial; } } &:last-child{ margin-bottom: 0px; } .title-course{ h2{ color: $black; font-size: 1.25rem; font-family: 'OpenSans SemiBold'; &:hover{ cursor: pointer; } } .course-block{ margin-top: -3px; margin-left: 5px; } } .suggested_course{ margin-top: 3px; background: #000; color: #FFF; display: inline-flex; font-size: 0.9375rem; padding: 4px 6px; line-height: 1; } .progress-course{ margin-top: 3px; .progress-bar-tbf{ width: 90px; height: 7px; background: #D3D2D2; overflow: hidden; position: relative; margin-right: 10px; font-weight: 300; .completed-progress{ height: 7px; background: $black; } } .data-progress{ color: $greyLight; font-size: 0.875rem; } } .rating-course{ margin-top: -2px; a{ &:hover{ text-decoration: none; } } .star-rating{ display: inline-flex; align-items: center; .star{ padding-right: 2px; width: 18px; &.star-1{ &.average-1{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } &.average-2{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } &.average-3{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } &.average-4{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } &.average-5{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } } &.star-2{ &.average-2{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } &.average-3{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } &.average-4{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } &.average-5{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } } &.star-3{ &.average-3{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } &.average-4{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } &.average-5{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } } &.star-4{ &.average-4{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } &.average-5{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } } &.star-5{ &.average-5{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } } } } .no-reviews{ color: $greyLight; font-size: 0.875rem; display: inline-flex; margin-left: 7px; } } .description-course{ margin-top: 16px; color: $grey; font-size: 0.9375rem; cursor: pointer; } .actions-buttons{ margin-top: 15px; a{ display: inline-flex; align-items: center; color: $black; font-size: 0.9375rem; vertical-align: bottom; padding-right: 10px; cursor: pointer; img{ width: 15px; margin-right: 5px; } &:hover{ text-decoration: underline; } } } } .subtitle-related{ font-size: 1.125rem; color: $black; font-family: OpenSans SemiBold; margin-bottom: 0; line-height: 1; padding: 0 55px; margin-top: 38px; } .related_courses{ display: flex; flex-wrap: wrap; margin-top: 22px; padding: 0 55px; @media screen and (max-width: 767px){ flex-direction: column; } .related_item{ width: 33.33%; display: inline-flex; margin-bottom: 12px; height: 166px; @media screen and (max-width: 767px){ width: 100%; } &:nth-of-type(3n+1) { padding-right: 8px; padding-left: 0px; @media screen and (max-width: 767px){ padding-right: 0px; padding-left: 0px; } } &:nth-of-type(3n+2) { padding-right: 4px; padding-left: 4px; @media screen and (max-width: 767px){ padding-right: 0px; padding-left: 0px; } } &:nth-of-type(3n+3) { padding-right: 0px; padding-left: 8px; @media screen and (max-width: 767px){ padding-right: 0px; padding-left: 0px; } } .box{ padding: 20px; border: 2px solid $black; flex-direction: column; display: flex; transition: all 0.2s ease; cursor: pointer; width: 100%; &:hover{ background: $black; .title-course{ color: #FFF; } .short_description{ color: #FFF; } .star-rating{ .star{ .fill-star{ fill: #FFF; } .stroke-star{ fill: #FFF; } &.star-1{ &.average-1{ .fill-star{ fill: #F8F508; } .stroke-star{ fill: #F8F508; } } &.average-2{ .fill-star{ fill: #F8F508; } .stroke-star{ fill: #F8F508; } } &.average-3{ .fill-star{ fill: #F8F508; } .stroke-star{ fill: #F8F508; } } &.average-4{ .fill-star{ fill: #F8F508; } .stroke-star{ fill: #F8F508; } } &.average-5{ .fill-star{ fill: #F8F508; } .stroke-star{ fill: #F8F508; } } } &.star-2{ &.average-2{ .fill-star{ fill: #F8F508; } .stroke-star{ fill: #F8F508; } } &.average-3{ .fill-star{ fill: #F8F508; } .stroke-star{ fill: #F8F508; } } &.average-4{ .fill-star{ fill: #F8F508; } .stroke-star{ fill: #F8F508; } } &.average-5{ .fill-star{ fill: #F8F508; } .stroke-star{ fill: #F8F508; } } } &.star-3{ &.average-3{ .fill-star{ fill: #F8F508; } .stroke-star{ fill: #F8F508; } } &.average-4{ .fill-star{ fill: #F8F508; } .stroke-star{ fill: #F8F508; } } &.average-5{ .fill-star{ fill: #F8F508; } .stroke-star{ fill: #F8F508; } } } &.star-4{ &.average-4{ .fill-star{ fill: #F8F508; } .stroke-star{ fill: #F8F508; } } &.average-5{ .fill-star{ fill: #F8F508; } .stroke-star{ fill: #F8F508; } } } &.star-5{ &.average-5{ .fill-star{ fill: #F8F508; } .stroke-star{ fill: #F8F508; } } } } } } .title-course{ font-family: OpenSans SemiBold; color: $black; font-size: 0.875rem; margin-bottom: 25px; } .short_description{ color: $grey; font-size: 0.875rem; margin-bottom: 8px; line-height: 1.1875rem; height: 59px; overflow: hidden; } .star-rating{ display: inline-flex; align-items: center; .star{ padding-right: 1px; width: 16px; &.star-1{ &.average-1{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } &.average-2{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } &.average-3{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } &.average-4{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } &.average-5{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } } &.star-2{ &.average-2{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } &.average-3{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } &.average-4{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } &.average-5{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } } &.star-3{ &.average-3{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } &.average-4{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } &.average-5{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } } &.star-4{ &.average-4{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } &.average-5{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } } &.star-5{ &.average-5{ .fill-star{ fill: $black; } .stroke-star{ fill: $black; } } } } } } &.view-all{ .box{ justify-content: center; background: #000; .title-course{ color: #FFF; margin-bottom: 0; text-align: center; } } } } } .paginate{ display: flex; padding: 0px 55px; margin-top: 44px; @media screen and (max-width: 767px){ padding: 0; } .dots{ width: 27px; height: 37px; display: flex; align-items: center; justify-content: center; color: $black; margin-right: 10px; } .page{ width: 37px; height: 37px; display: flex; align-items: center; justify-content: center; border: 2px solid $black; margin-right: 10px; font-family: OpenSans SemiBold; color: $black; font-size: 0.8125rem; cursor: pointer; &.active{ background: $black; color: #FFF; } } } } #menuToggle:has(input:checked){ z-index: 9; } #menuToggle { display: flex; flex-direction: column; -webkit-user-select: none; user-select: none; .button-action{ cursor: pointer; } span{ display: flex; width: 20px; height: 3px; margin-bottom: 3px; position: relative; background: $black; border-radius: 3px; z-index: 2; transform-origin: 2px 0px; transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease; &:first-child{ transform-origin: 0% 0%; } &:nth-last-child(2){ transform-origin: 0% 100%; } } #menuMobile{ position: absolute; left: 0; right: 0; top: 0; height: 100vh; padding: 53px 70px 25px; background: #FFF; -webkit-font-smoothing: antialiased; transform-origin: 0% 0%; transform: scaleY(0); // transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); z-index: 9; // transition-delay: 0.1s; @media screen and (max-width: 767px){ padding-left: 25px; padding-right: 25px; padding-top: 22px; } &.active{ transform: scaleY(1); // transition-delay: 0s; .box-container{ opacity: 1; // transition-delay: 0.5s; } .header{ opacity: 1; // transition-delay: 0.5s; } } .header{ max-width: 700px; margin: 0 auto; padding-bottom: 70px; display: flex; opacity: 0; // transition: opacity 0.1s; // transition-delay: 0s; .close-menu{ display: flex; cursor: pointer; margin-top: -2px; } } .box-container{ max-width: 700px; margin: 0 auto; opacity: 0; // transition: opacity 0.1s; // transition-delay: 0s; } .mini-hr{ height: 3px; width: 45px; background: #000; margin-bottom: 26px; margin-top: 13px; } p{ color: rgba(0,0,0,0.3); font-family: OpenSans Regular; font-size: 0.9375rem; margin-bottom: 20px; } a{ color: $black; font-family: OpenSans SemiBold; font-size: 1rem; margin-bottom: 13px; display: block; &:focus{ text-decoration: none; } } } } #searchToggle { display: flex; flex-direction: column; -webkit-user-select: none; user-select: none; margin-left: 10px; .button-action{ cursor: pointer; display: flex; } img{ margin-top: -1px; position: relative; z-index: 1; } #searchMenu{ position: absolute; left: 0; right: 0; top: 0; height: 100vh; padding: 53px 70px 25px; background: #FFF; -webkit-font-smoothing: antialiased; transform-origin: 0% 0%; transform: scaleY(0); // transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); z-index: 9; // transition-delay: 0.1s; @media screen and (max-width: 767px){ padding-left: 25px; padding-right: 25px; padding-top: 22px; } &.active{ transform: scaleY(1); // transition-delay: 0s; .box-container{ opacity: 1; // transition-delay: 0.5s; } .header{ opacity: 1; // transition-delay: 0.5s; } } .header{ max-width: 700px; margin: 0 auto; padding-bottom: 70px; display: flex; opacity: 0; // transition: opacity 0.1s; // transition-delay: 0s; .close-menu{ display: flex; cursor: pointer; } } .box-container{ max-width: 700px; margin: 0 auto; opacity: 0; // transition: opacity 0.1s; // transition-delay: 0s; .input-tbf-text{ width: 100%; border: 0; font-family: OpenSans Regular; font-size: 0.875rem; color: $black; padding: 14px 20px 14px 20px; background: #F7F7F7; border: 1px solid transparent; &:focus{ outline: none; } &:focus{ border: 1px solid $black; } &::-webkit-input-placeholder {color: #626262;} &:-moz-placeholder {color: #626262;} &::-moz-placeholder {color: #626262;} &:-ms-input-placeholder {color: #626262;} &.error{ border: 1px solid $redErrorBg; } } .list-courses-search{ display: flex; flex-direction: column; margin-top: 20px; .item-course{ display: flex; padding: 10px 20px; align-items: center; cursor: pointer; // transition: all 0.3s ease; &:hover{ background: #FFFC02; } span{ font-family: OpenSans Regular; color: $black; font-size: 0.9375rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; .highlight{ background-color: #F8F508; padding: 0; } } .progress-bar-tbf{ margin-left: auto; width: 90px; min-width: 90px; height: 7px; background: #D3D2D2; overflow: hidden; position: relative; margin-right: 10px; font-weight: 300; .completed-progress{ height: 7px; background: $black; } } } } } } }
Back