来自Google Adsense https://support.google.com/adsense/answer/4533986?hl=en
标记广告
发布商有两种方法可以标记AdSense广告单元:您可以使用“广告”或“赞助商链接”标记单位。目前不允许其他变体。
如何为此创建CSS?
答案 0 :(得分:0)
此解决方案适合我。有没有人看到问题或提供更好的解决方案?
对于水平广告,请使用div
打包广告<div class="adHorizontal">
并使用此CSS:
div.adHorizontal ins.adsbygoogle:before {
content: 'Advertisement';
position: relative;
top: 15px;
color: #888;
font-size: .75rem;
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
transform-origin: right top 0;
float:right;}