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