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-10-15 13:58:49 -04:00
|
|
|
# version: 1.0.2
|
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-09-29 20:48:26 -04:00
|
|
|
.amazon-product-links .amazon-product-links-label {
|
|
|
|
width: 728px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.amazon-product-links .amazon-product-links-label h2 {
|
|
|
|
margin: 4px 0 !important;
|
|
|
|
color: #858a8c;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 12px;
|
|
|
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.google-adsense .google-adsense-label {
|
|
|
|
width: 728px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.google-adsense .google-adsense-label h2 {
|
|
|
|
margin: 4px 0 !important;
|
|
|
|
color: #858a8c;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 12px;
|
|
|
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.google-dfp-ad .google-dfp-ad-label {
|
|
|
|
width: 728px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.google-dfp-ad .google-dfp-ad-label h2 {
|
|
|
|
margin: 4px 0 !important;
|
|
|
|
color: #858a8c;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 12px;
|
|
|
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2015-07-24 00:01:47 -04:00
|
|
|
CSS
|