10,947
editsAd placeholder
MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
no edit summary
No edit summary |
No edit summary |
||
Line 121: | Line 121: | ||
bottom: 0; | bottom: 0; | ||
align-content: center; | align-content: center; | ||
/* Must set this for Fuse (ad provider). */ | /* Must set this for Publift/Fuse (ad provider). */ | ||
min-height: 60px; | min-height: 60px; | ||
/* 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-header-ad-fuse div, | |||
#bg3wiki-header-ad-ramp div { | |||
pointer-events: auto; | |||
} | } | ||
Line 195: | Line 204: | ||
right: 0; | right: 0; | ||
bottom: 0; | bottom: 0; | ||
/* Must set this for Fuse (ad provider). */ | /* Must set this for Publift/Fuse (ad provider). */ | ||
min-height: 600px; | min-height: 600px; | ||
/* 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-sidebar-ad-fuse div, | |||
#bg3wiki-sidebar-ad-ramp div { | |||
pointer-events: auto; | |||
} | } | ||