2015-07-24 00:01:47 -04:00
|
|
|
# name: discourse-adplugin
|
2015-08-31 20:28:47 -04:00
|
|
|
# about: Ad Plugin for Discourse
|
2015-07-24 00:01:47 -04:00
|
|
|
# version: 0.1
|
2015-08-31 20:28:47 -04:00
|
|
|
# authors: Vi and Sarah (@ladydanger and @cyberkoi)
|
2015-07-24 00:01:47 -04:00
|
|
|
|
|
|
|
register_css <<CSS
|
|
|
|
|
2015-08-10 20:57:13 -04:00
|
|
|
.google-dfp-ad {
|
2015-07-24 00:01:47 -04:00
|
|
|
padding: 3px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
2015-08-10 20:57:13 -04:00
|
|
|
.google-dfp-ad .dfp-ad-unit {
|
2015-07-24 00:01:47 -04:00
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2015-08-25 00:30:23 -04:00
|
|
|
.google-adsense {
|
|
|
|
padding: 3px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.google-adsense .adsense-unit {
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2015-09-10 08:48:14 -04:00
|
|
|
.amazon-product-links {
|
|
|
|
padding: 3px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.amazon-product-links .amazon-unit {
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2015-07-24 00:01:47 -04:00
|
|
|
CSS
|