One Hat Cyber Team
Your IP :
108.162.216.16
Server IP :
188.114.97.7
Server :
Linux advantage-project 5.14.0-503.26.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 19 16:28:19 UTC 2025 x86_64
Server Software :
Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2
PHP Version :
8.3.17
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
htmlOld
/
theme
/
dev
/
components
/
post
/
Edit File:
_post-line.scss
.post-line { .post-tags { padding-bottom: px-to-rem( 8px ); border-bottom: 1px solid $post-border-color; } .post-media { position: relative; display: block; > img { width: 100%; } &::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; background-image: $gradient-gray-1; transition: $transition-base; } } .post-hover-btn { position: absolute; top: 50%; left: 50%; display: flex; justify-content: center; align-items: center; font-size: $h3-font-size; color: $white; transform: translate( -50%, -50% ); transition: $transition-base; } .post-date { color: $gray-600; } * + .thumbnail-progress { margin-top: 18px; } .thumbnail-progress-ready { color: $primary; } * + .post-media { margin-top: px-to-rem( 15px ) } * + .post-content { margin-top: px-to-rem( 18px ) } * + .post-date { margin-top: px-to-rem( 7px ) } } // Spacing * + .post-line { margin-top: px-to-rem( 40px ) } .post-line-hover { position: relative; padding-bottom: px-to-rem( 25px ); border-bottom: 1px solid $border-color; &::before { position: absolute; bottom: 0; left: 0; right: 0; height: 0; content: ''; background-color: $primary; transition: $transition-base; } &:hover { &::before { height: 4px; } } } // Desktop content .desktop { .post-line { .post-media { &::before { opacity: 0; } } .post-hover-btn { transform: translate( -50%, -50% ) scale( 0 ); } .post-media:hover { .post-hover-btn { transform: translate( -50%, -50% ) scale( 1 ); } &::before { opacity: 1; } } } } // Media @include media-breakpoint-up( lg ) { .post-line { .post-media { display: block; > img { width: 100%; } } .post-tags { padding-bottom: px-to-rem( 14px ); } * + .post-media { margin-top: px-to-rem( 30px ) } * + .post-content { margin-top: px-to-rem( 22px ) } * + .post-date { margin-top: px-to-rem( 13px ) } } .post-line-hover { position: relative; padding-bottom: px-to-rem( 51px ); } }
Simpan