| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Old Sites/moke/modules/mod_imageads/assets/css/ |
Upload File : |
ul.imageads{
padding:0;
margin:0;
display:table;
}
ul.imageads li{
float:left;
margin:%img_margin%;
padding:0;
list-style:none !important;
line-height:0;
}
ul.imageads li:hover{
background:%img_fade_color%;
}
ul.imageads a{
float:left;
position:relative;
text-decoration:none;
z-index:99997;
}
ul.imageads a:hover {
z-index:99998;
}
ul.imageads a img{
height:%image_height%;
width:%image_width%;
}
ul.imageads a:hover img{
opacity: .5; /* Standard: Firefox, Chrome, Opera, Safari */
filter: alpha(opacity=50); /* IE */
-ms-filter: “alpha(opacity=50)”; /* IE */
-khtml-opacity: .50; /* Safari */
-moz-opacity: .55; /* Firefox, Netscape */
}
ul.imageads a span{
display:none;
}
ul.imageads a:hover span{
background:%bg_color%;
%top_bottom%:%image_height%;
%left_right%:%image_width%;
display:block;
padding:0;
position:absolute;
width:%popover_width%;
border:3px solid %border_color%;
line-height:1em;
z-index:99999;
}
ul.imageads a span strong{
color:%title_color%;
background:%title_bg_color%;
font-size:%title_font_size%;
display:block;
margin:0;
padding:4px;
word-wrap:break-word;
}
ul.imageads a span em{
color:%text_color%;
font-size:%font_size%;
display:block;
font-weight:normal;
text-decoration:none;
font-style:normal;
padding:4px;
margin:0;
}
.ia-mod-more-link{
text-align:center;
margin-top:5px;
clear:both;
}