|
Server : LiteSpeed System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : nandedex ( 1060) PHP Version : 8.1.33 Disable Function : NONE Directory : /home/nandedex/public_html/wp-content/plugins11/better-amp/template/css/ |
/*
* => Attachment Page
*/
.single-post.attachment .post-title{
margin: 15px 0;
}
.single-post.attachment .return-to .button {
margin-bottom: 15px;
padding-left: 35px;
position: relative;
}
.single-post.attachment .return-to .fa{
display: inline-block;
left: 8px;
top: 50%;
margin-top: -10px;
height: 20px;
line-height: 20px;
width: 20px;
position: absolute;
text-align: center;
}
.single-post.attachment .listing-attachment-siblings {
list-style: none;
padding: 0;
margin: 0;
}
.single-post.attachment .listing-attachment-siblings .listing-item {
float: left;
margin-right: 10px;
}
.single-post.attachment .listing-attachment-siblings .listing-item amp-img{
-webkit-transition: all .6s ease;
-moz-transition: all .6s ease;
-o-transition: all .6s ease;
transition: all .6s ease;
}
.single-post.attachment .listing-attachment-siblings .listing-item amp-img:hover{
opacity: 0.8;
-webkit-filter: grayscale(100%);
}