remove ads
Showing
5 changed files
with
15 additions
and
34 deletions
... | @@ -243,12 +243,23 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { | ... | @@ -243,12 +243,23 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { |
243 | * advertisement | 243 | * advertisement |
244 | * ---------------------------------- */ | 244 | * ---------------------------------- */ |
245 | .advertisement { | 245 | .advertisement { |
246 | float: right; | 246 | width: auto !important; |
247 | overflow: hidden; /* clearfix */ | ||
248 | text-align: left; | ||
249 | border: 0 !important; | ||
247 | } | 250 | } |
248 | @media (max-width: 767px) { | 251 | @media (max-width: 767px) { |
249 | .advertisement { | 252 | .advertisement { |
250 | float: none; | 253 | position: static; |
251 | text-align: center; | 254 | margin-top: 30px; |
255 | } | ||
256 | } | ||
257 | @media (min-width: 768px) { | ||
258 | .advertisement { | ||
259 | position: absolute; | ||
260 | top: 5px; | ||
261 | right: 15px; /* 15px instead of 0 since box-sizing */ | ||
262 | width: 300px !important; | ||
252 | } | 263 | } |
253 | } | 264 | } |
254 | /* ---------------------------------- | 265 | /* ---------------------------------- | ... | ... |
This diff could not be displayed because it is too large.
... | @@ -48,17 +48,7 @@ | ... | @@ -48,17 +48,7 @@ |
48 | <div class="container"> | 48 | <div class="container"> |
49 | <h3>Documentation</h3> | 49 | <h3>Documentation</h3> |
50 | <h4>The complete style of the Bootflat Framework</h4> | 50 | <h4>The complete style of the Bootflat Framework</h4> |
51 | <div class="advertisement"> | 51 | <div class="advertisement"> |
52 | <script type="text/javascript"> | ||
53 | ( function() { | ||
54 | if (window.CHITIKA === undefined) { window.CHITIKA = { 'units' : [] }; }; | ||
55 | var unit = {"calltype":"async[2]","publisher":"bootflat","width":300,"height":150,"sid":"Chitika Default","color_site_link":"ffffff","color_text":"ffffff","color_bg":"89d0dc"}; | ||
56 | var placement_id = window.CHITIKA.units.length; | ||
57 | window.CHITIKA.units.push(unit); | ||
58 | document.write('<div id="chitikaAdBlock-' + placement_id + '"></div>'); | ||
59 | }()); | ||
60 | </script> | ||
61 | <script type="text/javascript" src="//cdn.chitika.net/getads.js" async></script> | ||
62 | </div> | 52 | </div> |
63 | </div> | 53 | </div> |
64 | <div class="topic__infos"> | 54 | <div class="topic__infos"> | ... | ... |
... | @@ -55,16 +55,6 @@ | ... | @@ -55,16 +55,6 @@ |
55 | <iframe src="http://ghbtns.com/github-btn.html?user=bootflat&repo=Bootflat.UI.Kit.PSD&type=fork&count=true" title="Fork on GitHub" frameborder="0" scrolling="0" width="150" height="25"></iframe> | 55 | <iframe src="http://ghbtns.com/github-btn.html?user=bootflat&repo=Bootflat.UI.Kit.PSD&type=fork&count=true" title="Fork on GitHub" frameborder="0" scrolling="0" width="150" height="25"></iframe> |
56 | </span> | 56 | </span> |
57 | <div class="advertisement"> | 57 | <div class="advertisement"> |
58 | <script type="text/javascript"> | ||
59 | ( function() { | ||
60 | if (window.CHITIKA === undefined) { window.CHITIKA = { 'units' : [] }; }; | ||
61 | var unit = {"calltype":"async[2]","publisher":"bootflat","width":300,"height":150,"sid":"Chitika Default","color_site_link":"ffffff","color_text":"ffffff","color_bg":"89d0dc"}; | ||
62 | var placement_id = window.CHITIKA.units.length; | ||
63 | window.CHITIKA.units.push(unit); | ||
64 | document.write('<div id="chitikaAdBlock-' + placement_id + '"></div>'); | ||
65 | }()); | ||
66 | </script> | ||
67 | <script type="text/javascript" src="//cdn.chitika.net/getads.js" async></script> | ||
68 | </div> | 58 | </div> |
69 | </div> | 59 | </div> |
70 | <div class="topic__infos"> | 60 | <div class="topic__infos"> | ... | ... |
... | @@ -48,16 +48,6 @@ | ... | @@ -48,16 +48,6 @@ |
48 | <h3>Getting Started with Bootflat Framework</h3> | 48 | <h3>Getting Started with Bootflat Framework</h3> |
49 | <h4>An overview of Bootflat, why we built it, how to use it, and what you should know along the way.</h4> | 49 | <h4>An overview of Bootflat, why we built it, how to use it, and what you should know along the way.</h4> |
50 | <div class="advertisement"> | 50 | <div class="advertisement"> |
51 | <script type="text/javascript"> | ||
52 | ( function() { | ||
53 | if (window.CHITIKA === undefined) { window.CHITIKA = { 'units' : [] }; }; | ||
54 | var unit = {"calltype":"async[2]","publisher":"bootflat","width":300,"height":150,"sid":"Chitika Default","color_site_link":"ffffff","color_text":"ffffff","color_bg":"89d0dc"}; | ||
55 | var placement_id = window.CHITIKA.units.length; | ||
56 | window.CHITIKA.units.push(unit); | ||
57 | document.write('<div id="chitikaAdBlock-' + placement_id + '"></div>'); | ||
58 | }()); | ||
59 | </script> | ||
60 | <script type="text/javascript" src="//cdn.chitika.net/getads.js" async></script> | ||
61 | </div> | 51 | </div> |
62 | </div> | 52 | </div> |
63 | <div class="topic__infos"> | 53 | <div class="topic__infos"> | ... | ... |
-
Please register or sign in to post a comment