File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
/*
* CSS for AMP
*/
/* Standard Buttons */
html[amp] .addtoany_list a {
padding: 0 4px;
}
html[amp] .addtoany_list a > img {
border-radius: 4px;
display: inline-block;
}
/* Floating Buttons */
html[amp] .a2a_floating_style {
overflow: hidden;
position: fixed;
z-index: 9999995;
}
/* Horizontal Floating Buttons */
html[amp] .a2a_floating_style.a2a_default_style {
display: flex;
width: 100%;
}
html[amp] .a2a_floating_style.a2a_default_style a {
flex: 1;
}
html[amp] .a2a_floating_style.a2a_default_style a > img {
width: 100%;
}
/* Vertical Floating Buttons */
html[amp] .a2a_floating_style.a2a_vertical_style a {
display: block;
}