Ad placeholder

MediaWiki:Mobile.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 191: Line 191:


/* The actual insertion point for the ad. */
/* The actual insertion point for the ad. */
#bg3wiki-footer-ad-fuse,
#bg3wiki-footer-ad-fuse {
#bg3wiki-footer-ad-ramp {
position: absolute;
position: absolute;
top: 2px;
top: 2px;
Line 199: Line 198:
bottom: 0;
bottom: 0;
align-content: center;
align-content: center;
/* So the two divs (fuse & ramp) don't block each other. */
/* Set pointer-events back on their child nodes. */
pointer-events: none;
}
/* See comment about pointer-events above. */
#bg3wiki-footer-ad-fuse div,
#bg3wiki-footer-ad-ramp div {
pointer-events: auto;
}
}


Navigation menu