| Server IP : 87.98.154.146 / Your IP : 216.73.216.165 Web Server : Apache System : Linux webm004.cluster126.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : ohklomafyi ( 52085) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/ohklomafyi/www/wp-content/plugins/ocean-extra/sass/components/ |
Upload File : |
/**
* Flickr Widget
*/
.oceanwp-flickr-wrap .flickr_badge_image {
float: left;
margin: 0 4% 10px 0;
width: 30.6%;
transition: all .3s ease;
&:hover {
opacity: 0.8;
}
&#flickr_badge_image3,
&#flickr_badge_image6,
&#flickr_badge_image9 {
margin-right: 0;
}
a {
border: none;
}
img {
margin: 0;
overflow: hidden;
position: relative;
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
}
}
p.flickr_stream_wrap {
display: inline-block;
width: 100%;
margin-top: 10px;
margin-bottom: 0;
font-size: 90%;
line-height: 1;
letter-spacing: 0.6px;
a {
display: inline-block;
background-image: url('../../assets/img/flickr.png');
background-repeat: no-repeat;
background-position: left center;
padding-left: 25px;
}
}
/*------------------------------------*
Phone Landscape
*------------------------------------*/
@media only screen and (max-width: 480px) {
/* flickr widget */
.oceanwp-flickr-wrap .flickr_badge_image {
width: 23%;
}
}