50b5aa9f by bootflat

remove ads

1 parent ce5a12b9
......@@ -243,12 +243,23 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
* advertisement
* ---------------------------------- */
.advertisement {
float: right;
width: auto !important;
overflow: hidden; /* clearfix */
text-align: left;
border: 0 !important;
}
@media (max-width: 767px) {
.advertisement {
float: none;
text-align: center;
position: static;
margin-top: 30px;
}
}
@media (min-width: 768px) {
.advertisement {
position: absolute;
top: 5px;
right: 15px; /* 15px instead of 0 since box-sizing */
width: 300px !important;
}
}
/* ----------------------------------
......
This diff could not be displayed because it is too large.
......@@ -48,17 +48,7 @@
<div class="container">
<h3>Documentation</h3>
<h4>The complete style of the Bootflat Framework</h4>
<div class="advertisement">
<script type="text/javascript">
( function() {
if (window.CHITIKA === undefined) { window.CHITIKA = { 'units' : [] }; };
var unit = {"calltype":"async[2]","publisher":"bootflat","width":300,"height":150,"sid":"Chitika Default","color_site_link":"ffffff","color_text":"ffffff","color_bg":"89d0dc"};
var placement_id = window.CHITIKA.units.length;
window.CHITIKA.units.push(unit);
document.write('<div id="chitikaAdBlock-' + placement_id + '"></div>');
}());
</script>
<script type="text/javascript" src="//cdn.chitika.net/getads.js" async></script>
<div class="advertisement">
</div>
</div>
<div class="topic__infos">
......
......@@ -55,16 +55,6 @@
<iframe src="http://ghbtns.com/github-btn.html?user=bootflat&amp;repo=Bootflat.UI.Kit.PSD&amp;type=fork&amp;count=true" title="Fork on GitHub" frameborder="0" scrolling="0" width="150" height="25"></iframe>
</span>
<div class="advertisement">
<script type="text/javascript">
( function() {
if (window.CHITIKA === undefined) { window.CHITIKA = { 'units' : [] }; };
var unit = {"calltype":"async[2]","publisher":"bootflat","width":300,"height":150,"sid":"Chitika Default","color_site_link":"ffffff","color_text":"ffffff","color_bg":"89d0dc"};
var placement_id = window.CHITIKA.units.length;
window.CHITIKA.units.push(unit);
document.write('<div id="chitikaAdBlock-' + placement_id + '"></div>');
}());
</script>
<script type="text/javascript" src="//cdn.chitika.net/getads.js" async></script>
</div>
</div>
<div class="topic__infos">
......
......@@ -48,16 +48,6 @@
<h3>Getting Started with Bootflat Framework</h3>
<h4>An overview of Bootflat, why we built it, how to use it, and what you should know along the way.</h4>
<div class="advertisement">
<script type="text/javascript">
( function() {
if (window.CHITIKA === undefined) { window.CHITIKA = { 'units' : [] }; };
var unit = {"calltype":"async[2]","publisher":"bootflat","width":300,"height":150,"sid":"Chitika Default","color_site_link":"ffffff","color_text":"ffffff","color_bg":"89d0dc"};
var placement_id = window.CHITIKA.units.length;
window.CHITIKA.units.push(unit);
document.write('<div id="chitikaAdBlock-' + placement_id + '"></div>');
}());
</script>
<script type="text/javascript" src="//cdn.chitika.net/getads.js" async></script>
</div>
</div>
<div class="topic__infos">
......