ÿØÿà JFIF ` ` ÿþ
|
Server : Apache/2 System : Linux srv244.medyabim.com 4.18.0-553.89.1.el8_10.x86_64 #1 SMP Mon Dec 8 03:53:08 EST 2025 x86_64 User : lionbursa ( 1773) PHP Version : 5.6.40 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/lionbursa/public_html/style/less/less-mobilerepair/ |
Upload File : |
/*
* blog.less
* -----------------------------------------------
*/
.post {
position: relative;
.entry-title {
margin-top: 0;
}
.entry-content {
position: relative;
background: @white-f8;
padding: 15px;
}
.entry-date {
font-size: 13px;
}
.entry-meta {
&.meta-absolute {
height: 100%;
position: absolute;
top: 0;
i {
display: block;
font-size: 28px;
}
span a {
color: #454545;
font-size: 12px;
font-style: italic;
letter-spacing: 2px;
margin-right: 5px;
}
}
}
&.media-post {
.post-thumb {
float: left;
margin: 0 10px 10px 0;
}
}
.post-thumb {
.transition(all .2s ease-in-out);
}
&:hover {
.post-thumb {
}
}
}
/* -------- Entry-Meta Absolute ---------- */
.post .entry-header {
position: relative;
.entry-date {
bottom: -25px;
position: absolute;
right: 10px;
z-index: 2;
}
.entry-date2 {
top: 10px;
position: absolute;
right: 10px;
z-index: 2;
}
.blog-title {
bottom: -20px;
position: absolute;
transition: all 300ms ease-in-out 0s;
width: 80%;
z-index: 2;
}
}
.post .entry-meta.meta-absolute {
height: 100%;
position: absolute;
left: 0;
bottom: 0;
}
.post .entry-meta.meta-absolute i {
display: block;
font-size: 28px;
}
/*
* Blog Style 2
* -----------------------------------------------
*/
.post.style2,.post.style3 {
position: relative;
overflow: hidden;
.entry-content {
background-color: fade(@black, 80%);
bottom: -30px;
left: 0;
padding: 30px;
position: absolute;
right: 0;
.transition(all 0.3s ease-in-out 0s);
.entry-date {
font-size: 11px;
margin-bottom: 10px;
}
}
&:hover {
.entry-content {
bottom: 0;
}
.post-thumb
{
.scale(1) !important;
}
}
}
.blog-pull-right {
float: right;
}
@media only screen and (max-width: 767px) {
.blog-pull-right {
float: none;
}
}
.featured-blog {
overflow: hidden;
position: relative;
}
.featured-blog-details {
bottom: -18%;
padding: 30px;
position: absolute;
transition: all 400ms ease-in-out 0s;
width: 100%;
}
.featured-blog:hover .featured-blog-details {
bottom: 0;
}